flair.embeddings.token#

BytePairEmbeddings

CharacterEmbeddings

Character embeddings of words, as proposed in Lample et al., 2016.

FastTextEmbeddings

FastText Embeddings with oov functionality.

FlairEmbeddings

Contextual string embeddings of words, as proposed in Akbik et al., 2018.

HashEmbeddings

Standard embeddings with Hashing Trick.

MuseCrosslingualEmbeddings

NILCEmbeddings

OneHotEmbeddings

One-hot encoded embeddings.

PooledFlairEmbeddings

StackedEmbeddings

A stack of embeddings, used if you need to combine several different embedding types.

TransformerWordEmbeddings

WordEmbeddings

Standard static word embeddings, such as GloVe or FastText.