Introduction
===============

This system creates index for fuzzy search when content created and/or modified.

We can get fuzzy suggestions on search page, if site has near words.



Developing repository : https://bitbucket.org/cmscom/c2.search.fuzzy
Issue tracker : https://bitbucket.org/cmscom/c2.search.fuzzy/issue


Japanese site
--------------------

You shuld install MeCab and c2.splitter.mecabja.
You can find PyPI : http://pypi.python.org/pypi/c2.splitter.mecabja .
The site has detail information.

Special thanks
-------------------

- Supported by

  - ike@rokujohitoma
  - @hiratara

- Referred site

  - http://blog.notdot.net/2010/07/Damn-Cool-Algorithms-Levenshtein-Automata
