.. figure:: https://github.com/the-new-sky/Kadot/raw/master/logo.png
   :alt: Kadot

   Kadot

A clean natural language processing toolkit.
--------------------------------------------

Kadot just let you process a text easily.

.. code:: python

    >>> hello_world = Text("Hello, I'm Kadot : the clean text analyser.")
    >>> hello_world.ngrams()

    [('Hello', 'I'), ('I', 'm'), ('m', 'Kadot'), ('Kadot', 'the'), ('the', 'clean'), ('clean', 'text'), ('text', 'analyser')]


Check our GitHub_ to get more details.

.. _GitHub: https://github.com/the-new-sky/Kadot