MCPcopy
hub / github.com/hankcs/HanLP / items

Method items

hanlp/components/mtl/multi_task_learning.py:801–802  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

799 return repr(self.config)
800
801 def items(self):
802 yield from self.tasks.items()
803
804 def __setattr__(self, key: str, value):
805 if key and key.startswith('dict') and not hasattr(self, key):

Callers 15

fitMethod · 0.45
_init_new_embeddingsMethod · 0.45
init_amr_vocabularyMethod · 0.45
_split_name_opsFunction · 0.45
_collapse_name_opsMethod · 0.45
init_amr_vocabularyMethod · 0.45
_split_name_opsFunction · 0.45
dict_tagsMethod · 0.45
decode_mstFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected