What do the BILOU tags mean in Named Entity Recognition?

前端 未结 5 1704
梦如初夏
梦如初夏 2020-12-24 11:19

Title pretty much sums up the question. I\'ve noticed that in some papers people have referred to a BILOU encoding scheme for NER as opposed to the typical BIO tagging sche

5条回答
  •  北海茫月
    2020-12-24 11:38

    B = Beginning
    I/M = Inside / Middle
    L/E = Last / End
    O = Outside
    U/W = Unit-length / Whole
    

    BILOU is the same with BMEWO.

    There is also BMEWO+, which put more information about surrounding word class to Outside tokens (thus "O plus")

    See details here https://lingpipe-blog.com/2009/10/14/coding-chunkers-as-taggers-io-bio-bmewo-and-bmewo/

提交回复
热议问题