bheinzerling / bpemb

Pre-trained subword embeddings in 275 languages, based on Byte-Pair Encoding (BPE)
https://nlp.h-its.org/bpemb
MIT License
1.18k stars 101 forks source link

Why do Digits always mapped to zero? #30

Closed sumyatthitsar closed 5 years ago

sumyatthitsar commented 5 years ago

We want to encode text including digits. But the problem is all digits returns as zero. Anyone help me!

bheinzerling commented 5 years ago

Hi, please see my reply to the same question here:

https://github.com/bheinzerling/bpemb/issues/20

sumyatthitsar commented 5 years ago

Thank you for your reply!