You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api/transliterate.rst
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,8 @@ This section includes multiple transliteration engines designed to suit various
55
55
56
56
- **icu**: Utilizes the ICU transliteration system for phonetic conversion.
57
57
- **ipa**: Provides International Phonetic Alphabet (IPA) representation of Thai text.
58
-
- **thaig2p**: Transliterates Thai text into the Grapheme-to-Phoneme (G2P) representation.
58
+
- **thaig2p**: (default) Transliterates Thai text into the Grapheme-to-Phoneme (G2P) representation.
59
+
- **thaig2p_v2**: Transliterates Thai text into the Grapheme-to-Phoneme (G2P) representation. This model is from https://huggingface.co/pythainlp/thaig2p-v2.0
59
60
- **tltk**: Utilizes the TLTK transliteration system for a specific approach to transliteration.
60
61
- **iso_11940**: Focuses on the ISO 11940 transliteration standard.
0 commit comments