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

Handling empty annotations neural NER #24

Open
arunespku opened this issue Dec 11, 2018 · 1 comment
Open

Handling empty annotations neural NER #24

arunespku opened this issue Dec 11, 2018 · 1 comment

Comments

@arunespku
Copy link

Consider the example,

Travel to dummylocation BIO annotation would be O O B_LOC

How to make the neural network to understand that the content inside the is dummy ?

Is it possible ?

@guillaumegenthial
Copy link
Owner

@arunespku ,
You can mask the input, i.e. replace it with an unknown token.

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