Skip to content

Releases: md-py/md.language.yofication

0.1.1 — 2025-03-02

02 Mar 17:36

Choose a tag to compare

  • fix: dictionary word lookup for party yoficated words, e.g. четырЕхзвЁздный, четырЁхзвЕздный

0.1.0 — 2025-02-16

26 Feb 20:07

Choose a tag to compare

md.language.yofication package initial version

0.1.7 — 2025-02-15

26 Feb 20:06

Choose a tag to compare

Changed

  • replace dictionary file with bz2-archived version (decrease file size in 8.1 times)

0.1.6 — 2025-02-15

26 Feb 20:06

Choose a tag to compare

Changed

  • optimize regexp pattern

0.1.5 — 2025-02-15

26 Feb 20:04

Choose a tag to compare

Changed

  • refactoring: dictionary file renamed: yoficator/_data/yoficator.dic to yoficator/_data/dictionary.ru_RU.txt

0.1.4 — 2025-02-15

26 Feb 20:04

Choose a tag to compare

Changed

  • upgrade to python3

0.1.3 — 2025-02-15

26 Feb 20:03

Choose a tag to compare

Removed

  • refuse from regex as dependency in favor of standard re

0.1.2 — 2025-02-15

26 Feb 20:02

Choose a tag to compare

Removed

  • remove unused pprint statement

0.1.1 — 2025-02-15

26 Feb 20:02

Choose a tag to compare

Removed

  • remove "tests" (demo) functionality

0.1.0 — 2025-02-15

26 Feb 20:01

Choose a tag to compare

Added

  • added changelog, license files

Changed

  • refactoring: project directory structure changed, added setup.py file for packaging