edu.columbia.cs.ref.tool.document.splitter
Interface SentenceSplitter

All Known Implementing Classes:
OpenNLPMESplitter

public interface SentenceSplitter

The Interface SentenceSplitter represents objects that can be used to perform sentence splitting tasks.

Since:
2011-09-27
Version:
0.1
Author:
Pablo Barrio, Goncalo Simoes

Method Summary
 Sentence[] split(Document d)
          Splits the input document into sentences
 

Method Detail

split

Sentence[] split(Document d)
Splits the input document into sentences

Parameters:
d - input document
Returns:
the sentences of the input document