Package

epic

corpora

Permalink

package corpora

Visibility
  1. Public
  2. All

Type Members

  1. class MascFile extends AnyRef

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

    Permalink

Value Members

  1. object CONLLSequenceReader

    Permalink

    Reads tag sequences in the conll shared task format.

    Reads tag sequences in the conll shared task format. See http://mlcomp.org/faq/domains "Sequence Tagging" for the spec.

  2. object MascFile

    Permalink
  3. object MascSlab

    Permalink
  4. object MascTransform

    Permalink

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

  5. object MascUtil

    Permalink

    Simple objects and functions for working with MASC data.

Ungrouped