Metadata-Version: 2.1
Name: kitconc
Version: 1.0.0
Summary: A toolkit for Corpus Linguistics Analysis
Home-page: http://pypi.python.org/pypi/Kitconc/
Author: José Lopes Moreira Filho
Author-email: jlopes@usp.br
License: LICENSE.txt
Platform: UNKNOWN
Description-Content-Type: text/x-rst
Requires-Dist: nltk (>=3.2.5)
Requires-Dist: numpy (>=1.14.0)
Requires-Dist: pandas (>=0.22.0)
Requires-Dist: matplotlib (>=2.1.2)
Requires-Dist: xlsxwriter (>=1.0.2)

**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: NLTK, pandas, XlsxWrite and sckit-learn. 
All in Anaconda Platform.

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

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

* nltk;
* pandas;
* XlsxWrite;
* matplotlib.

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

1. Download Kitconc from GitHub;
2. Extract its contents;
3. Open a terminal and navigate to the 'kitconc-master' folder;
4. Use the following command:

python setup.py install


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://github.com/ilexistools/kitconc-examples <https://github.com/ilexistools/kitconc-examples>`_



