edu.washington.cs.knowitall.nlp
Class PreChunkedSentenceReader
java.lang.Object
edu.washington.cs.knowitall.nlp.PreChunkedSentenceReader
- All Implemented Interfaces:
- Iterable<ChunkedSentence>
public class PreChunkedSentenceReader
- extends Object
- implements Iterable<ChunkedSentence>
A class for reading in sentences that have already been chunked by the
OpenNLP sentence chunker.
- Author:
- afader
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PreChunkedSentenceReader
public PreChunkedSentenceReader(BufferedReader input)
iterator
public Iterator<ChunkedSentence> iterator()
- Specified by:
iterator in interface Iterable<ChunkedSentence>
Copyright © 2010-2012 University of Washington CSE. All Rights Reserved.