What is and how is defined a Text Structure or Schema?

Data System Architecture

About

When you find a structure in a text, there is a language.

It can be:

Schema

The schema of text is expressed via one or many regular Expressions.

A regular expression is implemented as finite automata that's why when parsing any type of text (xml, json,..) with a library you are going from state to state.

Text Parser

A text parser is implemented:

Document

When the string describes a computer format, the string/text is called a document





Discover More
Card Puncher Data Processing
Markup Language (ML)

Markup language (xML) are rich text language (ie to turn text into visual) such as: images, links, tables, lists, and much more. By marking up the text, they give it a structure that:...
Data System Architecture
What is Text? String or Character?

A character is an atomic unit of text as specified by ISO/IEC 10646:2000 [ISO/IEC 10646] Every unit of text (character) is assigned a unique integer known as a code point. All the characters within a...
Data System Architecture
What is a document ?

The concept of document can be difficult to grasp. This articles gives an easy definition that fits the computer science world.



Share this page:
Follow us:
Task Runner