nlp4j-old icon indicating copy to clipboard operation
nlp4j-old copied to clipboard

transition guide from clearnlp 3 to nlp4j

Open fmorbini opened this issue 8 years ago • 1 comments

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

fmorbini avatar May 18 '16 18:05 fmorbini

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

jdchoi77 avatar May 25 '16 06:05 jdchoi77