aboutsummaryrefslogtreecommitdiffstats
path: root/tf_idf.py
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2021-12-02 17:31:36 +0000
committerjwansek <eddie.atten.ea29@gmail.com>2021-12-02 17:31:36 +0000
commitfae80d80bbfe7168535d45775f0e60abb897bf1b (patch)
treeee65573503d4343785f8cba7345d78a9426fe377 /tf_idf.py
parent1f5dec8047af8c58ce3acb5014d82caf7e6766df (diff)
downloadsearchEngine-fae80d80bbfe7168535d45775f0e60abb897bf1b.tar.gz
searchEngine-fae80d80bbfe7168535d45775f0e60abb897bf1b.zip
added query expansion, linked term searches
Diffstat (limited to 'tf_idf.py')
-rw-r--r--tf_idf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tf_idf.py b/tf_idf.py
index 883f236..a4692f7 100644
--- a/tf_idf.py
+++ b/tf_idf.py
@@ -6,6 +6,7 @@ def main():
db.build_tf_idf_table()
db.get_tf_idf_table()
+ db.get_tf_idf_table2()
def calc_log_tf(tf):
if tf == 0: