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

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