edu.washington.cs.knowitall.nlp
Interface SentenceChunker

All Known Implementing Classes:
OpenNlpSentenceChunker

public interface SentenceChunker


Method Summary
 ChunkedSentence chunkSentence(String sent)
           
 

Method Detail

chunkSentence

ChunkedSentence chunkSentence(String sent)
                              throws ChunkerException
Throws:
ChunkerException


Copyright © 2010-2012 University of Washington CSE. All Rights Reserved.