QNLP
v1.0
|
Public Member Functions | |
def | __init__ (self, label, isAdj, adjOrder=0) |
def | __str__ (self) |
Data Fields | |
isAdj | |
adjOrder | |
label | |
Definition at line 26 of file word_types.py.
def QNLP.tagging.word_types.AdjointType.__init__ | ( | self, | |
label, | |||
isAdj, | |||
adjOrder = 0 |
|||
) |
Definition at line 27 of file word_types.py.
def QNLP.tagging.word_types.AdjointType.__str__ | ( | self | ) |
Reimplemented from QNLP.tagging.word_types.PregroupType.
Definition at line 34 of file word_types.py.
References QNLP.tagging.word_types.AdjointType.adjOrder, and QNLP.tagging.word_types.AdjointType.isAdj.
QNLP.tagging.word_types.AdjointType.adjOrder |
Definition at line 32 of file word_types.py.
Referenced by QNLP.tagging.word_types.AdjointType.__str__().
QNLP.tagging.word_types.AdjointType.isAdj |
Definition at line 29 of file word_types.py.
Referenced by QNLP.tagging.word_types.AdjointType.__str__().
|
inherited |
Definition at line 17 of file word_types.py.
Referenced by QNLP.tagging.word_types.PregroupType.__str__().