Metadata-Version: 2.1
Name: kapral
Version: 0.1.3
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
License-File: LICENSE
Requires-Dist: nltk
Requires-Dist: numpy
Requires-Dist: progressbar2
Requires-Dist: system-query
Requires-Dist: tqdm
Requires-Dist: traitlets
Requires-Dist: zstandard

KAPRAL
******

.. image:: https://api.travis-ci.com/vecto-ai/kapral.svg?branch=master
    :target: https://travis-ci.com/vecto-ai/kapral
    :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/kapral?branch=master
    :alt: coveralls badge

.. 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



