The toolkit, implemented in Java, supports sentence generation with coverage criteria, sentence enumeration and sentence analysis for context-free grammars.
Jre 6 (Jre1.6) is required, which is available at http://java.sun.com/.
The toolkit can be used as a Java library or an application.
- As a library, it would be added into classpath.
- As an application, it can be open with javaw directly, namely java(TM) Platform SE binary, or be used from the command-line:
javaw -jar Toolkit.jar or java -jar Toolkit.jar
https://github.com/iscas-tools/Grammar-Toolkit/releases/download/1.0.0/Toolkit.jar
or our web
https://iscas-tools.github.io/
You can clone this project to see the complete Javadoc by open 'index.html' with browser.