LICENSE
MANIFEST.in
README.adoc
README.md
requirements.txt
setup.cfg
setup.py
version.txt
src/approxism/__init__.py
src/approxism/extractor.py
src/approxism/matcher.py
src/approxism/stopwords.py
src/approxism/tokeniser.py
src/approxism.egg-info/PKG-INFO
src/approxism.egg-info/SOURCES.txt
src/approxism.egg-info/dependency_links.txt
src/approxism.egg-info/requires.txt
src/approxism.egg-info/top_level.txt
src/approxism/stopwords/arabic.txt
src/approxism/stopwords/armenian.txt
src/approxism/stopwords/basque.txt
src/approxism/stopwords/bengali.txt
src/approxism/stopwords/brazilian.txt
src/approxism/stopwords/bulgarian.txt
src/approxism/stopwords/catalan.txt
src/approxism/stopwords/chinese.txt
src/approxism/stopwords/croatian.txt
src/approxism/stopwords/czech.txt
src/approxism/stopwords/danish.txt
src/approxism/stopwords/dutch.txt
src/approxism/stopwords/english.long.txt
src/approxism/stopwords/english.txt
src/approxism/stopwords/finnish.txt
src/approxism/stopwords/french.txt
src/approxism/stopwords/galician.txt
src/approxism/stopwords/german.txt
src/approxism/stopwords/greek.txt
src/approxism/stopwords/gujarati.txt
src/approxism/stopwords/hebrew.txt
src/approxism/stopwords/hindi.txt
src/approxism/stopwords/hungarian.txt
src/approxism/stopwords/indonesian.txt
src/approxism/stopwords/irish.txt
src/approxism/stopwords/italian.txt
src/approxism/stopwords/japanese.txt
src/approxism/stopwords/korean.txt
src/approxism/stopwords/kurdish.txt
src/approxism/stopwords/latvian.txt
src/approxism/stopwords/lithuanian.txt
src/approxism/stopwords/malaysian.txt
src/approxism/stopwords/marathi.txt
src/approxism/stopwords/norwegian.txt
src/approxism/stopwords/persian.txt
src/approxism/stopwords/polish.txt
src/approxism/stopwords/portugese.txt
src/approxism/stopwords/romanian.txt
src/approxism/stopwords/russian.txt
src/approxism/stopwords/slovak.txt
src/approxism/stopwords/spanish.txt
src/approxism/stopwords/swedish.txt
src/approxism/stopwords/thai.txt
src/approxism/stopwords/turkish.txt
src/approxism/stopwords/ukrainian.txt
src/approxism/stopwords/urdu.txt
src/approxism/stopwords/vietnamese.txt
src/approxism/transforms/__init__.py
src/approxism/transforms/lowercase.py