IceFlameWorm/TextPair
文本对关系比较 - 语义相似度、字面相似度、文本蕴含等等
This tool helps analyze the relationship between two pieces of Chinese text, like customer queries, product descriptions, or news headlines. You input two text strings, and it tells you how similar their meaning is, or if one implies the other. It's designed for anyone who needs to quickly compare and understand relationships between short Chinese texts, such as content managers, customer support analysts, or market researchers.
No commits in the last 6 months.
Use this if you need to programmatically determine the semantic similarity or inferential relationship between two Chinese text snippets.
Not ideal if you need to analyze relationships in languages other than Chinese or require highly specialized linguistic analysis beyond similarity and entailment.
Stars
55
Forks
9
Language
Python
License
—
Category
Last pushed
Feb 10, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/IceFlameWorm/TextPair"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
codertimo/BERT-pytorch
Google AI 2018 BERT pytorch implementation
JayYip/m3tl
BERT for Multitask Learning
920232796/bert_seq2seq
pytorch实现 Bert 做seq2seq任务,使用unilm方案,现在也可以做自动摘要,文本分类,情感分析,NER,词性标注等任务,支持t5模型,支持GPT2进行文章续写。
sileod/tasknet
Easy modernBERT fine-tuning and multi-task learning
graykode/toeicbert
TOEIC(Test of English for International Communication) solving using pytorch-pretrained-BERT model.