We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5a3fda commit 5d8651cCopy full SHA for 5d8651c
pythainlp/util/thai.py
@@ -322,7 +322,7 @@ def count_thai_chars(text: str) -> dict:
322
def analyze_thai_text(text: str) -> dict:
323
"""
324
Analyzes a string of Thai text and returns a dictionaries,
325
- where each dictionary represents a single classified character from the text.
+ where each values represents a single classified character from the text.
326
327
The function processes the text character by character and maps each Thai
328
character to its descriptive name or itself (for consonants and digits).
0 commit comments