.dockerignore
.editorconfig
AUTHORS.rst
CHANGES.rst
CONTRIBUTING.rst
INSTALL.rst
LICENSE
MANIFEST.in
README.rst
RELEASE-NOTES.rst
babel.ini
pytest.ini
requirements-devel.txt
run-tests.sh
setup.cfg
setup.py
.tx/config
docs/Makefile
docs/api.rst
docs/authors.rst
docs/changes.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/license.rst
docs/make.bat
docs/usage.rst
invenio_trends/__init__.py
invenio_trends/app.py
invenio_trends/config.py
invenio_trends/ext.py
invenio_trends/tasks.py
invenio_trends/utils.py
invenio_trends/version.py
invenio_trends/views.py
invenio_trends.egg-info/PKG-INFO
invenio_trends.egg-info/SOURCES.txt
invenio_trends.egg-info/dependency_links.txt
invenio_trends.egg-info/entry_points.txt
invenio_trends.egg-info/not-zip-safe
invenio_trends.egg-info/requires.txt
invenio_trends.egg-info/top_level.txt
invenio_trends/analysis/__init__.py
invenio_trends/analysis/granularity.py
invenio_trends/analysis/trends_detector.py
invenio_trends/etl/__init__.py
invenio_trends/etl/index_synchronizer.py
invenio_trends/etl/stopwords.txt
research/Classification.ipynb
research/Demo.ipynb
research/Fitter.ipynb
research/Functions.ipynb
research/Histograms.ipynb
research/Pipeline.ipynb
research/Scores.ipynb
research/TemporalPrecision.ipynb
research/Termvectors.ipynb
research/dump-split.py
research/sense.txt
tests/conftest.py
tests/test_index_synchronizer.py
tests/test_invenio_trends.py
tests/test_utils.py