Metadata-Version: 2.1
Name: rbpy-rb
Version: 0.1.3
Summary: ReaderBench library written in python
Home-page: https://git.readerbench.com/ReaderBench/Readerbench-python
Author: Woodcarver
Author-email: batpepastrama@gmail.com
License: UNKNOWN
Description: Build and install spacy locally
        
        1. Navigate to spacy/
        2. pip3 install -r requirements.txt
        3. python3 setup.py build_ext --inplace (for error regarding cython use sudo - it worked for me)
        4. Install from source: sudo python3 setup.py install 
        5. Check version of spacy: pip3 show spacy (should have a dev version)
        
        
        Install spacy named entity recognition multi language
        python -m spacy download xx_ent_wiki_sm
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
