对四种句子/文本相似度计算方法进行实验与比较
☆292Sep 1, 2020Updated 5 years ago
Alternatives and similar repositories for sentence-similarity
Users that are interested in sentence-similarity are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 问题句子相似度计算,即给定客服里用户描述的两句话,用算法来判断是否表示了相同的语义。☆370Nov 17, 2020Updated 5 years ago
- 利用Doc2Vec计算文本相似度☆139Apr 11, 2018Updated 8 years ago
- TF-IDF+Word2vec做文本相似度计算,最好是长文本☆24Dec 18, 2019Updated 6 years ago
- self complement of Sentence Similarity compute based on cilin, hownet, simhash, wordvector,vsm models,基于同义词词林,知网,指纹,字词向量,向量空间模型的句子相似度计算。☆361Dec 15, 2018Updated 7 years ago
- 文本相似度计算/文本匹配☆311Feb 8, 2020Updated 6 years ago
- GPU virtual machines on DigitalOcean Gradient AI • AdGet to production fast with high-performance AMD and NVIDIA GPUs you can spin up in seconds. The definition of operational simplicity.
- 一行代码使用BERT生成句向量,BERT做文本分类、文本相似度计算☆1,670Oct 14, 2019Updated 6 years ago
- 短文本相似度☆102Oct 24, 2021Updated 4 years ago
- 自然语言处理(nlp),小姜机器人(闲聊检索式chatbot),BERT句向量-相似度(Sentence Similarity),XLNET句向量-相似度(text xlnet embedding),文本分类(Text classification), 实体提取(ner,b…☆1,536Sep 23, 2021Updated 4 years ago
- 微调预训练语言模型(BERT、Roberta、XLBert等),用于计算两个文本之间的相似度(通过句子对分类任务转换),适用于中文文本☆90Jul 30, 2020Updated 5 years ago
- 文本相似度算法☆40Nov 1, 2019Updated 6 years ago
- 多种句子相似度算法☆36May 22, 2018Updated 8 years ago
- 本项目包含几种常用 NLP算法的实现:关键词(keyword)、命名实体(named entity)、自动摘要(abstract)、文本相似度比较(text similarity)等☆16Jan 16, 2022Updated 4 years ago
- 发现新词 无监督词库生成 医学词库生成 发现未登录词☆79Dec 16, 2020Updated 5 years ago
- 文本匹配的相关模型DSSM,ESIM,ABCNN,BIMPM等,数据集为LCQMC官方数据☆471May 8, 2022Updated 4 years ago
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- 基于gensim模块的中文句子相似度计算☆52Aug 1, 2018Updated 7 years ago
- 手动实现Elasticsearch的倒排索引以及BM25算法☆48Jan 9, 2019Updated 7 years ago
- 中文问题句子相似度计算比赛及方案汇总☆306Dec 12, 2020Updated 5 years ago
- 中文文本预处理,Word2Vec训练计算文本相似度。☆43Mar 6, 2019Updated 7 years ago
- QAmatch(qa_match)/文本匹配/文本分类/文本embedding/文本聚类/文本检索(bow/ifidf/ngramtf-df/bert/albert/bm25/…/nn/gbdt/xgb/kmeans/dscan/faiss/….)☆931May 1, 2023Updated 3 years ago
- 常用文本匹配模型tf版本,数据集为QA_corpus,持续更新中☆671Oct 12, 2019Updated 6 years ago
- ☆11Mar 30, 2021Updated 5 years ago
- Computing similarity of two sentences with google's BERT algorithm。利用Bert计算句子相似度。语义相似度计算。文本相似度计算。☆509Mar 24, 2023Updated 3 years ago
- 基于siamese-lstm的中文句子相似度计算☆129Jul 1, 2018Updated 8 years ago
- 1-Click AI Models by DigitalOcean Gradient • AdDeploy popular AI models on DigitalOcean Gradient GPU virtual machines with just a single click. Zero configuration with optimized deployments.
- 综合了同义词词林扩展版与知网(Hownet)的词语相似度计算方法,词汇覆盖更多、结果更准确。