Questions tagged [aspell]

GNU Aspell is a Free and Open Source spell checker designed to eventually replace Ispell. It can either be used as a library or as an independent spell checker.

From aspell.net:

GNU Aspell is a Free and Open Source spell checker designed to eventually replace Ispell. It can either be used as a library or as an independent spell checker. Its main feature is that it does a superior job of suggesting possible replacements for a misspelled word than just about any other spell checker out there for the English language. Unlike Ispell, Aspell can also easily check documents in UTF-8 without having to use a special dictionary. Aspell will also do its best to respect the current locale setting. Other advantages over Ispell include support for using multiple dictionaries at once and intelligently handling personal dictionaries when more than one Aspell process is open at once.

154 questions
250
votes
2 answers

/bin/sh: apt-get: not found

I am trying to change a dockerFile to work with aspell. I have a bash script that I want to wrap in a dock Step 4: Wrap the script in a Docker container. The sample SDK we downloaded earlier contains an example of an action wrapped in a Docker…
Hüseyin Orkun Elmas
  • 2,613
  • 2
  • 9
  • 6
23
votes
4 answers

R Aspell homebrew

working on a Macbook pro with OS 10.6. I've recently installed the package Aspell with the R package manager and it appears the install went just fine (no install errors). but when I try to use aspell I get the following error, >…
csta
  • 2,423
  • 5
  • 26
  • 34
21
votes
8 answers

emacs on mac os x, how to get spell check to work

I'm moving from Windows to Mac, and I've spent the whole night trying to get emacs to work. I've installed GNU emacs and simply copied over my Windows .emacs file, which seems to work ok, except for spell check. I installed cocoAspell and followed…
LWZ
  • 11,670
  • 22
  • 61
  • 79
21
votes
6 answers

Aspell Dictionary can't be opened

When I try to add a word or to ignore all, Aspell throws the error 'the file "C:/Program Files (x86)/Aspell/en.pws" cannot be opened for writing'. Anyone know what is causing this problem and how to fix it?
Elliot
  • 5,211
  • 10
  • 42
  • 70
17
votes
4 answers

how can I install pspell in php5/ubuntu?

I am trying to install pspell for PHP 5 in Ubuntu. I have installed the aspell library which is required to run pspell as shown here I am not sure if there are any settings I need to change, etc. When I try to execute the below mentioned line of…
azy777
  • 3,391
  • 2
  • 19
  • 13
13
votes
2 answers

Spell checking a file using command line, non-interactively

I have a large text file, containing many miss/bad-spelled English words. I'm looking for a way to edit this file using a command-line spell checker in Linux. I found some ways to do this, But according to my searches all of them work in an…
Hakim
  • 11,110
  • 14
  • 34
  • 37
12
votes
3 answers

Emacs Windows spellcheck - aspell or hunspell

I use emacs 23.1.50 version on Windows XP operation system. I could not setup hunspell or aspell as part of emacs with the example provided by the emacs wiki. Anyone has working confiugration for windows xp and please help me out.
user90150
10
votes
1 answer

Spell check with Vim and XML automatically

When vim checks the spelling of XML documents, it seems to default to checking attributes etc, but not the text between tags. This can easily be fixed by running these two commands: :syn spell toplevel :redraw I'd like Vim to to do this by default.…
Scribblemacher
  • 1,518
  • 1
  • 16
  • 31
10
votes
0 answers

Clever way to use aspell to auto correct passage?

I'm pretty new to aspell, but I just wanted to know if there was a way to scan a file using aspell and autocorrect all errors using the first suggestion.
saigafreak
  • 405
  • 6
  • 14
10
votes
3 answers

How to add words in aspell dictionary?

I am using aspell in my application for spell checking. I don't have any idea about how to add words in aspell. Is it any way to add words
RAHUL.S. KRISHNA
  • 221
  • 1
  • 3
  • 8
10
votes
2 answers

Simple spell check method/gem in ruby?

I am looking for a relatively quick way to check whether words are misspelled, either using a gem or API. I've tried using several gems -- raspell, ffi-aspell, hunspell-ffi, spell_cheker, and spellchecker -- and each has a different error. I'm…
TaylorT
  • 208
  • 3
  • 9
9
votes
3 answers

Using ispell/aspell to spell check camelcased words

I need to spell check a large document containing many camelcased words. I want ispell or aspell to check if the individual words are spelled correctly. So, in case of this word: ScientificProgrezGoesBoink I would love to have it suggest this…
Wilfred Springer
  • 10,869
  • 4
  • 55
  • 69
9
votes
4 answers

Good alternative for ASpell?

Is there any good alternative to ASpell? It's nice open source, but haven't been updated for a while. The performance is not too good and I am having trouble creating a custom worklist with non-alpha characters.
Jon
  • 253
  • 4
  • 9
9
votes
1 answer

Autocorrect Spell Checker

I have a TSV (tab-separated value) file that I need to spell-check for misspellings and combined words (ie 'I love you' vs 'Iloveyou'). I've installed Aspell on my machine and can run it through R using the aspell() function. files <- "train2.tsv" …
screechOwl
  • 27,310
  • 61
  • 158
  • 267
8
votes
3 answers

Adding a dictionary to Aspell/Pspell

I have Aspell successfully installed and have compiled PHP with Pspell, and everything seems to be working fine. The only thing I am unable to do, is create a list of "ignore" words, or a personal dictionary, however you want to refer to it. I've…
edeneye
  • 447
  • 1
  • 4
  • 12
1
2 3
10 11