lemme-lex
Version:
A library for creating dictionaries that can be utilised by NLP tools
39 lines (30 loc) • 788 B
Markdown
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.4.1] - 2018-11-08
### Added
- Smarter testing
### Fixed
- Missing default phrase
- English support
## [0.4.0] - 2018-11-08
### Added
- Lexeme locale and spellings
- Japanese expander
## [0.3.1] - 2018-11-05
### Updated
- Lexicon.toFile now returns promise
## [0.3.0] - 2018-10-27
### Added
- Tag methods
## [0.2.2] - 2018-10-27
### Fixed
- Changelog incorrect versions
## [0.2.1] - 2018-10-27
### Fixed
- New instance from this on static method
## [0.2.0] - 2018-10-20
### Added
- This changelog
- toRecord method on lexeme