![JAR search and dependency download from the Maven repository](/logo.png)
org.clulab.openie.entities.EntityFinder.scala Maven / Gradle / Ivy
The newest version!
package org.clulab.openie.entities
import org.clulab.odin.Mention
import org.clulab.processors.Document
trait EntityFinder {
def extract(doc: Document): Seq[Mention]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy