diff options
Diffstat (limited to 'tf_idf.py')
-rw-r--r-- | tf_idf.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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:
|