Skip to content

Sentence splitting algorithm

b0noI edited this page Oct 19, 2014 · 12 revisions

Definitions

Sentence splitting process

Process of sentence splitting can be decided into 4 independent steps:

  1. extract text separators from tokens;
  2. divide text separators into groups;
  3. classify text separators groups;
  4. split text with text separators groups;

Each step is described independently

Clone this wiki locally