CoreJa

Results 12 comments of CoreJa

Same here, Manjaro kde. I did a upgrade(using `pacman -Syyu`) just an hour ago. Now whatever I'm trying to install on my laptop, this "line:140" always shows up. However, the...

Yes, and I tried edit my hosts file to fix. Worked here. @eyeKill was right. But I don't think there will be a proper solution to solve this, unless a...

Thanks to @hirenaum97 ,I've change my version to spacy to 1.9 and accepted @NilsRethmeier 's advice unindenting the code at https://github.com/cemoody/lda2vec/blob/master/lda2vec/preprocess.py#L85-L88 by one level. solved the problem on py2

@lovedatatiff sorry, i meant ive run preprocess.py successfully. actually my work pc doesnt have a nvidia GPU. so i couldnt run the whole project. but i think i did it...

@lovedatatiff Sure thing. But a Nvidia GPU is NECESSARY if u wanna run it ok since it imports cupy. I have a notebook with a Nvidia GPU but I don't...

sorry, my notebook doesn't have a public ip address. i am not sure the aws GPU would work or not. Basically it would work.

exceptions部分已提交pr #16

同样有类似需求,希望可以脱离leancloud在服务器上部署评论通知功能, @profoundsoul 可否在正式上线后提供一下链接?感谢

Since ga-analytics is published 5 years ago, it depends on a deprecated version of lodash, which is causing github and npm warnings. ```shell ┌───────────────┬──────────────────────────────────────────────────────────────┐ │ Moderate │ Regular Expression Denial...

我有个建议,除了手动改emoji开关以外,也可以加个提示选项,变成:[ 🈶️, 🈚️, 💡 ],💡表示**通过加后缀来提示emoji**,比如键入`hua@`才会显示🌸🌺🌼🌻🌷🌹💐这些emoji,效果如下: ![image](https://user-images.githubusercontent.com/28624864/103749342-5c346a00-5040-11eb-8fc4-c4abd3a5eeb6.png) 私以为这个方案会更适合emoji使用不多但也偶尔使用的用户。 另外**花、饭**这类词会有较多映射主要是因为`emoji_category.txt`的存在,或许考虑仅对category的关键词使用后缀提示?其他的词无需添加后缀?(这个方案我更偏好),但无奈不了解`emoji_suggestion`各字段的含义,有文档链接可以提供吗?