h

html-break-detection

Performs sentence and word detection on a HTML document
Files download
File Operation
html-break-detection-1.0.0.jar download
html-break-detection-1.0.0.pom download
html-break-detection-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.daisy.pipeline.modules</groupId>
  <artifactId>html-break-detection</artifactId>
  <version>1.0.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.daisy.pipeline.modules:html-break-detection:1.0.0'
Gradle Kotlin
implementation("org.daisy.pipeline.modules:html-break-detection:1.0.0")
Scala SBT
libraryDependencies += "org.daisy.pipeline.modules" % "html-break-detection" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.daisy.pipeline.modules', module='html-break-detection', version='1.0.0')
)
Apache Ivy
<dependency org="org.daisy.pipeline.modules" name="html-break-detection" rev="1.0.0" />
Leiningen
[org.daisy.pipeline.modules/html-break-detection "1.0.0"]
Apache Buildr
'org.daisy.pipeline.modules:html-break-detection:jar:1.0.0'