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

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