nlp4j-old
nlp4j-old copied to clipboard
transition guide from clearnlp 3 to nlp4j
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
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