Giter VIP home page Giter VIP logo

sentmin's Introduction

酒店评论情感挖掘

评论情感挖掘主要包括两个子任务:1) 识别评论文本描述酒店的属性(服务、设施、卫生、地理等);2) 挖掘用户对这些属性的情感倾向(好评与差评);3) 并根据1)和2)的结果对酒店评论进行聚类、索引和搜索。 使用案例:

SMiner miner = new SMiner();
		
miner.load("srule.txt");
	
List<SMiningResult> list = miner.extractTargets("服务不怎么样 ,自助餐还可以,周围很安静");
for(SMiningResult result : list)
  System.out.println("result:" + result);

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.