|
QNLP
v1.0
|


Public Member Functions | |
| def | __init__ (self, isAdj, adjOrder=0, Noun left_adj=None, Noun right_adj=None, Meaning meaning=None) |
| def | __str__ (self) |
Data Fields | |
| left_adj | |
| right_adj | |
| meaning | |
| isAdj | |
| adjOrder | |
| label | |
Definition at line 67 of file word_types.py.
| def QNLP.tagging.word_types.Verb.__init__ | ( | self, | |
| isAdj, | |||
adjOrder = 0, |
|||
| Noun | left_adj = None, |
||
| Noun | right_adj = None, |
||
| Meaning | meaning = None |
||
| ) |
Definition at line 68 of file word_types.py.
|
inherited |
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.
|
inherited |
Definition at line 32 of file word_types.py.
Referenced by QNLP.tagging.word_types.AdjointType.__str__().
|
inherited |
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__().
| QNLP.tagging.word_types.Verb.left_adj |
Definition at line 70 of file word_types.py.
| QNLP.tagging.word_types.Verb.meaning |
Definition at line 72 of file word_types.py.
| QNLP.tagging.word_types.Verb.right_adj |
Definition at line 71 of file word_types.py.