News

I chose to use the Naive algorithm for the assignment because it's easy to work with. This let me concentrate on other parts of the task and still get a working solution. This Python program reads a ...
Text and string processing is a fundamental task in many domains, such as natural language processing, data mining, bioinformatics, and cryptography. It involves manipulating, searching, matching ...
aalg-genetics is a tool for matching small patterns against large strings composed by the letters A, C, T and G, the four types of bases found in a DNA molecule. To this effect, the naive, ...
String matching needs to be based on a distance measure that correctly reflects the cost of operations that actually change the strings. Most string matching algorithms are based on the naive ...