mirror of
https://github.com/tiennm99/miti99bot.git
synced 2026-04-28 06:20:39 +00:00
4c2890ba25
Use the full google-10000-english list verbatim (normalize only — lowercase + dedupe, no length or alpha filtering). Pool goes from 7953 to 9894 entries; rare/short/long picks are still sieved by ConceptNet's verify-and-fallback at round start. Replaces TARGET_POOL/pickFromPool with a clearer line-based API: LINE_COUNT — how many entries randomLine() — uniform pick getLine(n) — nth entry (n = frequency rank) pickFromPool retained as a back-compat re-export so existing callers don't break.