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