GithubHelp home page GithubHelp logo

karlmc15 / narq Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hmm34/narq

0.0 2.0 0.0 276 KB

Final project for 3460:635 Advanced Algorithms that utilizes string matching algorithms to detect plagiarism.

Makefile 2.59% C++ 97.41%

narq's Introduction

Narq

Final project for 3460:635 Advanced Algorithms that utilizes the Rabin-Karp string matching algorithm to detect plagiarism.

Application Usage

Plagiarism Detection:

narq -copy <original.txt> <copy.txt> <number of partitions>
  • The first argument activates the plagiarism mode.
  • The second argument gives the original text file.
  • The third argument is a second text file whose content is the body of text to be searched for patterns from the first file.
  • The fourth argument is the number of partitions or patterns to split the original file into.

Building Narq

Create a bin directory inside the root of the Narq directory:

mkdir bin

Run make

Run the application using:

./bin/narq

See above argument patterns

Run the test suite using:

./bin/test

Supported Platforms:

  • OSX
  • Ubuntu Linux 12.04 and 14.04

narq's People

Contributors

hmm34 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.