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

com.nicholasding.search.lemmatization.WordNetReader Maven / Gradle / Ivy

The newest version!
package com.nicholasding.search.lemmatization;

import java.util.Collection;

/**
 * @author Nicholas Ding ([email protected]) on 2016-06-29
 */
public interface WordNetReader {

    /**
     * @return exception list for four categories
     */
    ExceptionList readExceptionList();

    /**
     * @return all the lemmas
     */
    Collection readLemmas();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy