edu.arizona.sista

assembly

package assembly

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. assembly
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class Assembler extends AnyRef

    Assembler for reach output

  2. class AssemblyManager extends Serializable

  3. type EER = EntityEventRepresentation

  4. type GroundingID = String

  5. type IDPointer = Int

  6. type MentionState = (Mention, Set[Modification])

  7. case class PrecedenceRelation(before: Int, after: Int, evidence: Set[Mention], foundBy: String) extends Product with Serializable

    Stores precedence information for two distinct EntityEventRepresentation

    Stores precedence information for two distinct EntityEventRepresentation

    before

    EntityEventRepresentation.equivalenceHash identifying the EER that precedes PrecedenceRelation.after

    after

    EntityEventRepresentation.equivalenceHash identifying the EER that follows PrecedenceRelation.before

    evidence

    the mentions that serve as evidence for this precedence relation

    foundBy

    the name of the Sieve which found this relation

  8. type Sieve = (Seq[Mention], AssemblyManager) ⇒ AssemblyManager

Value Members

  1. object AssembleFromDataset extends App

    Runnable for producing sieve-based assembly output from a serialized Dataset.

  2. object AssemblyManager extends Serializable

  3. object AssemblyRunner

    Utilities for running assembly sieves on a Dataset and writing their output.

  4. object AssemblyShell extends App

  5. object RunAnnotationEval extends App

  6. object RunAssembly extends App

    Runnable for producing sieve-based assembly output from a directory of papers (.csv or .nxml files)

  7. package export

  8. def getMentionState(m: Mention): MentionState

    Get the state of a Mention

  9. package relations

  10. package representations

  11. package sieves

Inherited from AnyRef

Inherited from Any

Ungrouped