Skip to content

Commit

Permalink
Merge pull request #131 from snipsco/hotfix/remove-pt-examples
Browse files Browse the repository at this point in the history
Remove unparsed examples
  • Loading branch information
ClemDoum authored Feb 28, 2019
2 parents 398ff8b + 1a9a0a7 commit ebd3f74
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 9 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.

## [0.64.4] - 2019-02-28
### Fixed
- Portuguese builtin entity examples

## [0.64.3] - 2019-02-27
### Fixed
- Portuguese builtin entity examples
Expand Down Expand Up @@ -156,6 +160,7 @@ All notable changes to this project will be documented in this file.
### Changed
- Updated Rustling ontology to `0.16.4`

[0.64.4]: https://github.com/snipsco/snips-nlu-ontology/compare/0.64.3...0.64.4
[0.64.3]: https://github.com/snipsco/snips-nlu-ontology/compare/0.64.2...0.64.3
[0.64.2]: https://github.com/snipsco/snips-nlu-ontology/compare/0.64.1...0.64.2
[0.64.1]: https://github.com/snipsco/snips-nlu-ontology/compare/0.64.0...0.64.1
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "snips-nlu-ontology"
version = "0.64.3"
version = "0.64.4"
authors = [
"Adrien Ball <[email protected]>",
"Thibaut Lorrain <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion doc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "snips-nlu-ontology-doc"
version = "0.64.3"
version = "0.64.4"
authors = ["Adrien Ball <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion ffi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "snips-nlu-ontology-ffi"
version = "0.64.3"
version = "0.64.4"
authors = ["Kevin Lefevre <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion ffi/ffi-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "snips-nlu-ontology-ffi-macros"
version = "0.64.3"
version = "0.64.4"
authors = [
"Kevin Lefevre <[email protected]>",
"Thibaut Lorrain <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion platforms/kotlin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
}
}

version = "0.64.3"
version = "0.64.4"
group = "ai.snips"


Expand Down
2 changes: 1 addition & 1 deletion platforms/kotlin/snips-nlu-ontology-export/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "0.64.3"
version = "0.64.4"
group = "ai.snips"


Expand Down
3 changes: 0 additions & 3 deletions src/entity/builtin_entity.rs
Original file line number Diff line number Diff line change
Expand Up @@ -462,16 +462,13 @@ impl BuiltinEntityKind {
"3°C",
"dez graus",
"quatro graus centígrados",
"sete graus abaixo cero",
"-459,67 °F",
],
BuiltinEntityKind::Time => &[
"hoje",
],
BuiltinEntityKind::Percentage => &[
"25%",
"quatro porciento",
"quatro por ciento",
],
BuiltinEntityKind::MusicAlbum => &["Discovery"],
BuiltinEntityKind::MusicArtist => &["Daft Punk"],
Expand Down

0 comments on commit ebd3f74

Please sign in to comment.