FREJ
FREJ copied to clipboard
Fuzzy Regular Expressions for Java
The project was created when I know not of Maven. This should be fixed :)
The mavenization process has kept the overal contents. It has changed directory structure in accordance to the maven standards. Besides, some ant task have been replaced by maven goals. For...
Demo applet (used at the http://frej.sourceforge.net page) should be rewritten to simple web-application so we can host it at google-app-engine and insert as iframe. Basically it could be like this:...
Currently: - `Regex` objects store in them the results of the last match; these should be moved somewhere else so the objects can be reused safely. - `Fuzzy` class stores...