copy-spotter
Make plagiarism detection easier. This script will find similar sentences between given files and highlight them in a side by side comparison.
파일 탐색기
최종 버전 다운로드 (.zip)- ci.yml
- example.gif
- sample_txt.txt
- sample_word.docx
- sample_word.pdf
- AI_Healthcare_Applications.pdf
- AI_Healthcare_Benefits.txt
- AI_Healthcare_Overview.docx
- AI_Modern_Healthcare.odt
- __init__.py
- html_utils.py
- html_writing.py
- main.py
- processing_files.py
- similarity.py
- template.html
- utils.py
- __init__.py
- test_html_utils.py
- test_html_writing.py
- test_main.py
- test_processing_files.py
- test_similarity.py
- test_utils.py
- __init__.py
- .gitignore
- .pre-commit-config.yaml
- CHANGELOG.md
- LICENSE
- MANIFEST.in
- README.md
- requirements.txt
- requirements_lint.txt
- setup.cfg
- setup.py
- VERSION
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/Wazzabeee/copy-spotter
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd copy-spotter
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Python
쉬움 추천사전 준비물
$ pip install copy-spotter
requirements.txt 등에 명시된 파이썬 라이브러리를 설치합니다.
$ pip install -r requirements.txt
requirements.txt 등에 명시된 파이썬 라이브러리를 설치합니다.
$ pip install -r requirements_lint.txt
requirements.txt 등에 명시된 파이썬 라이브러리를 설치합니다.
$ pip install pre-commit
requirements.txt 등에 명시된 파이썬 라이브러리를 설치합니다.
$ pip install pytest
requirements.txt 등에 명시된 파이썬 라이브러리를 설치합니다.
에러 메시지 없이 실행되고 터미널에 안내 문구가 출력되면 정상입니다.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
