c2.splitter.janome

This product is split word by janome for Plone.


Keywords
plone, splitter
License
GPL-2.0+
Install
pip install c2.splitter.janome==0.1.0

Documentation

c2.splitter.janome

A Japanese aware splitter for Plone/Zope, that morphological analyze strings by janome. janome is a Japanese morphological analysis engine written in pure Python.

https://github.com/mocobeta/janome

Installation

Add c2.splitter.janome to the list of eggs to install, e.g.:

[buildout]
...
eggs =
    ...
    c2.splitter.janome

Re-run buildout, e.g. with:

$ ./bin/buildout