05 2019 档案

摘要:pip3 install -U spacy -i http://pypi.douban.com/simple --trusted-host pypi.douban.com python3 -m spacy download en 在终端里输一下就完事了 # import stanfordnlp # 阅读全文
posted @ 2019-05-22 18:26 WeiAR 阅读(612) 评论(0) 推荐(0) 编辑
摘要:Mac环境下 jieba 配置记录 在终端里pip3 install jieba -i http://pypi.douban.com/simple --trusted-host pypi.douban.com -i http://pypi.douban.com/simple --trusted-ho 阅读全文
posted @ 2019-05-22 17:03 WeiAR 阅读(613) 评论(0) 推荐(0) 编辑
摘要:1 #include<iostream> 2 #include<cstdio> 3 #include<queue> 4 #include<algorithm> 5 #include<cmath> 6 #include<ctime> 7 #include<set> 8 #include<map> 9 阅读全文
posted @ 2019-05-07 11:04 WeiAR 阅读(190) 评论(0) 推荐(0) 编辑