Lynten / stanford-corenlp

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

Using corenlp to parse a file #85

Open tianfrank opened 5 years ago

tianfrank commented 5 years ago

Dear all, After reading the simple example, I know how to parse a sentence. How about parsing a paragraph or a passage in a txt file? Sapcy has this function. However, I need to use Stanford Parser to parse a text. And can the output format be Conll? Thank you very much!