-
Notifications
You must be signed in to change notification settings - Fork 53
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
AttributeError: type object 'CharniakParser' has no attribute 'loadModel' #71
Comments
Thanks for the report! Seems like BLLIP Parser might not have been installed correctly. Can you give more information on the issue? These would be helpful:
Also, can you add more detail on how this issue relates to your comment on dmcc@558adf6#commitcomment-88965788 ? |
Changes needed for compiling with clang under OS X
1、Problem(1、Full traceback of the error) |
Thanks for the information! From your stack trace, it looks like you're running BLLIP Parser from CAMR which has a script to install BLLIP Parser. Have you run that script? What happens when you run The answer to question 4 would be helpful for debugging (as you may also need to install things like swig and flex, the setup of which would depend on your OS/distribution). |
AttributeError: type object 'CharniakParser' has no attribute 'loadModel',
from . import CharniakParser as parser
from . import JohnsonReranker as reranker
The text was updated successfully, but these errors were encountered: