Skip to content

iscas-tools/Grammar-Toolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages