Commit 22bff135 authored by delanoe's avatar delanoe

[FIX] Removing print in logs.

parent 35f1f480
...@@ -95,7 +95,7 @@ def compute_groups(corpus, limit_inf=None, limit_sup=None, how='Stem'): ...@@ -95,7 +95,7 @@ def compute_groups(corpus, limit_inf=None, limit_sup=None, how='Stem'):
) )
ngrams = [n for n in ngrams if n not in stops] ngrams = [n for n in ngrams if n not in stops]
print(ngrams) #print(ngrams)
#group = defaultdict(lambda : defaultdict()) #group = defaultdict(lambda : defaultdict())
ids_dict = dict() ids_dict = dict()
mainform_dict = dict() mainform_dict = dict()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment