Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Pelhans/ZNLP
/ functions
Functions
130 in github.com/Pelhans/ZNLP
⨍
Functions
130
◇
Types & classes
19
Method
__init__
(self, model_config, train_data, valid_data, test_data, feature_extractor)
dependency/utils/feature_extraction.py:277
Method
__init__
(self, model_config)
dependency/utils/feature_extraction.py:405
Method
__init__
(self)
dependency/utils/feature_extraction.py:508
Method
__init__
(self, config, word_embeddings, pos_embeddings, dep_embeddings)
dependency/bin/parser_model.py:20
Method
__init__
(self, ckpt_path, word, pos)
dependency/bin/parser_test.py:29
Method
add_accuracy_op
(self, pred)
dependency/bin/parser_model.py:218
Method
add_loss_op
(self, pred)
dependency/bin/parser_model.py:202
Method
add_placeholders
(self)
dependency/bin/parser_model.py:28
Method
add_prediction_op
(self)
dependency/bin/parser_model.py:168
Method
add_prediction_op
(self)
dependency/bin/base_model.py:21
Method
add_to_vocab
(self, words, prefix="")
dependency/utils/feature_extraction.py:395
Method
add_training_op
(self, loss)
dependency/bin/parser_model.py:226
Method
epochs_completed
(self)
lexical_analysis/nnetwork/model/get_data.py:47
Function
get_pickle
()
lexical_analysis/nnetwork/pipeline/get_pickle.py:9
Method
get_word_pos_inputs
(self, inputs_batch)
dependency/bin/parser_model.py:237
Method
is_null_token
(self)
dependency/utils/feature_extraction.py:131
Method
is_root_token
(self)
dependency/utils/feature_extraction.py:125
Method
is_unk_token
(self)
dependency/utils/feature_extraction.py:137
Method
load_gold_dependency_mapping
(self)
dependency/utils/feature_extraction.py:162
Function
logged_loop
(iterable, n=None)
dependency/utils/general_utils.py:88
Method
num_examples
(self)
lexical_analysis/nnetwork/model/get_data.py:43
Method
predict
(self, sentence)
znlp/loadModel.py:24
Method
predict_on_batch
(self, sess, inputs_batch)
dependency/bin/base_model.py:43
Function
random_normal_initializer
(shape, name, mean=0., stddev=1, trainable=True)
dependency/bin/params_init.py:17
Function
show_cws
(tag)
znlp/loadModel.py:27
Function
show_pos
(tag)
znlp/loadModel.py:30
Function
test_all_close
(name, actual, expected)
dependency/utils/general_utils.py:59
Method
train_on_batch
(self, sess, inputs_batch, labels_batch)
dependency/bin/base_model.py:37
Function
write_gradient_summaries
(grad_tvars)
dependency/utils/tf_utils.py:30
Method
y
(self)
lexical_analysis/nnetwork/model/get_data.py:39
← previous
101–130 of 130, ranked by callers