|
|
|
|
|
by Jowsey
1488 days ago
|
|
The entire English dictionary (being very generous on what a "word" is) is around 4MB - nothing nowadays. Not to mention of course that your computer probably already has 50 copies of it somewhere if you really don't want to bundle it |
|
I see it only working where there's massive pooling, like you say. An OS or a tool provides a known dictionary service and you call into it with a text string and get back an array of indices that you can then decode with another call. That amortizes the dictionary cost among all possible uses of the service, which is a lot if it's a standard well-known service. Another scenario is perhaps in a database\cloud storage\social media, any single text object might be small but the total text they store overall is massive.