Nasty.Language.Catalan.DependencyExtractor (Nasty v0.3.0)
View SourceExtracts dependency relations from parsed Catalan syntactic structures.
Converts phrase structure parses into Universal Dependencies relations.
Catalan-Specific Considerations
- Subject-verb agreement with pro-drop
- Clitic pronoun dependencies (em, et, es, el, la)
- Post-nominal modifier relations
- Flexible word order (SVO, VSO, VOS)
Summary
Functions
@spec extract(Nasty.AST.Sentence.t()) :: [Nasty.AST.Dependency.t()]
@spec extract_from_clause(Nasty.AST.Clause.t()) :: [Nasty.AST.Dependency.t()]