Metadata-Version: 1.2
Name: freediscovery
Version: 1.1.0
Summary: Open source software for E-Discovery and Information Retrieval
Home-page: https://github.com/FreeDiscovery/FreeDiscovery
Author: Grossman Labs
Author-email: UNKNOWN
License: BSD
Description: FreeDiscovery
        =============
        
        .. image:: https://travis-ci.org/FreeDiscovery/FreeDiscovery.svg?branch=master
            :target: https://travis-ci.org/FreeDiscovery/FreeDiscovery
        
        .. image:: https://ci.appveyor.com/api/projects/status/w5kjscmqlrlehp5t/branch/master?svg=true
            :target: https://ci.appveyor.com/project/FreeDiscovery/freediscovery/branch/master
        
        .. image:: https://codecov.io/gh/FreeDiscovery/FreeDiscovery/branch/master/graph/badge.svg
          :target: https://codecov.io/gh/FreeDiscovery/FreeDiscovery
        
        
        Open Source Software for E-Discovery and Information Retrieval
        
        FreeDiscovery is built on top of existing machine learning libraries (scikit-learn) and provides REST web services for information retrieval applications. It aims to benefit existing e-discovery platforms with a focus on text categorization, semantic search, document clustering, duplicates detection and e-mail threading.
        
        In addition, FreeDiscovery can be used as Python package and aims to expose a scikit-learn compatible API. 
        
        Installation
        ------------
        
        .. code:: bash
        
            conda install -c conda-forge freediscovery
        
        **Note:** FreeDiscovery can also be installed with `pip install freediscovery`, however this requires manually installing the dependencies (see the documentation for more details).
        
        We would very much appreciate feedback on the existing functionality. Feel free to open new issues on Github or send any comments to the mailing list https://groups.google.com/forum/#!forum/freediscovery-ml at `freediscovery-ml@googlegroups.com <mailto:freediscovery-ml@googlegroups.com>`_.
        
        For more information see the documentation and API Reference,
        
         - development version [``master`` branch | documentation http://freediscovery.io/doc/dev/ ].
         - stable version 1.1 [``1.1.X`` branch | documentation http://freediscovery.io/doc/stable/ ].
        
        FreeDiscovery is released under the 3-clause BSD licence.
        
        .. image:: https://freediscovery.github.io/static/grossmanlabs-old-logo-small.gif
            :target: http://www.grossmanlabs.com/
        
Keywords: information-retrieval machine-learning text-classification
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Legal Industry
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Text Processing :: General
Requires-Python: >=3.5
