Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Brainstorming session: detecting plagiarism

by Ovid (Cardinal)
on Jun 08, 2005 at 19:25 UTC ( [id://464805]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $text = Text::Plagiarized->new;
    $text->original($original_text);
    foreach my $comparison (@comparison_texts) {
    ...
        print Dumper($text->matches);
      }
    }
    
  2. or download this
    package Text::Plagiarized;
    $REVISION = '$Id: Plagiarized.pm,v 1.0 2003/07/13 19:15:57 ovid Exp $'
    +;
    $VERSION  = '0.01';
    ...
    }
    
    1;
    
  3. or download this
    Macbeth is presented as a  mature    man of definitely established cha
    +racter.
    Macbeth is shown     as an empowered man of well-      established cha
    +racter.
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://464805]
Front-paged by tlm
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (7)
As of 2024-03-28 12:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found