05 2019 档案
摘要:pip3 install -U spacy -i http://pypi.douban.com/simple --trusted-host pypi.douban.com python3 -m spacy download en 在终端里输一下就完事了 # import stanfordnlp #
阅读全文
摘要:Mac环境下 jieba 配置记录 在终端里pip3 install jieba -i http://pypi.douban.com/simple --trusted-host pypi.douban.com -i http://pypi.douban.com/simple --trusted-ho
阅读全文
摘要: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
阅读全文