Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 591 Bytes

fastNLP.embeddings.rst

File metadata and controls

20 lines (16 loc) · 591 Bytes

fastNLP.embeddings

.. automodule:: fastNLP.embeddings
   :members: Embedding, TokenEmbedding, StaticEmbedding, ElmoEmbedding, BertEmbedding, BertWordPieceEncoder, StackEmbedding, LSTMCharEmbedding, CNNCharEmbedding, get_embeddings

子模块

.. toctree::
   :maxdepth: 1

   fastNLP.embeddings.bert_embedding
   fastNLP.embeddings.char_embedding
   fastNLP.embeddings.contextual_embedding
   fastNLP.embeddings.elmo_embedding
   fastNLP.embeddings.embedding
   fastNLP.embeddings.stack_embedding
   fastNLP.embeddings.static_embedding
   fastNLP.embeddings.utils