opennlp.grok.preprocess.namefind
Class NFContextGenerator

java.lang.Object
  |
  +--opennlp.grok.preprocess.namefind.NFContextGenerator
All Implemented Interfaces:
opennlp.maxent.ContextGenerator

public class NFContextGenerator
extends java.lang.Object
implements opennlp.maxent.ContextGenerator

An event generator for the maxent NameFinder.

Version:
$Revision: 1.10 $, $Date: 2002/02/11 11:45:12 $
Author:
Gann Bierner

Constructor Summary
NFContextGenerator()
           
 
Method Summary
 java.lang.String[] getContext(java.lang.Object o)
          Builds up the list of features, anchored around a position within the String[].
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NFContextGenerator

public NFContextGenerator()
Method Detail

getContext

public java.lang.String[] getContext(java.lang.Object o)
Builds up the list of features, anchored around a position within the String[].

Specified by:
getContext in interface opennlp.maxent.ContextGenerator


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