stanfordnlp / python-stanford-corenlp

Python interface to CoreNLP using a bidirectional server-client interface.
MIT License
516 stars 105 forks source link

Some updates to the readme needed. #12

Closed legolego closed 5 years ago

legolego commented 6 years ago

Can you please update the readme file? The lines for: print(sentence.text) and print(token.lemma) don't print anything, those properties don't seem to exist.

Also, the indexes in the lines like: matches["sentences"][1].... need to be changed to a [0] I believe.

arunchaganty commented 5 years ago

Ah, sorry, the default annotators should have included "pos ner lemma" -- I've made that change now.