Chinese character description language

The Chinese character description languages are several proposed languages to most accurately and completely describe Chinese (or CJKV) characters and information such as their list of components, list of strokes (basic and complex), their order, and the location of each of them on a background empty square. They are designed to overcome the inherent lack of information within a bitmap description. This enriched information can be used to identify variants of characters that are unified into one code point by Unicode and ISO/IEC 10646, as well as to provide an alternative form of representation for rare characters that do not yet have a standardized encoding in Unicode or ISO/IEC 10646. Many aim to work for Kaishu style and Song style, as well as to provide the character's internal structure which can be used for easier look-up of a character by indexing the character's internal make-up and cross-referencing among similar characters.

CDL

CDL of cascading components approach.

Chinese Character Description Language is a font technology, based on XML, co-created by Tom Bishop and Richard Cook for the Wenlin Institute , designed for describing any CJK character, but suitable for describing any glyph.

This XML-based declarative language actually defines the stroke order of each component (≈ a radical), as well as assembly of previously defined components to build up ever more complex characters. Many of these components are characters in their own right, in addition to serving as building-block components.

The background looks like a square of 128 pixels on each side. In this background:

  1. Each kind of about 50 strokes can be drawn in SVG.
  2. A basic component is composed by calling several strokes. In this component, each stroke is described by its bottom-left and top-right corner. Transformations are possible (reduction, enlargement, etc.). There are more than 1,000 basic components.
  3. A character is composed by calling several components. In this character, each component is described by its bottom-left and top-right corner. In order for a component to fit into its proper portion of the Chinese character's rectangular block, a component may be transformed (e.g., horizontal or vertical reduction or enlargement) upon its use as a building-block embedded within a containing more-complex character.

Accordingly, a set of less 50 strokes[1] allow one to construct a set of about 1,000 components[2] which may in turn be embedded within tens of thousands of characters' descriptions[2]. A change in the shape of one of the 50 basic strokes is implicitly applied within each character that embeds that stroke. Likewise, a change to a component is implicitly applied within each and all characters whose assemblage uses that component[2].

T. Bishop and R. Cook explain this as follows:

The stroke count of one character is generally related to the stroke counts of other characters. Most characters are built from components, and as long as the stroke counts of those components are defined, there is rarely any difficulty in adding them together to obtain the combined stroke count. Therefore, if a standard defines the strokes of a few thousand characters, it implicitly defines the strokes of many thousands of additional characters.[3]

As of spring 2003, over 50,000 Chinese characters had been described via CDL. As of 26 February 2013, 86,416 Chinese characters had been described via CDL.[4]

HanGlyph

A character description language intended for supplying missing rare characters in documents (addressing the Chinese equivalent of the gaiji problem).[5] Documents can contain markup for missing characters, which will automatically trigger the generation of small fonts to provide the characters. The language itself is a simple postfix notation describing strokes and ways to combine them. The prototype software uses Metapost to render the characters and embed them in LaTeX documents. The language was presented by Wai Wong in 1997,[6] and papers about its implementation in Metapost and LaTeX appeared at TeX user group conferences in 2003.[7][8]

Ideographic Description Sequences

Chapter 12 of the Unicode specification[9] defines a syntax for "Ideographic Description Sequences" (IDSes) intended for use in describing characters not included in the standard in terms of combinations of components that do have code points. Twelve special characters in the range U+2FF0 to U+2FFB act as prefix operators to combine other characters or sequences to form larger characters.

Ideographic Description Characters in Unicode
CharacterUnicode Character NumberFull Unicode Name
U+2FF0Ideographic description character left to right
U+2FF1Ideographic description character above to below
U+2FF2Ideographic description character left to middle and right
U+2FF3Ideographic description character above to middle and below
U+2FF4Ideographic description character full surround
U+2FF5Ideographic description character surround from above
U+2FF6Ideographic description character surround from below
U+2FF7Ideographic description character surround from left
U+2FF8Ideographic description character surround from upper left
U+2FF9Ideographic description character surround from upper right
U+2FFAIdeographic description character surround from lower left
U+2FFBIdeographic description character overlaid

For example, the Sawndip character "" (encoded in CJK Unified Ideographs Extension F as U+2DA21 𭨡) can be described as "⿰書史".

These sequences differ from some other character description languages in that they do not include detailed information about the locations and shapes of strokes. They do not, by themselves, provide enough information for an actual rendering of a character being described.

However, these sequences are useful in describing to the reader a character that is not directly printable, either because it is absent in a given font, or is absent from the Unicode standard altogether.

These sequences may incidentally be useful for dictionary lookup purposes, as a sort of rough input method for queries.

Unicode's specification for these sequences is based on the characters and syntax of the earlier GBK standard.

The IDSgrep free software package by Matthew Skala[10][11] extends Unicode's IDS syntax to include additional features for dictionary lookup; it is capable of converting KanjiVG's database to its own extended IDS format, or of searching EIDS files generated by the related Tsukurimashou font family.

KanjiVG

KanjiVG is a free (CC-by-sa-3.0) Japanese character description language (intended to eventually expand to Chinese as well) based on SVG and a wiki system of edition.

SCML

In 2007, Structural Character Modeling Language was proposed as a different kind of XML-based Chinese-character description language whose positioning is not based on a numerical grid, as CDL and HanGlyph are. The known database of characters whose strokes and components are encoded in SCML is for demonstration-of-principle only; no known effort exists to attempt to encode, say, all of Unicode's CJK characters in SCML.

See also

Notes

  1. Bishop & Cook 2013-12-31:p2
  2. 1 2 3 Bishop & Cook 2013-12-31:p9
  3. Bishop, Tom, Cook, Richard & 2003-10-31, pp. 8–9, point n⁰12
  4. Wenlin Institute webpage for CDL
  5. "HanGlyph". Retrieved 17 February 2012.
  6. Wong, Wai (April 1997). "HanGlyph – a Chinese Character Description Language". Proceedings of the Seventeenth International Conference on Computer Processing of Oriental Languages, Hong Kong.
  7. Yiu, Candy L. K.; Wai Wong (July 2003). "Chinese Character Synthesis using METAPOST". Proceedings of the 24th Annual Meeting and Conference of the TeX User Group, Hawaii, U.S.A.
  8. Wong, Wai; Candy L. K. Yiu; Kelvin, C. F. Ng (June 2003). "Typesetting Rare Chinese Characters in LaTeX". Proceedings of the 14th European TeX Conference, Brest, France.
  9. Skala, Matthew (2015). "A Structural Query System for Han Characters" (PDF). International Journal of Asian Language Processing. 23 (2): 127–159.
CDL language from Wenlin Institute
  • Wenlin Institute (2015), Wenlin User’s Guide : Character Description Language
  • Bishop, Tom; Cook, Richard, CDL specification
  • Bishop, Tom; Cook, Richard (2003), Character Description Language (CDL): The Set of Basic CJK Unified Stroke Types (PDF)
  • Bishop, Tom; Cook, Richard (2003-10-31), A Specification for CDL Character Description Language (PDF)
    • 2003/12/31 correction: Bishop, Tom; Cook, Richard (2003-10-31), Specification for CDL (PDF)
  • Cook, Richard (2003), Chinese Character Description Languages (PDF)
  • Bishop, Tom (2007), A character description language for CJK (PDF), Multilingual, #91, Volume 18 Issue 7, pp. 62–8
  • Digital Humanities Start-up Grant from the U.S. National Endowment for the Humanities
SCML
  • Peebles, Daniel G.; Balkcom, Devin (Advisor) (May 29, 2007), SCML: A Structural Representation for Chinese Characters, Technical Report TR2007-592 (PDF), Dartmouth College, p. 30
HanGlyph
  • HanGlyph – a Chinese Character Description Language - Presentation
  • HanGlyph – a Chinese Character Description Language - Reference Manual (PDF), 13 September 2003, p. 31
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.