uk.ac.gla.dcs.renaissance.nlp
Interface SentenceDetector

All Known Implementing Classes:
AndySent, OpenNLPSentDetector

public interface SentenceDetector


Method Summary
 SentenceDetector copy()
           
 void init()
           
 List<Integer> segment(String part)
           
 

Method Detail

copy

SentenceDetector copy()

init

void init()
          throws IOException
Throws:
IOException

segment

List<Integer> segment(String part)


Copyright © 2011. All Rights Reserved.