mirror of https://github.com/CIRCL/AIL-framework
fix: [TermTracker] fix performance: disable token stats
parent
839443500d
commit
bfdcc13496
|
@ -87,8 +87,8 @@ if __name__ == "__main__":
|
||||||
signal.alarm(0)
|
signal.alarm(0)
|
||||||
|
|
||||||
# create token statistics
|
# create token statistics
|
||||||
for word in dict_words_freq:
|
#for word in dict_words_freq:
|
||||||
Term.create_token_statistics(item_date, word, dict_words_freq[word])
|
# Term.create_token_statistics(item_date, word, dict_words_freq[word])
|
||||||
|
|
||||||
# check solo words
|
# check solo words
|
||||||
for word in list_tracked_words:
|
for word in list_tracked_words:
|
||||||
|
|
Loading…
Reference in New Issue