mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-23 14:37:17 +00:00
fix: [TermTracker] fix performance: disable token stats
This commit is contained in:
parent
839443500d
commit
bfdcc13496
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue