yoastseo-dep
Version:
Yoast clientside page analysis
15 lines (12 loc) • 360 B
JavaScript
import TreeBuilder from "./TreeBuilder";
/**
* This module contains the main logic to transform a formatted text (for now only HTML is supported)
* to a tree representation.
*
* This tree structure in turn can be used for further textual analysis.
*
* @module parsedPaper/builder
*
* @see module:parsedPaper/structure
*/
export default TreeBuilder;