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.6.jar download
coffeegrinder-1.99.6.pom download
coffeegrinder-1.99.6-sources.jar download
Apache Maven
<dependency>
  <groupId>org.nineml</groupId>
  <artifactId>coffeegrinder</artifactId>
  <version>1.99.6</version>
</dependency>
Gradle Groovy
implementation 'org.nineml:coffeegrinder:1.99.6'
Gradle Kotlin
implementation("org.nineml:coffeegrinder:1.99.6")
Scala SBT
libraryDependencies += "org.nineml" % "coffeegrinder" % "1.99.6"
Groovy Grape
@Grapes(
  @Grab(group='org.nineml', module='coffeegrinder', version='1.99.6')
)
Apache Ivy
<dependency org="org.nineml" name="coffeegrinder" rev="1.99.6" />
Leiningen
[org.nineml/coffeegrinder "1.99.6"]
Apache Buildr
'org.nineml:coffeegrinder:jar:1.99.6'
Dependencies
The project has no third-party dependencies