Skip to content

v0.6.3

Latest

Choose a tag to compare

@neurlang neurlang released this 02 Aug 05:42
· 20 commits to master since this release
500aa39

🔧 Build & Infrastructure

  • Golang version bumped in:

    • go-ossf-slsa3-publish.yml
    • go.yml
  • Integrated upstream num2words and classifier libraries.


🌐 Language Support & Models

  • Hebrew3:

    • New phonemizer model, homograph model, and packed dictionary.
    • Added learned patterns.
  • English:

    • Introduced homograph model.
  • German:

    • Added new dictionary.
  • Minnan:

    • Added new 2-series models.
  • Added new languages (unspecified which, beyond those above).


🧠 Core Features

  • Integrated a sentencizer.

  • Enabled loading of abbr.tsv into dictionaries.

  • Finalized model for homograph result marking.

  • Parallelized homograph test.

  • Homograph-related improvements and documentation updates:

    • HOMOGRAPH.md, ROADMAP.md, README.md, etc.

🛠️ Other Changes

  • Added zip model loader.
  • Improved logging: now logs errors explicitly.
  • Updated quaternary dependency to v0.2.0.
  • Added and updated dev contribution docs: CONTRIBUTING.md, DEVELOPING.md.

Full Changelog: v0.6.2...v0.6.3