|
Type or paste a Thai text into the input box above.
Select a POS analyzer from the left column, then click the "Go" button.
| Example Thai Text for POS Analysis |
⬆️ |
นายเศรษฐา ทวีสิน นายกรัฐมนตรี เดินทางไปที่จังหวัดเชียงใหม่เพื่อเปิดงานเทศกาลไม้ดอกไม้ประดับครั้งที่ 49 ณ สวนสาธารณะหนองบวกหาด
แมวสามตัวนั้นกินปลาทูที่วางอยู่บนโต๊ะไปหมดแล้วหรือยังครับ?
ในวันที่ 1 มิถุนายน 2026 ธนาคารแห่งประเทศไทยจะจัดการประชุมเรื่องสกุลเงินดิจิทัล ณ สำนักงานใหญ่ในกรุงเทพมหานคร
A part of speech is a category that describes the role a word plays in a sentence.
Improving Thai language learning using Part-of-Speech (POS) tagging involves leveraging syntactic and morphological information to understand sentence structure, disambiguate word meanings, and master inflectional rules.
- Thai Part-of-Speech
-
UPOS of Thai
UPOS (Universal POS) is a Coarse-grained and simplified tag that work consistently across all languages. They are shown in the following format.
Headword lemma UPOS DEP 👤NER
-
XPOS of Thai
XPOS (Detailed POS) is a Fine-Grained tag specific to the Thai language and the Thai training data. They are shown in the following format.
Headword lemma XPOS DEP 👤NER
Headword : Headwords are displayed in bold.
lemma : The dictionary form or "root" of a Thai word. It removes grammatical variations. The lemma is only displayed if the headword is not equal to the lemma.
UPOS : Universal Part-of-Speech. A coarse-grained, standardized tag (like NOUN, VERB, or ADJ) designed to work across all human languages. See examples
XPOS : Language-Specific Part-of-Speech. A fine-grained tag specific to a particular Thai language’s grammar (e.g., distinguishing a plural noun from a singular noun, etc). See examples
DEP : Dependency. The grammatical relationship between words. It shows how words depend on one another, such as identifying which word is the subject (nsubj) or the direct object (obj). See examples
👤NER : Named Entity Recognition. The identification of ""real-world"" entities within the text, such as People (PER), Locations (GPE), Organizations (ORG), or Dates. See examples
|