-
Notifications
You must be signed in to change notification settings - Fork 5
Project Setup
#Project Setup
The SearchAndReplaceGenerator project is organized in two NetBeans Java subprojects:
- MaleRegexTurtle: provides the search and replace expression trees 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 that includes a small dataset which describes a phone numbers "search and replace" task. The configurations subfolder contains one example(demo) configuration.