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.

Info
titleSaga-Parser from Aspire

If you are using the Saga-Parser from Aspire make sure the corresponding .jar file is inside the "lib" folder in Aspire too.

The location of where Saga should get the JARs from is configurable in the Saga-Parser DXF so make sure the folder "lib" is the one you have configured.

Text Block Breakers

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

  • Sentence Breaker
    Excerpt Include
    Sentence Breaker Stage
    Sentence Breaker Stage
    nopaneltrue
    (JAR: saga-sentence-breaker-stage-1.3.X.jar)

Recognizers

Recognizers identify and flag tokens based on their character patterns.

  • Parts Of Speech - 
    Excerpt Include
    Parts Of Speech Stage
    Parts Of Speech Stage
    nopaneltrue
    (JAR: saga-parts-of-speech-stage-1.3.X.jar)

Spell Checkers

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

  • Spellchecker
    Excerpt Include
    Spellchecker Stage
    Spellchecker Stage
    nopaneltrue
    (JAR: saga-spellchecker-stage-1.3.X.jar)

Language Detectors

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

  • Language Detector - 
    Excerpt Include
    Language Detector Stage
    Language Detector Stage
    nopaneltrue
    (JAR: saga-lang-detector-stage-1.3.X.jar)

Machine Learning

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

  • Name Entity Recognizer - 
    Excerpt Include
    Name Predictor Stage
    Name Predictor Stage
    nopaneltrue
    (JAR: saga-name-trainer-stage-1.3.X.jar)
  • Sentence Classifier - 
    Excerpt Include
    Classification Stage
    Classification Stage
    nopaneltrue
    (JAR: saga-classification-trainer-stage-1.3.X.jar)
  • FAQ
    Excerpt Include
    FAQ Stage
    FAQ Stage
    nopaneltrue
    (JAR: saga-faq-stage-1.3.X.jar)
  • Intent Recognizer -
    Excerpt Include
    Intent Stage
    Intent Stage
    nopaneltrue
    (JAR: saga-intent-stage-1.3.X.jar)