Package

nlpdata.datasets

wiktionary

Permalink

package wiktionary

Visibility
  1. Public
  2. All

Type Members

  1. class CountDictionary extends AnyRef

    Permalink
  2. case class InflectedForms(stem: util.LowerCaseStringCapsule.LowerCaseString, present: util.LowerCaseStringCapsule.LowerCaseString, presentParticiple: util.LowerCaseStringCapsule.LowerCaseString, past: util.LowerCaseStringCapsule.LowerCaseString, pastParticiple: util.LowerCaseStringCapsule.LowerCaseString) extends (VerbForm) ⇒ util.LowerCaseStringCapsule.LowerCaseString with Product with Serializable

    Permalink
  3. class Inflections extends AnyRef

    Permalink

    Class for easy access to verb inflections.

    Class for easy access to verb inflections.

    Backed by Java code (VerbInflectionDictionary) that loads a list of verb forms from a local text file that was scraped from Wiktionary. TODO: make it cross-platform.

    Makes heavy use of the "LowerCaseString" abstraction that ensures strings are lower case on the type level.

  4. sealed trait VerbForm extends AnyRef

    Permalink
  5. class WiktionaryFileSystemService extends AnyRef

    Permalink

Value Members

  1. object InflectedForms extends Serializable

    Permalink
  2. object Inflections

    Permalink
  3. object Past extends VerbForm with Product with Serializable

    Permalink
  4. object PastParticiple extends VerbForm with Product with Serializable

    Permalink
  5. object PresentParticiple extends VerbForm with Product with Serializable

    Permalink
  6. object PresentSingular3rd extends VerbForm with Product with Serializable

    Permalink
  7. object Stem extends VerbForm with Product with Serializable

    Permalink
  8. object VerbForm

    Permalink

Ungrouped