เปรียบเทียบวิธี
ดูวิธีที่เลือกเทียบกันแบบเคียงข้าง แถวที่ต่างกันจะถูกเน้นไว้
| การแปลภาษาด้วยเครื่อง× | การจำแนกประเภทของคำ (Part-of-Speech Tagging หรือ POS Tagging)× | |
|---|---|---|
| สาขาวิชา | การทำเหมืองข้อความ | การทำเหมืองข้อความ |
| ตระกูล | Process / pipeline | Process / pipeline |
| ปีกำเนิด | — | — |
| ผู้ริเริ่ม | — | — |
| ประเภท≠ | NLP text-to-text generation task | NLP sequence-labelling task |
| แหล่งต้นตำรับ≠ | Bahdanau, D., Cho, K. & Bengio, Y. (2015). Neural Machine Translation by Jointly Learning to Align and Translate. International Conference on Learning Representations (ICLR). link ↗ | Ratnaparkhi, A. (1996). A Maximum Entropy Model for Part-Of-Speech Tagging. EMNLP. link ↗ |
| ชื่อเรียกอื่น≠ | MT, neural machine translation, automatic translation, Makine Çevirisi (Machine Translation) | part-of-speech tagging, grammatical tagging, Sözcük Türü Etiketleme (POS Tagging) |
| ที่เกี่ยวข้อง | 3 | 3 |
| สรุป≠ | Machine translation (MT) is a natural-language-processing task that automatically converts text in one language into another. Modern MT is built on neural sequence-to-sequence models — the attention mechanism introduced by Bahdanau et al. (2015) and the transformer architecture of Vaswani et al. (2017) — and it widens access to sources for multilingual data analysis and research. | Part-of-speech tagging assigns a grammatical category label — noun, verb, adjective, and so on — to every word in a text. It is a foundational natural-language-processing task, formalised as a statistical model by Ratnaparkhi (1996) and packaged into widely used toolkits such as Stanford CoreNLP (Manning et al., 2014), and it serves as a preliminary step for syntactic analysis and information extraction. |
| ScholarGateชุดข้อมูล ↗ |
|
|