Skip to content

zzhdbw/nlp-examples

Repository files navigation

nlp-examples

使用torch和transformers库以实现nlp中不同任务的代码

使用BERT进行情感分析:sentiment_classification.py

使用fasttext库提供的word2vec词向量进行情感分析:sentiment_classification_w2v.py

使用fasttext库提供的word2vec词向量+GCN进行情感分析:sentiment_classification_w2v_gcn.py)

使用BERT进行命名实体识别任务:sequence_labeling_ner.py

使用BERT+CRF进行命名实体识别任务:sequence_labeling_ner_crf.py

使用BERT+TPLinker进行联合关系抽取任务:relation_extraction_joint_TPLinker.py #TODO

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages