opennlp.grok.preprocess.chunk
Class EnglishChunkerME

java.lang.Object
  |
  +--opennlp.grok.preprocess.chunk.ChunkerME
        |
        +--opennlp.grok.preprocess.chunk.EnglishChunkerME
All Implemented Interfaces:
opennlp.maxent.Evalable, opennlp.common.preprocess.Pipelink, opennlp.common.preprocess.POSTagger

public class EnglishChunkerME
extends ChunkerME

A shallow parser for English (based on POSTaggerME)

Version:
$Revision: 1.2 $, $Date: 2002/11/08 17:57:10 $
Author:
Joerg Tiedemann

Field Summary
 
Fields inherited from class opennlp.grok.preprocess.chunk.ChunkerME
_chunkModel, _closedClassTagsFilter, _contextGen, _useClosedClassTagsFilter
 
Constructor Summary
EnglishChunkerME()
          No-arg constructor which loads the English chunker model transparently.
 
Method Summary
static java.util.ArrayList convertInputLine(java.lang.String s)
           
static void main(java.lang.String[] args)
          Chunks a string passed in on the command line.
 
Methods inherited from class opennlp.grok.preprocess.chunk.ChunkerME
bestSequence, getEventCollector, getNegativeOutcome, localEval, process, processSimple, requires, tag, tag, tag, tag, tagTest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnglishChunkerME

public EnglishChunkerME()
No-arg constructor which loads the English chunker model transparently.

Method Detail

convertInputLine

public static java.util.ArrayList convertInputLine(java.lang.String s)

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException

Chunks a string passed in on the command line.

java.io.IOException


Copyright © 2003 Jason Baldridge and Gann Bierner. All Rights Reserved.