fix: [TermTracker] fix performance: disable token stats

pull/405/head
Terrtia 2019-09-24 15:33:53 +02:00
parent 839443500d
commit bfdcc13496
No known key found for this signature in database
GPG Key ID: 1E1B1F50D84613D0
1 changed files with 2 additions and 2 deletions

View File

@ -87,8 +87,8 @@ if __name__ == "__main__":
signal.alarm(0)
# create token statistics
for word in dict_words_freq:
Term.create_token_statistics(item_date, word, dict_words_freq[word])
#for word in dict_words_freq:
# Term.create_token_statistics(item_date, word, dict_words_freq[word])
# check solo words
for word in list_tracked_words: