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
- Host: GitHub
- URL: https://github.com/eghojansu/windowing
- Owner: eghojansu
- License: mit
- Created: 2019-02-14T11:37:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-16T03:57:42.000Z (over 6 years ago)
- Last Synced: 2025-04-19T10:08:46.074Z (about 2 months ago)
- Topics: algorithm, php7, windowing
- Language: PHP
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.