未提供项目描述
项目描述
Rhasspy Fuzzywuzzy Hermes
使用rapidfuzz
实现来自Hermes协议的hermes/nlu
功能。
需求
- Python 3.7
安装
$ git clone https://github.com/rhasspy/rhasspy-fuzzywuzzy-hermes
$ cd rhasspy-fuzzywuzzy-hermes
$ ./configure
$ make
$ make install
部署
$ make dist
查看dist/
目录下的.tar.gz
文件。
运行
$ bin/rhasspy-fuzzywuzzy-hermes <ARGS>
命令行选项
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
项目详情
关闭
rhasspy-fuzzywuzzy-hermes-0.6.1.tar.gz的散列值
算法 | 散列摘要 | |
---|---|---|
SHA256 | 011266bc9fc7b6faa2a76576418d07616799f8d5ce96097804e6b1b795603e6a |
|
MD5 | cb59065662df662fe462c61a629c8aab |
|
BLAKE2b-256 | 425ec101bc0ca24df3ffe0becbe0fb806039399572eabe8dbc5957a4d35fa2a9 |