Metadata-Version: 2.1
Name: pcu_language
Version: 1.3
Summary: Language detection component (langdetect) for PCU project
Home-page: https://github.com/zevio/pcu_language
Author: Stella Zevio
Author-email: stella.zevio@lipn.univ-paris13.fr
Maintainer: Stella Zevio
Maintainer-email: stella.zevio@lipn.univ-paris13.fr
License: GNU General Public License v3 or later (GPLv3+)
Description: # pcu_language
        Language detection component (langdetect) for PCU project.
        From the path of a text file, detect the main language/all languages used within the text.
        
        Based on [langdetect][langdetect].
        
        [Check PCU project][pcu].
        
        [langdetect]:https://pypi.org/project/langdetect/
        [pcu]: https://github.com/zevio/pcu_core
        
        ----
        
        ## Installation
        
        To install requirements, go to pcu_language/ directory and execute the Makefile with the following command line :
        
        `make init`
        
        ## Test
        
        To test your installation, go to pcu_language/ directory and execute the Makefile with the following command line : 
        
        `make test`
        
Platform: Any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: English
Classifier: Natural Language :: French
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3
Description-Content-Type: text/markdown
