Metadata-Version: 2.1
Name: rgmining-rsd
Version: 0.3.0
Summary: An implementation of Review Spammer Detection algorithm
Home-page: https://rgmining.github.io/rsd/
License: GPL-3.0-only
Keywords: review,graph,mining,algorithm,icdm
Author: Junpei Kawamoto
Author-email: kawamoto.junpei@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Software Development :: Libraries
Requires-Dist: networkx (>=3.0.0,<4.0.0)
Requires-Dist: numpy (>=1.22.3,<2.0.0)
Project-URL: Documentation, https://rgmining.github.io/rsd/
Project-URL: Repository, https://github.com/rgmining/rsd
Description-Content-Type: text/x-rst

An implementation of Review Spammer Detection
=============================================

|GPLv3| |Build Status| |Maintainability| |Test Coverage| |Release|

|Logo|

This package provides an implementation of Review Spammer Detection
(RSD) introduced in this paper:

- `Guan Wang <https://www.linkedin.com/in/guanwang/>`__,
  `Sihong Xie <https://engineering.lehigh.edu/faculty/sihong-xie>`__,
  `Bing Liu <https://www.cs.uic.edu/~liub/>`__, and
  `Philip S. Yu <https://www.cs.uic.edu/~psyu/>`__,
  "`Review Graph Based Online Store Review Spammer Detection <https://ieeexplore.ieee.org/document/6137345?arnumber=6137345>`__,"
  Proc. of `IEEE 11th International Conference on Data Mining <https://ieeexplore.ieee.org/xpl/conhome/6135855/proceeding>`__, 2011, pp. 1242-1247.

See `the documents <https://rgmining.github.io/rsd/>`__ for more
information.

Installation
------------

Use ``pip`` to install this package.

::

    pip install --upgrade rgmining-rsd

License
-------

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

.. |GPLv3| image:: https://img.shields.io/badge/license-GPLv3-blue.svg
   :target: https://www.gnu.org/copyleft/gpl.html
.. |Build Status| image:: https://github.com/rgmining/rsd/actions/workflows/python-lib.yaml/badge.svg
   :target: https://github.com/rgmining/rsd/actions/workflows/python-lib.yaml
.. |Maintainability| image:: https://api.codeclimate.com/v1/badges/6461704a370307ee0d55/maintainability
   :target: https://codeclimate.com/github/rgmining/rsd/maintainability
.. |Test Coverage| image:: https://api.codeclimate.com/v1/badges/6461704a370307ee0d55/test_coverage
   :target: https://codeclimate.com/github/rgmining/rsd/test_coverage
.. |Release| image:: https://img.shields.io/badge/release-0.3.0-brightgreen.svg
   :target: https://pypi.org/project/rgmining-rsd/
.. |Logo| image:: https://rgmining.github.io/synthetic/_static/image.png
   :target: https://rgmining.github.io/rsd/

