node-boilerpipe
node-boilerpipe copied to clipboard
A node.js wrapper for Boilerpipe, an excellent Java library for boilerplate removal and fulltext extraction from HTML pages.
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)...
The specified module could not be found (Already running project suddenly starts showing this issue)
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...