Shape Side Matching for Rectangular Shape Origin

Shape Side Matching for Rectangular Shape Origin

Francisco Trianto / June 12, 2024
Numpy
Python

Shape Side Matching using string matching and similarity.

This program uses Knuth Morris Pratt (KMP) Algorithm and Boyer Moore (BM) Algorithm for string matching. It also uses Levenshtein Distance for string similarity.

You can find the paper on this link: Application of String Matching and String Similarity for Shape Side Matching

For More Information, Check out this GitHub README