Parser
Table of Contents
Interfaces
- ParserInterface
- Interface for text parsers that tokenize text into words and sentences.
Classes
- ExternalParserConfig
- Immutable configuration for an external parser loaded from config file.
- ParserConfig
- Configuration passed to parsers from language settings.
- ParserResult
- Immutable result from a parser containing sentences and tokens.
- Token
- Represents a single token from text parsing.