dedupe
:id: A python library for accurate and scalable fuzzy matching, record deduplication and entity-resolution.
파일 탐색기
최종 버전 다운로드 (.zip)- asv_markdown.py
- benchmark-bot.yml
- codeql-analysis.yml
- lock.yml
- pythonpackage.yml
- dependabot.yml
- restaurant-1.csv
- restaurant-2.csv
- restaurant-nophone-training.csv
- restaurant-nophone.csv
- __init__.py
- canonical.py
- canonical_gazetteer.py
- canonical_matching.py
- common.py
- asv.conf.json
- setup.py
- __init__.py
- base.py
- categorical_type.py
- exact.py
- exists.py
- interaction.py
- latlong.py
- price.py
- set.py
- string.py
- __init__.py
- _typing.py
- api.py
- backport.py
- blocking.py
- branch_and_bound.py
- canonical.py
- canopy_index.py
- clustering.py
- convenience.py
- core.py
- cpredicates.pyx
- datamodel.py
- index.py
- labeler.py
- levenshtein.py
- predicate_functions.py
- predicates.py
- py.typed
- serializer.py
- tfidf.py
- training.py
- bootstrap.css
- custom.css
- dedupeio-logo-reversed.png
- dedupeio-logo.png
- bootstrap.min.js
- jquery.min.js
- layout.html
- Choosing-a-good-threshold.rst
- Grouping-duplicates.rst
- How-it-works.rst
- Making-smart-comparisons.rst
- Matching-records.rst
- Special-Cases.rst
- API-documentation.rst
- Bibliography.rst
- conf.py
- Examples.rst
- index.rst
- Makefile
- requirements.txt
- Troubleshooting.rst
- Variable-definition.rst
- duplicateCluster_memory_case.py
- test_api.py
- test_blocking.py
- test_canonical.py
- test_core.py
- test_cpredicates.py
- test_dedupe.py
- test_exists.py
- test_labeler.py
- test_memory.sh
- test_predicate_functions.py
- test_predicates.py
- test_price.py
- test_serializer.py
- test_tfidf.py
- test_training.py
- .flake8
- .git-blame-ignore-revs
- .gitignore
- .pre-commit-config.yaml
- .readthedocs.yml
- CHANGELOG.md
- CITATION.cff
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- CONTRIBUTORS.md
- LICENSE
- MANIFEST.in
- pyproject.toml
- README.md
- requirements.txt
- setup.py
- THANKS.md
🚀 설치 가이드
1. 코드 내려받기
git clone https://github.com/dedupeio/dedupe
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd dedupe
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. 공식 설치 스크립트
쉬움 추천사전 준비물
- Python 3 pip 명령어를 쓰려면 Python이 필요합니다.
pip install dedupe
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
설치 후 새 터미널을 열고, 프로그램의 버전 확인 명령(예: --version)으로 정상 설치됐는지 확인하세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
3. Python
쉬움사전 준비물
pip install dedupe
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
pip install -e . --config-settings editable_mode=compat
requirements.txt 등에 명시된 파이썬 라이브러리를 설치합니다.
pip install -r requirements.txt
requirements.txt 등에 명시된 파이썬 라이브러리를 설치합니다.
python -m pip install -e ./benchmarks
requirements.txt 등에 명시된 파이썬 라이브러리를 설치합니다.
에러 메시지 없이 실행되고 터미널에 안내 문구가 출력되면 정상입니다.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
4. Make
보통사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Make Linux/macOS는 보통 기본 설치되어 있습니다. Windows는 별도 설치(예: MSYS2, WSL)가 필요합니다.
cd docs
이 프로젝트의 관련 파일이 하위 폴더 안에 있어서, 먼저 그 폴더로 이동합니다.
make
생성된 빌드 설정을 바탕으로 실제 컴파일을 진행해 실행 파일을 만듭니다.
에러 없이 끝나면 성공입니다. 생성된 실행 파일을 직접 실행해보세요.
// repository documentation
Was this content helpful?
(0 ratings)
