Does anybody know a .net port for the boilerpipe library?
Asked
Active
Viewed 2,294 times
4 Answers
12
I have ported boilerpipe 1.2 to .NET. It is available at GitHub: NBoilerpipe.

aogan
- 2,241
- 1
- 15
- 24
-
1the code is tested in mono. but with a few correction works in c#. thanks! – ehsan Oct 28 '12 at 20:00
1
You should look at NReadability
NReadability cleans up hard-to-read articles on the Web. It's a tool for removing clutter from HTML pages so that they are more enjoyable to read.

L.B
- 114,136
- 19
- 178
- 224
1
Some folks use IKVM to use the original boilerpipe on .NET:
Voice Recognition + Content Extraction + TTS = Innovative Web Browsing http://blog.databigbang.com/voice-recognition-content-extraction-tts-innovative-web-browsing/

Christian Kohlschütter
- 3,032
- 1
- 18
- 13
-
I have it working with IKVM/Mono on Mac, but unfortunately IKVM doesn't seems to run on MonoTouch. – aogan Jan 04 '12 at 22:41