Method__init__(self, *embeddings, trainable=True, name=None, dtype=None, dynamic=False, **kwargs)
hanlp/layers/embeddings/concat_embedding.py:11
Method__init__(self, filepath: str = None, vocab: VocabTF = None, expand_vocab=True, lowercase=True,
input_
hanlp/layers/embeddings/word2vec_tf.py:114
Method__init__(self, filepath: str = None, vocab: VocabTF = None, expand_vocab=True, lowercase=False, input_dim=None,
hanlp/layers/embeddings/word2vec_tf.py:175
Method__init__(self, forward_model_path=None, backward_model_path=None, max_word_len=10,
trainable=False, n
hanlp/layers/embeddings/contextual_string_embedding_tf.py:18
Method__init__(self, dataset, batch_size=32, shuffle=False, sampler=None,
batch_sampler=None, num_workers=N
hanlp/common/dataset.py:319
Method__init__(self, idx_to_token: List[str] = None, token_to_idx: Dict = None, mutable=True, pad_token=PAD,
hanlp/common/vocab_tf.py:13
Method__init__(self, counter: Counter = None, min_occur_cnt=0, pad_token=PAD, unk_token=UNK, specials=None)
hanlp/common/vocab.py:409
Method__init__(self, idx_to_token: List[str] = None, token_to_idx: Dict = None, mutable=True, pad_token=PAD,
hanlp/common/vocab.py:441
Method__init__(self, data: Union[str, List], transform: Union[Callable, List] = None, cache=None,
generate_
hanlp/datasets/tokenization/loaders/chunking_dataset.py:14
Method__init__(self,
data: Union[str, List],
transform: Union[Callable, List] = None,
hanlp/datasets/tokenization/loaders/multi_criteria_cws/mcws_dataset.py:12
Method__init__(self, data: Union[str, List], transform: Union[Callable, List] = None, cache=None,
max_span_
hanlp/datasets/coref/loaders/conll12coref.py:53
Method__init__(self, config: SerializableDict = None, map_x=True, map_y=True, lower=True, n_buckets=32,
min
hanlp/transform/conll_tf.py:170
Method__init__(self, config: SerializableDict = None, map_x=True, map_y=True,
lower=True, n_buckets=32, min
hanlp/transform/conll_tf.py:308
Method__init__(self, config: SerializableDict = None, map_x=True, map_y=True, lower=True, n_buckets=32, min_freq=2,
hanlp/transform/conll_tf.py:612
Method__init__(self, config: SerializableDict = None, map_x=True, map_y=True, lower=False, **kwargs)
hanlp/transform/tacred_tf.py:31
Method__init__(self, config: SerializableDict = None, map_x=True, map_y=True, use_char=False, **kwargs)
hanlp/transform/tsv_tf.py:79
Method__init__(self, config: SerializableDict = None, map_x=False, map_y=True, x_columns=None,
y_column=-1,
hanlp/transform/table_tf.py:18
Method__init__(self, config: SerializableDict = None, map_x=False, map_y=True, x_columns=(3, 4),
y_column=0
hanlp/transform/glue_tf.py:15