readability/lib/readability/candidate.ex

7 lines
140 B
Elixir

defmodule Readability.Candidate do
@moduledoc """
Candidate can be article
"""
defstruct html_tree: {}, score: 0, tree_depth: 0
end