Expand description
Rule-based Syntax Analysis
Deterministic POS tagging and dependency parsing without ML models. Lightweight implementation using pattern matching and linguistic rules.
Features:
- Part-of-Speech (POS) tagging
- Dependency parsing (simplified)
- Phrase extraction (noun phrases, verb phrases)
- Sentence segmentation
- Token classification
Structs§
- Dependency
- A dependency arc between tokens
- Noun
Phrase - A noun phrase
- Syntax
Analyzer - Rule-based syntax analyzer
- Syntax
Analyzer Config - Configuration for syntax analyzer
- Token
- A token with POS tag
Enums§
- Dependency
Relation - Dependency relation type
- POSTag
- Part-of-Speech tag