We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
# sentences/ro/person_HassGetSate.yaml language: ro intents: HassGetState: data: - sentences: - "(<name>;<este> [<la>] {zone:state})" response: someone_yesno requires_context: domain: person slots: domain: person
# tests/ro/_fixtures.yaml language: ro entities: - name: "Claudiu" id: "person.claudiu" state: in: "Plecat" out: "not_home" attributes: untranslated_state: "not_home"
@tetele ➜ /workspaces/intents (ro-untranslated-state ✗) $ python3 -m script.intentfest parse --language ro --sentence 'Claudiu este la magazin' { "text": "Claudiu este la magazin", "match": true, "intent": "HassGetState", "slots": { "name": "Claudiu", "state": "magazin", "domain": "person" }, "context": { "domain": "person", "untranslated_state": "not_home" }, "response_key": "someone_yesno", "response": "Nu, ci Plecat" } @tetele ➜ /workspaces/intents (ro-untranslated-state ✗) $ python3 -m script.intentfest parse --language ro --sentence 'este la magazin Claudiu' No language set, so cannot convert brightness digits to words No language set, so cannot convert brightness digits to words { "text": "este la magazin Claudiu", "match": false }
The text was updated successfully, but these errors were encountered:
synesthesiam
No branches or pull requests
The text was updated successfully, but these errors were encountered: