blob: 854996686a019b1d666066c407be792b780e4c54 [file] [log] [blame]
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package opennlp.modelbuilder.v2;
import java.util.Set;
/**
*
* @author Owner
*/
public interface SentenceProvider extends ModelParameter {
Set<String> getSentences();
}