com.megafarad.ve_scala.Grammar.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 Grammar extends Enumeration {
type Grammar = Value
val Auxiliary,
Nominal,
Comparative,
Superlative,
Modal,
Plural,
Personal,
Possessive,
Past,
PresentParticiple,
PastParticiple,
Unassigned = Value
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy