Introduction - If you have any usage issues, please Google them yourself
This algorithm is based on the idea of dynamic programming (DP) to solve the problem of template matching pronunciation of varying lengths, simply put, is by building an adjacency matrix, and find the shortest path.