-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Mehmet Dolgun edited this page Oct 20, 2020
·
21 revisions
GLRParser is not just a parser. It's
- Natural Language Parser which handles ambiguous grammars
- Unification Engine which handles unification of features
- Translation Engine for Syntax-Based Translation of Natural Languages
For detailed information, you can refer to following pages:
- Natural Language Parsing
- Feature Unification
- Feature Unification Example
- Translation
- Grammar Definition
- Morphological PostProcessing
ToDo:
- A dictionary structure, where we store not-only tanslations but also:
- Features
- Grammatical Parameters (e.g. verbal phrases and particles)
- An interactive GUI, where we can
- Select alternative translations
- Modify Grammar/Dictionary
- A comprehensive Grammar for English<->Turkish translations
- Detailed documentation