Token Sequence Predictor Feature
(Redirected from Word Mention Feature)
Jump to navigation
Jump to search
A Token Sequence Predictor Feature is a sequence predictor feature associated to a token sequence pattern.
- AKA: Word Mention Feature.
- Context:
- It can be a Text Token Predictor Feature.
- Example(s):
- If token sequence in ("iphone", "iphone 4", "iphone 4s", "iphone 5") then label the first token with
B
and subsequent tokens withI
. - …
- If token sequence in ("iphone", "iphone 4", "iphone 4s", "iphone 5") then label the first token with
- Counter-Example(s)
- See: Lexical Database, Lexical Pattern, Aho-Corasick Algorithm.