Skip to content

Commit b2b6da9

Browse files
committed
Update transliterate.rst
1 parent 184bda0 commit b2b6da9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/api/transliterate.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,13 @@ Transliteration Engines
3737

3838
**thai2rom**
3939

40-
.. automodule:: pythainlp.transliterate.thai2rom.romanize
41-
:members:
40+
.. autofunction:: pythainlp.transliterate.thai2rom.romanize
4241

4342
The `thai2rom` engine specializes in transliterating Thai text into romanized form. It's particularly useful for rendering Thai words accurately in an English phonetic format.
4443

4544
**royin**
4645

47-
.. automodule:: pythainlp.transliterate.royin.romanize
48-
:members:
46+
.. autofunction:: pythainlp.transliterate.royin.romanize
4947

5048
The `royin` engine focuses on transliterating Thai text into English characters. It provides an alternative approach to transliteration, ensuring accurate representation of Thai words.
5149

0 commit comments

Comments
 (0)