This is the core library containing the matching algorithms behind Dolos. It exposes a JavaScript API to integrate plagiarism detection in your applications.
This library compiles to platform-independent JavaScript and can thus be included in web environments.
Note: this library does not contain parsing functionality. If you need to parse files as well, you should consider using Dolos lib.
Visit dolos.ugent.be for more information.
npm install @dodona/dolos-core
- Install dependencies (preferably in the repository root)
npm install
- Build the project with typescript
npm run build
- Test the project with ava.js
npm run test
Visit our web page at https://dolos.ugent.be.