is not current version
Last Version 0.9.12

org.leibnizcenter:probabilistic-earley-parser 0.9.2

Earley parsing for parsing arbitrary Context Free Grammars

GroupId

GroupId

org.leibnizcenter
ArtifactId

ArtifactId

probabilistic-earley-parser
Version

Version

0.9.2
Type

Type

jar

Download probabilistic-earley-parser 0.9.2


<!-- https://jarcasting.com/artifacts/org.leibnizcenter/probabilistic-earley-parser/ -->
<dependency>
    <groupId>org.leibnizcenter</groupId>
    <artifactId>probabilistic-earley-parser</artifactId>
    <version>0.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.leibnizcenter/probabilistic-earley-parser/
implementation 'org.leibnizcenter:probabilistic-earley-parser:0.9.2'
// https://jarcasting.com/artifacts/org.leibnizcenter/probabilistic-earley-parser/
implementation ("org.leibnizcenter:probabilistic-earley-parser:0.9.2")
'org.leibnizcenter:probabilistic-earley-parser:jar:0.9.2'
<dependency org="org.leibnizcenter" name="probabilistic-earley-parser" rev="0.9.2">
  <artifact name="probabilistic-earley-parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.leibnizcenter', module='probabilistic-earley-parser', version='0.9.2')
)
libraryDependencies += "org.leibnizcenter" % "probabilistic-earley-parser" % "0.9.2"
[org.leibnizcenter/probabilistic-earley-parser "0.9.2"]