opennlp.grok.expression
Class GSign
java.lang.Object
|
+--opennlp.grok.expression.GSign
- All Implemented Interfaces:
- opennlp.common.synsem.Sign
- public class GSign
- extends java.lang.Object
- implements opennlp.common.synsem.Sign
A CCG sign.
- Version:
- $Revision: 1.5 $, $Date: 2002/09/20 19:25:20 $
- Author:
- Jason Baldridge
Constructor Summary |
GSign(java.lang.String orth,
opennlp.common.synsem.Category cat)
|
GSign(java.lang.String orth,
opennlp.common.synsem.Category cat,
DerivationHistory dh)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
GSign
public GSign(java.lang.String orth,
opennlp.common.synsem.Category cat)
GSign
public GSign(java.lang.String orth,
opennlp.common.synsem.Category cat,
DerivationHistory dh)
getOrthography
public java.lang.String getOrthography()
- Specified by:
getOrthography
in interface opennlp.common.synsem.Sign
getCategory
public opennlp.common.synsem.Category getCategory()
- Specified by:
getCategory
in interface opennlp.common.synsem.Sign
setDerivationHistory
public void setDerivationHistory(DerivationHistory dh)
getDerivationHistory
public DerivationHistory getDerivationHistory()
isLexeme
public boolean isLexeme()
copy
public GSign copy()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2003 Jason Baldridge and Gann Bierner. All Rights Reserved.