Lynten / stanford-corenlp

Python wrapper for Stanford CoreNLP.
MIT License
919 stars 200 forks source link

How can I get morph level information using stanford-corenlp #79

Open jalajthanaki opened 5 years ago

jalajthanaki commented 5 years ago

Hi team,

Thanks you for making this super cool python wrapper for stanford-corenlp. I wanted to get the morphological information using stanford corenlp. Is there any way to get the same using this library?

Stanford-corenlp JAVA API has this features. refer these links:

https://nlp.stanford.edu/nlp/javadoc/javanlp-3.5.0/edu/stanford/nlp/international/morph/package-summary.html

https://github.com/stanfordnlp/CoreNLP/tree/master/src/edu/stanford/nlp/international/morph

Any help is most appreciable.