nlp_architect.models.bist package¶
Subpackages¶
Submodules¶
nlp_architect.models.bist.decoder module¶
nlp_architect.models.bist.mstlstm module¶
nlp_architect.models.bist.utils module¶
-
nlp_architect.models.bist.utils.get_options_dict(activation, lstm_dims, lstm_layers, pos_dims)[source]¶ Generates dictionary with all parser options.
-
nlp_architect.models.bist.utils.is_conllu(path)[source]¶ Determines if the file is in CoNLL-U format.
-
nlp_architect.models.bist.utils.read_conll(path)[source]¶ Yields CoNLL sentences read from CoNLL formatted file..