facebookresearch / UnsupervisedMT

Phrase-Based & Neural Unsupervised Machine Translation
Other
1.51k stars 262 forks source link

bpe_end issue #94

Open 17614040741 opened 5 years ago

17614040741 commented 5 years ago

self.bpe_end.append(np.array([not dico[i].endswith('@@') for i in range(len(dico))])) Is that mean only reserved notbpe word?