When a text model encounters a word it has never seen before during its training phase, this word is considered an out-of-vocabulary (OOV) word. To represent such unknown words, a special token is often used. This token is commonly denoted as `[UNK]` or `<unk>`. The purpose of this ....
Log in to view the answer