엔티티 식별
두 데이터 세트가 동일한 엔터티에서 나온 것인지 식별합니다. 识别两组数据是否来自同一主体
이것은 MCP(Model Context Protocol) 서버입니다. 这是一个支持MCP协议的服务器.
데이터 비교 도구
이 도구는 두 데이터 집합을 비교하고, 두 값의 정확한 동일성과 의미적 동일성을 평가하는 포괄적인 방법을 제공합니다. 텍스트 정규화와 언어 모델을 활용하여 데이터가 동일한 엔터티에서 유래되었는지 확인합니다.
특징
- 텍스트 정규화 : 텍스트를 소문자로 변환하고, 구두점을 제거하고, 공백을 정규화합니다.
- 값 비교 : 목록의 순서를 무시하고 값을 직접적으로 의미적으로 비교합니다.
- JSON 트래버설 : JSON 객체의 각 키를 반복하고 해당 값을 비교합니다.
- 언어 모델 통합 : 생성 언어 모델을 사용하여 의미적 유사성을 평가하고 데이터가 동일한 엔터티에서 나왔는지에 대한 최종 판단을 제공합니다.
설치
이 도구를 사용하려면 필요한 종속성이 설치되어 있어야 합니다. pip를 사용하여 종속성을 설치할 수 있습니다.
지엑스피1
용법
기능
- normalize_text(텍스트) :
- 입력 텍스트를 소문자로 변환하고, 구두점을 제거하고, 공백을 정규화하여 정규화합니다.
- compare_values(val1, val2) :
- 두 값을 정확하게, 의미적으로 비교합니다.
- 값이 목록인 경우 의미 비교를 위해 요소의 순서는 무시됩니다.
- compare_json(json1, json2) :
- 두 JSON 객체를 키별로 비교합니다.
compare_values
사용하여 각 키의 값을 평가합니다.- 의미적 유사성을 평가하기 위해 언어 모델을 통합하고 최종 판단을 제공합니다.
예
기여하다
기여를 환영합니다! 이슈를 개설하거나 풀 리퀘스트를 제출해 주세요.
특허
이 프로젝트는 MIT 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 라이선스 파일을 참조하세요.
연락하다
질문이나 제안 사항이 있으시면 저에게 연락해 주세요.
- 이메일: u3588064@connect.hku.hk
- GitHub: u3588064@connect.hku.hk 。
위챗
This server cannot be installed
텍스트 정규화와 언어 모델 통합을 통해 정확한 동일성과 의미적 동일성을 비교하여 두 데이터 세트가 동일한 엔터티에 속하는지 확인하는 데 도움이 되는 MCP 서버입니다.
Related MCP Servers
- -securityAlicense-qualityA Model Context Protocol (MCP) server that enables semantic search and retrieval of documentation using a vector database (Qdrant). This server allows you to add documentation from URLs or local files and then search through them using natural language queries.Last updated -1474JavaScriptApache 2.0
- -securityAlicense-qualityAn MCP server aimed to be portable, local, easy and convenient to support semantic/graph based retrieval of txtai "all in one" embeddings database. Any txtai embeddings db in tar.gz form can be loadedLast updated -26PythonMIT License
- -securityFlicense-qualityA MCP server that fetches and renders Baidu Baike (Chinese Wikipedia) discussion content, allowing users to access encyclopedia article discussions and generate readable analysis of the structured data.Last updated -TypeScript
- -securityFlicense-qualityA custom MCP server that allows storage, retrieval, and management of text-based information with natural language commands and keyword detection.Last updated -TypeScript