赞
踩
from pyhanlp import *
content = "机器学习和深度学习带动人工智能行业飞速发展,并在图像、语音识别领域取得很大成功。"
print(HanLP.segment(content))
txt = "字节跳动是中国新兴的一家互联网公司。"
print(HanLP.segment(txt))
CustomDictionary.add("字节跳动")
CustomDictionary.add("互联网公司", "nz 1024")
print(HanLP.segment(txt))
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。