项目作者: rgmining

项目描述 :
Review data structure for Review Graph Mining
高级语言: Python
项目地址: git://github.com/rgmining/review.git
创建时间: 2016-10-02T07:15:55Z
项目社区:https://github.com/rgmining/review

开源协议:GNU General Public License v3.0

下载


Review data structure for Review Graph Mining

GPLv3
Build Status
wercker statusCode Climate
Release

This package defines a data structure of review data. We assume review data
consist of reviews and summaries. A review is a set of information a user posts
to a product. On the other hand, a summary is computed from a set of reviews.

This package defines two types of reviews and those summaries; scalar review and
vector review.

See documents for more information.

Installation

Use pip to install this package.

  1. pip install --upgrade rgmining-review

License

This software is released under The GNU General Public License Version 3,
see COPYING for more detail.