opennlp.tools.dictionary.serializer
Class Entry

java.lang.Object
  extended by opennlp.tools.dictionary.serializer.Entry

public class Entry
extends java.lang.Object

Version:
$Revision: 1.2 $, $Date: 2006/11/17 13:10:19 $
Author:
Joern Kottmann

Constructor Summary
Entry(TokenList tokens, Attributes attributes)
          Initializes the current instance.
 
Method Summary
 Attributes getAttributes()
          Retrives the Attributes.
 TokenList getTokens()
          Retrives the Tokens.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Entry

public Entry(TokenList tokens,
             Attributes attributes)
Initializes the current instance.

Parameters:
tokens -
attributes -
Method Detail

getTokens

public TokenList getTokens()
Retrives the Tokens.

Returns:
the Tokens

getAttributes

public Attributes getAttributes()
Retrives the Attributes.

Returns:
the Attributes


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