Sentence segmentation tools to use when input sent

2019-04-10 11:29发布

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

2条回答
该账号已被封号
2楼-- · 2019-04-10 12:04

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.

查看更多
老娘就宠你
3楼-- · 2019-04-10 12:09
登录 后发表回答