Querqy is a rule-based query rewriter for Java-based search engines.
This is still work in process - check back frequently, we're going to release Querqy soon. Meanwhile you can get in touch at [email protected]
Querqy is licensed under the Apache License, Version 2.
Querqy is build using Travis CI.
$ git submodule update --init
$ export JAVA_HOME=$(/usr/libexec/java_home -v 1.7)
$ export MAVEN_OPTS="-Dgpg.skip=true"
$ mvn clean install
For developing the ANTLR based query parser in Eclipse we use the plugin antlreclipse.
Update site: http://antlreclipse.sourceforge.net/updates/.