Uses of Class
com.kohlschutter.boilerpipe.document.TextDocumentStatistics
Packages that use TextDocumentStatistics
-
Uses of TextDocumentStatistics in com.kohlschutter.boilerpipe.estimators
Methods in com.kohlschutter.boilerpipe.estimators with parameters of type TextDocumentStatisticsModifier and TypeMethodDescriptionbooleanSimpleEstimator.isLowQuality(TextDocumentStatistics dsBefore, TextDocumentStatistics dsAfter) Given the statistics of the document before and after applying theBoilerpipeExtractor, can we regard the extraction quality (too) low? Works well withDefaultExtractor,ArticleExtractorand others.