MVN

de.l3s.boilerpipe : boilerpipe

Maven & Gradle

Nov 03, 2010
33 usages

Boilerpipe -- Boilerplate Removal and Fulltext Extraction from HTML pages · The boilerpipe library provides algorithms to detect and remove the surplus "clutter" (boilerplate, templates) around the main textual content of a web page. The library already provides specific strategies for common tasks (for example: news article extraction) and may also be easily extended for individual problem settings. Extracting content is very fast (milliseconds), just needs the input document (no global or site-level information required) and is usually quite accurate. Boilerpipe is a Java library written by Christian Kohlschütter. It is released under the Apache License 2.0. The algorithms used by the library are based on (and extending) some concepts of the paper "Boilerplate Detection using Shallow Text Features" by Christian Kohlschütter et al., presented at WSDM 2010 -- The Third ACM International Conference on Web Search and Data Mining New York City, NY USA.

<dependency>
    <groupId>de.l3s.boilerpipe</groupId>
    <artifactId>boilerpipe</artifactId>
    <version>1.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.l3s.boilerpipe : boilerpipe to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.0

All Versions

Choose a version of de.l3s.boilerpipe : boilerpipe to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
boilerpipe-1.1.0
1.0.x
boilerpipe-1.0.4

How to add a dependency to Maven

Add the following de.l3s.boilerpipe : boilerpipe maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.l3s.boilerpipe</groupId>
    <artifactId>boilerpipe</artifactId>
    <version>1.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.l3s.boilerpipe : boilerpipe gradle dependency to your build.gradle file:

implementation 'de.l3s.boilerpipe:boilerpipe:1.1.0'

Gradle Kotlin DSL: Add the following de.l3s.boilerpipe : boilerpipe gradle kotlin dependency to your build.gradle.kts file:

implementation("de.l3s.boilerpipe:boilerpipe:1.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.l3s.boilerpipe : boilerpipe sbt scala dependency to your build.sbt file:

libraryDependencies += "de.l3s.boilerpipe" % "boilerpipe" % "1.1.0"

Advertisement

Dependencies from Group

Nov 03, 2010
33 usages

Discover Dependencies

Jan 18, 2011
713 usages
Jul 28, 2023
53 usages
1.1k stars
Aug 23, 2023
132 usages
Jun 19, 2023
139 usages
Jun 08, 2023
79 usages
629 stars
Aug 24, 2023
1.9k usages
74.3k stars
May 15, 2023
1 usages
7.3k stars
May 19, 2023
127 usages
515 stars
May 19, 2023
21.5k stars
Apr 08, 2021
52 usages
161 stars