3

We have pre-trained fast text word embeddings. Can we use it find the character embeddings. Although I found a blog This link. But in this blog author has just averaged the character over all the words. Is there any other way to have character embeddings without training the RNN or CNN.

hEcuLE
  • 31
  • 6
  • 2
    AFAIK, `fasttext` doesn't provide any way to train char level embeddings. skipgram, cbow and the subword-aware solution of Mikolov et al isn't reasonable for characters. – finiteautomata Feb 22 '19 at 00:40

0 Answers0