in reply to Creating Dictionaries
There are several ways to solve that problem, for instance, you can try using an on disk tree with DB_File.
Another way is to flush all the words found to temporal files on disk everytime their number goes over some limit, and at the end, perform a merge sort and eliminate duplicates.
|
|---|