nlpguyz
nlpguyz
Here is an implementation of Earley that handles Epsilon transition: https://github.com/tomerfiliba/tau/blob/master/Earley.java Is it possible to port the feature here?
假如还没人做这块,我打算贡献一些中文处理方面的常用工具,比如汉语拼音parsing,拼音-注音转换,中文分词、注音等。
感谢。我做了一个新的安卓前端,正巧也用了script接口,欢迎review。https://github.com/nlpguyz/hackerskeyboard
请问如何通过API选择输入方案?我试了几个API都没有成功。谢谢!
感谢,基本的 API 掌握了。各种回调情况还需要学习。
又有一个问题求助,请问如何知道引擎何时部署完成?
感谢,请问新方案部署完成 (deploy_schema) 是否会产生一个回调? -- 部署问题解决了。原来只要等待返回就可以了。
支持文件導入
Support English correction without externl dictionary. This archecture is better.
Allow the user to edit custom phrases in app. There will be a local editor and an importer. All custom phrases are combined before sending to the engine.