The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
2answers
44 views

Create custom wordlist

I want to create a custom list of (scientific) words for purposes like spell checking and OCR based on my collection of scientific papers in pdf format. Using pdftotext I can easily create a text file ...
0
votes
0answers
13 views

mcabber with spell checking: how to use it?

I am using mcabber with enchant/aspell as a spell checkers. When I type erroneous words, they appear underline so that I can see they are misspelled. What key combination magic can I use to allow ...
5
votes
3answers
303 views

Gedit or an other non-commandline editor with the ability to spell-check two languages at the same time

I'm searching for an editor with the ability to spell-check two languages at the same time (German and English). Gedit can't do it out of the box. But I want to use Gedit. It should be possible by ...
3
votes
2answers
802 views

E763 with vim and spell checker

I want to add germand spell checking to vim. So I set :set spl=de_de spell then there is a dialogue, where I can create a directory called .vim/spell. And then there is another question where I can ...
2
votes
1answer
241 views

hunspell: add word to dictionary from command line

From hunspell man page: ... When in the -a mode, hunspell will also accept lines of single words prefixed with any of '*', '&', '@', '+', '-', '~', '#', '!', '%', '`', or '^'. A ...
8
votes
2answers
502 views

Spell check comments in vim

I'm a C/C++ professional programmer who makes lots of spelling mistakes in comments. I want to configure vim such that the spell-checker only looks for misspelled words within comments. If necessary ...
1
vote
1answer
49 views

Can someone explain what hunzip is for?

I understand what hunspell is for, but I was browsing the source code and the man, and I'm not sure: Does hunzip compress text files or just dictionaries ?
2
votes
2answers
188 views

Drop into an editor from inside aspell

I'm writing my doctoral dissertation using vim and LaTeX, and I spell-check the document using aspell. Sometimes I run across an error that can't suitably be fixed using the built-in spell-check ...
6
votes
2answers
466 views

vim spell checker?

Is there a way to spell check a file using vim?