Strategies for recognizing proper nouns in NLP

前端 未结 8 821
无人共我
无人共我 2020-12-08 03:42

I\'m interested in learning more about Natural Language Processing (NLP) and am curious if there are currently any strategies for recognizing proper nouns in a text that are

相关标签:
8条回答
  • 2020-12-08 04:13

    It depends on what you mean by dictionary-based.

    For example, one strategy would be to take things that aren't in a dictionary and try to proceed on the assumption that they're proper nouns. If this leads to a sensible parse, consider the assumption provisionally validated and keep going, otherwise conclude that they aren't.

    Other ideas:

    • In subject position, any simple subject without a determiner is a good candidate.
    • Ditto in prepositional phrases
    • In any position, the basis of a possessive determiner (e.g. Bob in "Bob's sister") is a good candidate

    -- MarkusQ

    0 讨论(0)
  • 2020-12-08 04:15

    Though this is for Bengali language, but it can draw a common procedure identified proper noun. So I hope this will be helpful for you. Please check the folowing link: http://www.mecs-press.org/ijmecs/ijmecs-v6-n8/v6n8-1.html

    0 讨论(0)
提交回复
热议问题