similarity
There are 398 repositories under similarity topic.
microsoft/computervision-recipes
Best Practices, code samples, and documentation for Computer Vision.
shibing624/text2vec
text2vec, text to vector. 文本向量表征工具,把文本转化为向量矩阵,实现了Word2Vec、RankBM25、Sentence-BERT、CoSENT等文本表征、文本相似度计算模型,开箱即用。
shibing624/similarity
similarity: Text similarity calculation Toolkit for Java. 文本相似度计算工具包,java编写,可用于文本相似度计算、情感分析等任务,开箱即用。
kornelski/dssim
Image similarity comparison simulating human perception (multiscale SSIM in Rust)
luozhouyang/python-string-similarity
A library implementing different string similarity and distance measures using Python.
J535D165/recordlinkage
A powerful and modular toolkit for record linkage and duplicate detection in Python
shibing624/similarities
Similarities: a toolkit for similarity calculation and semantic search. 相似度计算、匹配搜索工具包,支持亿级数据文搜文、文搜图、图搜图,python3开发,开箱即用。
yaleimeng/Final_word_Similarity
综合了同义词词林扩展版与知网(Hownet)的词语相似度计算方法,词汇覆盖更多、结果更准确。
yongzhuo/Macropodus
自然语言处理工具Macropodus,基于Albert+BiLSTM+CRF深度学习网络架构,中文分词,词性标注,命名实体识别,新词发现,关键词,文本摘要,文本相似度,科学计算器,中文数字阿拉伯数字(罗马数字)转换,中文繁简转换,拼音转换。tookit(tool) of NLP,CWS(chinese word segnment),POS(Part-Of-Speech Tagging),NER(name entity recognition),Find(new words discovery),Keyword(keyword extraction),Summarize(text summarization),Sim(text similarity),Calculate(scientific calculator),Chi2num(chinese number to arabic number)
aetilius/pHash
pHash - the open source perceptual hash library
Brokenwind/BertSimilarity
Computing similarity of two sentences with google's BERT algorithm。利用Bert计算句子相似度。语义相似度计算。文本相似度计算。
CogComp/cogcomp-nlp
CogComp's Natural Language Processing Libraries and Demos: Modules include lemmatizer, ner, pos, prep-srl, quantifier, question type, relation-extraction, similarity, temporal normalizer, tokenizer, transliteration, verb-sense, and more.
elisemercury/Duplicate-Image-Finder
difPy - Python package for finding duplicate and similar images
dingkeyan93/DISTS
IQA: Deep Image Structure and Texture Similarity Metric
eulerto/pg_similarity
set of functions and operators for executing similarity queries
BiLiangLtd/WordSimilarity
基于哈工大同义词词林扩展版的单词相似度计算方法
Dicklesworthstone/fast_vector_similarity
The Fast Vector Similarity Library is designed to provide efficient computation of various similarity measures between vectors.
WenRichard/Customer-Chatbot
中文智能客服机器人demo,包含闲聊和专业问答2个部分,支持自定义组件(Chinese intelligent customer chatbot Demo, including the gossip and the professional Q&A(FAQ) , support for custom components!)
life4/textdistance.rs
🦀📏 Rust library to compare strings (or any sequences). 25+ algorithms, pure Rust, common interface, Unicode support.
bitlap/geocoding
:globe_with_meridians: 地理编码技术,提供地址标准化和相似度计算。
uhh-lt/sensegram
Making sense embedding out of word embeddings using graph-based word sense induction
matiskay/html-similarity
Compare html similarity using structural and style metrics
NLP-kr/tensorflow-ml-nlp
텐서플로우와 머신러닝으로 시작하는 자연어처리(로지스틱회귀부터 트랜스포머 챗봇까지)
Miraclemarvel55/ChatGLM-RLHF
对ChatGLM直接使用RLHF提升或降低目标输出概率|Modify ChatGLM output with only RLHF
brentlintner/synt
Find similar functions and classes in your JavaScript/TypeScript code
DengBoCong/text-similarity
文本相似度(匹配)计算,提供Baseline、训练、推理、指标分析...代码包含TensorFlow/Pytorch双版本
andreekeberg/ml-classify-text-js
Machine learning based text classification in JavaScript using n-grams and cosine similarity
google/unisim
UniSim is a package for efficient similarity computation, fuzzy matching, and clustering of data.
kiwirafe/xiangsi
中文文本相似度计算器
xiaobeicn/text-similarity-php
通过余弦定理+分词计算文本相似度PHP版
usc-isi-i2/rltk
Record Linkage ToolKit (Find and link entities)
bnosac/ruimtehol
R package to Embed All the Things! using StarSpace
andre-st/goodreads-toolbox
9 tools for Goodreads.com, for finding people based on the books they’ve read, finding books popular among the people you follow, following new book reviews, etc
related-sciences/nxontology
NetworkX-based Python library for representing ontologies
wooorm/levenshtein.c
Levenshtein algorithm in C