story.scheherazade.prologuer.comlex
Class COMLEXClause
java.lang.Object
story.scheherazade.prologuer.comlex.COMLEXClause
public class COMLEXClause
- extends java.lang.Object
For parsing COMLEX, this object represents a clause attribute in a
COMLEX entry, for example, that "freak" is associated with "out".
Constructor Summary |
COMLEXClause(java.lang.String syntacticRole,
java.lang.String modifierPOS,
java.util.Vector modifiers)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COMLEXClause
public COMLEXClause(java.lang.String syntacticRole,
java.lang.String modifierPOS,
java.util.Vector modifiers)
getSyntacticRole
public java.lang.String getSyntacticRole()
getModifierPOS
public java.lang.String getModifierPOS()
getModifiers
public java.util.Vector getModifiers()
render
public java.lang.StringBuffer render()
Copyright © 2011 David K. Elson. All Rights Reserved.