.coveragerc
.gitignore
.isort.cfg
.pre-commit-config.yaml
.travis.yml
.zenodo.json
AUTHORS.rst
CHANGELOG.rst
LICENSE.txt
README.md
requirements.txt
setup.cfg
setup.py
tox.ini
.github/workflows/python-publish.yml
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/getting_started.rst
docs/index.rst
docs/license.rst
docs/_static/.gitignore
example/example.py
example/law_names.json
example/paragraph_120_gvg.txt
src/quantlaw/__init__.py
src/quantlaw.egg-info/PKG-INFO
src/quantlaw.egg-info/SOURCES.txt
src/quantlaw.egg-info/dependency_links.txt
src/quantlaw.egg-info/not-zip-safe
src/quantlaw.egg-info/requires.txt
src/quantlaw.egg-info/top_level.txt
src/quantlaw/de_extract/__init__.py
src/quantlaw/de_extract/load_statute_names.py
src/quantlaw/de_extract/statutes_abstract.py
src/quantlaw/de_extract/statutes_areas.py
src/quantlaw/de_extract/statutes_areas_patterns.py
src/quantlaw/de_extract/statutes_parse.py
src/quantlaw/de_extract/statutes_parse_patterns.py
src/quantlaw/de_extract/stemming.py
src/quantlaw/utils/__init__.py
src/quantlaw/utils/beautiful_soup.py
src/quantlaw/utils/files.py
src/quantlaw/utils/networkx.py
src/quantlaw/utils/pipeline.py
tests/test_de_extract_statutes_abstract.py
tests/test_de_extract_statutes_areas.py
tests/test_de_extract_statutes_parse.py
tests/test_de_extract_statutes_parse_patterns.py
tests/test_init.py
tests/test_load_statute_names.py
tests/test_utils_beautiful_soup.py
tests/test_utils_files.py
tests/test_utils_networkx.py
tests/test_utils_pipeline.py
tests/travis_install.sh