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

Tokenizer: split colons which follow URLs #19

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

Tokenizer: split colons which follow URLs #19

cakelly opened this issue Sep 1, 2016 · 0 comments

Comments

@cakelly
Copy link

cakelly commented Sep 1, 2016

A complete URL followed by a colon really should be two tokens. E.g.

from http://t.co/GHDZ1Bsc: CO 71 is closed

is parsed:

5   from    from    IN  _   3   prep    _   O
6   http://t.co/GHDZ1Bsc:   #hlink# ADD pos2=NNP    11  nmod    _   O
7   CO  co  NNP pos2=IN 11  nmod    _   B-FAC
8   71  0   CD  _   7   nmod    _   L-FAC
9   is  be  VBZ _   10  auxpass _   O
10  closed  close   VBN pos2=JJ 11  nmod    _   O

Other parsers correctly tokenize the 2nd ":" as a separate 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

1 participant