-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #90 from snipsco/release/0.59.0
Release 0.59.0
- Loading branch information
Showing
67 changed files
with
2,548 additions
and
416 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
data/tests/builtin_entity_parser/gazetteer_entity_parser/metadata.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"parsers_metadata": [ | ||
{ | ||
"entity_identifier": "snips/musicArtist", | ||
"entity_parser": "parser_1" | ||
}, | ||
{ | ||
"entity_identifier": "snips/musicTrack", | ||
"entity_parser": "parser_2" | ||
} | ||
] | ||
} |
1 change: 1 addition & 0 deletions
1
data/tests/builtin_entity_parser/gazetteer_entity_parser/parser_1/metadata.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"version":"0.5.0-SNAPSHOT","parser_filename":"parser","threshold":0.6,"stop_words":[],"edge_cases":[]} |
Binary file added
BIN
+147 Bytes
data/tests/builtin_entity_parser/gazetteer_entity_parser/parser_1/parser
Binary file not shown.
1 change: 1 addition & 0 deletions
1
data/tests/builtin_entity_parser/gazetteer_entity_parser/parser_2/metadata.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"version":"0.5.0-SNAPSHOT","parser_filename":"parser","threshold":0.7,"stop_words":[],"edge_cases":[]} |
Binary file added
BIN
+193 Bytes
data/tests/builtin_entity_parser/gazetteer_entity_parser/parser_2/parser
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"language": "fr", | ||
"gazetteer_parser": "gazetteer_entity_parser" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"language": "en" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"parsers_metadata": [ | ||
{ | ||
"entity_identifier": "snips/musicArtist", | ||
"entity_parser": "parser_1" | ||
}, | ||
{ | ||
"entity_identifier": "snips/musicTrack", | ||
"entity_parser": "parser_2" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"version":"0.5.0-SNAPSHOT","parser_filename":"parser","threshold":0.6,"stop_words":[],"edge_cases":[]} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"version":"0.5.0-SNAPSHOT","parser_filename":"parser","threshold":0.7,"stop_words":[],"edge_cases":[]} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"parsers_metadata": [ | ||
{ | ||
"entity_identifier": "music_artist", | ||
"entity_parser": "parser_1" | ||
}, | ||
{ | ||
"entity_identifier": "music_track", | ||
"entity_parser": "parser_2" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"version":"0.5.0-SNAPSHOT","parser_filename":"parser","threshold":0.6,"stop_words":[],"edge_cases":[]} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"version":"0.5.0-SNAPSHOT","parser_filename":"parser","threshold":0.7,"stop_words":[],"edge_cases":[]} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ buildscript { | |
} | ||
} | ||
|
||
version = "0.58.0" | ||
version = "0.59.0" | ||
group = "ai.snips" | ||
|
||
|
||
|
2 changes: 1 addition & 1 deletion
2
platforms/snips-nlu-ontology-kotlin/snips-nlu-ontology-export/build.gradle
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version = "0.58.0" | ||
version = "0.59.0" | ||
group = "ai.snips" | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
setuptools_rust==0.8.4 | ||
twine==1.11.0 | ||
wheel==0.30.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,6 +29,7 @@ | |
|
||
required = [ | ||
"future==0.16.0", | ||
"pathlib==1.0.1; python_version < '3.4'", | ||
"wheel==0.30.0" | ||
] | ||
|
||
|
9 changes: 4 additions & 5 deletions
9
platforms/snips-nlu-ontology-python/snips-nlu-ontology-rs/Cargo.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,15 @@ | ||
[package] | ||
name = "snips-nlu-ontology-rs" | ||
version = "0.58.0" | ||
version = "0.59.0" | ||
authors = ["Adrien Ball <[email protected]>"] | ||
|
||
[dependencies] | ||
failure = "0.1" | ||
ffi-utils = { git = "https://github.com/snipsco/snips-utils-rs", rev = "4292ad9" } | ||
lazy_static = "1.0" | ||
libc = "0.2" | ||
snips-nlu-ontology = { git = "https://github.com/snipsco/snips-nlu-ontology", tag = "0.58.0" } | ||
snips-nlu-ontology-ffi-macros = { git = "https://github.com/snipsco/snips-nlu-ontology", tag = "0.58.0" } | ||
snips-nlu-ontology-parsers-ffi-macros = { git = "https://github.com/snipsco/snips-nlu-ontology", tag = "0.58.0" } | ||
snips-nlu-ontology = { git = "https://github.com/snipsco/snips-nlu-ontology", tag = "0.59.0" } | ||
snips-nlu-ontology-ffi-macros = { git = "https://github.com/snipsco/snips-nlu-ontology", tag = "0.59.0" } | ||
snips-nlu-ontology-parsers-ffi-macros = { git = "https://github.com/snipsco/snips-nlu-ontology", tag = "0.59.0" } | ||
|
||
[lib] | ||
name = "snips_nlu_ontology_rs" | ||
|
3 changes: 0 additions & 3 deletions
3
platforms/snips-nlu-ontology-python/snips-nlu-ontology-rs/src/lib.rs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 6 additions & 2 deletions
8
platforms/snips-nlu-ontology-python/snips_nlu_ontology/__init__.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
from __future__ import absolute_import | ||
|
||
from snips_nlu_ontology.builtin_entities import ( | ||
BuiltinEntityParser, get_all_languages, get_all_builtin_entities, | ||
get_supported_entities, get_ontology_version, get_builtin_entity_examples) | ||
get_all_builtin_entities, get_all_gazetteer_entities, | ||
get_all_grammar_entities, get_all_languages, get_builtin_entity_examples, | ||
get_builtin_entity_shortname, get_ontology_version, get_supported_entities, | ||
get_supported_gazetteer_entities, get_supported_grammar_entities) | ||
from snips_nlu_ontology.builtin_entity_parser import BuiltinEntityParser | ||
from snips_nlu_ontology.gazetteer_entity_parser import GazetteerEntityParser |
2 changes: 1 addition & 1 deletion
2
platforms/snips-nlu-ontology-python/snips_nlu_ontology/__version__
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.58.0 | ||
0.59.0 |
Oops, something went wrong.