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

Dictionary in pos_corpus.py #161

Open
tsvm opened this issue Jul 16, 2019 · 1 comment
Open

Dictionary in pos_corpus.py #161

tsvm opened this issue Jul 16, 2019 · 1 comment

Comments

@tsvm
Copy link

tsvm commented Jul 16, 2019

The read_conll_instances method in pos_corpus.py is adding more words than are actually used, as it seems to be adding the words before checking whether the length of the sentence is within the limit.
This is not a big problem, but students were trying to understand the word features and it was a little confusing why there were words that do not belong to either train, dev or test.

@ramon-astudillo
Copy link
Member

ramon-astudillo commented Jul 16, 2019 via email

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