**Kitconc**
===========

Kitconc is a package for Corpus Linguistics and text analysis with Python. 
It contains, among other things, tools for creating:

* Corpora;
* Frequency wordlists;
* Keywords;
* Concordance lines;
* Collocates; 
* N-gram lists;
* Dispersion plots;
* Excel data files. 

The package is built on top of platforms and packages for scientific research: numpy, nltk, pandas, matplotlib and xlsxwrite. 
All in Anaconda Platform.

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

Kitconc requires a Python 3.6 (or later) installation along with:

* numpy;
* nltk;
* pandas;
* XlsxWrite.

It is suggested that users install Anaconda Platform as an easy option. 

Installation
============
(Make sure you have Python 3.6 (or later) and the required packages.)

pip install kitconc


Language resources
==================

Kitconc comes with some language resources for portuguese and english corpora.
It also has functions for adding your own language resources.

Usage example
=============

See how easy it is to use Kitconc:

`https://ilexis.net.br/kitconc <https://ilexis.net.br/kitconc>`_

