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.
Use pip
to install this package.
pip install --upgrade rgmining-review
This software is released under The GNU General Public License Version 3, see COPYING for more detail.