package
brat
Type Members
-
sealed
trait
Annotation extends AnyRef
-
case class
BinaryAttribute(id: String, label: String, annotation: String) extends Annotation with Product with Serializable
-
type
Closeable = AnyRef { def close(): Unit }
-
case class
Equivalence(id: String, label: String, annotations: Seq[String]) extends Annotation with Product with Serializable
-
case class
Event(id: String, label: String, trigger: String, arguments: Map[String, Seq[String]]) extends Annotation with Product with Serializable
-
class
IdTracker extends AnyRef
-
case class
MultiValueAttribute(id: String, label: String, annotation: String, value: String) extends Annotation with Product with Serializable
-
case class
Normalization(id: String, label: String, annotation: String, resource: String, entry: String, text: String) extends Annotation with Product with Serializable
-
case class
Relation(id: String, label: String, arguments: Map[String, Seq[String]]) extends Annotation with Product with Serializable
-
case class
TextBound(id: String, label: String, spans: Seq[Interval], text: String) extends Annotation with Product with Serializable
Value Members
-
object
Brat extends LazyLogging
-
-
def
readFile(file: File): String
-
def
readFile(filename: String): String
-
def
using[A <: Closeable, B](param: A)(f: (A) ⇒ B): B
-
def
writeFile(filename: String, text: String): Unit
-
def
writeFile(file: File, text: String): Unit
Inherited from AnyRef
Inherited from Any