Pay20Y / SEED

164 stars 40 forks source link

Is it possible to recognize two or more languages using SEED? #8

Closed Amagong closed 4 years ago

Amagong commented 4 years ago

If I want to recognize more than two languages, how should I use word vector models in SEED?

Pay20Y commented 4 years ago

Hi, one simple solution is to use corresponding LM is to generate the corresponding word embedding for training.

Amagong commented 4 years ago

Thank you, I'll try.