This package provides a method to load a synthetic review dataset.
The synthetic review dataset has been introduced in the following paper:
- Kazuki Tawaramoto, Junpei Kawamoto, Yasuhito Asano, and Masatoshi Yoshikawa, "A Bipartite Graph Model and Mutually Reinforcing Analysis for Review Sites," Proc. of the 22nd International Conference on Database and Expert Systems Applications (DEXA 2011), pp.341-348, Toulouse, France, August 31, 2011.
Use pip
to install this package.
pip install --upgrade rgmining-synthetic-dataset
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.
This software is released under The GNU General Public License Version 3, see COPYING for more detail.