# Functions
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
# Variables
ParseHTML receives lines of raw HTML markup text from the Web and returns simple text, plus list of prioritised tags (if tagify == true) based on the importance of HTML tags which wrap sentences.
# Structs
HTMLContents stores text from target tags.
No description provided by the author
No description provided by the author
# Interfaces
HTMLExt ...
HTMLExtParseTag executed at the HTML parsing phase when dealing with the HTML tag.
HTMLExtParseText executed at the HTML parsing phase when dealing with the text inside an HTML tag.
HTMLExtParseText executed during token counting phase.