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

Connected various POS and NER models to classes to check_branch #4

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

deepPublicGit
Copy link

#3

Converted the POS and NER models to classes.
While testing I encountered issues with the Word_Emeddings files, glove50.txt and sumerian_word2vec_50.txt both contained a line that was unreadable by the model and hence removed it.

The following is a short file that describes the issues I faced while trying to execute the files (the issue occurs even with the original CLI (prediction.py) files).:
image

POS_CRF, NER_CRF = prediction via pipeline working FINE, POS_NER to conll working FINE
POS_HMM = prediction via pipeline working FINE, POS_NER to conll list index out of range
POS_Bi_LSTM, NER_Bi_LSTM = prediction via pipeline working FINE, POS_NER to conll working FINE
POS_Bi_LSTM_CRF = prediction via pipeline working FINE, POS_NER to conll working FINE
NER_Bi_LSTM_CRF = Key Error, (possible issue with sumerian_vocab.pkl file created while training)

Note: POS_Bi_LSTM_CRF this works when MAX is set to 19.

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

Successfully merging this pull request may close these issues.

1 participant