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

org.clulab.reach.context.DummyContextEngine.scala Maven / Gradle / Ivy

The newest version!
package org.clulab.reach.context

import org.clulab.reach.mentions._


class DummyContextEngine extends ContextEngine {
  def infer(mentions: Seq[BioMention]): Unit = ()
  def update(mentions: Seq[BioMention]): Unit = ()
  def assign(mentions: Seq[BioMention]): Seq[BioMention] = mentions
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy