Skip to content

Commit cc78653

Browse files
authored
docs: fix simple typo, signle -> single (#291)
There is a small typo in neuralcoref/train/document.py. Should read `single` rather than `signle`.
1 parent 18c0f4c commit cc78653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neuralcoref/train/document.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,7 @@ def set_mentions_features(self):
845845
mention.words_embeddings_ = words_embeddings_
846846

847847
def get_single_mention_features(self, mention):
848-
""" Features for anaphoricity test (signle mention features + genre if conll)"""
848+
""" Features for anaphoricity test (single mention features + genre if conll)"""
849849
features_ = mention.features_
850850
features_["DocGenre"] = self.genre_
851851
return (features_, np.concatenate([mention.features, self.genre], axis=0))

0 commit comments

Comments
 (0)