CLI.utils.text_transliteration¶
About:¶
The translitrate command in SinaTools is used to convert the text to either backwalter or Arabic based on the desired schema
Usage:¶
Below is the usage information that can be generated by running transliterate -–help.
transliterate --text=TEXT --schema=SCHEMA
transliterate --file=FILE --schema=SCHEMA
Options:¶
--text TEXT
Text to be transliterated.
--schema SCHEMA
Transliteration schema to be used.
Examples:¶
transliterate --text "example text" --schema "desired_schema"
transliterate --file "path/to/your/file.txt" --schema "bw2ar"