Skip to content

Commit

Permalink
Update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienball committed Nov 26, 2018
1 parent 7db4e45 commit 4f338c6
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Changelog
All notable changes to this project will be documented in this file.

## [0.18.0] - 2018-11-26
### Added
- New YAML format to create dataset
- Verbose mode in CLI

### Changed
- Bump `snips-nlu-ontology` to `0.62.0` to improve memory usage


## [0.17.4] - 2018-11-20
### Added
- Add a `--config` argument in the metrics CLI
Expand Down Expand Up @@ -175,6 +184,7 @@ several commands.
- Fix compiling issue with `bindgen` dependency when installing from source
- Fix issue in `CRFSlotFiller` when handling builtin entities

[0.18.0]: https://github.com/snipsco/snips-nlu/compare/0.17.4...0.18.0
[0.17.4]: https://github.com/snipsco/snips-nlu/compare/0.17.3...0.17.4
[0.17.3]: https://github.com/snipsco/snips-nlu/compare/0.17.2...0.17.3
[0.17.2]: https://github.com/snipsco/snips-nlu/compare/0.17.1...0.17.2
Expand Down
24 changes: 24 additions & 0 deletions snips_nlu/intent_classifier/modifiers.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
MODIFIERS = {
"it": {
"più",
"piu",
"meno",
"molto",
"non",
"troppo",
"troppa",
"ancora",
"senza",
"con",
"forte",
"forti",
"alto",
"alta",
"alti",
"alte"
"bassa",
"basso",
"bassi",
"basse"
}
}

0 comments on commit 4f338c6

Please sign in to comment.