-
Notifications
You must be signed in to change notification settings - Fork 974
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
建议添加功能---显示变量的缩写 #11
Labels
Comments
目前有道扮演的是省去我们查词典和近义词的步骤,紧有中文才查,英文会直接搜索,我把有道返回的结果放到Suggestions里,如果结果木有满意的可以用它们进行组合查询,如查get 元素 中间加空格,当然要像Google一样是远远不够的,我相信大家使用过程都有这个落差感,目前我也在找办法优化,要实现简写比配我还没有找到可行的方案 |
根据上述思路,可以考虑对CODELF进行优化。比如,用户输入“获取元素标识”后,进行如下处理:
上述步骤中最关键的是编程缩写语料库的建立,可以从编程常用缩写 等处进行整理。 按照新的方法改进后的查询结果(用户输入“获取元素标识”相当于输入“getElementId”), 查询结果的相关性大大提高。 |
如果已经知道缩写,很多代码里也是有的,最简单的办法就是做自动补全,这个我是有有计划的,你提供的材料不错 :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
发现CODELF功能越来越全,可以组织自己的github项目了。
那能不能添加新的功能,比如用户输入变量名,界面输出变量的缩写(用户可以选择不同语言)?
The text was updated successfully, but these errors were encountered: