nlcst-to-string
Text converter
Utility to convert structured text data into plain text strings
utility to transform an nlcst tree to a string
18 stars
10 watching
5 forks
Language: JavaScript
last commit: 7 months ago nlcstnlcst-utilserializestringstringifysyntax-treeunistutil
Related projects:
Repository | Description | Stars |
---|---|---|
syntax-tree/hast-util-to-nlcst | Utility to convert HTML syntax tree to natural language representation | 4 |
syntax-tree/mdast-util-to-nlcst | Utility to transform markdown syntax tree into natural language syntax tree | 9 |
syntax-tree/nlcst | A format specification for representing natural language in a syntax tree data structure. | 205 |
syntax-tree/nlcst-normalize | A utility to normalize words for comparison by standardizing punctuation and case. | 7 |
syntax-tree/hast-util-to-html | Utility to convert syntax tree into HTML string | 88 |
syntax-tree/nlcst-search | A utility to search for phrases in a tree data structure | 16 |
syntax-tree/nlcst-is-literal | Utility to check if an nlcst node is meant literally in a document | 9 |
syntax-tree/nlcst-test | Utility to validate nodes in abstract syntax trees | 2 |
syntax-tree/hastscript | Utility to create syntax trees with ease. | 164 |
syntax-tree/hast-util-from-text | Utility to transform plain text into a hast node's visible content | 2 |
syntax-tree/hast-util-to-xast | Utility to convert HTML syntax trees into XML syntax trees | 4 |
syntax-tree/hast-util-from-dom | Transforms a DOM tree into a hast syntax tree | 22 |
syntax-tree/unist-builder | Utility to create syntax trees with ease | 77 |
syntax-tree/hast-util-to-text | Utility function to extract plain text from HTML-like data structures | 19 |
syntax-tree/hast | Represents hypertext as an abstract syntax tree | 757 |