Metadata-Version: 1.1
Name: rgmining-rsd
Version: 0.2.5
Summary: An implementation of RSD algorithm
Home-page: https://github.com/rgmining/rsd
Author: Junpei Kawamoto
Author-email: kawamoto.junpei@gmail.com
License: GPLv3
Description: An implementation of Review Spammer Detection
        =============================================
        
        |GPLv3| |Build Status| |wercker status| |Code Climate| |Release|
        
        This package provides an implementation of Review Spammer Detection
        (RSD) introduced by Guan Wang, *et al.* in
        `ICDM2011 <http://ieeexplore.ieee.org/xpl/articleDetails.jsp?arnumber=6137345>`__
        
        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://travis-ci.org/rgmining/rsd.svg?branch=master
           :target: https://travis-ci.org/rgmining/rsd
        .. |wercker status| image:: https://app.wercker.com/status/e7e58ae3738e3cfd78fb846a5505672e/s/master
           :target: https://app.wercker.com/project/byKey/e7e58ae3738e3cfd78fb846a5505672e
        .. |Code Climate| image:: https://codeclimate.com/github/rgmining/rsd/badges/gpa.svg
           :target: https://codeclimate.com/github/rgmining/rsd
        .. |Release| image:: https://img.shields.io/badge/release-0.2.5-brightgreen.svg
           :target: https://github.com/rgmining/rsd/releases/tag/v0.2.5
        
Platform: UNKNOWN
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: Topic :: Software Development :: Libraries
Classifier: Topic :: Scientific/Engineering :: Information Analysis
