
epic.features.IndexedWordAnchoring.scala Maven / Gradle / Ivy
The newest version!
package epic.features
trait IndexedWordAnchoring[W] {
def words: IndexedSeq[W]
def featuresForWord(pos: Int):Array[Int]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy