edu.washington.cs.knowitall.kdd
Class ArabicNameOpenNLPSentenceChunker
java.lang.Object
edu.washington.cs.knowitall.nlp.OpenNlpSentenceChunker
edu.washington.cs.knowitall.kdd.ArabicNameOpenNLPSentenceChunker
- All Implemented Interfaces:
- edu.washington.cs.knowitall.nlp.SentenceChunker
public class ArabicNameOpenNLPSentenceChunker
- extends edu.washington.cs.knowitall.nlp.OpenNlpSentenceChunker
| Methods inherited from class edu.washington.cs.knowitall.nlp.OpenNlpSentenceChunker |
attachOfs, attachOfs, attachPossessives, attachPossessives |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArabicNameOpenNLPSentenceChunker
public ArabicNameOpenNLPSentenceChunker()
throws IOException
- Throws:
IOException
ArabicNameOpenNLPSentenceChunker
public ArabicNameOpenNLPSentenceChunker(opennlp.tools.tokenize.Tokenizer tokenizer,
opennlp.tools.postag.POSTagger posTagger,
opennlp.tools.chunker.Chunker chunker)
chunkSentence
public edu.washington.cs.knowitall.nlp.ChunkedSentence chunkSentence(String sent)
throws edu.washington.cs.knowitall.nlp.ChunkerException
- Specified by:
chunkSentence in interface edu.washington.cs.knowitall.nlp.SentenceChunker- Overrides:
chunkSentence in class edu.washington.cs.knowitall.nlp.OpenNlpSentenceChunker
- Throws:
edu.washington.cs.knowitall.nlp.ChunkerException
main
public static void main(String[] args)
throws IOException,
edu.washington.cs.knowitall.nlp.ChunkerException
- Throws:
IOException
edu.washington.cs.knowitall.nlp.ChunkerException
Copyright © 2011 University of Washington CSE. All Rights Reserved.