You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Moss (for a Measure Of Software Similarity) is an automatic system for determining the similarity of programs. To date, the main application of Moss has been in detecting plagiarism in programming classes. Since its development in 1994, Moss has been very effective in this role. The algorithm behind moss is a significant improvement over other cheating detection algorithms (at least, over those known to us).
In issue #28, I also pointed to our implementation of the Winnowing algorithm, which serves a similar purpose. We already evaluated how suitable it is for comparing Stack Overflow posts.
https://theory.stanford.edu/~aiken/moss/
I think it's definitely worth a try. At first, I'd implement this a in new
Reason
, but if it's working, we could try adding this toStringSimilarity
.There is an unofficial Java-library: https://github.com/nordicway/moji
The text was updated successfully, but these errors were encountered: