.bumpversion.cfg
.cookiecutterrc
.coveragerc
.editorconfig
.travis.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
tox.ini
ci/bootstrap.py
ci/templates/.travis.yml
doc/example/demo.tsv
doc/example/example.md
doc/logos/CoCoScore-large.png
doc/logos/CoCoScore-small.png
doc/logos/CoCoScore-text-large.png
doc/logos/CoCoScore-text-small.png
doc/logos/CoCoScore-text.ai
doc/logos/CoCoScore-text.svg
doc/logos/CoCoScore.ai
doc/logos/CoCoScore.svg
src/cocoscore/__init__.py
src/cocoscore.egg-info/PKG-INFO
src/cocoscore.egg-info/SOURCES.txt
src/cocoscore.egg-info/dependency_links.txt
src/cocoscore.egg-info/not-zip-safe
src/cocoscore.egg-info/requires.txt
src/cocoscore.egg-info/top_level.txt
src/cocoscore/ml/__init__.py
src/cocoscore/ml/cv.py
src/cocoscore/ml/distance_scores.py
src/cocoscore/ml/evaluation.py
src/cocoscore/ml/fasttext_helpers.py
src/cocoscore/ml/metrics.py
src/cocoscore/ml/tools.py
src/cocoscore/ml/feature/__init__.py
src/cocoscore/ml/feature/embedding_matrix.py
src/cocoscore/ml/feature/glove.py
src/cocoscore/tagger/__init__.py
src/cocoscore/tagger/co_occurrence_score.py
src/cocoscore/tagger/entity_mappers.py
src/cocoscore/tools/__init__.py
src/cocoscore/tools/constants.py
src/cocoscore/tools/data_tools.py
src/cocoscore/tools/file_tools.py
tests/dataset/test_generate_feature_matrix.py
tests/ml/cos_simple_cv.txt
tests/ml/cv_test.tsv
tests/ml/document_distance_scores_file.tsv
tests/ml/ft_simple_cv.txt
tests/ml/ft_simple_test.txt
tests/ml/paragraph_distance_scores_file.tsv
tests/ml/pretrained.vec
tests/ml/test_cross_df.tsv
tests/ml/test_cv.py
tests/ml/test_cv_fold_stats.csv
tests/ml/test_df.tsv
tests/ml/test_distance_scores.py
tests/ml/test_fasttext_helpers.py
tests/ml/feature/test_embedding_matrix.py
tests/ml/feature/test_glove.py
tests/ml/feature/vectors.txt.gz
tests/ml/feature/vectors_disease_gene.txt.gz
tests/ml/feature/vocab.txt.gz
tests/ml/feature/vocab_disease_gene.txt.gz
tests/tagger/document_paragraph_scores_file.tsv
tests/tagger/document_paragraph_sentence_scores_file.tsv
tests/tagger/document_scores_file.tsv
tests/tagger/entities.tsv
tests/tagger/entities.tsv.gz
tests/tagger/entities2.tsv.gz
tests/tagger/entities2_fantasy_types.tsv.gz
tests/tagger/entities2_same_type.tsv.gz
tests/tagger/matches_file.tsv
tests/tagger/matches_file_cross.tsv
tests/tagger/matches_file_cross_fantasy_types.tsv
tests/tagger/matches_file_document_level_comentions.tsv
tests/tagger/matches_file_same_type.tsv
tests/tagger/matches_file_single_matches.tsv
tests/tagger/names.tsv
tests/tagger/names.tsv.gz
tests/tagger/paragraph_scores_file.tsv
tests/tagger/paragraph_sentence_scores_file.tsv
tests/tagger/precedence_document_paragraph_sentence_scores_file.tsv
tests/tagger/sentence_scores_file.tsv
tests/tagger/test_co_occurrence_score.py
tests/tagger/test_entity_mappers.py
tests/tools/test_data_tools.py