Skip to content

Commit

Permalink
Update visual.py
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
annelhote authored and senwu committed Dec 23, 2020
1 parent c837b64 commit 433a75d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fonduer/utils/data_model_utils/visual.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def get_vert_ngrams(
lower: bool = True,
from_sentence: bool = True,
) -> Iterator[str]:
"""Return all ngrams which are visually vertivally aligned with the Mention.
"""Return all ngrams which are visually vertically aligned with the Mention.
Note that if a candidate is passed in, all of its Mentions will be searched.
Expand Down

0 comments on commit 433a75d

Please sign in to comment.