You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

fastNLP.embeddings.rst 614 B

123456789101112131415161718192021
  1. fastNLP.embeddings
  2. ==================
  3. .. automodule:: fastNLP.embeddings
  4. :members: Embedding, TokenEmbedding, StaticEmbedding, ElmoEmbedding, BertEmbedding, BertWordPieceEncoder, StackEmbedding, LSTMCharEmbedding, CNNCharEmbedding, get_embeddings
  5. :inherited-members:
  6. 子模块
  7. ------
  8. .. toctree::
  9. :maxdepth: 1
  10. fastNLP.embeddings.bert_embedding
  11. fastNLP.embeddings.char_embedding
  12. fastNLP.embeddings.contextual_embedding
  13. fastNLP.embeddings.elmo_embedding
  14. fastNLP.embeddings.embedding
  15. fastNLP.embeddings.stack_embedding
  16. fastNLP.embeddings.static_embedding
  17. fastNLP.embeddings.utils