LICENSE
README.md
pyproject.toml
decomp/__init__.py
decomp.egg-info/PKG-INFO
decomp.egg-info/SOURCES.txt
decomp.egg-info/dependency_links.txt
decomp.egg-info/requires.txt
decomp.egg-info/top_level.txt
decomp/corpus/__init__.py
decomp/corpus/corpus.py
decomp/data/LICENSE
decomp/data/build.log
decomp/data/ud_ids.json
decomp/data/1.0/normalized/sentence/annotations/factuality.zip
decomp/data/1.0/normalized/sentence/annotations/genericity.zip
decomp/data/1.0/normalized/sentence/annotations/protoroles.zip
decomp/data/1.0/normalized/sentence/annotations/time.zip
decomp/data/1.0/normalized/sentence/annotations/wordsense.zip
decomp/data/1.0/raw/sentence/annotations/factuality.zip
decomp/data/1.0/raw/sentence/annotations/genericity.zip
decomp/data/1.0/raw/sentence/annotations/protoroles.zip
decomp/data/1.0/raw/sentence/annotations/time.zip
decomp/data/1.0/raw/sentence/annotations/wordsense.zip
decomp/data/2.0/normalized/document/uds-ewt-documents-dev-normalized.json
decomp/data/2.0/normalized/document/uds-ewt-documents-test-normalized.json
decomp/data/2.0/normalized/document/uds-ewt-documents-train-normalized.json
decomp/data/2.0/normalized/document/annotations/event_structure_mereology.json
decomp/data/2.0/normalized/document/annotations/event_structure_mereology.zip
decomp/data/2.0/normalized/sentence/uds-ewt-sentences-dev-normalized.json
decomp/data/2.0/normalized/sentence/uds-ewt-sentences-test-normalized.json
decomp/data/2.0/normalized/sentence/uds-ewt-sentences-train-normalized.json
decomp/data/2.0/normalized/sentence/annotations/event_structure_distributivity.json
decomp/data/2.0/normalized/sentence/annotations/event_structure_distributivity.zip
decomp/data/2.0/normalized/sentence/annotations/event_structure_natural_parts.json
decomp/data/2.0/normalized/sentence/annotations/event_structure_natural_parts.zip
decomp/data/2.0/normalized/sentence/annotations/factuality.json
decomp/data/2.0/normalized/sentence/annotations/factuality.zip
decomp/data/2.0/normalized/sentence/annotations/genericity.json
decomp/data/2.0/normalized/sentence/annotations/genericity.zip
decomp/data/2.0/normalized/sentence/annotations/protoroles.json
decomp/data/2.0/normalized/sentence/annotations/protoroles.zip
decomp/data/2.0/normalized/sentence/annotations/time.json
decomp/data/2.0/normalized/sentence/annotations/time.zip
decomp/data/2.0/normalized/sentence/annotations/wordsense.json
decomp/data/2.0/normalized/sentence/annotations/wordsense.zip
decomp/data/2.0/normalized/sentence/backup/uds-ewt-sentences-dev-normalized.json
decomp/data/2.0/normalized/sentence/backup/uds-ewt-sentences-test-normalized.json
decomp/data/2.0/normalized/sentence/backup/uds-ewt-sentences-train-normalized.json
decomp/data/2.0/raw/document/annotations/event_structure_mereology.json
decomp/data/2.0/raw/document/annotations/event_structure_mereology.zip
decomp/data/2.0/raw/document/annotations/time.json
decomp/data/2.0/raw/document/annotations/time.zip
decomp/data/2.0/raw/sentence/annotations/event_structure_distributivity.json
decomp/data/2.0/raw/sentence/annotations/event_structure_distributivity.zip
decomp/data/2.0/raw/sentence/annotations/event_structure_natural_parts.json
decomp/data/2.0/raw/sentence/annotations/event_structure_natural_parts.zip
decomp/data/2.0/raw/sentence/annotations/factuality.json
decomp/data/2.0/raw/sentence/annotations/factuality.zip
decomp/data/2.0/raw/sentence/annotations/genericity.json
decomp/data/2.0/raw/sentence/annotations/genericity.zip
decomp/data/2.0/raw/sentence/annotations/protoroles.json
decomp/data/2.0/raw/sentence/annotations/protoroles.zip
decomp/data/2.0/raw/sentence/annotations/time.json
decomp/data/2.0/raw/sentence/annotations/time.zip
decomp/data/2.0/raw/sentence/annotations/wordsense.json
decomp/data/2.0/raw/sentence/annotations/wordsense.zip
decomp/graph/__init__.py
decomp/graph/nx.py
decomp/graph/rdf.py
decomp/semantics/__init__.py
decomp/semantics/predpatt/__init__.py
decomp/semantics/predpatt/corpus.py
decomp/semantics/predpatt/graph.py
decomp/semantics/predpatt/typing.py
decomp/semantics/predpatt/core/__init__.py
decomp/semantics/predpatt/core/argument.py
decomp/semantics/predpatt/core/options.py
decomp/semantics/predpatt/core/predicate.py
decomp/semantics/predpatt/core/token.py
decomp/semantics/predpatt/extraction/__init__.py
decomp/semantics/predpatt/extraction/engine.py
decomp/semantics/predpatt/filters/__init__.py
decomp/semantics/predpatt/filters/argument_filters.py
decomp/semantics/predpatt/filters/predicate_filters.py
decomp/semantics/predpatt/parsing/__init__.py
decomp/semantics/predpatt/parsing/loader.py
decomp/semantics/predpatt/parsing/udparse.py
decomp/semantics/predpatt/rules/__init__.py
decomp/semantics/predpatt/rules/argument_rules.py
decomp/semantics/predpatt/rules/base.py
decomp/semantics/predpatt/rules/helpers.py
decomp/semantics/predpatt/rules/predicate_rules.py
decomp/semantics/predpatt/utils/__init__.py
decomp/semantics/predpatt/utils/linearization.py
decomp/semantics/predpatt/utils/ud_schema.py
decomp/semantics/predpatt/utils/visualization.py
decomp/semantics/uds/__init__.py
decomp/semantics/uds/annotation.py
decomp/semantics/uds/corpus.py
decomp/semantics/uds/document.py
decomp/semantics/uds/graph.py
decomp/semantics/uds/metadata.py
decomp/semantics/uds/types.py
decomp/syntax/__init__.py
decomp/syntax/dependency.py
decomp/vis/__init__.py
decomp/vis/uds_vis.py
docs/source/conf.py
docs/source/_ext/type_alias_handler.py
tests/conftest.py
tests/test_corpus.py
tests/test_dependency.py
tests/test_graph_converters.py
tests/test_uds_annotation.py
tests/test_uds_corpus.py
tests/test_uds_document.py
tests/test_uds_graph.py
tests/test_uds_metadata.py
tests/test_vis.py
tests/test_predpatt/__init__.py
tests/test_predpatt/test_argument.py
tests/test_predpatt/test_argument_governor_invariants.py
tests/test_predpatt/test_argument_rules_differential.py
tests/test_predpatt/test_basic_predpatt.py
tests/test_predpatt/test_expected_outputs.py
tests/test_predpatt/test_graph_builder_and_corpus.py
tests/test_predpatt/test_loader.py
tests/test_predpatt/test_predicate.py
tests/test_predpatt/test_predicate_rules_differential.py
tests/test_predpatt/test_rules.py
tests/test_predpatt/test_rules_structure.py
tests/test_predpatt/test_token.py
tests/test_predpatt/test_token_modern_full.py
tests/test_predpatt/test_udparse.py
tests/test_predpatt/test_utils_linearization.py
tests/test_predpatt/test_visualization.py
tests/test_predpatt/differential/__init__.py
tests/test_predpatt/differential/test_argument_comparison.py
tests/test_predpatt/differential/test_compare_implementations.py
tests/test_predpatt/differential/test_differential.py
tests/test_predpatt/differential/test_loader_comparison.py
tests/test_predpatt/differential/test_options.py
tests/test_predpatt/differential/test_predicate_comparison.py
tests/test_predpatt/differential/test_simple_differential.py
tests/test_predpatt/differential/test_token_comparison.py
tests/test_predpatt/differential/test_ud_schema.py
tests/test_predpatt/differential/test_udparse_comparison.py