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

AutoProcessor.Sentence.FrameNet.SentenceAutoFramePredicate Maven / Gradle / Ivy

package AutoProcessor.Sentence.FrameNet;

import AnnotatedSentence.AnnotatedSentence;
import FrameNet.FrameNet;

public abstract class SentenceAutoFramePredicate {
    private FrameNet frameNet;

    /**
     * The method should set determine all frame predicates in the sentence.
     * @param sentence The sentence for which frame predicates will be determined automatically.
     * @return True if the auto frame predicate is successful.
     */
    public abstract  boolean autoPredicate(AnnotatedSentence sentence);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy