edu.arizona.sista.reach

nxml

package nxml

Visibility
  1. Public
  2. All

Type Members

  1. case class FriesEntry(name: String, chunkId: String, sectionId: String, sectionName: String, isTitle: Boolean, text: String) extends Product with Serializable

  2. case class NxmlDoc(name: String, entries: Seq[NxmlEntry]) extends Product with Serializable

  3. case class NxmlEntry(num: Int, section: String, normalizedSection: String, isTitle: Boolean, text: String) extends Product with Serializable

  4. class NxmlReader extends AnyRef

Value Members

  1. object MyXML extends XMLLoader[Elem]

  2. object PreprocessNxml extends RewriteRule

  3. object RunNxml2Fries extends App

  4. package indexer

Ungrouped