idiomer

Results 5 issues of idiomer

When I'm executing `pip install lckr-jupyterlab-variableinspector` command, it happens following ERROR. Should I reinstall ipython? Or other options? Could you give me some suggestions. Thanks ``` ERROR: Package 'ipython' requires...

如下所示:有括号的自定义表情能添加但分词不work ``` python import jieba biaoqing_list = ['[捂脸]', '[doge]', '___捂脸___', '___doge___'] for x in biaoqing_list: jieba.add_word(x, freq=10000, tag='nz') print(jieba.user_word_tag_tab) print(jieba.lcut('[捂脸][doge]哈哈哈___捂脸___和___doge___')) # {'[捂脸]': 'nz', '[doge]': 'nz', '___捂脸___': 'nz', '___doge___': 'nz'} #...

请问使用方法如何, 可以更新下readme吗? 谢谢

kplayer版本:0.5.8 部署方式:docker 问题:队列模式为空后,获取当前资源api会导致kplayer崩溃

When I train my custom dataset with 940\*940\*3 pictures, it occurs the following error. However, when i resize pictures to 64\*64\*3, it works. By the way, I know the default...