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

Question about POS and NER in the model #10

Closed
nanonaren opened this issue Apr 10, 2018 · 3 comments
Closed

Question about POS and NER in the model #10

nanonaren opened this issue Apr 10, 2018 · 3 comments

Comments

@nanonaren
Copy link

Does the model map each POS tag and NER tag category to a one-hot encoding? If not, why? It doesn't make sense to me how you can just supply the category ID directly in the embedding.

@hitvoice
Copy link
Owner

One hot encoding is currently used in the project. The previous versions (about half a year ago) used separate embeddings for POS and NER, and recent versions have switched to one-hot encoding.

@nanonaren
Copy link
Author

Thanks, could you point out the line of code that does this? I am unable to find it. Thanks.

@hitvoice
Copy link
Owner

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