-
Notifications
You must be signed in to change notification settings - Fork 557
New issue
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
[de] Some brightness values cannot be parsed #2799
Comments
This should be solved by rhasspy/unicode-rbnf#6 |
With these changes it seems to work - Thank you |
This issue should be solved with home-assistant/core#134359 which will be released in 2025.1.0 on Friday. |
Yeah works great with unicode_rbnf version 2.2.0 :D |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello All,
I currently have the issue of some light brightness values not parsed in German.
This sentence for example cannot be parsed:
Stelle die Helligkeit von der Schlafzimmerlampe auf siebzig %
This sentence can be parsed:
Stelle die Helligkeit von der Schlafzimmerlampe auf 70 %
It seems like only numbers written in words cannot be parsed. However, this is not the case for all numbers - 10, 11, 75 seem to work.
I adapted the tests in light_HassLightSet.yaml, but was not able to figure out what the issue is. Please find the new test cases attached as txt-file.
For the English language, this seems to be working.
light_HassLightSet.txt
Edit:
Please find here an output of the Developer-Tools with another example:
Lampe Wohnzimmer Vorne auf siebzig Prozent
Sprache: Deutsch (de)
intent:
name: HassLightSet
slots:
name: Lampe Wohnzimmer Vorne
details:
name:
name: name
value: Lampe Wohnzimmer Vorne
text: Lampe Wohnzimmer Vorne
targets: {}
match: false
sentence_template: [ (auf|zu)] [ dimmen]
unmatched_slots:
brightness: 'siebzig '
source: builtin
The text was updated successfully, but these errors were encountered: