Releases: CAMeL-Lab/camel_tools
Releases · CAMeL-Lab/camel_tools
camel-tools v1.3.0
- Removed support for Python 3.6 (only 3.7-3.9 are now supported).
- Implemented a new package manager for fine-grained installation of datasets.
- Fixed GPU support for NER and Sentiment Analysis components.
- Added emoji charsets.
- simple_word_tokenize now splits emojis correctly and can optionally split digits.
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.