Packages

A fork of the Readability library for extracting and curating articles.

Current section

Files

Jump to
readability2 lib readability candidate.ex
Raw

lib/readability/candidate.ex

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