.gitattributes
.gitignore
LICENSE
README.md
pyproject.toml
.github/workflows/python-package.yml
docembedder/__init__.py
docembedder/_version.py
docembedder/analysis.py
docembedder/classification.py
docembedder/datamodel.py
docembedder/embedding_utils.py
docembedder/pretrained_run.py
docembedder/simspec.py
docembedder/typing.py
docembedder/utils.py
docembedder/visualization.py
docembedder.egg-info/PKG-INFO
docembedder.egg-info/SOURCES.txt
docembedder.egg-info/dependency_links.txt
docembedder.egg-info/requires.txt
docembedder.egg-info/top_level.txt
docembedder/hyperopt/__init__.py
docembedder/hyperopt/parallel.py
docembedder/hyperopt/utils.py
docembedder/models/__init__.py
docembedder/models/base.py
docembedder/models/bert.py
docembedder/models/bpemb.py
docembedder/models/countvec.py
docembedder/models/doc2vec.py
docembedder/models/tfidf.py
docembedder/models/utils.py
docembedder/preprocessor/__init__.py
docembedder/preprocessor/oldprep.py
docembedder/preprocessor/parser.py
docembedder/preprocessor/preprocessor.py
docs/analysis.md
docs/classification.md
docs/datamodel.md
docs/hyperparameter.md
docs/models.md
docs/preprocessors.md
docs/simulation_specification.md
examples/benchmark-tfidf.ipynb
examples/classification benchmark.ipynb
examples/cpc-novelty-impact.ipynb
examples/impact.ipynb
examples/main.ipynb
examples/model_comparison.ipynb
examples/old-tfidf.ipynb
examples/preprocessor-comparison.ipynb
examples/walkthrough.ipynb
examples/data/GPCPCs.txt
examples/data/greek.txt
examples/data/raw_input.txt
examples/data/stopwords.txt
examples/data/symbols.txt
examples/data/year.csv
examples/hyperopt/example_setup.ini
examples/hyperopt/hyperopt-bert.ipynb
examples/hyperopt/hyperopt-bpemp.ipynb
examples/hyperopt/hyperopt-countvec.ipynb
examples/hyperopt/hyperopt-doc2vec.ipynb
examples/hyperopt/hyperopt-tfidf.ipynb
scripts/create-embeddings.py
scripts/create_novelty_impact.py
scripts/create_test_embeddings.py
tests/test_analysis.py
tests/test_classification.py
tests/test_datamodel.py
tests/test_hyperopt.py
tests/test_models.py
tests/test_parser.py
tests/test_preprocessor.py
tests/test_utils.py
tests/data/doc_test.json
tests/data/doc_test_cleaned.json
tests/data/doc_test_no_remains.json
tests/data/doc_test_no_start.json
tests/data/doc_test_reassembled.json
tests/data/greek.txt
tests/data/lexicon.txt
tests/data/raw_test.txt
tests/data/raw_test_2.txt
tests/data/raw_test_combined.txt
tests/data/stopwords.txt
tests/data/symbols.txt
tests/data/test_GPCPs.txt
tests/data/input/1870.xz
tests/data/input/test.jsonl