This topic created in 2039 days ago, the information mentioned may be changed or developed.
4 replies • 2021-02-08 08:34:19 +08:00
 |
|
1
inhd Feb 8, 2021
很可能你少了一个文件叫 xxx.schema.yaml
|
 |
|
2
loli Feb 8, 2021
是不是被一些参数调用了? 比方说英文符号之类 在配置中搜索下 prefix 比方说我这就有 prefix: ";" ;用于输入拼音用的,所以不能直接上屏。
|
 |
|
4
Dvel Feb 8, 2021
recognizer/patterns/reverse_lookup: "`[a-z]*'?$" 直接把 schema 里这块注释掉就好了。
|