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

CODE #1

Closed
BinWang28 opened this issue Aug 28, 2018 · 1 comment
Closed

CODE #1

BinWang28 opened this issue Aug 28, 2018 · 1 comment

Comments

@BinWang28
Copy link

prototype.py

line 99 should change from
word = line[0].
to
word = line[0].lower()

This will make the provided word embedding file working well.

Otherwise lots of out of vocabulary words are detected.

@esantus
Copy link
Owner

esantus commented Aug 28, 2018

Thanks! That is perfectly true.

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