Repackaging of boilerpipe published on Maven Central Repository.
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
The best way to start is to look at boilerpipe QuickStart
Simply add a new dependency to your pom.xml
:
<dependency>
<groupId>com.syncthemall</groupId>
<artifactId>boilerpipe</artifactId>
<version>1.2.2</version>
</dependency>