edu.washington.cs.knowitall.kdd
Class ArabicNameOpenNLPSentenceChunker

java.lang.Object
  extended by edu.washington.cs.knowitall.nlp.OpenNlpSentenceChunker
      extended by 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


Constructor Summary
ArabicNameOpenNLPSentenceChunker()
           
ArabicNameOpenNLPSentenceChunker(opennlp.tools.tokenize.Tokenizer tokenizer, opennlp.tools.postag.POSTagger posTagger, opennlp.tools.chunker.Chunker chunker)
           
 
Method Summary
 edu.washington.cs.knowitall.nlp.ChunkedSentence chunkSentence(String sent)
           
static void main(String[] args)
           
 
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
 

Constructor Detail

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)
Method Detail

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.