No project description provided
Project description
Rhasspy Fuzzywuzzy Hermes
Implements hermes/nlu
functionality from Hermes protocol using rapidfuzz.
Requirements
- Python 3.7
Installation
$ git clone https://github.com/rhasspy/rhasspy-fuzzywuzzy-hermes
$ cd rhasspy-fuzzywuzzy-hermes
$ ./configure
$ make
$ make install
Deployment
$ make dist
See dist/
directory for .tar.gz
file.
Running
$ bin/rhasspy-fuzzywuzzy-hermes <ARGS>
Command-Line Options
usage: rhasspy-fuzzywuzzy-hermes [-h] [--examples EXAMPLES]
[--intent-graph INTENT_GRAPH]
[--casing {upper,lower,ignore}]
[--replace-numbers] [--language LANGUAGE]
[--confidence-threshold CONFIDENCE_THRESHOLD]
[--host HOST] [--port PORT]
[--username USERNAME] [--password PASSWORD]
[--tls] [--tls-ca-certs TLS_CA_CERTS]
[--tls-certfile TLS_CERTFILE]
[--tls-keyfile TLS_KEYFILE]
[--tls-cert-reqs {CERT_REQUIRED,CERT_OPTIONAL,CERT_NONE}]
[--tls-version TLS_VERSION]
[--tls-ciphers TLS_CIPHERS]
[--site-id SITE_ID] [--debug]
[--log-format LOG_FORMAT]
optional arguments:
-h, --help show this help message and exit
--examples EXAMPLES Path to examples JSON file
--intent-graph INTENT_GRAPH
Path to intent graph (gzipped pickle)
--casing {upper,lower,ignore}
Case transformation for input text (default: ignore)
--replace-numbers Replace digits with words in queries (75 -> seventy
five)
--language LANGUAGE Language/locale used for number replacement (default:
en)
--confidence-threshold CONFIDENCE_THRESHOLD
Minimum confidence needed before intent not recognized
(default: 0)
--host HOST MQTT host (default: localhost)
--port PORT MQTT port (default: 1883)
--username USERNAME MQTT username
--password PASSWORD MQTT password
--tls Enable MQTT TLS
--tls-ca-certs TLS_CA_CERTS
MQTT TLS Certificate Authority certificate files
--tls-certfile TLS_CERTFILE
MQTT TLS certificate file (PEM)
--tls-keyfile TLS_KEYFILE
MQTT TLS key file (PEM)
--tls-cert-reqs {CERT_REQUIRED,CERT_OPTIONAL,CERT_NONE}
MQTT TLS certificate requirements (default:
CERT_REQUIRED)
--tls-version TLS_VERSION
MQTT TLS version (default: highest)
--tls-ciphers TLS_CIPHERS
MQTT TLS ciphers to use
--site-id SITE_ID Hermes site id(s) to listen for (default: all)
--debug Print DEBUG messages to the console
--log-format LOG_FORMAT
Python logger format
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file rhasspy-fuzzywuzzy-hermes-0.3.0.tar.gz
.
File metadata
- Download URL: rhasspy-fuzzywuzzy-hermes-0.3.0.tar.gz
- Upload date:
- Size: 7.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c0ff957457c6d7b34ba405b0613b990566f1d5f19d59bf37f7d1eb991fb6b980 |
|
MD5 | bb7fb7057c4f395ead35bd963d7a174a |
|
BLAKE2b-256 | 2333551c3dba9829c5bf99172340ea3ae79f20a2a742d35aefb7cad49ae35e2c |