Package

org.clulab.reach.assembly.relations

corpus

Permalink

package corpus

Linear Supertypes
LazyLogging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. corpus
  2. LazyLogging
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class Corpus(instances: Seq[EventPair]) extends JSONSerialization with Product with Serializable

    Permalink

    Corpus is a sequence of TrainingInstances

  2. implicit class EventOps extends CorefMentionOps

    Permalink

    Additional attributes and methods for a CorefMention

  3. case class EventPair(e1: CorefMention, e2: CorefMention, relation: String, confidence: Double = AnnotationUtils.HIGH, annotatorID: String = "", notes: Option[String] = None) extends JSONSerialization with Product with Serializable

    Permalink

    Storage class for an event pair (i.e., a single example for the relation corpus)

Value Members

  1. object AnnotationUtils

    Permalink

    Houses values for three confidence bins, etc.

  2. object BuildCorpus extends App with LazyLogging

    Permalink

    Builds a relation corpus from a serialized dataset.

    Builds a relation corpus from a serialized dataset.
    Corpus is written as json

  3. object BuildCorpusWithRedundancies extends App with LazyLogging

    Permalink

    Builds a relation corpus from a serialized dataset.

    Builds a relation corpus from a serialized dataset.
    Corpus is written as json

  4. object Corpus extends LazyLogging with Serializable

    Permalink
  5. object CorpusBuilder extends LazyLogging

    Permalink

    Utility functions for building the assembly relation corpus

  6. object CorpusReader extends LazyLogging

    Permalink
  7. object EventPair extends Serializable

    Permalink
  8. object LegacyAnnotationReader extends LazyLogging

    Permalink

    Attempt to recover mentions from legacy annotation format

  9. def datasetLUT(jsonFiles: GenSeq[File]): Map[String, Vector[CorefMention]]

    Permalink
  10. def datasetLUT(jsonDir: File): Map[String, Vector[CorefMention]]

    Permalink

    Create a dataset from a directory of json files, where each file represents the reach reading results for that paper

  11. def getPMID(docid: String): String

    Permalink

    Retrieves PubMed ID from Document.id of an Odin Mention

  12. def getPMID(mention: Mention): String

    Permalink

    Retrieves PubMed ID from Document.id of an Odin Mention

  13. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging

Inherited from LazyLogging

Inherited from AnyRef

Inherited from Any

Ungrouped