
com.megafarad.ve_scala.Token.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
trait Token {
val literal: String
val lemma: String
val sentenceEnding: Boolean
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy