Releases: CAMeL-Lab/camel_tools
Releases · CAMeL-Lab/camel_tools
camel-tools v1.2.0
- Updated documentation and added more examples
- Morphology improvements and bug fixes
camel-tools v1.1.0
This release adds the camel_data
command line tool for simplifying downloading data sets.
camel-tools v1.0.1
This update fixes installation issues caused by kenlm dependency.
camel-tools v1.0.0
First official release of CAMeL Tools.
See this post for more information on this release.
camel-tools v0.4.dev5
This patch fixes errors in the almor-msa
builtin database.
It also provides a new parameter to camel_tools.tokenizers.morphological.MorphologicalTokenizer
called diac
that determines wether output tokens are diacritized or not.
camel-tools v0.4.dev4
- Fixed issue where diacritics and other marks broke tokenization.
- Fixed escaping of NOAN replacements in backoff analyses.
- Updated import of Mapping abstract base class for Python 3.
camel-tools v0.4.dev3
- Fixed handling of sun letters in CALIMA Star.
- Added ANY keyword as values to certain features in CALIMA Star's reinflector.
camel-tools v0.4.dev2
Fixed a bug in CALIMA Star reinflector that prevented certain POS variants from being generated.
camel-tools v0.4.dev1
This release contains the following bug fixes:
- Fixed an issue in CalimaStarReinflector that prevented it from generating analyses.
- Fixed missing defines in the almor-msa database.
camel-tools v0.4.dev0
This release contains bug fixes and the following new features:
- SimpleDisambiguator has been changed to a more fully featured MLEDisambiguator.
- Added word-boundary and morphological tokenizers.
- Added text normalization utilities.
- Analyzer APIs and Disambiguator APIs have been changed to be more general and output more descriptive named tuple objects.
- Almor-msa database now includes extensions.
- CALIMA Star Analyzer now has in-built caching mode.
- CharMapper objects are now callable (no need to use
map_string()
method).