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
After implementing the fixes mentioned in #1, I get the following error when trying to run process_corpus.py:
Traceback (most recent call last):
File "process_corpus.py", line 51, in <module>
corpus = Corpus()
File "/home/weblab/opminreplicability/enlp/corpus/liu.py", line 39, in __init__
raise CorpusError("Corpus was not properly built. Check for consistency")
enlp.corpus.utils.CorpusError: Corpus was not properly built. Check for consistency
Any ideas on how to fix it?
The text was updated successfully, but these errors were encountered:
After implementing the fixes mentioned in #1, I get the following error when trying to run
process_corpus.py
:Any ideas on how to fix it?
The text was updated successfully, but these errors were encountered: