.gitignore
.travis.yml
LICENSE.md
Makefile
README.md
azure-pipelines.yml
environment-dev.yml
environment.yml
readthedocs.yml
requirements-dev.txt
requirements-doc.txt
requirements.txt
setup.cfg
setup.py
docs/.nojekyll
docs/Makefile
docs/source/conf.py
docs/source/contributing.rst
docs/source/credits.rst
docs/source/design_decisions.rst
docs/source/index.rst
docs/source/installation.rst
docs/source/_static/equinor_logo.png
docs/source/_static/style.css
docs/source/_templates/breadcrumbs.html
docs/source/_templates/layout.html
docs/source/_templates/autosummary/base.rst
docs/source/_templates/autosummary/class.rst
docs/source/_templates/autosummary/exception.rst
docs/source/_templates/autosummary/function.rst
docs/source/_templates/autosummary/module.rst
docs/source/api/index.rst
docs/source/api/lang_mods.rst
docs/source/api/processing.rst
docs/source/api/understanding.rst
docs/source/api/visualisation.rst
docs/source/gallery/ex_get_stopwords.ipynb
docs/source/gallery/ex_get_stopwords.py
docs/source/gallery/ex_get_stopwords.py.md5
docs/source/gallery/ex_get_stopwords.rst
docs/source/gallery/ex_get_stopwords_codeobj.pickle
docs/source/gallery/index.rst
docs/source/gallery/searchindex.bak
docs/source/gallery/searchindex.dat
docs/source/gallery/searchindex.dir
docs/source/gallery/images/thumb/sphx_glr_ex_get_stopwords_thumb.png
enlp/__init__.py
enlp/language_models.py
enlp/pipeline.py
enlp/version.py
enlp.egg-info/PKG-INFO
enlp.egg-info/SOURCES.txt
enlp.egg-info/dependency_links.txt
enlp.egg-info/requires.txt
enlp.egg-info/top_level.txt
enlp.egg-info/zip-safe
enlp/processing/__init__.py
enlp/processing/stdtools.py
enlp/processing/__pycache__/stdtools.cpython-36.pyc
enlp/understanding/__init__.py
enlp/understanding/distributions.py
enlp/understanding/keywords.py
enlp/understanding/linguistic.py
enlp/understanding/sentiment.py
enlp/understanding/topics.py
enlp/understanding/vectors.py
enlp/visualisation/__init__.py
enlp/visualisation/freq_distribution.py
enlp/visualisation/word_vectors.py
examples/README.txt
examples/ex_customlangmod.py
examples/ex_get_stopwords.py
examples/ex_importantwords.py
examples/ex_keyphrases.py
examples/ex_nlp_pipeline.py
examples/ex_topicmodelling.py
examples/ex_visualise_distribution.py
examples/ex_wordvectoranalysis.py
examples/ex_wordvectorcreation.py
examples/example_data/en_historynlp.txt
examples/example_data/en_nlptexts.txt
examples/example_data/ex_wordvecs.bin
examples/example_data/no_den_stygge_andungen.txt
tests/pipeline/test_pipeline_rm_stopwords.py
tests/processing/test_get_stopwords.py
tests/processing/test_nltk_stem_no.py
tests/processing/test_retain_spaces.py
tests/processing/test_rm_punctuation.py
tests/processing/test_rm_stopwords.py
tests/processing/test_spacy_lemmatize.py
tests/processing/test_tokenise.py
tests/understanding/test_kw_extraction.py
tests/understanding/test_pos_tag.py
tests/understanding/test_vader_sent_strength.py