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

'at' confuses address chunking #10

Open
cds-amal opened this issue Aug 7, 2015 · 0 comments
Open

'at' confuses address chunking #10

cds-amal opened this issue Aug 7, 2015 · 0 comments

Comments

@cds-amal
Copy link
Contributor

cds-amal commented Aug 7, 2015

expect: 100 Church Street, 12th Floor, Training Room # 143, Manhattan, NY
Got: 2014 at 100 Church Street, 12th Floor, Training Room # 143, Manhattan, NY

$ python nyctext/adparse.py "The next Environmental Control Board meeting will take place on Thursday, November 20, 2014 at 100 Church Street, 12th Floor, Training Room #143, New York, NY 10007 at 9:15 a.m., at the call of the Chairman."

        (Location
  2014/CD
  at/IN
  100/CD
  Church/NNP
  Street/LU
  ,/COMMA
  12th/CD
  Floor/NNP
  ,/COMMA
  Training/NNP
  Room/NNP
  #/HASH
  143/CD
  ,/COMMA
  Manhattan/CITY
  ,/COMMA
  NY/STATE)

2014 at 100 Church Street, 12th Floor, Training Room # 143, Manhattan, NY
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