View Source Readability.CandidateFinder (readability v0.12.1)
The builing and finding candidates engine.
It traverses the HTML tree searching, removing, socring nodes.
Summary
Functions
Check html_tree
can be candidate or not.
Find candidates that should be meaningful article by analysing nodes.
Find the highest score candidate.
Types
@type options() :: list()
Functions
Check html_tree
can be candidate or not.
Find candidates that should be meaningful article by analysing nodes.
@spec find_best_candidate([Readability.Candidate.t()]) :: Readability.Candidate.t()
Find the highest score candidate.