Skip to content

Commit

Permalink
Merge branch 'master' of github.com:brunotoshio/jtext-processor
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Toshio Sugano authored and Bruno Toshio Sugano committed May 24, 2019
2 parents 04e9900 + 8a464d5 commit baeddf6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
Usage
=====

To use Kotonoha in a project::
To use Kotonoha in a project:

..code-block::

from kotonoha import Kotonoha

Expand Down Expand Up @@ -51,6 +53,8 @@ MeCab handler

There is a class MeCabHandler which can be used to simplify some basic configurations for filtering and lemmatization of words.

.. code-block:: python
from kotonoha import MeCabHandler
import MeCab
Expand Down

0 comments on commit baeddf6

Please sign in to comment.