Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
Decomp 0.3.2 documentation
Decomp 0.3.2 documentation

Contents:

  • Installation
  • Tutorials
    • Quick Start
    • Reading the UDS dataset
    • Querying UDS Graphs
    • Serializing the UDS dataset
    • Visualizing UDS Graphs
  • Dataset Reference
    • Universal Dependencies Syntactic Graphs
    • PredPatt Sentence Graphs
    • Universal Decompositional Document Graphs
    • Universal Decompositional Semantic Types
  • Package Reference
    • decomp.syntax
      • decomp.syntax.dependency
    • decomp.semantics
      • decomp.semantics.predpatt
        • decomp.semantics.predpatt.core
        • decomp.semantics.predpatt.extraction
        • decomp.semantics.predpatt.parsing
        • decomp.semantics.predpatt.rules
        • decomp.semantics.predpatt.filters
        • decomp.semantics.predpatt.corpus
        • decomp.semantics.predpatt.graph
        • decomp.semantics.predpatt.utils
        • decomp.semantics.predpatt.typing
      • decomp.semantics.uds
        • decomp.semantics.uds.corpus
        • decomp.semantics.uds.document
        • decomp.semantics.uds.graph
        • decomp.semantics.uds.annotation
        • decomp.semantics.uds.metadata
    • decomp.corpus
      • decomp.corpus.corpus
    • decomp.graph
      • decomp.graph.rdf
      • decomp.graph.nx
    • decomp.vis
      • decomp.vis.uds_vis
  • Release Notes
Back to top
View this page

TutorialsΒΆ

If you have not already installed the decomp package, follow those instructions before continuing the tutorial.

Contents:

  • Quick Start
  • Reading the UDS dataset
    • Standard splits
    • Adding annotations
    • Reading from an alternative location
    • Rebuilding the corpus
  • Querying UDS Graphs
    • Pre-compiled queries
    • Custom queries
  • Serializing the UDS dataset
  • Visualizing UDS Graphs
Next
Quick Start
Previous
Installation
Copyright © 2020-2025, Aaron Steven White
Made with Sphinx and @pradyunsg's Furo