We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently the Precomputed class consists of very overloaded names while itself yielding not much information about it's nature through the class name:
Precomputed
class Precomputed: html: str doc: lxml.html.HtmlElement meta: Dict[str, str] ld: LinkedData cache: Dict[str, Any] = field(default_factory=dict)
The goal of this issue is:
precomputed
BaseParser
ld
doc
meta
The above list also include renaming those instances and this issue should be closed with a PR
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently the
Precomputed
class consists of very overloaded names while itself yielding not much information about it's nature through the class name:The goal of this issue is:
Precomputed
as well as theprecomputed
attribute ofBaseParser
ld
,doc
,meta
The above list also include renaming those instances and this issue should be closed with a PR
The text was updated successfully, but these errors were encountered: