CHANGELOG.md
April 9, 2026 ยท View on GitHub
0.4.0 (2026-04-09)
- Dropped support for Ruby < 3.3
0.3.4 (2026-02-27)
- Fixed memory leaks with trainers
0.3.3 (2025-11-10)
- Added ARM shared library for Linux
0.3.2 (2025-05-04)
- Fixed memory leaks
0.3.1 (2024-12-29)
- Fixed warning with Ruby 3.4
0.3.0 (2024-10-23)
- Dropped support for Ruby < 3.1
0.2.2 (2023-06-07)
- Fixed error with
dupandclone
0.2.1 (2022-06-12)
- Added
tokenizeandtokenize_filemethods - Added support for untokenized text to text categorization
0.2.0 (2022-06-01)
- Added support for text categorization
- Added support for training binary relation detectors
- Dropped support for Ruby < 2.7
0.1.6 (2022-03-20)
- Added support for training NER models
- Improved ARM detection
0.1.5 (2021-01-29)
- Fixed issue with multibyte characters
0.1.4 (2020-12-28)
- Added ARM shared library for Mac
0.1.3 (2020-12-04)
- Added support for custom tokenization
0.1.2 (2020-09-14)
- Added binary relation detection
- Added
Documentclass
0.1.1 (2020-09-14)
- Added shared libraries
- Improved error message when model file does not exist
0.1.0 (2020-09-14)
- First release