node-boilerpipe icon indicating copy to clipboard operation
node-boilerpipe copied to clipboard

A node.js wrapper for Boilerpipe, an excellent Java library for boilerplate removal and fulltext extraction from HTML pages.

Results 4 node-boilerpipe issues
Sort by recently updated
recently updated
newest added

Hey, getting this error on Ubuntu 14.04 with node 4.3.0, 5.10.1 and 6.3.0. Any idea? Have the same problem with https://github.com/mscdex/mmmagic Thx, Marcel

This is a fix to get JAVA and YARN to work with boilerpipe. With the latest kernel for Debian 9 and some security fixes its now required to use Xss1280k...

I'm running my script that use boilerpipe and after some time I'm getting this error: ``` Boilerpipe error: Error: Error running instance method java.lang.NullPointerException at de.l3s.boilerpipe.filters.heuristics.SimpleBlockFusionProcessor.proce ss(SimpleBlockFusionProcessor.java:45) at de.l3s.boilerpipe.extractors.DefaultExtractor.process(DefaultExtracto r.java:46)...

Hi, I am running node 10.32 (64 bit) on Windows 10 in my laptop. I have jdk1.8.0_45 (64 bit) installed. The JAVA_HOME is set to C:\Program Files\Java\jdk1.8.0_45 and have the...