Metadata-Version: 2.1
Name: inception-rec
Version: 0.1.0
Summary: INCEpTION external recommender library in Python
Home-page: https://inception-project.github.io/
Author: The INCEpTION team
Author-email: inception-users@googlegroups.com
License: Apache License 2.0
Project-URL: Bug Tracker, https://github.com/serge-sotnyk/inception-external-recommender/issues
Project-URL: Documentation, https://github.com/inception-project/inception-external-recommender
Project-URL: Source Code, https://github.com/serge-sotnyk/inception-external-recommender
Keywords: uima dkpro inception nlp
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Scientific/Engineering :: Human Machine Interfaces
Classifier: Topic :: Text Processing :: Linguistic
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: flask
Requires-Dist: filelock
Requires-Dist: dkpro-cassis (>=0.5.0)
Requires-Dist: joblib
Provides-Extra: contrib
Provides-Extra: dev
Requires-Dist: waitress ; extra == 'dev'
Requires-Dist: black ; extra == 'dev'
Requires-Dist: wget ; extra == 'dev'
Provides-Extra: doc
Requires-Dist: sphinx ; extra == 'doc'
Requires-Dist: sphinx-autodoc-typehints ; extra == 'doc'
Requires-Dist: sphinx-rtd-theme ; extra == 'doc'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: codecov ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'


# inception-external-recommender

This is a fork of original project 
https://github.com/inception-project/inception-external-recommender

The main goal is dependencies minification to preparing  practical PyPI
package. This version contains the minimal example only ("THE" recommender).



