Metadata-Version: 1.2
Name: colonel
Version: 2.0.0
Summary: A Python 3 library for handling CoNLL data formats
Home-page: https://github.com/nlpodyssey/colonel
Author: The NLP Odyssey Authors
Maintainer: Marco Nicola
Maintainer-email: marconicola@disroot.org
License: Apache-2.0
Description: =======
        colonel
        =======
        
        .. image:: https://travis-ci.org/nlpodyssey/colonel.svg?branch=master
            :target: https://travis-ci.org/nlpodyssey/colonel
        
        .. image:: https://codecov.io/gh/nlpodyssey/colonel/branch/master/graph/badge.svg
          :target: https://codecov.io/gh/nlpodyssey/colonel
        
        .. image:: https://coveralls.io/repos/github/nlpodyssey/colonel/badge.svg?branch=master
          :target: https://coveralls.io/github/nlpodyssey/colonel?branch=master
        
        .. image:: https://readthedocs.org/projects/colonel/badge/?version=latest
          :target: http://colonel.readthedocs.io/en/latest/?badge=latest
          :alt: Documentation Status
        
        .. image:: https://badges.gitter.im/nlpodyssey/colonel.svg
           :alt: Join the chat at https://gitter.im/nlpodyssey/colonel
           :target: https://gitter.im/nlpodyssey/colonel?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
        
        **Colonel** is a *Python 3* library for handling *CoNLL* data formats.
        
Keywords: conll conllu dependency parsing
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Human Machine Interfaces
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Text Processing :: Linguistic
Classifier: Topic :: Utilities
Requires-Python: >=3.7, <4
