The current text detector ships only English LLM-phrase fingerprints (see detectors/text-detector.js → LLM_PHRASE_FINGERPRINTS).
LLMs produce equally telltale phrases in other languages — "En el cambiante panorama…", "Es importante señalar que…", "Dans le paysage en constante évolution…" — and we'd love help adding them.
How to contribute
- Pick a language you read fluently.
- Find 10–25 LLM phrase fingerprints (paste a few examples of the text and the regex).
- Open a PR that adds a
LLM_PHRASE_FINGERPRINTS_<LANG> array and wires it into scorePhraseFingerprints.
Comment below to claim a language so we don't duplicate work. Beginners welcome — this is a great first PR.
The current text detector ships only English LLM-phrase fingerprints (see
detectors/text-detector.js→LLM_PHRASE_FINGERPRINTS).LLMs produce equally telltale phrases in other languages — "En el cambiante panorama…", "Es importante señalar que…", "Dans le paysage en constante évolution…" — and we'd love help adding them.
How to contribute
LLM_PHRASE_FINGERPRINTS_<LANG>array and wires it intoscorePhraseFingerprints.Comment below to claim a language so we don't duplicate work. Beginners welcome — this is a great first PR.