Bot for a web game where you have to guess a word each day (FR + EN).
- Go to https://cemantix.certitudes.org or https://cemantle.certitudes.org
- Load inject.js using the Chrome extension Custom JavaScript for Websites 2 or manually into your console (F12):
function injectScript(src){
var script = document.createElement('script');
script.src = src;
document.head.appendChild(script);
}
injectScript('https://cdn.jsdelivr.net/gh/Amodio/cemantix/inject.js')
It takes about 6 sec to load (more at the first time to cache the binary model).
- Click the 'Joker!' button and enjoy!
Models from Jean-Philippe Fauconnier and Google (for Cemantle).
I have tested 55402 FR words for this game even if some do not exist in French; 46212 EN words for Cemantle. Check benchmark.txt or benchmark.txt (Cemantle) to see how similar our models are: ~97% for Cémantix and 100% for Cemantle.
Thanks to vivien7806 for the great help!