You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

UNDER CONSTRUCTION

Saga processes raw text into semantic tags.

  • Handles the full range of text processing
    • Tokens extraction & cleansing, entity extraction, syntactic analysis and semantic analysis
  • Scalable to extremely large dictionaries and pattern databases (>10s of millions of patterns)
    • Makes it possible to build patterns from machine learning algorithms
  • Disambiguation is a first-class citizen
    • Saves all interpretations all the time (nothing is thrown away)
    • Multiple disambiguation methods
  • Confidence is captured at every step
    • Confidence builds up as patterns are matched
  • Fast enough to process documents for full database scans

Use Cases:

  • Query interpretation
  • Question answering
  • Chatbots
  • Full document fact extraction
  • Vector generation for statistical and machine learning


Getting Started

The Language Processing Toolkit is a lean java library that can be used anywhere.

  • Getting Started

Go Deeper

  • Understanding Interpretation Graphs
  • Managing Resources
  • Pipeline Stages

Search this Wiki

  • No labels