vadersentiment_fr:Vader NLP情感分析,PHP,法语

时间:2024-03-22 00:42:40
【文件属性】:

文件名称:vadersentiment_fr:Vader NLP情感分析,PHP,法语

文件大小:87KB

文件格式:ZIP

更新时间:2024-03-22 00:42:40

PHP

维达情绪分析(NLP),PHP,法语 这是VADER(价识别字典和情感推理器)PHP法语版本。 请访问< >以查看原始版本。 VADER是一种基于词典和规则的情感分析工具,专门针对社交媒体中表达的情感进行调整。 工作很好! 示例代码: require_once "vadersentiment.php"; $textToTest = "La jolie Galline est belle, belle, BELLE !"; $sentimenter = new new SentimentIntensityAnalyzer(); $result = $sentimenter->getSentiment($textToTest); print_r($result); 示例代码的输出 ['neg'=> 0.0, 'neu'=> 0.254, 'pos'=> 0.746, 'compound'


【文件预览】:
vadersentiment_fr-main
----sentitext.php(3KB)
----fr_lexicon.txt(525KB)
----vadersentiment.php(19KB)
----LICENSE(1KB)
----README.md(1KB)
----test.php(197B)

网友评论