Metadata-Version: 2.4
Name: kitconc
Version: 3.0.5
Summary: A toolkit for Corpus Linguistics Analysis
Home-page: http://pypi.python.org/pypi/Kitconc/
Author: José Lopes Moreira Filho
Author-email: jlopes@alumni.usp.br
License: MIT
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
Requires-Dist: numpy<2.0.0,>=1.24.0
Requires-Dist: pandas<3.0.0,>=2.2.0
Requires-Dist: matplotlib<4.0.0,>=3.7.0
Requires-Dist: xlsxwriter<4.0.0,>=3.2.3
Requires-Dist: ttkbootstrap<2.0.0,>=1.12.0
Requires-Dist: pillow<12.0.0,>=11.2.0
Requires-Dist: requests<3.0.0,>=2.31.0
Requires-Dist: nltk<4.0.0,>=3.9.1
Requires-Dist: chardet<6.0.0,>=5.2.0
Requires-Dist: setuptools<70.0.0,>=65.5.0
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

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

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

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

numpy>=1.24.0,<2.0.0
pandas>=2.2.0,<3.0.0
matplotlib>=3.7.0,<4.0.0
xlsxwriter>=3.2.3,<4.0.0
ttkbootstrap>=1.12.0,<2.0.0
pillow>=11.2.0,<12.0.0
requests>=2.31.0,<3.0.0
nltk>=3.9.1,<4.0.0
chardet>=5.2.0,<6.0.0

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>`_

