Methodforward(self, matrix, index, existing=None, truth=None, token_positions=None, starts=None, ends=None, widths=None, in
booknlp/english/bert_coref_quote_pronouns.py:250
Methodforward_supersense(self, wn, input_ids, matrix1, matrix2, attention_mask=None, transforms=None, labels=None, lens=None)
booknlp/english/tagger.py:136
Functionprepare_annotations_from_file Read a single file of annotations, returning: -- a list of sentences, each a list of [word, label, sentenceID, filename]
booknlp/common/sequence_layered_reader.py:136
Functionprepare_annotations_from_folder Read folder of annotations, returning: -- a list of sentences, each a list of [word, label, sentenceID, filename]
booknlp/common/sequence_layered_reader.py:147
Methodprint_conll(self, name, sents, all_ents, assignments, out, token_maps)
booknlp/english/bert_coref_quote_pronouns.py:566
Methodsupersense_evaluate(self, test_batched_wn, test_batched_sents, test_batched_data, test_batched_mask, test_batched_labels, test_ba
booknlp/english/tagger.py:919
Methodtag(self, tokens, g_ents, refs, ref_gender, attributed_quotations, quotes)
booknlp/english/litbank_coref.py:24
MethodtagFlat(self, batched_sents, batched_data, batched_mask, batched_transforms, batched_orig_token_lens, ordering)
booknlp/english/tagger.py:1023