pyabsa.tasks.AspectSentimentTripletExtraction.configuration.configuration

Module Contents

Classes

ASTEConfigManager

Simple object for storing attributes.

Attributes

_aste_config_template

_aste_config_base

_aste_config_english

_aste_config_multilingual

_aste_config_chinese

pyabsa.tasks.AspectSentimentTripletExtraction.configuration.configuration._aste_config_template[source]
pyabsa.tasks.AspectSentimentTripletExtraction.configuration.configuration._aste_config_base[source]
pyabsa.tasks.AspectSentimentTripletExtraction.configuration.configuration._aste_config_english[source]
pyabsa.tasks.AspectSentimentTripletExtraction.configuration.configuration._aste_config_multilingual[source]
pyabsa.tasks.AspectSentimentTripletExtraction.configuration.configuration._aste_config_chinese[source]
class pyabsa.tasks.AspectSentimentTripletExtraction.configuration.configuration.ASTEConfigManager(args, **kwargs)[source]

Bases: pyabsa.framework.configuration_class.configuration_template.ConfigManager

Simple object for storing attributes.

Implements equality by attribute names and values, and provides a simple string representation.

static set_aste_config(configType: str, newitem: dict)[source]
static set_aste_config_template(newitem)[source]
static set_aste_config_base(newitem)[source]
static set_aste_config_english(newitem)[source]
static set_aste_config_chinese(newitem)[source]
static set_aste_config_multilingual(newitem)[source]
static get_aste_config_template()[source]
static get_aste_config_base()[source]
static get_aste_config_english()[source]
static get_aste_config_chinese()[source]
static get_aste_config_multilingual()[source]