6

Does anybody know a .net port for the boilerpipe library?

hippietrail
  • 15,848
  • 18
  • 99
  • 158
aogan
  • 2,241
  • 1
  • 15
  • 24

4 Answers4

12

I have ported boilerpipe 1.2 to .NET. It is available at GitHub: NBoilerpipe.

aogan
  • 2,241
  • 1
  • 15
  • 24
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
0

NBolierPipe is great! Here's the vanilla .NET port if interested.

https://github.com/adeperio/NBoilerpipe

Antonio de Perio
  • 343
  • 5
  • 13