1
0
mirror of https://github.com/rhasspy/rhasspy.git synced 2022-02-12 01:59:45 +03:00

Add ption to allow "unknown" words to be recognized with Kaldi

This commit is contained in:
Michael Hansen
2021-07-01 15:02:10 -04:00
parent a17d90d096
commit 0759d15ad3
25 changed files with 25 additions and 24 deletions

View File

@@ -2,6 +2,7 @@
### Added
- Option to allow "unknown" words to be recognized with Kaldi with Text FST grammar enabled
- Preliminary support for Arabic (ar)
- Initial support for Vosk ASR (English, German, French, Spanish, Italian, Russian, Portuguese, Vietnamese, Arabic)
- Multiple audio streams for Precise/Porcupine/Snowboy/Pocketsphinx wake word service (thanks Romkabouter)

View File

@@ -34,7 +34,7 @@ token="$(jq --raw-output .home_assistant.access_token < "${profile}")"
# -----------------------------------------------------------------------------
# Use REST api to list the states of all Home Assistant entities.
# Returns a JSON list of entitiy states.
# Returns a JSON list of entity states.
# We use jq to reformat this as a two-column list with the format: <entity_id> <friendly_name>.
echo "GET ${url}/api/states" >&2
curl -X GET \