From ba34a91b8ec6263c81bb419b1677d389d2f27e7b Mon Sep 17 00:00:00 2001 From: Martin Monperrus Date: Fri, 20 Dec 2019 08:14:29 +0000 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 51fb155..0ebc48a 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,10 @@ mvn install ## Main classes -* `src/main/java/edu/lu/uni/serval/fixminer/Launcher.java` computes the edit scripts from local file pairs and pushes them to a Redis database: `mvn exec:java -Dexec.mainClass=edu.lu.uni.serval.fixminer.Launcher -Dexec.args=../fixminer-core/python/data/app.properties` +* `src/main/java/edu/lu/uni/serval/fixminer/Launcher.java` computes the edit scripts from local file pairs and pushes them to a Redis database: + * first run `redis-server` + * edit `app.properties` in particular `portInner`, `portDumps`, `inputPath` + * `mvn exec:java -Dexec.mainClass=edu.lu.uni.serval.fixminer.Launcher -Dexec.args="../fixminer-core/python/data/app.properties RICHEDITSCRIPT dummy"` * `src/main/java/edu/lu/uni/serval/utils/ClusterToPattern.java` extracts the Rich Edit Script from the Gumtree output from the database * `src/main/java/edu/lu/uni/serval/utils/CallShell.java` * `src/main/java/edu/lu/uni/serval/fixminer/TestTreeLoader.java`