Looking for diction...
 
Notifications
Clear all

Looking for dictionary txt files

4 Posts
4 Users
0 Reactions
655 Views
(@aaronwatson)
Active Member
Joined: 16 years ago
Posts: 5
Topic starter  

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


   
Quote
(@xennith)
Estimable Member
Joined: 15 years ago
Posts: 177
 

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


   
ReplyQuote
(@c3233159)
Active Member
Joined: 16 years ago
Posts: 9
 

http//zip-password-cracker.com/dictionaries.html


   
ReplyQuote
(@captainf)
Trusted Member
Joined: 17 years ago
Posts: 60
 

Try and get hold of a program called Unified List Manager for sorting all your files, its pretty good.


   
ReplyQuote
Share: