
org.wikibrain.sr.wikify.Wikifier Maven / Gradle / Ivy
package org.wikibrain.sr.wikify;
import org.wikibrain.core.dao.DaoException;
import org.wikibrain.core.model.LocalLink;
import java.util.List;
/**
* @author Shilad Sen
*/
public interface Wikifier {
public List wikify(int wpId, String text) throws DaoException;
public List wikify(int wpId) throws DaoException;
public List wikify(String text) throws DaoException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy