Questions tagged [dictionary]

40 questions
30
votes
4 answers

Best Dictionary Software for Linux

Can anyone suggest a good "Dictionary" software in Linux. I have artha, but I am actually expecting a better one. Ok here are things which i look out for in a dictionary: Good database Word pronounciation (This is not available in Artha.)
C.S.
  • 1,783
  • 2
  • 18
  • 21
27
votes
1 answer

Where do the words in /usr/share/dict/words come from?

/usr/share/dict/words contains lots of words. How is this list generated? Are its contents the same across different Unices? Is there any standard dictating what it must contain? All I've been able to turn up so far is that on Ubuntu/Debian the list…
Mark Amery
  • 2,860
  • 6
  • 22
  • 29
8
votes
2 answers

Vocabulary trainer for Unix

I am looking for a Linux (Ubuntu) software that allows me to take note of new words that I learn online. I manually add new words, their meaning and usage. The software then displays each item in a nice format and allows me to review them in a…
eli
  • 303
  • 4
  • 7
7
votes
4 answers

Look for English word in a file via terminal

How to find and print out English words contained in a file via linux command line?
Agustinus Verdy
  • 173
  • 1
  • 3
7
votes
2 answers

Is there something like google translate but for desktop?

I saw we have freeict-all in debian. $ sudo aptitude install dict-freedict-all [sudo] password for shirish: The following NEW packages will be installed: dict-freedict-afr-deu{a} dict-freedict-afr-eng{a}…
shirish
  • 11,967
  • 27
  • 107
  • 190
7
votes
2 answers

How can I export my aspell dictionary?

At the moment, I'm working on a big LaTeX document about mathematics and once in a while I do some spell-checking on it. As you can guess, there are a lot of words which are not in a standard dictionary. But I've added them with aspell with a to the…
Martin Thoma
  • 2,802
  • 5
  • 34
  • 45
5
votes
1 answer

Use multi language dictionary with aspell

I have a large .tex file that contains two languages and I want to spellcheck it without going crazy. So just spellchecking for one language and pressing "ignore" for words from the other language is not an option. So I read up on aspell and found…
fifaltra
  • 605
  • 1
  • 9
  • 20
4
votes
1 answer

Which applications use /usr/share/dict/words

I have changed the symlink /usr/share/dict/words to point to my own custom dictionary but it doesn't seem to affect anything. Chromium and Abiword neither seem to use this dictionary. Which appilications use words? Do I have to manually configure…
jsj
  • 1,400
  • 1
  • 16
  • 28
4
votes
1 answer

Where can I find a Welsh word list?

I am looking for a Welsh language word list on my Ubuntu system. apt-file search /usr/share/dict/ doesn't show an option. However aspell-cy does exist. The official description is "This package contains all the required files to add support for the…
Simd
  • 325
  • 1
  • 2
  • 11
4
votes
3 answers

Getting a wordlist from a DICT formatted dictionary

I want a latin word list for research / reference purposes. (Like /usr/share/dict/words) There would appear to be no such word list (apt-file search /usr/share/dict | sort | uniq | grep latin), but there is a DICT english latin dictionary:…
Att Righ
  • 1,176
  • 11
  • 29
4
votes
3 answers

Who or what compiled /usr/share/dict/words?

Wikipedia says it's part of the wishlist Wordlist or Words package On Debian and Ubuntu, the words file is provided by the wordlist package, or its provider packages wbritish, wamerican, etc. On Fedora and Arch, the words file is provided by the…
AncientSwordRage
  • 1,714
  • 1
  • 20
  • 26
4
votes
1 answer

How to list available dictionaries for hunspell?

Is there some way to list all available dictionaries in hunspell? Something like aspell dump dicts. printf | hunspell -D prints too much junk, and I want to query hunspell itself, not do something like find /usr/share/myspell/dicts/ -name '*.dic' |…
l0b0
  • 50,672
  • 41
  • 197
  • 360
4
votes
1 answer

In Fedora, how do I turn off the automatic dictionary suggestions?

I just installed Fedora 19 in VirtualBox using an image from virtualboxes.org. It suggests words from a dictionary wherever I type. It's slow and it won't let me type what I want, since it automatically inserts the topmost dictionary…
neu242
  • 1,650
  • 2
  • 13
  • 17
3
votes
1 answer

How do I properly convert the file to UTF-16LE encoding without strange characters appearing in the file?

I'm having some peculiarities with the dictionary file of .dsl format I'm trying to convert. It's essentially a text file with the dictionary pairs. The dictionary software I use is GoldenDict. It requires UTF-16 dictionaries so they render…
3
votes
1 answer

dictionaries-common package complains of possible debconf corruption

Upgrading my Debian Stretch distribution, I get the following error message during the configuration of package dictionaries-common: ┌───────────────────┤ dictionaries-common: wordlists ├───────────────────┐ | …
einpoklum
  • 8,772
  • 19
  • 65
  • 129
1
2 3