Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 849 Bytes

File metadata and controls

24 lines (17 loc) · 849 Bytes

Grammar-Toolkit

The toolkit, implemented in Java, supports sentence generation with coverage criteria, sentence enumeration and sentence analysis for context-free grammars.

Usage

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

Where i can get the jar?

https://github.com/iscas-tools/Grammar-Toolkit/releases/download/1.0.0/Toolkit.jar

or our web

https://iscas-tools.github.io/

clone

You can clone this project to see the complete Javadoc by open 'index.html' with browser.