NAME
School::Code::Compare::Judge - guess if two strings are so similar, that it's maybe cheating
VERSION
version 0.201
SYNOPSIS
use School::Code::Compare::Judge;
my $judge = School::Code::Compare::Judge->new();
# this will alter the content of the hash argument provided
$judge->look($comparison);
FUNCTIONS
set_suspicious_ratio
set_highly_suspicious_ratio
look
AUTHOR
Boris Däppen <bdaeppen.perl@gmail.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2023 by Boris Däppen.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.