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

Lexicon lookup sometime is ambiguous #34

Open
giuliopaci opened this issue Apr 4, 2013 · 0 comments
Open

Lexicon lookup sometime is ambiguous #34

giuliopaci opened this issue Apr 4, 2013 · 0 comments

Comments

@giuliopaci
Copy link

Current lexicon lookup implementation with POS tags is ambiguous.
The token "dell'X" is found in the lexicon because the word "dell'" is in the lexicon with POS tag "X". A solution is to change the code so that a # is always inserted between the word and the POS and that # and \ are escaped with a \ for both the POS and the word.

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

1 participant