Package

org.clulab.reach

brat

Permalink

package brat

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

Type Members

  1. sealed trait Annotation extends AnyRef

    Permalink
  2. case class BinaryAttribute(id: String, label: String, annotation: String) extends Annotation with Product with Serializable

    Permalink
  3. type Closeable = AnyRef { def close(): Unit }

    Permalink
  4. case class Equivalence(id: String, label: String, annotations: Seq[String]) extends Annotation with Product with Serializable

    Permalink
  5. case class Event(id: String, label: String, trigger: String, arguments: Map[String, Seq[String]]) extends Annotation with Product with Serializable

    Permalink
  6. class IdTracker extends AnyRef

    Permalink
  7. case class MultiValueAttribute(id: String, label: String, annotation: String, value: String) extends Annotation with Product with Serializable

    Permalink
  8. case class Normalization(id: String, label: String, annotation: String, resource: String, entry: String, text: String) extends Annotation with Product with Serializable

    Permalink
  9. case class Relation(id: String, label: String, arguments: Map[String, Seq[String]]) extends Annotation with Product with Serializable

    Permalink
  10. case class TextBound(id: String, label: String, spans: Seq[Interval], text: String) extends Annotation with Product with Serializable

    Permalink

Value Members

  1. object Brat extends LazyLogging

    Permalink
  2. object IdTracker

    Permalink
  3. def readFile(file: File): String

    Permalink
  4. def readFile(filename: String): String

    Permalink
  5. def using[A <: Closeable, B](param: A)(f: (A) ⇒ B): B

    Permalink
  6. def writeFile(filename: String, text: String): Unit

    Permalink
  7. def writeFile(file: File, text: String): Unit

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped