Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/get_substitutions.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
positions.append(tokens[3].strip())
references.append(tokens[2].strip())

# Now call substututions
# Prefix Perturbation vs Suffix Perturbation
# Now call substitutions
# Prefix Perturbation vs Suffix Perturbation Numbers
for s, p, r in zip(sources, positions, references):

n = len( s.split() )
Expand Down