aboutsummaryrefslogtreecommitdiffstats
path: root/tf_idf.py
diff options
context:
space:
mode:
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: