-
Notifications
You must be signed in to change notification settings - Fork 5
[snips-asr][Android][lang-en] Entity injection does not work for english language #114
Comments
Hi! Could you please post the logs of the process |
|
@fredszaq Let me know if you need anything else. |
|
My bad, this message is misleading and the code that produces it also (PR to change that snipsco/snips-nlu-rs#133) It seems it is you version of the platform that is off, are you sure you're running 0.62.3 ? |
Yeah I just checked it again. I am using this version in gradle file: |
If it is of any use, here is the latest log of in.example.voiceremotedemo:snipsProcessingService. log.txt |
hum, the |
Okay. Any expected timeline for the next release ? |
Any updates on this issue? |
@mark922 release 1.2.1 (0.63.2) contains the log fix, could you give it a try ? |
Sure. Will give it a go in a day or two and get back to you. |
Tested ok my side. I'm closing this one. |
What's the issue?
Add dynamic vocabulary on android platform.
How to reproduce
HashMap<String, List<String>> values = new HashMap<>(); values.put("city_name", Arrays.asList("London", "Paris", "Istanbul")); InjectionOperation op = new InjectionOperation(AddFromVanilla, values); client.requestInjection(new InjectionRequestMessage( singletonList(op), Collections.<String, List<String>>emptyMap(), null, null));
Expected behavior
It is not recognizing the newly added words like London, Istanbul etc...
Version and Environment
Platform: Android
Version: ai.snips:snips-platform-android:0.62.3@aar
Logs
The text was updated successfully, but these errors were encountered: