Skip to content

Amodio/cemantix

Repository files navigation

cemantix

Bot for a web game where you have to guess a word each day (FR + EN).

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!

Joker button

First

Cemantle in 6 attempts

Notes

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!