NLPchina / Word2VEC_javaLinks
word2vec java版本的一个实现
☆698Updated 4 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:
- Java开源项目cws_evaluation:中文分词器分词效果评估对比☆951Updated 8 years ago
- 这个项目是一个基本包.封装了大多数nlp项目中常用工具☆1,509Updated last year
- ltp4j: Language Technology Platform For Java☆161Updated 4 years ago
- 对 ansj 编写的 Word2VEC_java 的进一步包装,同时实现了常用的词语相似度和句子相似度计算。☆181Updated 2 years ago
- A Java implemention of LDA(Latent Dirichlet Allocation)☆195Updated 8 years ago
- 自动构建中文词库:http://www.matrix67.com/blog/archives/5044☆654Updated last year
- An Efficient Lexical Analyzer for Chinese☆334Updated 7 years ago
- Java porting of Darts (Double ARray Trie System)☆272Updated 6 years ago
- TextRank算法提取关键词的Java实现☆203Updated 10 years ago
- 相似度计算软件包☆190Updated last year
- HanLP中文分词Lucene插件,支持包括Solr在内的基于Lucene的系统☆297Updated 4 years ago
- An Efficient Chinese Text Classifier☆207Updated 6 years ago
- A curated list of resources for NLP (Natural Language Processing) for Chinese 中文自然语言处理相关资料☆161Updated 7 years ago
- Implementing Facebook's FastText with java☆157Updated 5 years ago
- word2vec的Java并行实现☆126Updated 9 years ago
- 一个生产级、高性能、模块化、可扩展的中文NLP工具包。(中文分词、平均感知机、fastText、拼音、新词发现、分词纠错、BM25、人名识别、命名实体、自定义词典)☆682Updated last year
- An implementation of HMM-Viterbi Algorithm 通用的维特比算法实现☆373Updated 6 years ago
- QuestionAnsweringSystem是一个Java实现的人机问答系统,能够自动分析问题并给出候选答案。☆1,960Updated 6 years ago
- 结巴分词(java版)☆2,648Updated last year
- 中文语句中的时 间语义识别。即通过分析中文语句,识别出话语中提到的时间。☆644Updated last year
- Java分布式中文分词组件 - word分词☆1,819Updated 4 years ago
- Jcseg is a light weight NLP framework developed with Java. Provide CJK and English segmentation based on MMSEG algorithm, With also keywo…☆920Updated last year
- mltk web edition☆41Updated 9 years ago
- 中文自然语言处理工具包 Toolkit for Chinese natural language processing☆2,674Updated last year
- 啊哈自然语言处理包,提供包括分词、依存句法分析、语义角色标注、自动摘要、语义相似度计算、LDA 主题预测、词云等服务。☆307Updated 10 months ago
- a word2vec impl of Chinese language, based on deeplearning4j and ansj☆28Updated 4 years ago
- No longer maintained. Please contact the origional author.☆664Updated 7 years ago
- Aho-Corasick的Java实现,针对Ascii优化,支持Unicode。☆189Updated 10 years ago
- Java port of c++ version of facebook fasttext☆122Updated 4 years ago
- A simple implementation of simhash algorithm by java.