com.github.mrmechko

swordnet

package swordnet

Visibility
  1. Public
  2. All

Type Members

  1. trait IC extends AnyRef

  2. class SInfo extends AnyRef

    Information about a SKey in the context of the WordNet Hierarchy.

    Information about a SKey in the context of the WordNet Hierarchy. All values are lazily initialized to avoid computational overhead in either creating the object or repeatedly accessing information

  3. sealed trait SKey extends AnyRef

  4. case class SPath(left: SInfo, right: SInfo) extends Product with Serializable

  5. case class SPos(pos: String) extends Product with Serializable

  6. case class SRelation(relation: SRelationType, sense: SKey) extends Product with Serializable

  7. case class SRelationPointer(relation: SRelationType, source: SKey, targetOffset: String, sourceNum: Int, targetNum: Int) extends Product with Serializable

  8. case class SRelationType(relation: String) extends Product with Serializable

  9. case class SumoSenseKey(senseKey: String) extends Product with Serializable

    Created by mechko on 3/25/15.

Value Members

  1. object IC

    Created by mechko on 5/31/15.

  2. object LoadSWordNet

  3. object SInfo

    Information about an SKey in the context of WordNet

  4. object SKey

    Created by mechko on 5/24/15.

  5. object SPath extends Serializable

  6. object SPos extends Serializable

    Created by mechko on 5/24/15.

  7. object SRelationType extends Serializable

    Created by mechko on 5/24/15.

  8. object SWordNet

    A Synset has links keys lemmas part-of-speech gloss sumo-link trips-targets verbs can have target frames etc.

    A Synset has links keys lemmas part-of-speech gloss sumo-link trips-targets verbs can have target frames etc. We can worry about that stuff later. Generically, the link can deal with it with some special logic.

Ungrouped