Sentence segmentation tools to use when input sentence has no punctuation (is normalized)

微笑、不失礼 提交于 2020-01-01 11:57:20

问题


Suppose there is a sentence like "find me some jazz music and play it", where all the text is normalized and there are no punctuation marks (output of a speech recognition library).

What online/offline tools can be used to do "sentence segmentation" other than the naive approach of splitting on conjunctions ?

Input:

find me some jazz music and play it

Output:

find me some jazz music
play it


回答1:


A dependence parser should help.




回答2:


You can use a semantic role tagger like mate tools etc... for this. It will extract the predicates and the related arguments in prop bank style.



来源:https://stackoverflow.com/questions/11371476/sentence-segmentation-tools-to-use-when-input-sentence-has-no-punctuation-is-no

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!