nlu.annotation.operator

The Operator class defines acceptable operators. It will be used to identify dialogue act item operator

Module Contents

Classes

Operator

The Operator class defines acceptable operators.

class nlu.annotation.operator.Operator

Bases: enum.Enum

The Operator class defines acceptable operators. It will be used to identify dialogue act item operator

EQ = 1
NE = 2
LT = 3
LE = 4
GT = 5
GE = 6
AND = 7
OR = 8
NOT = 9
IN = 10
BETWEEN = 11