edu.washington.cs.knowitall.sentenceextractor
Class XmlSentenceExtractor

java.lang.Object
  extended by edu.washington.cs.knowitall.sentenceextractor.AbstractSentenceExtractor
      extended by edu.washington.cs.knowitall.sentenceextractor.StandardSentenceExtractor
          extended by edu.washington.cs.knowitall.sentenceextractor.XmlSentenceExtractor

public class XmlSentenceExtractor
extends StandardSentenceExtractor


Field Summary
protected  String[] endBrackets
           
protected  String junk
           
protected  String[] startBrackets
           
 
Fields inherited from class edu.washington.cs.knowitall.sentenceextractor.StandardSentenceExtractor
endPattern, startPattern, wordPattern
 
Constructor Summary
XmlSentenceExtractor()
           
 
Method Summary
 
Methods inherited from class edu.washington.cs.knowitall.sentenceextractor.StandardSentenceExtractor
clean, validate
 
Methods inherited from class edu.washington.cs.knowitall.sentenceextractor.AbstractSentenceExtractor
extract
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

junk

protected final String junk
See Also:
Constant Field Values

startBrackets

protected final String[] startBrackets

endBrackets

protected final String[] endBrackets
Constructor Detail

XmlSentenceExtractor

public XmlSentenceExtractor()
                     throws opennlp.tools.util.InvalidFormatException,
                            FileNotFoundException,
                            IOException
Throws:
opennlp.tools.util.InvalidFormatException
FileNotFoundException
IOException


Copyright © 2011 University of Washington CSE. All Rights Reserved.