Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.19 KB

CHANGELOG.md

File metadata and controls

35 lines (26 loc) · 1.19 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[2.2.1] - 2017-06-27

Fixed

  • Fix encoding on previous version while reading a file using the CLI.

[2.2.0] - 2017-06-27

Added

  • Add functionality to normalize a single file using cucco CLI.

Changed

  • Renamed 'remove_extra_whitespaces' to 'remove_extra_white_spaces'.

[2.1.0] - 2017-06-08

Added

  • New language argument in remove_stop_words function.

Changed

  • Lazy loading stop words file now loads always the default language specified in the Config class.

[2.0.0] - 2017-06-04

Added

  • Command line interface.
  • Config class to manage cucco configuration and handle normalizations. This class allows to load normalizations to apply from a yaml file.
  • Debug log messages to see what -the cucco- is happening behind the scenes.

Changed

  • Order of default normalizations to remove extra white spaces after removing punctuation.

[1.1.0] - 2017-05-15

Changed

  • New stop words files. Cucco is hungry for words and now can deal with 50 laguages.