中文分词测试

  • kn
  • 2020-06-23 15:52:45
  • python
https://github.com/lancopku/PKUSeg-python
阅读全文

anaconda使用pip安装 https错误

  • kn
  • 2019-06-14 15:38:19
  • python
使用国内源,顺便忽略httpspip install pymongo -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com
阅读全文

anaconda 切换到默认源

  • kn
  • 2019-05-30 17:23:35
  • python
conda config --remove-key channels
阅读全文

1.正则

  • kn
  • 2018-04-25 09:53:58
  • python
\w      匹配字母数字及下划线 \W      匹配f非字母数字下划线 \s      匹配任意空白字符,等价于[\t\n\r\f] \S      
阅读全文
  • «
  • 1
  • 2
  • 3
  • »