opennlp.tools.lang.english
Class NameFinder

java.lang.Object
  extended by opennlp.tools.lang.english.NameFinder

public class NameFinder
extends java.lang.Object

Class is used to create a name finder for English.


Field Summary
static java.lang.String[] NAME_TYPES
           
 
Constructor Summary
NameFinder(opennlp.maxent.MaxentModel mod)
          Creates an English name finder using the specified model.
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME_TYPES

public static java.lang.String[] NAME_TYPES
Constructor Detail

NameFinder

public NameFinder(opennlp.maxent.MaxentModel mod)
Creates an English name finder using the specified model.

Parameters:
mod - The model used for finding names.
Method Detail

main

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


Copyright 2008 Jason Baldridge, Gann Bierner, and Thomas Morton. All Rights Reserved.