Stefy

stefy
Class Lexicon

java.lang.Object
  |
  +--stefy.Lexicon

public class Lexicon
extends java.lang.Object

Lexicon class, RT. The lexicon class provides a generic lexicon class. Larger lexicons can be defined by creating a new class, which extends this class.


Constructor Summary
Lexicon()
           
 
Method Summary
 java.util.Iterator getAVMs(java.lang.String l)
          Get AVMs associated with a word.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Lexicon

public Lexicon()
Method Detail

getAVMs

public java.util.Iterator getAVMs(java.lang.String l)
Get AVMs associated with a word.
Parameters:
l - a word/token
Returns:
an iterator of AVMs

Stefy

Submit a bug or feature
Copyright 1998-2004 Vlado Keselj. All Rights Reserved.