Method: WordAligner.align

Defined in:
lib/word_aligner.rb

.align(transcription, hypothesis) ⇒ Object



9
10
11
# File 'lib/word_aligner.rb', line 9

def align(transcription, hypothesis)
  Aligner.new(transcription, hypothesis).word_error_rate
end