AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/examples.rst
docs/flexmatcher.classify.rst
docs/flexmatcher.rst
docs/flexmatcher.utils.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/modules.rst
docs/readme.rst
flexmatcher/__init__.py
flexmatcher/flexmatcher.py
flexmatcher.egg-info/PKG-INFO
flexmatcher.egg-info/SOURCES.txt
flexmatcher.egg-info/dependency_links.txt
flexmatcher.egg-info/not-zip-safe
flexmatcher.egg-info/requires.txt
flexmatcher.egg-info/top_level.txt
flexmatcher/classify/__init__.py
flexmatcher/classify/charDistClassifier.py
flexmatcher/classify/classifier.py
flexmatcher/classify/knnClassifier.py
flexmatcher/classify/nGramClassifier.py
flexmatcher/utils/__init__.py
flexmatcher/utils/customAnalyzer.py
tests/__init__.py
tests/column_tokenizer_test.py
tests/knn_test.py
tests/many_columns_test.py
tests/movie_test.py
tests/name_only_test.py
tests/serialize_test.py