0

I need files containing wordlist for every possible language available. I searched for that and found that ftp.gnu.org hosts aspell directory that contains lots of dictionaries but as i extracted them i did not found any raw files with words data. I need this for generating n-grams and possibly recognize the language in a particular text.

Mansfield
  • 14,445
  • 18
  • 76
  • 112
5et
  • 366
  • 1
  • 3
  • 10

2 Answers2

1

The file /usr/share/dict/british-english is contained in the package wbritish and is in turn the Ispell English Word List from Kevin's Word List Page where also other dictionaries are available for download.

scai
  • 20,297
  • 4
  • 56
  • 72
1

I found this https://skydrive.live.com/?cid=3732e80b128d016f&resid=3732E80B128D016F!3584&id=3732E80B128D016F%213584 which is exactly what i was looking for.

5et
  • 366
  • 1
  • 3
  • 10