flair.embeddings.token#
A stack of embeddings, used if you need to combine several different embedding types.  | 
|
Standard static word embeddings, such as GloVe or FastText.  | 
|
Character embeddings of words, as proposed in Lample et al., 2016.  | 
|
Contextual string embeddings of words, as proposed in Akbik et al., 2018.  | 
|
FastText Embeddings with oov functionality.  | 
|
One-hot encoded embeddings.  | 
|
Standard embeddings with Hashing Trick.  | 
|