Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 508 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 508 Bytes

Prototype of natural language parser

  1. Read this post to understand the grammar notation.
  2. Read this post to understand the stuff under the hood.
  3. Download Russian morphology dictionary.
  4. Build morphology base (morph.bin, see idiot/main.go).
  5. Modify rules in rules.yaml.
  6. Enjoy.