Metadata-Version: 2.1
Name: knowmine
Version: 0.0.5
Summary: Knowledge mining package
Home-page: https://github.com/GulnaraSh/knowledge-mining-python
Author: Gulnara Shavalieva
Author-email: gulsha@chalmers.se
License: UNKNOWN
Description: # Knowledge mining python package
        
        The package allows to extract relevant sentences from scientific
        texts based on the provided keywords and connection words. 
        
        # Requirements
        
        _git_ ( can be downloaded from [here](https://git-scm.com/downloads) or for Anaconda from [here](https://anaconda.org/anaconda/git) )
        
        _pke_ ( pip install git+https://github.com/boudinfl/pke.git )
        
        _en_core_web_lg_ ( can be downloaded from [here](https://github.com/explosion/spacy-models/releases/download/en_core_web_lg-3.0.0/en_core_web_lg-3.0.0.tar.gz) )
        
        ## Documentation
        
        Online documentation can be found [here](https://gulnarash.github.io/Knowledge-mining-python/).
        
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.0
Description-Content-Type: text/markdown
