06 2020 档案

hanlp2.0代码块
摘要:import hanlp tokenizer = hanlp.load('PKU_NAME_MERGED_SIX_MONTHS_CONVSEG') tagger = hanlp.load(hanlp.pretrained.pos.CTB5_POS_RNN_FASTTEXT_ZH) syntactic 阅读全文

posted @ 2020-06-25 22:50 likeatree 阅读(848) 评论(0) 推荐(0)

Jupyter notebook 远程访问
摘要:##generate config $ jupyter notebook --generate-config password $ jupyter notebook password Enter password: **** Verify password: **** [NotebookPasswo 阅读全文

posted @ 2020-06-13 16:13 likeatree 阅读(141) 评论(0) 推荐(0)

python -m spacy download en ConnectionError
摘要:可能是国内不方便连接GitHub。 我早已配好了清华的anaconda源 (base) a@ubuntu:~$ cat .pip/pip.conf [global] index-url = https://pypi.tuna.tsinghua.edu.cn/simple [install] trus 阅读全文

posted @ 2020-06-04 08:51 likeatree 阅读(1671) 评论(0) 推荐(1)

导航