All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
0.7.3 -
- change pybo to bo in cli
0.7.2 - 20200808
- fix dependencies in setup.py
0.7.1 - 20200808
- added tibetan_sort as dep, cleanup, kakha cli messages
0.7.0 - 20200807
- added kakha using tibetan_sort
0.6.23 - 20200714
- syl-based content shelving and reinsertion #3
0.6.22 - 20200710
- #5 Add optional "--tags" to tok command to select and order token tags
0.6.21 - 20191215
- add profile-update to CLI
- use Token.text_cleaned whenever possible, fallback to Token.text otherwise
- output of
pybo rdr
andpybo profile-report
0.6.20 - 20191213
- Support for
object.suffixL<X>
in CQL rule creation.
0.6.19 - 20191210
- import bug fixed
0.6.18 - 20191210
- botok profile report:
pybo profile-report <path>
Finds out all duplicates over all the folders and files.
0.6.17 - 20191122
- bad setup
0.6.16 - 20191122
- bad imports
0.6.15 - 20191122
- reference to bo_sorted() not removed
0.6.14 - 20191122
- piycu for Windows from third-party website
- temporarily remove bo_sorted() + CLI command
- fixed rdr_2_replace_matcher bug on first line of rules
- cwd CLI command
0.6.13 - 20191109
- removed pyicu dependency
0.6.12 - 20191109
- added rdr_2_replace_matcher in utils
0.6.11 - 20191030
- added bo_sort() and the corresponding kakha CLI option
0.6.10 - 20190901
- added pyewts to pybo
0.6.9 - 20190901
- the tokenizer's codebase is extracted from pybo and now lives in botok. All the related history is brought out to that project.