Reference

Mini-ma Sentence Parser

Paste a short Mini-ma sentence and get a simple clause parse with dictionary-based glosses.

Parser

The parser handles one simple clause at a time and uses the course-style rules for i, a, e, helpers, and common relation phrases.

What It Handles

  • verbal clauses with i
  • nominal clauses with a
  • adjectival clauses with e
  • early no
  • simple helper chains such as de, go, en, ave, kan, vole, debe, proba, and pasa
  • one direct object introduced by a
  • simple relation phrases introduced by de, en, go, kon, sama, via, ka, tema, or voka
  • dictionary glosses from the main mini_dictionary.csv

Limits:

  • It does not try to fully parse coordination, nested clauses, or advanced relatives.
  • It treats unknown compounds by splitting on hyphens and glossing the parts when possible.
  • It is a teaching aid, not a complete grammar engine.