CLI tools for analyzing review graphs

This package provides useful scripts to analyze datasets themselves and run an method for mining review graphs.

Installation

Use pip to install this package.

$ pip install --upgrade rgmining-script

dataset command

dataset command provides a set of functions to inspect a dataset. Those functions are divided to two groups, analyzing reviewer information and analyzing product information.

analyze command

analyze command loads a dataset and run a method to find anomalous reviewers and compute a rating summary of each product.

License

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