Class: Boilerpipe::Extractors::LargestContentExtractor
- Inherits:
-
Object
- Object
- Boilerpipe::Extractors::LargestContentExtractor
- Defined in:
- lib/boilerpipe/extractors/largest_content_extractor.rb
Class Method Summary collapse
- .get_text(s) ⇒ Object (also: text)
Class Method Details
.get_text(s) ⇒ Object Also known as: text
5 6 7 |
# File 'lib/boilerpipe/extractors/largest_content_extractor.rb', line 5 def self.get_text(s) LargestContentExtractor::INSTANCE.get_text s end |