opennlp.grok.preprocess.namefind
Class EnglishNameFinderME

java.lang.Object
  |
  +--opennlp.grok.preprocess.namefind.NameFinderME
        |
        +--opennlp.grok.preprocess.namefind.EnglishNameFinderME
All Implemented Interfaces:
opennlp.maxent.Evalable, opennlp.common.preprocess.NameFinder, opennlp.common.preprocess.Pipelink

public class EnglishNameFinderME
extends NameFinderME

A Name Finder that uses default English data for its maxent model.

Version:
$Revision: 1.3 $, $Date: 2002/02/08 12:13:36 $
Author:
Gann Bierner

Field Summary
 
Fields inherited from class opennlp.grok.preprocess.namefind.NameFinderME
cg, model
 
Constructor Summary
EnglishNameFinderME()
           
 
Method Summary
static void main(java.lang.String[] args)
          Example training call:
 
Methods inherited from class opennlp.grok.preprocess.namefind.NameFinderME
getEventCollector, getNegativeOutcome, isName, localEval, process, requires
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnglishNameFinderME

public EnglishNameFinderME()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
Description copied from class: NameFinderME
Example training call:

java -mx512m opennlp.grok.preprocess.namefind.NameFinderME -t -d ./ -c 5 -s NewEngNF5.bin.gz nameTrain.data

java.io.IOException


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