当前位置:   article > 正文

NLP-Lecture 4 Part-Of-Speech Tagging_part of speech tagging

part of speech tagging

Learning Objective

  • Part-of-Speech Tags
  • Part-of-Speech Tagging
    • Simple Statistic Models
    • Sequence Labeling Models: Hidden Markov Model (HMM)
    • Maximum Entropy Markov Model (MEMM)
    • Conditional Random Fields (CRF)

Part-of-Speech Tagging

Introduction to Part-Of-Speech (POS) Tagging

  • Part-of-Speech (for short POS) is the name for a group words, which have similar grammatical functions, such as noun, verb, pronoun, proposition, adverb, conjunction, participle and article.
    • They are also known as syntactic classes(句法类别序列).
  • A semantic class associates to the general meaning, such as human, animal and plant.
  • Part-of-Speech tagging is a task of assigning a part-of-speech tag (like noun, verb, adjectives) to each word in a sentence. In such labelings, parts of speech are generally represented by placing the tag after each word, delimited by a slash.

在这里插入图片描述
在这里插入图片描述

  • Part-of-speech tagging is the process of assigning a part-of-speech marker to each word in an input text.3
    The input to a tagging algorithm is a sequence of (tokenized) words and a tagset, and the output is a sequence of tags, one per token.

  • Tagging is a disambiguation task; words are

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/小丑西瓜9/article/detail/588859
推荐阅读
相关标签
  

闽ICP备14008679号