Recent Releases of https://github.com/camel-lab/camel_tools

https://github.com/camel-lab/camel_tools - camel-tools v1.5.2

Fixes doc build issues.

- Python
Published by owo about 3 years ago

https://github.com/camel-lab/camel_tools - camel-tools v1.5.1

  • Fixed an issue where pip tries to install camel-kenlm on Windows.

- Python
Published by owo about 3 years ago

https://github.com/camel-lab/camel_tools - camel-tools v1.5.0

  • Improved BERT disambiguation accuracy.
  • Added support for Python 3.10.

- Python
Published by owo about 3 years ago

https://github.com/camel-lab/camel_tools - camel-tools v1.4.1

  • Fixed an issue importing Unfactored BERT Disambiguator.

- Python
Published by owo about 4 years ago

https://github.com/camel-lab/camel_tools - camel-tools v1.4.0

  • Added Unfactored BERT disambiguator component.
  • Bug fixes

- Python
Published by owo about 4 years ago

https://github.com/camel-lab/camel_tools - camel-tools v1.3.1

  • Fixed issue with downloading package catalogue on Google Colab.

- Python
Published by owo about 4 years ago

https://github.com/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.
  • simplewordtokenize now splits emojis correctly and can optionally split digits.

- Python
Published by owo about 4 years ago

https://github.com/camel-lab/camel_tools - camel-tools v1.2.0

  • Updated documentation and added more examples
  • Morphology improvements and bug fixes

- Python
Published by owo almost 5 years ago

https://github.com/camel-lab/camel_tools - camel-tools v1.1.0

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

- Python
Published by owo over 5 years ago

https://github.com/camel-lab/camel_tools - camel-tools v1.0.1

This update fixes installation issues caused by kenlm dependency.

- Python
Published by owo over 5 years ago

https://github.com/camel-lab/camel_tools - camel-tools v1.0.0

First official release of CAMeL Tools.

See this post for more information on this release.

- Python
Published by owo over 5 years ago

https://github.com/camel-lab/camel_tools - 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.

- Python
Published by owo almost 6 years ago

https://github.com/camel-lab/camel_tools - 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.

- Python
Published by owo over 6 years ago

https://github.com/camel-lab/camel_tools - 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.

- Python
Published by owo over 6 years ago

https://github.com/camel-lab/camel_tools - camel-tools v0.4.dev2

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

- Python
Published by owo over 6 years ago

https://github.com/camel-lab/camel_tools - 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.

- Python
Published by owo about 7 years ago

https://github.com/camel-lab/camel_tools - 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).

- Python
Published by owo about 7 years ago

https://github.com/camel-lab/camel_tools - camel-tools v0.3.dev0

This release contains bug fixes and the following new features:

  • Implemented a simple disambiguation function using pos-lex frequencies.
  • camel_calima_star has a new option to use simple disambiguation in analysis mode.
  • CalimaStarAnalyzer now has a new method analyze_words() to analyze a list of words.

- Python
Published by owo over 7 years ago

https://github.com/camel-lab/camel_tools - camel-tools v0.2.dev0

- Python
Published by owo over 7 years ago