Metadata-Version: 2.1
Name: kitconc
Version: 2.1.3
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
Description: **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>`_
        
        
Platform: UNKNOWN
Description-Content-Type: text/x-rst
