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

org.wikibrain.sr.wikify.Wikifier Maven / Gradle / Ivy

There is a newer version: 0.9.1
Show newest version
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