Module mlscraper_rust::search

source ·

Structs

  • An attribute of a (multiple) web page(s) that is to be scraped. It is recommended to use AttributeBuilder to construct Attributes.
  • Utility struct for constructing Attributes.
  • Settings for the fuzzing algorithm.
  • Represents a training process. Contains the documents and attributes that are used for training.
  • The result of “training” the fuzzer on a set of web pages. Contains the selectors for each attribute, as well as the original settings used. If training for a particular attribute failed, the attribute/selector pair will be not present in this object.

Enums