摘要:
首先下载百度的LAC(Lexical Analysis of Chinese)包:pip install lac from LAC import LAC # 装载分词模型 lac = LAC(mode='seg') # 单个样本输入,输入为Unicode编码的字符串 text = u"LAC是个优秀 阅读全文
posted @ 2020-08-05 14:54
有翅膀的大象
阅读(340)
评论(0)
推荐(0)
摘要:
1, 先安装 pip install selenium from selenium import webdriver driver = webdriver.Chrome() driver.get("http://www.baidu.com") driver.title 2,启动Chrom浏览器 下载 阅读全文
posted @ 2020-08-05 14:50
有翅膀的大象
阅读(262)
评论(0)
推荐(0)

浙公网安备 33010602011771号