Notifications
Clear all
Topic starter
29/11/2010 5:43 pm
Hi all
I am trying to find a good source for dictionary txt files Im particularly looking for a dutch dictionary if anyone knows of any good websites they can be downloaded from it would be a great help
Many thanks!
Aaron
01/12/2010 6:18 pm
Make one, grab a corpus of dutch text from ebooks, dictionaries, etc and write a little program to spit out each word on its own line (or find/replace spaces with carriage returns), then you use *nix and the sort app to make it unique.
sort -u unsortedfile.txt > dutchdict.txt
07/12/2010 6:24 pm
http//
07/12/2010 7:57 pm
Try and get hold of a program called Unified List Manager for sorting all your files, its pretty good.