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

epic.features.WordFeatureAnchoring.scala Maven / Gradle / Ivy

There is a newer version: 0.4.4
Show newest version
package epic.features

import epic.framework.Feature

/**
 *
 * @author dlwh
 */
trait WordFeatureAnchoring[W] {
  def words: IndexedSeq[W]
  def featuresForWord(pos: Int):Array[Feature]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy