/review

Review data structure for Review Graph Mining

Primary LanguagePythonGNU General Public License v3.0GPL-3.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.

pip install --upgrade rgmining-review

License

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