MANIFEST.in
README.md
requirements.txt
setup.py
iftc/__init__ .py
iftc/evaluate.py
iftc/ift_config.py
iftc/spelling_corrector.py
iftc/test.py
iftc/utils.py
iftc.egg-info/PKG-INFO
iftc.egg-info/SOURCES.txt
iftc.egg-info/dependency_links.txt
iftc.egg-info/requires.txt
iftc.egg-info/top_level.txt
iftc/data/dictionary/_bi_acronyms.json
iftc/data/dictionary/_knowledge_base.json
iftc/data/dictionary/_uni_acronyms.json
iftc/data/dictionary/_vn_syl.json
iftc/data/dictionary/_vowel.json
iftc/spell_checker/__init__.py
iftc/spell_checker/candidate.py
iftc/spell_checker/intentional.py
iftc/spell_checker/text_processor.py
iftc/spell_checker/unintentional.py