Tag parsers

Back to Implementation

Tag parsers extract tags from document-files with the main purpose of deducing the parent-child relations of the documents (to form the document-tree) as well as the descriptions of the documents (to be able to name links).

Files

Dictionary tag parser

Searches for tags based on tag-key : tag-text patterns.

Remark tag parser

Parses the description-tag from the header, and tags based on names.

Remark.TagParsers package initialization