-
Notifications
You must be signed in to change notification settings - Fork 678
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
请问有考虑过英文的临时造词模式吗 #35
Labels
invalid
This doesn't seem right
Comments
你怎么实现的,这配置我有点看不明白,部署后我输入 |
这也不是我的项目 😂 ,不过我看他是添加了一个前缀码 ` 来标识进入临时造词模式,然后新添加一个 table_translater 来继承之前的英文翻译器,但是这个翻译器会把造词选项打开。 这个项目 的配置文件可能会简单一点。 |
试了一下,这个造词好像是把五笔中的两个字拼成一个词,下次直接就可以打出来词,而不用一个一个打单字。 |
会不会是因为它只打开了 enable_sentence,这个是造句的,而 enable_encoder 是造词的。 |
我也不懂,先不搞了。 |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
您好,我最近发现一个新玩法,就是可以使用临时前缀来让英文进入造词模式,拓充英文词库。
可以参考 这个项目。
但是我尝试后发现两个问题,一是大写字母翻译后都会变成小写,二是造词功能好像不能生效。
The text was updated successfully, but these errors were encountered: