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

AutoProcessor.Sentence.Propbank.SentenceAutoArgument Maven / Gradle / Ivy

package AutoProcessor.Sentence.Propbank;

import AnnotatedSentence.AnnotatedSentence;

public abstract class SentenceAutoArgument {
    /**
     * The method should set all the semantic role labels in the sentence. The method assumes that the predicates
     * of the sentences were determined previously.
     * @param sentence The sentence for which semantic roles will be determined automatically.
     * @return True if the auto argument is successful.
     */
    public abstract boolean autoArgument(AnnotatedSentence sentence);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy