![JAR search and dependency download from the Maven repository](/logo.png)
it.unipi.di.acube.batframework.problems.D2WSystem Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bat-framework Show documentation
Show all versions of bat-framework Show documentation
A framework to compare entity annotation systems.
The newest version!
package it.unipi.di.acube.batframework.problems;
import it.unipi.di.acube.batframework.data.Annotation;
import it.unipi.di.acube.batframework.data.Mention;
import it.unipi.di.acube.batframework.utils.AnnotationException;
import java.util.HashSet;
public interface D2WSystem extends TopicSystem {
public HashSet solveD2W(String text, HashSet mentions) throws AnnotationException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy