linux/unices:
java -Xmx512M -jar <path>/lib/grammarscope-runnable.jar [parameters]
java -Djij.main.class=grammarscope.editor.Editor -jar <path>/lib/grammarscope-runnable.jar
windows:
java -Xmx512M -jar <path>\lib\grammarscope-runnable.jar [parameters]
java -Djij.main.class=grammarscope.editor.Editor -jar <path>/lib/grammarscope-runnable.jar
Note the -Xmx512M parameter sets the JVM memory heap to 512 mega bytes, which may suffice or not depending on analyzed data. It may also stretch the memory requirements too much on some hosts.
main=
java -Xmx512M -Djij.main.class=${main} -classpath ${cp} org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader $@
Command line parameters
grammar=[path/to/serialized/grammar/file]
relations=[path/to/relations/file]
filter=[path/to/relations/filter/file]
doc=[path/to/text/doc]
Doc
Links
License
Revision date