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