Files
news-search-engine/config.ini
T
2016-01-07 14:36:19 +08:00

13 lines
224 B
INI

[DEFAULT]
doc_dir_path = ../data/news/
doc_encoding = utf-8
stop_words_path = ../data/stop_words.txt
stop_words_encoding = utf-8
idf_path = ../data/idf.txt
db_path = ../data/ir.db
k1 = 1.5
b = 0.75
n = 1000
avg_l = 462.781