JuGyang / word2vec-SGNSLinks
基于Skip-Gram with Negative Sampling的汉语词向量学习和评估
☆28Updated 5 years ago
Alternatives and similar repositories for word2vec-SGNS
Users that are interested in word2vec-SGNS are comparing it to the libraries listed below
Sorting:
- 简单的中文文本情感分类 (MLP, CNN, RNN in PyTorch) - 2019 THU 人工智能导论作业☆152Updated 2 years ago
- torchtext使用总结,从零开始逐步实现了torchtext文本预处理过程,包括截断补长,词表构建,使用预训练词向量,构建可用于PyTorch的可迭代数据等步骤。并结合Pytorch实现LSTM.☆175Updated 6 years ago
- 基于预训练模型(BERT,BERT-wwm)的文本分类模板,CCF BDCI新闻情感分析A榜4/2735。☆268Updated 4 years ago
- Self complemented word embedding methods using CBOW,skip-Gram,word2doc matrix , word2word matrix ,基于CBOW、skip-gram、词-文档矩阵、词-词矩阵四种方法的词向量生成☆184Updated 7 years ago
- Convolutional Neural Networks for Sentence Classification in PyTorch☆108Updated 7 years ago
- 法研杯2019相似案例匹配第二名解决方案(附数据集和文档),CAIL2020/2021司法考试赛道冠军队伍☆249Updated 4 years ago
- word2vec implementation for skip-gram in pytorch☆54Updated 5 years ago
- A more than 1000X faster paralleled LSTM-CRF implementation modified from the slower version in the Pytorch official tutorial (URL//pytor…☆204Updated 4 years ago
- CWS中文分词 HMM BiLSTM+CRF pytorch 细致实现☆49Updated 3 years ago
- 文本分类baseline:BERT、半监督学习UDA、对抗学习、数据增强☆102Updated 4 years ago
- python实现的基于倒排索引和向量空间模型实现的信息检索系统☆59Updated 7 years ago
- 新闻上的文本分类:机器学习大乱斗☆180Updated 6 years ago
- 文本二分类任务,是否文档是否属于政治上的出访类事件,利用BERT提取特征,模型采用简单的DNN。☆61Updated 5 years ago
- Pytorch Bert Finetune in Chinese Text Classification☆218Updated last year
- 第十届大学生服务外包大赛--A01商品短文本分类。基于CNN、Bi-LSTM、Attention、Adversarial等方法实现商品短文本分类任务,并基于Flask开发Web版本的交互演示界面。☆28Updated 3 years ago
- 复旦大学邱锡鹏老师推荐的nlp-beginner项目的实现代码☆130Updated 4 years ago
- ☆131Updated 7 years ago
- emoji switch(supporting Chinese and English)☆44Updated 4 years ago
- Use BERT pre-trained model to do sentiment classification☆96Updated 4 years ago
- BERT预训练模型字向量提取工具☆52Updated 5 years ago
- 主要是实现nlp常用网络以及结果比较,各模型的优劣势,如:FastText,TextCNN,TextRNN,TextRCNN,BiLSTM,Seq2seq,BERT,Transformer,ELMo以及Attention机制等等。☆45Updated 6 years ago
- Chinese WordSegment based on algorithms including Maxmatch (forward, backward, bidirectional), HMM,N-gramm(max prob ngram, biward ngam) e…☆101Updated 7 years ago
- Reproducing the paper — Deep Short Text Classification with Knowledge Powered Attention☆103Updated 4 years ago
- Baselines for CAIL2020-Argument-Mining: BERT, RNN☆40Updated 5 years ago
- 双向lstm+crf 序列标注☆63Updated 5 years ago
- Multilabel classification based on TextCNN and Attention☆77Updated 4 years ago
- NLP 相关的项目 如:词向量,文本分类,文本匹配,NER,信息抽取,文本生成以及NLP在电商中的应用☆34Updated this week
- This repo contains a PyTorch implementation of a pretrained BERT model for text classification.☆103Updated 5 years ago
- Self complemented sentiment words expansion using seed sentiment words and so-pmi , this method is tested to be effective, 基于情感种子词与so-pmi…☆87Updated 7 years ago
- CNN 实现文本分类☆182Updated 3 years ago