NLP 领域常见任务的实现,包括新词发现、以及基于pytorch的词向量、中文文本分类、实体识别、摘要文本生成、句子相似度判断、三元组抽取、预训练模型等。
-
Updated
May 20, 2023 - Python
NLP 领域常见任务的实现,包括新词发现、以及基于pytorch的词向量、中文文本分类、实体识别、摘要文本生成、句子相似度判断、三元组抽取、预训练模型等。
Classification of acronyms and their long forms using an RNN (LSTM), CNN, and FFNN model. The experiments focused on the RNN and used different vectorisation methods and hyperparameters. Models were built with Keras and the notebook code runs on Google Colab.
Add a description, image, and links to the fasttext-embeddings topic page so that developers can more easily learn about it.
To associate your repository with the fasttext-embeddings topic, visit your repo's landing page and select "manage topics."