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


suppose there sentence "find me jazz music , play it", text normalized , there no punctuation marks (output of speech recognition library).

what online/offline tools can used "sentence segmentation" other naive approach of splitting on conjunctions ?

input:

find me jazz music , play

output:

find me jazz music
play it

you can use semantic role tagger mate tools etc... this. extract predicates , related arguments in prop bank style.


Comments

Popular posts from this blog

javascript - backbone.js Collection.add() doesn't `construct` (`initialize`) an object -

c++ - Accessing inactive union member and undefined behavior? -

php - Get uncommon values from two or more arrays -