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

Updated for Latest CoreNLP (2012-04-09) #3

Merged
merged 1 commit into from
Apr 28, 2012
Merged

Conversation

jcccf
Copy link
Contributor

@jcccf jcccf commented Apr 27, 2012

  • Outputs parse trees (useful if you want to use CoreNLP in conjunction with other toolkits like nltk)
  • Outputs coreference data properly (parsing the new coreference output format)
  • Outputs word features better (including XML values which occasionally appear)
  • Slightly restructured output so that coreference data can exist at the top level, since that data doesn't really belong to any particular sentence.

- Outputs parse trees
- Outputs coreference data properly
- Outputs word features better now (including XML values)
- Slightly restructured output so that coreference data can exist at the top level, since that data doesn't really belong to any particular sentence.
dasmith added a commit that referenced this pull request Apr 28, 2012
Updated for Latest CoreNLP (2012-04-09)
@dasmith dasmith merged commit 2e90032 into dasmith:master Apr 28, 2012
@dasmith
Copy link
Owner

dasmith commented Apr 28, 2012

Great work, you just doubled the utility of this library. Thank you, Justin!

relwell pushed a commit to relwell/stanford-corenlp-python that referenced this pull request Jun 28, 2013
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

Successfully merging this pull request may close these issues.

2 participants