Skip to content

Commit

Permalink
[fix] Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
m-yoshinaka committed Feb 12, 2021
1 parent a530ae2 commit 096f9dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sapphire/phrase_alignment.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def extract(
self, word_alignments, vectors_src: np.array, vectors_trg: np.array
):
"""
Extract phrase pairs using the hueristic of phrase-based SMT.
Extract phrase pairs using the heuristic of phrase-based SMT.
Parameters
----------
Expand Down

0 comments on commit 096f9dd

Please sign in to comment.