c

coffeegrinder

An Earley parser with shared packed parse forests
https://github.com/nineml/coffeegrinder
Mozilla Public License Version 2.0
Norman Walsh
Files download
File Operation
coffeegrinder-1.99.11.jar download
coffeegrinder-1.99.11.pom download
coffeegrinder-1.99.11-sources.jar download
Apache Maven
<dependency>
  <groupId>org.nineml</groupId>
  <artifactId>coffeegrinder</artifactId>
  <version>1.99.11</version>
</dependency>
Gradle Groovy
implementation 'org.nineml:coffeegrinder:1.99.11'
Gradle Kotlin
implementation("org.nineml:coffeegrinder:1.99.11")
Scala SBT
libraryDependencies += "org.nineml" % "coffeegrinder" % "1.99.11"
Groovy Grape
@Grapes(
  @Grab(group='org.nineml', module='coffeegrinder', version='1.99.11')
)
Apache Ivy
<dependency org="org.nineml" name="coffeegrinder" rev="1.99.11" />
Leiningen
[org.nineml/coffeegrinder "1.99.11"]
Apache Buildr
'org.nineml:coffeegrinder:jar:1.99.11'
Dependencies
The project has no third-party dependencies