MCPcopy Create free account
hub / github.com/codemistic/Data-Structures-and-Algorithms / plagiarism.py

File plagiarism.py

Python/plagiarism.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from difflib import SequenceMatcher
2
3
4def findSimilarity(f1, f2):

Callers

nothing calls this directly

Calls 1

findSimilarityFunction · 0.85

Tested by

no test coverage detected