LICENSE
MANIFEST.in
README.md
pyproject.toml
tox.ini
imgs/tieval.png
src/tieval/__init__.py
src/tieval/__main__.py
src/tieval/base.py
src/tieval/closure.py
src/tieval/entities.py
src/tieval/links.py
src/tieval/temporal_relation.py
src/tieval/utils.py
src/tieval.egg-info/PKG-INFO
src/tieval.egg-info/SOURCES.txt
src/tieval.egg-info/dependency_links.txt
src/tieval.egg-info/requires.txt
src/tieval.egg-info/top_level.txt
src/tieval/datasets/__init__.py
src/tieval/datasets/metadata.py
src/tieval/datasets/utils.py
src/tieval/datasets/readers/__init__.py
src/tieval/datasets/readers/dataset.py
src/tieval/datasets/readers/document.py
src/tieval/evaluate/__init__.py
src/tieval/evaluate/metrics.py
src/tieval/models/__init__.py
src/tieval/models/base.py
src/tieval/models/metadata.py
src/tieval/models/identification/__init__.py
src/tieval/models/identification/event.py
src/tieval/models/identification/timex.py
tests/test_base.py
tests/test_closure.py
tests/test_entities.py
tests/test_links.py
tests/test_temporal_relation.py
tests/test_utils.py
tests/files/ancient_time.tml
tests/files/krauts.tml
tests/files/professor_heideltime.json
tests/files/sample.tml
tests/files/tcr.tml
tests/files/tempeval_2.json
tests/files/tempeval_2_italian.json
tests/files/tempeval_3.tml
tests/files/timebank.tml
tests/files/timebank12.tml
tests/files/timebankpt.tml
tests/test_datasets/test_download_and_read.py
tests/test_datasets/test_readers.py
tests/test_datasets/test_validate_data.py
tests/test_evalaution/test_evalaute.py
tests/test_evalaution/test_metrics.py
tests/test_models/test_identification.py