中文情感分析 SemanticAnalysis

码农软件 · 软件分类 · 中文分词库 · 2019-08-28 19:14:15

软件介绍

快速分析语句的正负面(情感分析

用于舆情分析、评论分析、语义分析

使用 mmseg4j 进行分词,情感词库丰富中,期待广大用户测试

使用方式:

1.自行编译src 或者直接下载dist中的zg-sa.jar
2.需要引用的第三方的包位于lib文件夹中

DEMO:

Analysis analysis = new Analysis();
System.out.println("1: " + analysis.parse("这是一个普通评论").getCode());
System.out.println("2: " + analysis.parse("中国加油!").getDisplay());

输出:

1: 0
2: 正面

正面:1
负面:-1
中性:0

本文地址:https://codercto.com/soft/d/13377.html

Pro Git

Pro Git

Scott Chacon / Apress / 2009-8-27 / USD 34.99

Git is the version control system developed by Linus Torvalds for Linux kernel development. It took the open source world by storm since its inception in 2005, and is used by small development shops a......一起来看看 《Pro Git》 这本书的介绍吧!

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试