Skip to content

Releases: CAMeL-Lab/camel_tools

camel-tools v1.2.0

12 Aug 07:58
@owo owo
281677f
Compare
Choose a tag to compare
  • Updated documentation and added more examples
  • Morphology improvements and bug fixes

camel-tools v1.1.0

30 Nov 08:03
@owo owo
0a92c06
Compare
Choose a tag to compare

This release adds the camel_data command line tool for simplifying downloading data sets.

camel-tools v1.0.1

15 Nov 06:59
@owo owo
1751f1a
Compare
Choose a tag to compare

This update fixes installation issues caused by kenlm dependency.

camel-tools v1.0.0

10 Nov 15:25
@owo owo
f96672c
Compare
Choose a tag to compare

First official release of CAMeL Tools.

See this post for more information on this release.

camel-tools v0.4.dev5

21 Jun 13:34
@owo owo
57bfabf
Compare
Choose a tag to compare
camel-tools v0.4.dev5 Pre-release
Pre-release

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

18 Jan 10:49
@owo owo
c2942cc
Compare
Choose a tag to compare
camel-tools v0.4.dev4 Pre-release
Pre-release
  • 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

16 Dec 15:13
@owo owo
ee9b45a
Compare
Choose a tag to compare
camel-tools v0.4.dev3 Pre-release
Pre-release
  • 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

12 Sep 10:58
@owo owo
1dbc730
Compare
Choose a tag to compare
camel-tools v0.4.dev2 Pre-release
Pre-release

Fixed a bug in CALIMA Star reinflector that prevented certain POS variants from being generated.

camel-tools v0.4.dev1

16 May 09:35
@owo owo
b738e32
Compare
Choose a tag to compare
camel-tools v0.4.dev1 Pre-release
Pre-release

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

09 May 15:10
@owo owo
e468e4a
Compare
Choose a tag to compare
camel-tools v0.4.dev0 Pre-release
Pre-release

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).