Add skeleton of ir-bm25.

This commit is contained in:
Gea-Suan Lin
2024-01-29 00:50:23 +08:00
parent 6ee597dc7f
commit a51f716a23
2 changed files with 8 additions and 1 deletions

4
cmd/ir-bm25/main.go Normal file
View File

@@ -0,0 +1,4 @@
package main
func main() {
}