Learn Before
Concept
Alignment
Given two sequences, an alignment is "a correspondence between substrings of the two sequences". With a small change, minimum edit distance and alignment can provide the minimum cost alignment between two strings. For example, in speech recognition, minimum edit distance alignment can be used to compute the word error rate. In machine translation, alignment can help match sentences in a parallel corpus in two languages.
0
1
Updated 2020-07-29
Tags
Data Science