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