Add news-cna.

This commit is contained in:
Gea-Suan Lin
2024-02-28 15:19:29 +08:00
parent 9a7d93867a
commit 12df5d0f5e
2 changed files with 5 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ DIST?= dist/
GO?= go
#
all:: dist/ir-bm25 dist/ir-tfidf
all:: dist/ir-bm25 dist/ir-tfidf dist/news-cna
@true
dist/%:: cmd/%/* internal/**

4
cmd/news-cna/main.go Normal file
View File

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