Hacker News new | ask | show | jobs
What Letter-Pair Tileset Forms the Most Words? (alangrow.com)
5 points by sigil 819 days ago
1 comments

american-english

I wonder if using british-english the tile 'ph' would be a lot more prevalent.

(Sulphur, philistine, etc.)

The accompanying code lets you try this [0].

  make -B DICT=/usr/share/dict/british-english
  ...
  ca,co,de,di,ed,er,es,in,li,mp,ng,nt,ra,re,ri,si,st,te,ti,ve
No "ph", but definitely a different optimal tileset! British English swaps "mp" in for "ar".

[0] https://github.com/acg/lettergen/