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

Encode with EOS: change function call #41

Closed hubertkarbowy closed 4 years ago

hubertkarbowy commented 4 years ago

It looks like an underscore is missing in the encode_with_eos function. Works fine after adding.

bheinzerling commented 4 years ago

Thanks!