package corpora
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- class MascFile extends AnyRef
- case class MascSentence (orderedTokens: Seq[String], orderedPos: Seq[String], bioLabels: Seq[String], orderedRegions: Seq[MRegion]) extends Product with Serializable
Value Members
-
object
CONLLSequenceReader
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.
- object MascFile
- object MascSlab
-
object
MascTransform
Convert native MASC xml into CONLL format for named entity recognition.
-
object
MascUtil
Simple objects and functions for working with MASC data.