LICENSE
Makefile
README.md
__init__.py
mypy.ini
parameters.cfg
pylint.cfg
pyproject.toml
requirements.txt
requirements_dev.txt
setup.cfg
.github/workflows/code_checks.yml
snowball/bootstrapping.py
snowball/cli.py
snowball/commons.py
snowball/config.py
snowball/pattern.py
snowball/reverb_breds.py
snowball/seed.py
snowball/sentence.py
snowball/snowball_tuple.py
snowball/vector_space_model.py
snowball_extractor.egg-info/PKG-INFO
snowball_extractor.egg-info/SOURCES.txt
snowball_extractor.egg-info/dependency_links.txt
snowball_extractor.egg-info/entry_points.txt
snowball_extractor.egg-info/requires.txt
snowball_extractor.egg-info/top_level.txt
tests/test_commons.py
tests/test_pattern.py
tests/test_seed.py
tests/test_sentence.py