Skip to content

Releases: CAMeL-Lab/camel_tools

camel-tools v1.3.1

29 Mar 18:39
@owo owo
9e5a210

Choose a tag to compare

  • Fixed issue with downloading package catalogue on Google Colab.

camel-tools v1.3.0

29 Mar 17:40
@owo owo
1cabf78

Choose a tag to compare

  • 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

12 Aug 07:58
@owo owo
281677f

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

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

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

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

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

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

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

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.