Current section
Files
Jump to
Current section
Files
lib/readability/candidate.ex
defmodule Readability.Candidate do
@moduledoc """
Candidate can be article
"""
defstruct html_tree: {}, score: 0, tree_depth: 0
end