Skip to content

v1.0.0 — Initial Release

Choose a tag to compare

@thettwe thettwe released this 04 Apr 16:54
· 327 commits to develop since this release
8f5e355

v1.0.0 — Initial Release

First public release of mySpellChecker — a Myanmar (Burmese) text intelligence library.

Core Features

  • Syllable-first architecture for continuous Myanmar script
  • Multi-layer validation pipeline: syllable → word → context
  • SymSpell O(1) suggestion engine
  • N-gram context validation (bigram/trigram)
  • Semantic validation via ONNX-powered XLM-RoBERTa MLM
  • POS tagging (rule-based, Viterbi, transformer)
  • Grammar checking engine with YAML-driven rules
  • Dictionary building pipeline (corpus ingestion → SQLite packaging)
  • AI model training pipeline (semantic MLM fine-tuning + ONNX export)
  • Cython extensions for performance-critical paths
  • Pluggable dictionary providers (SQLite, Memory, JSON, CSV)
  • Internationalized error messages (English/Myanmar)
  • Zawgyi encoding detection