story.scheherazade.prologuer.comlex
Class COMLEXLexeme

java.lang.Object
  extended by story.scheherazade.prologuer.comlex.COMLEXLexeme

public class COMLEXLexeme
extends java.lang.Object

For parsing COMLEX, this object represents a single COMLEX entry, a word or symbol.


Constructor Summary
COMLEXLexeme(java.lang.String POS, java.lang.String lexeme, java.util.Vector attributes)
           
 
Method Summary
 java.util.Vector getAttributes()
          Return a Vector of COMLEXAttribute objects for this lexeme.
 java.lang.String getLexeme()
           
 java.lang.String getPOS()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

COMLEXLexeme

public COMLEXLexeme(java.lang.String POS,
                    java.lang.String lexeme,
                    java.util.Vector attributes)
Method Detail

getLexeme

public java.lang.String getLexeme()

getPOS

public java.lang.String getPOS()

getAttributes

public java.util.Vector getAttributes()
Return a Vector of COMLEXAttribute objects for this lexeme.



Copyright © 2011 David K. Elson. All Rights Reserved.