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

Tokens with fancy quotes are being merged #16

Open
cakelly opened this issue Sep 1, 2016 · 0 comments
Open

Tokens with fancy quotes are being merged #16

cakelly opened this issue Sep 1, 2016 · 0 comments

Comments

@cakelly
Copy link

cakelly commented Sep 1, 2016

I am working on a comparison of tokenizers for microblog texts, and am finding issues with nlpj 1.1.3 (from http://nlp.mathcs.emory.edu/nlp4j/nlp4j-appassembler-1.1.3.tgz).

The first involves texts with fancy quotes, e.g. [ “@DevTheBarbie: ] | [ #Colorado’s ], which are being lumped into the same token as the twitter tokens they are precede or follow. The 's in "#Colorado’s" is a possessive and should be a separate token. Same for the opening " in " “@DevTheBarbie"

The online demo (http://nlp.mathcs.emory.edu:8080/nlp4j/NLP4JServlet) is handling these correctly, however.

I'm attaching the original input files, and the parses from NLP4J.
098.conll.txt
103.conll.txt

098.txt
103.txt

[This issue imported from emorynlp/nlp4j-tokenization#8]

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