| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| grammarscope-installer-corenlp-4.0.0-4.0.0-20200808.jar | 2020-08-08 | 543.1 MB | |
| README.md | 2020-08-08 | 1.4 kB | |
| grammarscope-installer-bare-4.0.0-20200808.jar | 2020-08-08 | 45.5 MB | |
| Totals: 3 Items | 588.5 MB | 0 | |
GrammarScope
Requirements
- A Java 8.0+ JVM is required.
- CoreNLP reputedly requires something in the region of 5GB.
Which release ?
The 'bare' release will not work as is. It requires the CoreNLP / Parser jars and models to be copied into the (empty) stanford subdirectory or the download wizard to be run. This type of install is trickier than the 'corenlp' release which includes the Stanford files on install (but is much bigger to download).
Windows install
Make sure Java 8 is installed on the system.
Download the JAR file. Right-Click the JAR file and "Open". This will launch the JAR file with the Java Virtual Machine.
In case this fails you can fall back on the command line:
java -jar grammarscope-installer<version>.jar
Other intalls
Make sure Java 8 is installed on the system.
Download the JAR file. Make it executable under Linux and Unix-like systems:
java -jar grammarscope-installer<version>.jar
GrammarScope on Android
There is a GrammarScope application on Android. The purpose is the same (dependency parsing) but the implementation is different (it uses Google's SyntaxNet or UDPipe frameworks). See GrammarScope or GrammarScope+ on GooglePlay app store.