Skip to content

Latest commit

 

History

History
70 lines (53 loc) · 2.69 KB

README.rst

File metadata and controls

70 lines (53 loc) · 2.69 KB

A Synthetic Review Dataset

GPLv3 Build Status Maintainability Test Coverage PyPi Japanese

Logo

This package provides a method to load a synthetic review dataset.

The synthetic review dataset has been introduced in the following paper:

Installation

Use pip to install this package.

pip install --upgrade rgmining-synthetic-dataset

Usage

This package provides load method which takes a graph object and adds reviewers, products and reviews to the graph.

# `graph` is an instance of a graph class.
import synthetic
synthetic.load(graph)

This package also provides an executable script, rgmining-synthetic-dataset. See the document for more information.

License

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