emorynlp / nlp4j-old

NLP tools developed by Emory University.
Other
60 stars 19 forks source link

transition guide from clearnlp 3 to nlp4j #15

Open fmorbini opened 8 years ago

fmorbini commented 8 years ago

Hi, is there a guide to help transitioning code written for clearnlp 3 to nlp4j? For example, is there a nlp4j equivalent of the DEPTree class?

thanks

jdchoi77 commented 8 years ago

Hello,

NLP4J doesn't use DEPTree any more. NLPNode now includes all information and NLPNode[] is equivalent to DEPTree in ClearNLP. I know this can be confusing so please let me know if you have more questions. Thanks!

best,

Jinho