File tree 8 files changed +11
-9
lines changed
snips-nlu-ontology-export
8 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
All notable changes to this project will be documented in this file.
3
3
4
+ ## [ 0.64.4] - 2019-02-28
5
+ ### Fixed
6
+ - Portuguese builtin entity examples
7
+
4
8
## [ 0.64.3] - 2019-02-27
5
9
### Fixed
6
10
- Portuguese builtin entity examples
@@ -156,6 +160,7 @@ All notable changes to this project will be documented in this file.
156
160
### Changed
157
161
- Updated Rustling ontology to ` 0.16.4 `
158
162
163
+ [ 0.64.4 ] : https://github.com/snipsco/snips-nlu-ontology/compare/0.64.3...0.64.4
159
164
[ 0.64.3 ] : https://github.com/snipsco/snips-nlu-ontology/compare/0.64.2...0.64.3
160
165
[ 0.64.2 ] : https://github.com/snipsco/snips-nlu-ontology/compare/0.64.1...0.64.2
161
166
[ 0.64.1 ] : https://github.com/snipsco/snips-nlu-ontology/compare/0.64.0...0.64.1
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " snips-nlu-ontology"
3
- version = " 0.64.3 "
3
+ version = " 0.64.4 "
4
4
authors = [
5
5
" Adrien Ball <adrien.ball@snips.ai>" ,
6
6
" Thibaut Lorrain <thibaut.lorrain@snips.ai>" ,
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " snips-nlu-ontology-doc"
3
- version = " 0.64.3 "
3
+ version = " 0.64.4 "
4
4
authors = [" Adrien Ball <adrien.ball@snips.ai>" ]
5
5
edition = " 2018"
6
6
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " snips-nlu-ontology-ffi"
3
- version = " 0.64.3 "
3
+ version = " 0.64.4 "
4
4
authors = [" Kevin Lefevre <kevin.lefevre@snips.ai>" ]
5
5
edition = " 2018"
6
6
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " snips-nlu-ontology-ffi-macros"
3
- version = " 0.64.3 "
3
+ version = " 0.64.4 "
4
4
authors = [
5
5
" Kevin Lefevre <kevin.lefevre@snips.ai>" ,
6
6
" Thibaut Lorrain <thibaut.lorrain@snips.ai>" ,
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ buildscript {
8
8
}
9
9
}
10
10
11
- version = " 0.64.3 "
11
+ version = " 0.64.4 "
12
12
group = " ai.snips"
13
13
14
14
Original file line number Diff line number Diff line change 1
- version = " 0.64.3 "
1
+ version = " 0.64.4 "
2
2
group = " ai.snips"
3
3
4
4
Original file line number Diff line number Diff line change @@ -462,16 +462,13 @@ impl BuiltinEntityKind {
462
462
"3°C" ,
463
463
"dez graus" ,
464
464
"quatro graus centígrados" ,
465
- "sete graus abaixo cero" ,
466
465
"-459,67 °F" ,
467
466
] ,
468
467
BuiltinEntityKind :: Time => & [
469
468
"hoje" ,
470
469
] ,
471
470
BuiltinEntityKind :: Percentage => & [
472
471
"25%" ,
473
- "quatro porciento" ,
474
- "quatro por ciento" ,
475
472
] ,
476
473
BuiltinEntityKind :: MusicAlbum => & [ "Discovery" ] ,
477
474
BuiltinEntityKind :: MusicArtist => & [ "Daft Punk" ] ,
You can’t perform that action at this time.
0 commit comments