LICENSE
MANIFEST.in
README.md
README.rst
VERSION
requirements.txt
setup.py
setupmeta.py
lachesis/__init__.py
lachesis/exacttiming.py
lachesis/globalfunctions.py
lachesis/language.py
lachesis.egg-info/PKG-INFO
lachesis.egg-info/SOURCES.txt
lachesis.egg-info/dependency_links.txt
lachesis.egg-info/requires.txt
lachesis.egg-info/top_level.txt
lachesis/downloaders/__init__.py
lachesis/downloaders/downloader.py
lachesis/downloaders/errors.py
lachesis/downloaders/youtube.py
lachesis/elements/__init__.py
lachesis/elements/document.py
lachesis/elements/span.py
lachesis/elements/token.py
lachesis/ml/__init__.py
lachesis/ml/crf.py
lachesis/nlpwrappers/__init__.py
lachesis/nlpwrappers/base.py
lachesis/nlpwrappers/nlpengine.py
lachesis/nlpwrappers/nltk.py
lachesis/nlpwrappers/pattern.py
lachesis/nlpwrappers/spacy.py
lachesis/nlpwrappers/udpipe.py
lachesis/nlpwrappers/upostags.py
lachesis/splitters/__init__.py
lachesis/splitters/base.py
lachesis/splitters/crf.py
lachesis/splitters/greedy.py
lachesis/tools/__init__.py