
gr.demokritos.iit.jinsect.events.WordEvaluatorAdapter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of JInsect Show documentation
Show all versions of JInsect Show documentation
The JINSECT toolkit is a Java-based toolkit and library that supports and demonstrates the use of n-gram graphs within Natural Language Processing applications, ranging from summarization and summary evaluation to text classification and indexing.
The newest version!
/*
* WordEvaluatorAdapter.java
*
* Created on 25 Ιανουάριος 2006, 1:17 πμ
*
* To change this template, choose Tools | Options and locate the template under
* the Source Creation and Management node. Right-click the template and choose
* Open. You can then make changes to the template in the Source Editor.
*/
package gr.demokritos.iit.jinsect.events;
/**
*
* @author PCKid
*/
public class WordEvaluatorAdapter implements WordEvaluatorListener {
/** Creates a new instance of WordEvaluatorAdapter */
public WordEvaluatorAdapter() {
}
public boolean evaluateWord(String sWord) {
return true; // Accept all
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy