52 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
0
answers
89
views
Spell check for unicode typography
I’m using more and more Unicode in writing normal text, for instance I write "I’m" and not "I'm", because it looks nice without having to trust some conversion when producing the output, and why not! (...
11
votes
1
answer
1k
views
Where to find Ukrainian 'ispell', 'aspell', 'snowball' dictionary for adding it to full-text search in Postgres?
After parsing many documents, I have a lot of rows/columns with Ukrainian text that should be indexed for full-text search in Postgres.
I've found that Postgres 14 supports by default 29 languages, ...
0
votes
1
answer
96
views
how to extract all prefix words from an ispell .mwl file in bash
I have an ispell huge .mwl file and I want to remove all the ispell suffixes to generate a simple text-only words dictionnary
using unix ispell, bash or perl commands.
Is there ispell command options ...
1
vote
1
answer
41
views
How to log spelling replacements in emacs?
I want to log to a file the ispell replacements that get made (whether manual r, or from a list 0...)
Every time a "correction" is made, there are two words that are relevant:
The word that ...
-1
votes
1
answer
321
views
Where can I get ispell dictionaries for PostgreSQL?
How or where, on debian based platforms, I can get ispell dictionaries for PostgreSQL (for tsearch)?
1
vote
0
answers
129
views
How to spell check all files of a given type using emacs
Is it possible to spell check all files of a certain file type, e.g. all markdown files, in a directory and its subdirectories using Emacs?
I am looking for an interactive solution.
3
votes
1
answer
172
views
Use aspell in emacs for editing HTML pages
I am using the ispell-buffer command in emacs (with aspell as the backend spell checker) to check for typos in the content of HTML pages, but aspell complains at every HTML tag. Is there any way to ...
-1
votes
1
answer
476
views
Run "yes 0 | script -c 'ispell text.txt' /dev/null" on Mac OS X
I am getting crazy, on my Linux machine I would run:
yes 0 | script -c 'ispell text.txt' /dev/null
With any problem. Unfortunately on Mac OS X the command script is not accepting the '-c' option:
...
0
votes
1
answer
486
views
Where are the aspell libraries located on the server? How can I check for them?
I just switched to the cpanel servers with godaddy. I am completely integrated with pspell and it was working perfectly fine. now I get the following errors
Warning: pspell_new(): PSPELL couldn't ...
8
votes
1
answer
603
views
How to remove a word from Aspell's British dictionary
When I check my texts with aspell (with the British dictionary), the word "froward" is accepted (because it is a real English word). However I never use it, so in my texts "froward" is always a ...
2
votes
1
answer
548
views
Bulk spell checking for C code
I have a large source code package in C and I would like to spell check all string literals and comments. After adding exceptions to a file, I would like to perform the same procedure on each release, ...
1
vote
1
answer
679
views
How to understand and avoid non-interactive mode errors when running ispell from script?
Background
Ispell is a basic command line spelling program in linux, which I want to call for a previously collected list of file names. These file names are recursively collected from a latex root ...
0
votes
1
answer
151
views
How to get compiler-like messages from ispell or aspell
Spell checking on multiple text files.
Having an output of the form as 'gcc' produces it:
intro/main.txt:12: 'hierarchie' -- orthograph
concepts/detail/experiment.txt:12: '...
2
votes
1
answer
1k
views
Emacs spell checking with hunspell: no spell-checking done
I would like to activate spell checking within GNU Emacs 24.5.1 (on Mac OS X 11.10). I did the following:
1) brew install hunspell
2) cd ~/Library/Spelling
wget http://cgit.freedesktop.org/...
2
votes
1
answer
370
views
Postgres tsearch performance on first query
We are using a custom text search configuration for searching in german texts for a proper support of compound words.
The dictionary can be found here: http://www.sai.msu.su/~megera/postgres/gist/...