Questions tagged [frej]

FREJ (Fuzzy Regular Expressions for Java) is a library for approximate string matching or substring searching with the help of regular expressions.

FREJ stands for "Fuzzy Regular Expressions for Java" and is a library for approximate string matching or substring searching with the help of regular expressions.

Related tags:

For further references, see the Sourceforge page.

2 questions
1
vote
1 answer

Multiple using of Java ProcessBuilder for agrep.exe

My Java program needs to launch agrep.exe with parameters for all pairs of elements in a big matrix and get number of matching errors of two stings. I've wrote a code, but it runs very slowly. Can I speed up this part of code? Or, maybe, you can…
logumanov
  • 139
  • 2
  • 11
-1
votes
1 answer

FREJ Regex cannot match non alphanumeric characters

I've been trying to match some strings using java FREJ Regex that contains non alphanumeric characters, but the match each time returns false. Can anyone please suggest what is wrong with the following code (scala)? import net.java.frej.Regex val…
maverick
  • 60
  • 5