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

Switch to Universal Dependencies (UD) #7

Closed
ahalterman opened this issue Apr 20, 2016 · 2 comments
Closed

Switch to Universal Dependencies (UD) #7

ahalterman opened this issue Apr 20, 2016 · 2 comments

Comments

@ahalterman
Copy link
Member

Petrarch2 currently codes only English language articles in the Stanford dependencies format. Other languages, including the Spanish and Arabic that we need to code, are parsed with different tags. We should consider switching Petrarch2's internals to using Universal Dependencies, and then convert the input to universal dependencies. This will avoid having to have separate Petr2s for each language.

CoreNLP itself has also switched to UD in the most recent versions: http://nlp.stanford.edu/software/stanford-dependencies.shtml

Information on Universal Dependencies is here: http://universaldependencies.org/

@ahalterman
Copy link
Member Author

Based on various email conversations, it seems like UD is the way to go. This will consist of two tasks:

  • Write a program for each language to convert language-specific tags to UD tags
  • Re-do Petrarch2 internals to use UDs

@ahalterman ahalterman changed the title Consider switching to Universal Dependencies (UD) Switch to Universal Dependencies (UD) Apr 29, 2016
@johnb30
Copy link
Member

johnb30 commented Dec 27, 2016

Closing because this is a new, separate project: https://github.com/openeventdata/UniversalPetrarch

@johnb30 johnb30 closed this as completed Dec 27, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants