Questions tagged [text-segmentation]

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

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

References:

Related Tags:

197 questions
-3
votes
1 answer

Segmentation Rules Exchange Files

I am working in sentence segmentation project and I am searching about SRX files (Segmentation Rules Exchange) for sentence splitting. I tried to find srx (Segmentation Rules Exchange) files for sentence splitting in English, French, German,…
dedo
  • 11
  • 2
-6
votes
2 answers

Recurrence relation for DP?

Suppose you have a dictionary that contains valid words. Given an input string with all spaces removed, determine whether the string is composed of valid words or not. You can assume the dictionary is a hashtable that provides O(1) lookup. Please…
Programmer
  • 6,565
  • 25
  • 78
  • 125
1 2 3
13
14