boilerpipe
Repackaging of boilerpipe published on Maven Central Repository.
Overview
This is a repackaging of the last sources of boilerpipe with some improvements:
- Published on Maven Central Repository
- Media extraction (Youtube videos, Vimeo videos and Images) within an article from Netbreeze-GmbH fork
Getting started
The best way to start is to look at boilerpipe QuickStart
Including the SDK in your project
Simply add a new dependency to your pom.xml
:
<dependency>
<groupId>com.syncthemall</groupId>
<artifactId>boilerpipe</artifactId>
<version>1.2.2</version>
</dependency>