chalk

corpora

package corpora

Visibility
  1. Public
  2. All

Type Members

  1. case class MAnnotation(id: String, label: String, ref: String, features: Map[String, String]) extends Product with Serializable

  2. case class MEdge(id: String, from: String, to: String) extends Product with Serializable

  3. case class MNode(id: String, targets: Seq[String]) extends Product with Serializable

  4. case class MRegion(id: String, start: Int, end: Int) extends Ordered[MRegion] with Product with Serializable

  5. class MascFile extends AnyRef

  6. case class MascSentence(orderedTokens: Seq[String], orderedPos: Seq[String], bioLabels: Seq[String], orderedRegions: Seq[MRegion]) extends Product with Serializable

Value Members

  1. object MascFile

  2. object MascTransform

    Convert native MASC xml into CONLL format for named entity recognition.

  3. object MascUtil

    Simple objects and functions for working with MASC data.

Ungrouped