Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alimgiray/temiz-sozluk
https://github.com/alimgiray/temiz-sozluk
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/alimgiray/temiz-sozluk
- Owner: alimgiray
- Created: 2022-07-18T18:44:25.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-01T13:44:25.000Z (over 2 years ago)
- Last Synced: 2023-03-03T12:03:05.086Z (over 1 year ago)
- Language: JavaScript
- Size: 210 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# temiz-sozluk
A Chrome extension to personalize [ekşi sözlük](https://eksisozluk.com) content.
It's actually a simple naive bayes classifier, which trains itself as users cast votes on the website (like / dislike).
After some training it starts displaying it's prediction of whether user will like the entry or not, right below the entry itself.
It stores model data in browser's local storage.
Currently in test an in active development but if you want to try it out:
- Clone the repository
- Open chrome extensions by visiting `chrome://extensions`
- Enable developer mode
- Click `load unpacked` and choose the project folderIt also has an experimental Turkish stemmer written in JS. Check `/src/scripts/stemmer.js` if you are interested.