.coveragerc
.gitignore
AUTHORS.rst
CHANGELOG.rst
LICENSE.txt
MANIFEST.in
README.rst
requirements.txt
setup.cfg
setup.py
docs/Makefile
docs/authors.rst
docs/blank_file.rst
docs/changelog.rst
docs/conf.py
docs/index.rst
docs/installation.rst
docs/license.rst
docs/list_dictionaries.rst
docs/quickstart.rst
docs/readme.rst
docs/_static/.gitignore
docs/api/lexicons_builder.graphs.rst
docs/api/lexicons_builder.nlp_model_explorer.rst
docs/api/lexicons_builder.rst
docs/api/lexicons_builder.scrappers.rst
docs/api/lexicons_builder.wordnet_explorer.rst
docs/api/modules.rst
docs/pictures/logo.png
docs/pictures/logo_2.png
lexicons_builder/__init__.py
lexicons_builder/__main__.py
lexicons_builder.egg-info/PKG-INFO
lexicons_builder.egg-info/SOURCES.txt
lexicons_builder.egg-info/dependency_links.txt
lexicons_builder.egg-info/requires.txt
lexicons_builder.egg-info/top_level.txt
lexicons_builder/graphs/__init__.py
lexicons_builder/graphs/graphs.py
lexicons_builder/nlp_model_explorer/__init__.py
lexicons_builder/nlp_model_explorer/explorer.py
lexicons_builder/scrappers/__init__.py
lexicons_builder/scrappers/scrappers.py
lexicons_builder/wordnet_explorer/__init__.py
lexicons_builder/wordnet_explorer/_frenetic.py
lexicons_builder/wordnet_explorer/explorer.py
tests/data/dummy_graph.ttl
tests/data/graph_synonymesCom_dep2_w=rire.ttl
tests/integration/test_all.py
tests/integration/test_lexicon_builder.py
tests/integration/test_scrappers_graph.py
tests/unit/load_nlp_model.py
tests/unit/test_graphs.py
tests/unit/test_nlp_model_explorer.py
tests/unit/test_scrapper.py
tests/unit/test_wordnet_explorer.py