Enum SystemType
The type of a system - this is an important consideration depending on the purpose of romanizing the text.
For more information, visit:
https://en.wikipedia.org/wiki/Romanization#Methods
Namespace: Romanization
Assembly: Romanization.NET.dll
Syntax
public enum SystemType : int
Fields
Name | Description |
---|---|
PhonemicTranscription | A phonemic transcription system, which intends to make the source text pronounceable to a reader of
the target script. |
PhoneticTranscription | A phonetic transcription system, which attempts to record the sounds of the language, not necessarily
making it easy to pronounce for a reader. |
Transliteration | A transliteration system, which is primarily concerned with maintaining an unambiguous map between
the source language and the target script so it can be reconstructed from the romanized text later
if need be. |