-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
774a20b
commit d8d3586
Showing
45 changed files
with
3,316 additions
and
6,701 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "snips-nlu-lib" | ||
version = "0.65.0-SNAPSHOT" | ||
version = "0.65.0" | ||
authors = [ | ||
"Adrien Ball <[email protected]>", | ||
"Clement Doumouro <[email protected]>", | ||
|
@@ -19,8 +19,8 @@ members = [ | |
|
||
[dependencies] | ||
crfsuite = { git = "https://github.com/snipsco/crfsuite-rs", tag = "0.3.1" } | ||
snips-nlu-ontology = { git = "https://github.com/snipsco/snips-nlu-ontology", tag = "0.64.8" } | ||
snips-nlu-parsers = { git = "https://github.com/snipsco/snips-nlu-parsers", tag = "0.2.3" } | ||
snips-nlu-ontology = { git = "https://github.com/snipsco/snips-nlu-ontology", tag = "0.65.0" } | ||
snips-nlu-parsers = { git = "https://github.com/snipsco/snips-nlu-parsers", tag = "0.3.0" } | ||
snips-nlu-utils = { git = "https://github.com/snipsco/snips-nlu-utils", tag = "0.9.0" } | ||
failure = "0.1" | ||
base64 = "0.10" | ||
|
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
data/tests/models/nlu_engine/custom_entity_parser/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 |
---|---|---|
@@ -1 +1 @@ | ||
{"version":"0.6.0","parser_filename":"parser","threshold":1.0,"stop_words":[],"edge_cases":[]} | ||
{"version":"0.7.0","parser_filename":"parser","threshold":1.0,"stop_words":[],"edge_cases":[]} |
Binary file modified
BIN
+0 Bytes
(100%)
data/tests/models/nlu_engine/custom_entity_parser/parser/parser_1/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
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
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
Binary file added
BIN
+11.7 KB
.../tests/models/nlu_engine/probabilistic_intent_parser/slot_filler_0/model55imurmx.crfsuite
Binary file not shown.
Binary file removed
BIN
-11.3 KB
.../tests/models/nlu_engine/probabilistic_intent_parser/slot_filler_0/modelf5pq4bwe.crfsuite
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
Binary file added
BIN
+17.3 KB
.../tests/models/nlu_engine/probabilistic_intent_parser/slot_filler_1/model8a9dqxnp.crfsuite
Binary file not shown.
Binary file removed
BIN
-16.4 KB
.../tests/models/nlu_engine/probabilistic_intent_parser/slot_filler_1/modeli84ca1rr.crfsuite
Binary file not shown.
Oops, something went wrong.