n

nlp-break-detection

Break Detection Xproc Step based on any Lexer implementation
Files download
File Operation
nlp-break-detection-2.0.2.jar download
nlp-break-detection-2.0.2.pom download
nlp-break-detection-2.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.daisy.pipeline.modules</groupId>
  <artifactId>nlp-break-detection</artifactId>
  <version>2.0.2</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.daisy.pipeline.modules:nlp-break-detection:2.0.2'
Gradle Kotlin
implementation("org.daisy.pipeline.modules:nlp-break-detection:2.0.2")
Scala SBT
libraryDependencies += "org.daisy.pipeline.modules" % "nlp-break-detection" % "2.0.2"
Groovy Grape
@Grapes(
  @Grab(group='org.daisy.pipeline.modules', module='nlp-break-detection', version='2.0.2')
)
Apache Ivy
<dependency org="org.daisy.pipeline.modules" name="nlp-break-detection" rev="2.0.2" />
Leiningen
[org.daisy.pipeline.modules/nlp-break-detection "2.0.2"]
Apache Buildr
'org.daisy.pipeline.modules:nlp-break-detection:jar:2.0.2'