An open API service indexing awesome lists of open source software.

https://github.com/eghojansu/windowing

Windowing Algorithm PHP Implementation
https://github.com/eghojansu/windowing

algorithm php7 windowing

Last synced: 5 days ago
JSON representation

Windowing Algorithm PHP Implementation

Awesome Lists containing this project

README

        

Windowing Algorithm Implementation
==================================

Original code taken from: https://pastebin.com/NbCzDPj0?fbclid=IwAR1K5C_SfS-rz9BuIghg6Iu1XOBTvilRnwLrCA1EiMiZM8tQafzUMlpc-7E

Referer: https://www.facebook.com/notes/eko-heri-susanto/deteksi-plagiarisme-memanfaatkan-algoritma-winnowing/1069534186400026/

Usage
=====

```php
$windowing = new Windowing();
$result = $windowing->compare('foobar', 'foobaz');

echo $result->getCoefficient(); // prints

```

Example
=======
Access `windowing.php` via your browser.