Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CorpusError when trying to run process_corpus.py #2

Closed
jabalazs opened this issue Mar 23, 2017 · 1 comment
Closed

CorpusError when trying to run process_corpus.py #2

jabalazs opened this issue Mar 23, 2017 · 1 comment

Comments

@jabalazs
Copy link
Contributor

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?

@epochx
Copy link
Owner

epochx commented Mar 23, 2017

Fixed in commit 46b332c

@epochx epochx closed this as completed Mar 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants