Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

These stages are external libraries to the Saga Core library, and need to be added as dependencies to your application.

Text Block Breakers

Breakers read text blocks and break them into individual text blocks.

  • SentenceBreaker
    Excerpt Include
    Sentence Breaker Stage
    Sentence Breaker Stage
    nopaneltrue

Spell Checkers

Spell checkers process specific tokens to identify misspellings and add alternatives to the interpretation graph.

  • SpellingAlternatives
    Excerpt Include
    Spelling Alternatives Stage
    Spelling Alternatives Stage
    nopaneltrue

Language Detectors

Language detectors use OpenNLP (https://opennlp.apache.org/) and its language detector model to identify the language of a text block.

  • LanguageDetector - 
    Excerpt Include
    Language Detector Stage
    Language Detector Stage
    nopaneltrue

Machine Learning

Stages that These stages load a an ML model and evaluate input text through Saga.

...