使用py-corenlp解析一个包含许多句子的字符串

时间:2017-10-16 13:23:38

标签: python parsing nlp stanford-nlp

当我使用py-corenlp解析带有多个句子的字符串时,我有一个问题

Python输出图像

enter image description here

输出显示它只解析第一句话,然后跳过下两句话

但当我使用CoreNLP服务器解析我的句子时。它会自动将该行分为三个句子并分别解析。

更正结果图像

enter image description here

那么,如何解决这个问题呢?我非常感谢你的帮助。

1 个答案:

答案 0 :(得分:0)

遍历HibernateJpaConfiguration列表:

output['sentences']

或者,您可以在NLTK中使用CoreNLP API,请参阅https://github.com/nltk/nltk/blob/develop/nltk/parse/corenlp.py#L343