Metadata-Version: 2.1
Name: corpy
Version: 0.1.2
Summary: Tools for processing language data.
Home-page: https://github.com/dlukes/corpy
License: GPL-3.0+
Keywords: corpus,linguistics,NLP
Author: David Lukes
Author-email: dafydd.lukes@gmail.com
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: click (>=7.0,<8.0)
Requires-Dist: lazy (>=1.4,<2.0)
Requires-Dist: lxml (>=4.3,<5.0)
Requires-Dist: matplotlib (>=3.1,<4.0)
Requires-Dist: numpy (>=1.16,<2.0)
Requires-Dist: regex (>=2019.4,<2020.0)
Requires-Dist: ufal.morphodita (>=1.9,<2.0)
Requires-Dist: wordcloud (>=1.5,<2.0)
Project-URL: Repository, https://github.com/dlukes/corpy
Description-Content-Type: text/x-rst

=====
CorPy
=====

What is CorPy?
==============

A fancy plural for *corpus* ;) Also, a collection of handy but not especially
mutually integrated tools for dealing with linguistic data. It abstracts away
functionality which is often needed in practice in day to day work at the
`Czech National Corpus <https://korpus.cz>`__, without aspiring to be a fully
featured or consistent NLP framework.

Currently available sub-packages are:

- `morphodita <corpy/morphodita/README.rst>`__: tokenizing and tagging raw
  textual data using `MorphoDiTa <https://github.com/ufal/morphodita>`__
- `vertical <corpy/vertical/README.rst>`__: parsing corpora in the vertical
  format devised originally for `CWB <http://cwb.sourceforge.net/>`__, used also
  by `(No)SketchEngine <https://nlp.fi.muni.cz/trac/noske/>`__
- `phonetics <corpy/phonetics/README.rst>`__: rule-based phonetic transcription
  of Czech

Installation
============

.. code:: bash

   $ pip3 install corpy

Requirements
============

Only recent versions of Python 3 are supported by design.

License
=======

Copyright © 2016--present `ÚČNK <http://korpus.cz>`__/David Lukeš

Distributed under the `GNU General Public License v3
<http://www.gnu.org/licenses/gpl-3.0.en.html>`__.

