| |
| |
Python port of agrep string matching with errors (Version 1.2) (Site not responding. Last check: 2007-10-20) |
 | | Agrep, written by Sun Wu and Udi Manber (described in "Fast Text Searching Allowing Errors", CACM, 35(10), 1992), is a suite of C functions which together perform various string matching operations under UNIX (i.e. |
 | | Given an input pattern and a file, agrep prints on standard output all records that match the pattern (so a single match suffices to have a record printed). |
 | | "agrep", now called, sagrep, deals with "short" pattern strings (setable by a header constant, currently 24), and "a_monkey", now called lagrep, which deals with longer strings. |
| www.bio.cam.ac.uk /~mw263/pyagrep.html (557 words) |
|