Skip to content

Project Setup

MaLeLabTs edited this page Oct 10, 2018 · 6 revisions

#Project Setup

The RegexGenerator project is organized in three NetBeans Java subprojects:

  • MaleRegexTurtle: provides the regular expression tree representation
  • RandomSearchReplaceTurtle: GP search engine

You have to download the projects from the GitHub project page, for example by cloning the GitHub repository on a local folder, with this command:

https://github.com/MaLeLabTs/SearchAndReplaceGenerator.git

Open the two projects into your NetBeans IDE and perform a Clean and Build of all the projects in this order: MaleRegexTurtle, SearchAndReplaceGenerator. You need JDK with version >= 1.7 for this operation to succeed.

Please note that Clean and Build may fail at the first try, in that case please fix, in Projects properties panel, the Java Platform in order to point to your installed one.

SearchAndReplaceGenerator contains the dataset subfolder with a small example dataset about a phone numbers search and replace task,and a configurations subfolder with one example configuration.

Clone this wiki locally