Linwei

Results 704 comments of Linwei

还有本词典前后修正过程按年计,经常有人给我反馈,我自己也经常使用,根据收到的反馈和我自己的使用过程发现的问题进行校对。

如果你好奇的话: https://www.pdawiki.com/forum/forum.php?mod=viewthread&tid=20726

有意思,但我已提供功能更强大的stardict.py了,直接convert成sqlite数据库后查询结果更丰富,还可以做色彩高亮,词形变换这些也很方便

你如果要模糊匹配,那么可以把所有单词做成一个文本文件,然后用 fzf 进行模糊匹配。 你还可以把 fzf 做成一个模糊匹配的service。 你如果想开发,可以自己实现 fzf 的功能。

match 后面有个参数,默认是 false,可以允许看看。

https://github.com/jhawthorn/fzy 还有这个

你们如果用字符串近似一个个比较的话430万单词,要计算废掉的,进一步优化还可以把词头分区,比如: 包含:a, a*a, a*b, a*c, ..., a*z, 包含:b, b*a, b*b, b*c, ... b*z, ... 包含:z, z*a, z*b, z*c, ..., z*z, 一共26x27个文件,根据用户输入的头1到两个字母先确定索引,送到fzf里匹配头20个,然后再用字符串相似法按相似度排序,就是你想要的

It appears that something happened when importing `nextpress` module. maybe missing dependency. I have made an update. The new version will print the reason of importing failure. Please try again...

The traceback is helpful. I found a similar issue on SO: https://stackoverflow.com/questions/14340366/configparser-and-string-with The top answer suggests me disable [interpolation](https://docs.python.org/3/library/configparser.html#interpolation-of-values) in ini parser. I made a patch for that. Please try...

安卓系统兼容性有 windows 那么好么?十年前的安卓单机还能在现在的安卓下运行吗?