Package

strips

lexicon

Permalink

package lexicon

Visibility
  1. Public
  2. All

Type Members

  1. case class SLexClass(words: List[String], pos: String, ontType: String, frames: List[SLexFrame]) extends Product with Serializable

    Permalink
  2. case class SLexFrame(desc: String, example: String) extends Product with Serializable

    Permalink
  3. case class SMorph(cat: String, to: String) extends Product with Serializable

    Permalink

    cat : the categorization base : the word classes for this morph instance to : the morphological variant

  4. case class STripsWord(word: String, pos: String, classes: List[SLexClass], morphs: List[SMorph]) extends Product with Serializable

    Permalink
  5. case class TripsLexicon(words: List[STripsWord]) extends Product with Serializable

    Permalink

Ungrouped