Implementation of Efficient Approximate String Matching Package for Python

Abstract

Agrep is an approximate string-matching tool developed by Manber and Wu in the '90s. This project involves the development of a package for Python written in Rust that provides this capability to Python programmers.
public 10 months ago 10 months ago BSc
Engagements
SupervisorSecond ReaderAuthorAssigned to
Kieran Herley Frank Boehme Kieran Herley Oskar Plonski

Description https://project.cs.ucc.ie/project/1469

Agrep is an approximate string-matching tool developed by Manber and Wu in the '90s. This project involves the development of a package for Python written in Rust that provides this capability to Python programmers. Rust is a modern programming language with an emphasis on memory safety and performance that is often used to enhance the performance of Python sofware throutgh the judicious integration of elements implemented in Rust.