You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WHERE score >= 3
AND ngA <= ngB
COOCS: NEW matrix shape [0x0]
CORPUS #58: [2017-04-21_11:08:51] computed mainlist coocs for specif rank
SPECIFICITY: computing on 0 ngrams
WARNING: had no terms in COOCS => empty SPECCLUSION node
WARNING: had no terms in COOCS => empty GENCLUSION node
CORPUS #58: [2017-04-21_11:08:51] new spec-clusion node #78
CORPUS #58: [2017-04-21_11:08:51] new gen-clusion node #79
MAPLIST quotas: {'topgen': {'multigrams': 168, 'monograms': 42}, 'topspec': {'multigrams': 112, 'monograms': 28}}
Exception in thread Thread-108:
Traceback (most recent call last):
File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
self.run()
File "/usr/lib/python3.5/threading.py", line 862, in run
self._target(*self._args, **self._kwargs)
File "/env_3-5/lib/python3.5/site-packages/celery/local.py", line 188, in call
return self._get_current_object()(*a, **kw)
File "/env_3-5/lib/python3.5/site-packages/celery/app/task.py", line 428, in call
return self.run(*args, **kwargs)
File "/srv/gargantext/gargantext/util/toolchain/main.py", line 168, in parse_extract_indexhyperdata
grouplist_id=group_id
File "/srv/gargantext/gargantext/util/toolchain/list_map.py", line 104, in do_maplist
raise ValueError("No ngrams in cooc table ?")
ValueError: No ngrams in cooc table ?
The text was updated successfully, but these errors were encountered:
ungentilgarcon
changed the title
trying to upload/analyse a CSV corpus to my locally deployed gargantext I get erros:
trying to upload/analyse a CSV corpus to my locally deployed gargantext I get errors:
Apr 21, 2017
Hello,
there is no sentence in your CSV file. So you have no ngrams. As a consequence you get: "ValueError: No ngrams in cooc table ?"
Please try with more text.
WHERE score >= 3
AND ngA <= ngB
COOCS: NEW matrix shape [0x0]
CORPUS #58: [2017-04-21_11:08:51] computed mainlist coocs for specif rank
SPECIFICITY: computing on 0 ngrams
WARNING: had no terms in COOCS => empty SPECCLUSION node
WARNING: had no terms in COOCS => empty GENCLUSION node
CORPUS #58: [2017-04-21_11:08:51] new spec-clusion node #78
CORPUS #58: [2017-04-21_11:08:51] new gen-clusion node #79
MAPLIST quotas: {'topgen': {'multigrams': 168, 'monograms': 42}, 'topspec': {'multigrams': 112, 'monograms': 28}}
Exception in thread Thread-108:
Traceback (most recent call last):
File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
self.run()
File "/usr/lib/python3.5/threading.py", line 862, in run
self._target(*self._args, **self._kwargs)
File "/env_3-5/lib/python3.5/site-packages/celery/local.py", line 188, in call
return self._get_current_object()(*a, **kw)
File "/env_3-5/lib/python3.5/site-packages/celery/app/task.py", line 428, in call
return self.run(*args, **kwargs)
File "/srv/gargantext/gargantext/util/toolchain/main.py", line 168, in parse_extract_indexhyperdata
grouplist_id=group_id
File "/srv/gargantext/gargantext/util/toolchain/list_map.py", line 104, in do_maplist
raise ValueError("No ngrams in cooc table ?")
ValueError: No ngrams in cooc table ?
The text was updated successfully, but these errors were encountered: