Top "Text-segmentation" questions

Text segmentation is the process of dividing written text into meaningful units, such as words, sentences, or topics.

Split text into sentences

I wish to split text into sentences. Can anyone help me? I also need to handle abbreviations. However my plan …

python regex python-3.x text-segmentation
a Regex for extracting sentence from a paragraph in python

I'm trying to extract a sentence from a paragraph using regular expressions in python. Usually the code that I'm testing …

python regex text-segmentation
Splitting paragraphs into sentences with regexp and PHP

I'm a regexp noob and trying to split paragraphs into sentences. In my language we use quite a bit of …

php regex text-segmentation
Text segmentation: dictionary-based word splitting

Background Split database column names into equivalent English text to seed a data dictionary. The English dictionary is created from …

java nlp data-dictionary text-segmentation
Anyone know an example algorithm for word segmentation using dynamic programming?

If you search google for word segmentation there really are no very good descriptions of it and I'm just trying …

dynamic word iteration text-segmentation