Skip to content

Commit

Permalink
Re-enabled repeat correction handler by default
Browse files Browse the repository at this point in the history
  • Loading branch information
beveradb committed Jan 26, 2025
1 parent 2551e81 commit e813fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lyrics_transcriber/correction/corrector.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def __init__(
NoSpacePunctuationMatchHandler(),
SyllablesMatchHandler(),
ExtendAnchorHandler(),
# RepeatCorrectionHandler(),
RepeatCorrectionHandler(),
SoundAlikeHandler(),
LevenshteinHandler(),
]
Expand Down

0 comments on commit e813fca

Please sign in to comment.