Current section
Files
Jump to
Current section
Files
CHANGELOG.md
# Changelog for Text v0.2.0
This is the changelog for Text v0.2.0 released on June 28th, 2020. For older changelogs please consult the release tag on [GitHub](https://github.com/kipcole9/text/tags)
### Enhancements
* Adds pluralization for english words
* Adds language detection classifiers (corpus' are defined in separate libraries, for example [text_corpus_udhr](https://hex.pm/packages/text_corpus_udhr))
* Refactor word counting
# Changelog for Text v0.1.0
This is the changelog for Text v0.1.0 released on August 26th, 2019. For older changelogs please consult the release tag on [GitHub](https://github.com/kipcole9/text/tags)
### Enhancements
* Initial version implementing `ngram`s.