wordseg() wordseg(string $text) : array 分词 GBK. 对文本进行智能分词识别,支持基础词与混排词粒度 Parameters string $text Throws \TencentAI\Error\TencentAIError Returns array
wordpos() wordpos(string $text) : array 词性标注 GBK. 在分词接口的基础上,增加词性标注能力,将分词结果中的每个分词赋予一个正确的词性,例如形容词、动名词或者名词等等 Parameters string $text Throws \TencentAI\Error\TencentAIError Returns array
wordner() wordner(string $text) : array 专有名词识别 GBK. 对文本进行专有名词的分词识别,找出文本中的专有名词 Parameters string $text Throws \TencentAI\Error\TencentAIError Returns array
wordsyn() wordsyn(string $text) : array 同义词识别 GBK. 识别文本中存在同义词的分词,并返回相应的同义词 Parameters string $text Throws \TencentAI\Error\TencentAIError Returns array
wordcom() wordcom(string $text) : array 语义解析 => 意图成分识别. 对文本进行意图识别,快速找出意图及上下文成分. Parameters string $text Throws \TencentAI\Error\TencentAIError Returns array
textPolar() textPolar(string $text) : array 情感分析. 对文本进行情感分析,快速判断情感倾向(正面 1 或负面 -1 中性 0) Parameters string $text Throws \TencentAI\Error\TencentAIError Returns array
chat() chat(string $question, string $session) : array 智能闲聊. 基于文本的基础聊天能力,可以让您的应用快速拥有具备上下文语义理解的机器聊天功能. Parameters string $question 上限300字节 string $session 上限32字节 Throws \TencentAI\Error\TencentAIError Returns array
nlp() nlp( $url, $text, boolean $charSetGBK = true) : array 自然语言处理公共方法. Parameters $url $text boolean $charSetGBK Throws \TencentAI\Error\TencentAIError Returns array