Metadata-Version: 2.1
Name: kapral
Version: 0.1.1
Summary: toolbox for various tasks in the area of corpus linguistic
Home-page: http://vecto.space
Author: 
Author-email: 
Maintainer: 
Maintainer-email: 
License: Apache License 2.0
Keywords: NLP,linguistics,language
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Text Processing :: Linguistic
Requires-Python: >=3.7
Requires-Dist: nltk
Requires-Dist: numpy
Requires-Dist: progressbar2
Requires-Dist: system-query
Requires-Dist: tqdm
Requires-Dist: traitlets

KAPRAL
******

.. image:: https://api.travis-ci.com/vecto-ai/vecto.svg?branch=master
    :target: https://travis-ci.com/vecto-ai/vecto
    :alt: build status from Travis CI

.. image:: https://coveralls.io/repos/github/vecto-ai/kapral/badge.svg?branch=master
    :target: https://coveralls.io/github/vecto-ai/vecto?branch=master
    :alt: coveralls badge

.. image:: https://api.codacy.com/project/badge/Grade/65aabe10113d45819091d005414462ca    
    :target: https://www.codacy.com/app/undertherain/vecto
    :alt: grade from Codacy

.. image:: https://badge.fury.io/py/kapral.svg
    :target: https://badge.fury.io/py/kapral
    :alt: pypi version

Kapral helps to perform a range of tasks within the framework of corpus linguistics

What functionality is included
==============================

* TBA

How do I get set up?
====================

* ``pip3 install kapral`` for stable version
* ``pip3 install git+https://github.com/vecto-ai/kapral.git`` for latest dev version
* Python 3.7 or later is required



