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

edu.washington.cs.knowitall.nlp.SentenceChunker Maven / Gradle / Ivy

There is a newer version: 1.4.3
Show newest version
package edu.washington.cs.knowitall.nlp;

public interface SentenceChunker {

    public ChunkedSentence chunkSentence(String sent) throws ChunkerException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy