ltp的使用

Posted wdan2016

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ltp的使用相关的知识,希望对你有一定的参考价值。

ltp 可以分词 词性识别 命名实体识别,使用过程:
import pyltp
from pyltp import SentenceSplitter
from pyltp import Segmentor
from pyltp import Postagger
from pyltp import NamedEntityRecognizer

segmentor = Segmentor()
segmentor.load(‘ltp_model/cws.model‘) # 加载分词模型
words = segmentor.segment(address)#分词

postagger = Postagger()
postagger.load(‘ltp_model/pos.model‘) # 加载词性分析模型

recognizer = NamedEntityRecognizer()
recognizer.load(‘ltp_model/ner.model‘) # 加载命名实体识别模型

words = segmentor.segment(address)#分词
posttags = postagger.postag(words) # 词性标注
recognizers=recognizer.recogniz(posttags)#命名实体识别

以上是关于ltp的使用的主要内容,如果未能解决你的问题,请参考以下文章

python处理自然语言:1调用LTP的API,2使用pyltp

自然语言处理工具箱 LTP pyltp 使用教程

LTP4J的使用BUG及解决方案

哈工大自然语言处理LTP工具箱pyltp在Windows11下的安装使用

哈工大LTP

LTP--linux稳定性测试 linux性能测试 ltp压力测试 ltp-pan