edu.arizona.sista.reach

brat

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
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait Annotation extends AnyRef

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

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

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

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

  6. class IdTracker extends AnyRef

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

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

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

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

Value Members

  1. object Brat

  2. object IdTracker

  3. def readFile(file: File): String

  4. def readFile(filename: String): String

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped