pyabsa.tasks.AspectPolarityClassification.models

Subpackages

Package Contents

Classes

ClassicAPCModelList

Built-in mutable sequence.

GloVeAPCModelList

Built-in mutable sequence.

LCFAPCModelList

Built-in mutable sequence.

APCModelList

Built-in mutable sequence.

PLMAPCModelList

Built-in mutable sequence.

BERTBaselineAPCModelList

Built-in mutable sequence.

class pyabsa.tasks.AspectPolarityClassification.models.ClassicAPCModelList[source]

Bases: list

Built-in mutable sequence.

If no argument is given, the constructor creates a new empty list. The argument must be an iterable if specified.

AOA
ASGCN
ATAE_LSTM
Cabasc
IAN
LSTM
MemNet
MGAN
RAM
TC_LSTM
TD_LSTM
TNet_LF
class pyabsa.tasks.AspectPolarityClassification.models.GloVeAPCModelList[source]

Bases: ClassicAPCModelList

Built-in mutable sequence.

If no argument is given, the constructor creates a new empty list. The argument must be an iterable if specified.

class pyabsa.tasks.AspectPolarityClassification.models.LCFAPCModelList[source]

Bases: list

Built-in mutable sequence.

If no argument is given, the constructor creates a new empty list. The argument must be an iterable if specified.

SLIDE_LCF_BERT
SLIDE_LCFS_BERT
LSA_T
LSA_S
FAST_LSA_T
FAST_LSA_S
FAST_LSA_T_V2
FAST_LSA_S_V2
DLCF_DCA_BERT
DLCFS_DCA_BERT
LCF_BERT
FAST_LCF_BERT
LCF_DUAL_BERT
LCFS_BERT
FAST_LCFS_BERT
LCFS_DUAL_BERT
LCA_BERT
BERT_MLP
BERT_SPC
BERT_SPC_V2
FAST_LCF_BERT_ATT
LCF_TEMPLATE_BERT
class pyabsa.tasks.AspectPolarityClassification.models.APCModelList[source]

Bases: LCFAPCModelList

Built-in mutable sequence.

If no argument is given, the constructor creates a new empty list. The argument must be an iterable if specified.

class pyabsa.tasks.AspectPolarityClassification.models.PLMAPCModelList[source]

Bases: list

Built-in mutable sequence.

If no argument is given, the constructor creates a new empty list. The argument must be an iterable if specified.

AOA_BERT
ASGCN_BERT
ATAE_LSTM_BERT
Cabasc_BERT
IAN_BERT
LSTM_BERT
MemNet_BERT
MGAN_BERT
RAM_BERT
TC_LSTM_BERT
TD_LSTM_BERT
TNet_LF_BERT
__str__()[source]

Return str(self).

class pyabsa.tasks.AspectPolarityClassification.models.BERTBaselineAPCModelList[source]

Bases: PLMAPCModelList

Built-in mutable sequence.

If no argument is given, the constructor creates a new empty list. The argument must be an iterable if specified.