QNLP  v1.0
QNLP.tagging.word_types.PregroupType Class Reference
Inheritance diagram for QNLP.tagging.word_types.PregroupType:
Inheritance graph
Collaboration diagram for QNLP.tagging.word_types.PregroupType:
Collaboration graph

Public Member Functions

def __init__ (self, label)
 
def __str__ (self)
 

Data Fields

 label
 

Detailed Description

Definition at line 15 of file word_types.py.

Constructor & Destructor Documentation

◆ __init__()

def QNLP.tagging.word_types.PregroupType.__init__ (   self,
  label 
)

Definition at line 16 of file word_types.py.

16  def __init__(self, label):
17  self.label = label

Member Function Documentation

◆ __str__()

def QNLP.tagging.word_types.PregroupType.__str__ (   self)

Reimplemented in QNLP.tagging.word_types.AdjointType.

Definition at line 18 of file word_types.py.

18  def __str__(self):
19  return self.label
20 

References QNLP.tagging.word_types.PregroupType.label.

Field Documentation

◆ label

QNLP.tagging.word_types.PregroupType.label

Definition at line 17 of file word_types.py.

Referenced by QNLP.tagging.word_types.PregroupType.__str__().


The documentation for this class was generated from the following file: