linshouyi / Word2VEC_javaLinks
word2vec java版本的一个实现
☆16Updated 6 years ago
Alternatives and similar repositories for Word2VEC_java
Users that are interested in Word2VEC_java are comparing it to the libraries listed below
Sorting:
- 对 ansj 编写的 Word2VEC_java 的进一步包装,同时实现了常用的词语相似度和句子相似度计算。☆183Updated 2 years ago
- 一个自然语言处理初学者可以参考的库,包含分词,词性标注,命名实体识别,依存句法分析大多模型和算法都是自己实现 。a natural language processing library for beginners☆28Updated 4 years ago
- word2vec java版本的一个实现☆699Updated 4 years ago
- Self complemented word embedding methods using CBOW,skip-Gram,word2doc matrix , word2word matrix ,基于CBOW、skip-gram、词-文档矩阵、词-词矩阵四种方法的词向量生成☆185Updated 7 years ago
- 采用卷积神经网络(cnn)进行文本分类,依赖dl4j☆14Updated 7 years ago
- This repo is all the machine learning related project codes and their corresponding blog posts at the graduate level.☆320Updated 6 years ago
- 嵌入Word2vec词向量的RNN+ATTENTION中文文本分类☆151Updated 5 years ago
- semantic analysis using word2vector, doc2vector,lstm and other method. mainly for text similarity analysis.☆156Updated 7 years ago
- CNN 实现文本分类☆183Updated 3 years ago
- tensorflow TxetCnn TextRNN 使用Textcnn、Textrnn对文本进行分类☆58Updated 6 years ago
- 啊哈自然语言处理包,提供包括分词、依存句法分析、语义角色标注、自动摘要、语义相似度计算、LDA 主题预测、词云等服务。☆307Updated 11 months ago
- 利用Doc2Vec计算文本相似度☆137Updated 7 years ago
- bert 词向量 句向量生成☆13Updated 5 years ago
- several methods for text classification☆187Updated 7 years ago
- 自然语言处理NLP在中文文本上的一些应用,如文本分类、情感分析、命名实体识别等☆213Updated 4 years ago
- Lstm+Cnn 预训练词向量 文本分类☆104Updated 6 years ago
- 使用句法依存分析抽取事实三元组☆330Updated 9 years ago
- ☆95Updated 5 years ago
- 使用word2vec进行中文词向量的 训练☆91Updated 7 years ago
- 结合python一起学习自然语言处理 (nlp): 语言模型、HMM、PCFG、Word2vec、完形填空式阅读理解任务、朴素贝叶斯分类器、TFIDF、PCA、SVD☆238Updated 6 years ago
- 中文wiki百科QA阅读理解问答系统,使用了CCKS2016数据 的NER模型和CMRC2018的阅读理解模型,还有W2V词向量搜索,使用torchserve部署☆91Updated 4 years ago
- Neural models for Text Classification in Tensorflow, such as cnn, dpcnn, fasttext, bert ...☆194Updated 6 years ago
- A Benchmark of Text Classification in PyTorch☆22Updated 7 years ago
- 关于文本分类的许多方法,主要涉及到TextCNN,TextRNN, LEAM, Transformer,Attention, fasttext, HAN等☆75Updated 6 years ago
- CSDN博客的关键词提取算法,融合TF,IDF,词性,位置等多特征。该项目用于参加2017 SMP用户画像测评,排名第四,在验证集中精度为59.9%,在最终集中精度为58.7%。启发式的方法,通用性强。☆30Updated 7 years ago
- ☆268Updated 5 years ago
- NLP 以及相关的学习实践☆40Updated 3 years ago
- ☆187Updated 6 years ago
- [2017知乎看山杯 多标签 文本分类] ye组(第六名) 解题方案