
com.megafarad.ve_scala.Pos.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ve-scala-core Show documentation
Show all versions of ve-scala-core Show documentation
A Scala port of Kim Ahlström's Ve (https://github.com/Kimtaro/ve)
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