AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
data/my_data.pickle
demo_sna/__init__.py
demo_sna/aned.py
demo_sna/cli.py
demo_sna/parser.py
demo_sna/wsd.py
demo_sna.egg-info/PKG-INFO
demo_sna.egg-info/SOURCES.txt
demo_sna.egg-info/dependency_links.txt
demo_sna.egg-info/entry_points.txt
demo_sna.egg-info/not-zip-safe
demo_sna.egg-info/top_level.txt
demo_sna/arabiner/__init__.py
demo_sna/arabiner/bin/__init__.py
demo_sna/arabiner/bin/infer.py
demo_sna/arabiner/utils/__init__.py
demo_sna/arabiner/utils/data.py
demo_sna/arabiner/utils/helpers.py
demo_sna/jaccard/__init__.py
demo_sna/jaccard/jaccardFunction.py
demo_sna/morph/__init__.py
demo_sna/morph/charsets.py
demo_sna/morph/lemmatizeSentence.py
demo_sna/morph/morph_tagger.py
demo_sna/morph/serializers.py
demo_sna/morph/settings.py
demo_sna/morph/tokenizers_words.py
demo_sna/salma/__init__.py
demo_sna/salma/implication.py
demo_sna/salma/tokenizers_words.py
demo_sna/salma/views.py
demo_sna/salma/wsd.py
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/readme.rst
docs/usage.rst
tests/__init__.py
tests/test_demo.py