All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.megafarad.ve_scala.Pos.scala Maven / Gradle / Ivy

The newest version!
package com.megafarad.ve_scala

object Pos extends Enumeration {
  type Pos = Value
  val Noun,
      ProperNoun,
      Pronoun,
      Adjective,
      Adverb,
      Determiner,
      Preposition,
      Postposition,
      Verb,
      Suffix,
      Prefix,
      Conjunction,
      Interjection,
      Number,
      Unknown,
      Symbol,
      Punctuation,
      Other,
      TBD = Value

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy