Hacker News new | ask | show | jobs
by jjice 998 days ago
I also worked on a production auto complete feature for a web app a bit ago and I couldn't agree more with the quality sentiment. One or two characters is almost never enough to give a meaningful result. Using history or similar user search is much more effective than trying to guess what someone meant by "th".
2 comments

> One or two characters is almost never enough to give a meaningful result.

TFA acknowledges that and mentions the exception:

While a prefix of length=1 is not very useful for the Latin alphabet, it does make sense for CJK languages

How does that fare for non-English queries? E.g. are two chars still not enough for Chinese languages?
I've seen 1.5 chars/token used as a rule of thumb for estimating token counts in Chinese text.