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
0
votes
2 answers

How to manually include PSpell into php project

The documentation on PSpell mentions command line: http://php.net/manual/en/pspell.installation.php Other questions/answers mention command line as well. Is there a way to simply enable it in php 5.4 maybe in the php.ini file, or a way to download…
Andrew
  • 18,680
  • 13
  • 103
  • 118
0
votes
1 answer

install danish dictionary in emacs on windows

I haven't been able to find the help I need on (on dummie level) for installing a new dictionary (danish) in emacs. To be honest I somewhat confused about ispell vs aspell. When typing "M-x ispell-buffer" a spelling control starts using english as…
Kira
  • 85
  • 1
  • 9
0
votes
1 answer

Problem with apostrophes and other special characters when using aspell in windows

We seem to be having a problem with the spell checker on our content management system where it marks the ve part of We’ve as a misspelling. The spellchecker uses aspell which is called from a script on the server which executes the cmd.exe and uses…
Loftx
  • 1,760
  • 4
  • 29
  • 50
0
votes
1 answer

SpellChecking not woking for CKEditor3.6.2 in IE9-11 in windows 7

In CKEditor 3.6.2 the spell checking is not working in windows 7 in the browser versions IE 9-11.CKE responds with a "This page cannot be displayed The window was not opened from another window." I am using aspell plugin to spellcheck. can anyone…
user3663712
  • 121
  • 1
  • 3
  • 8
0
votes
2 answers

I do not have use/local/src/ on Mac, what should I do?

I am neophyte on Mac especially on terminal. Though I've read lots of materials, I am still very confused and do not know what I should do. I need to use aspell on MAC. I followed a tutorial (http://wiki.lyx.org/Mac/MacSpelling) to install it and…
user3552733
  • 37
  • 1
  • 9
0
votes
3 answers

How can I make Homebrew and CocoAspell coexist?

After much searching on the Internet, I have never seen a satisfactory answer or explanation to the following problem. I would like to use CocoAspell for system-wide spell-checking on OS X 10.9 (plugs into TexShop, TextMate, etc.), but every time I…
Dustin Wheeler
  • 314
  • 2
  • 14
0
votes
1 answer

How do I install Aspell package/library in Windows?

I would like to install Aspell package in R in Windows but there is no binary file available of Aspell package. Please suggest some way around. Following is the message i get on trying to install it. > install.packages("Aspell", repos =…
user2409011
0
votes
1 answer

pspell global namespace dictionary

is it possible to create something like "a global dictionary" for pspell? I tried a lot but i can only create a personal dictionary for languages which are installed. Am im blind, or is there a better way than just insert a word for the global…
Beerweasle
  • 1,009
  • 1
  • 12
  • 16
0
votes
1 answer

error in installing pspell in windows

I have installed php using http://aspell.net/win32/ link. But I am getting the following error. Can anyone please help me out. PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_pspell.dll' - The specified module could not be found.
satya
  • 469
  • 1
  • 6
  • 14
0
votes
2 answers

Using Aspell Library in java

I find that c api are available for the aspell but i would like to use it in java code. I know there is JNI framework by which we can call the c library but i am not able to use it in aspell case, Can anyone suggest some methods by which i can use…
Naveen
  • 139
  • 2
  • 11
0
votes
1 answer

apache + mod_wsgi + aspell-python on OS X 10.5.8

I have a website that processes user submitted documents in a variety of ways, one of which is to do a spell check on a part of each document. When I set this website up on a Mac Mini (yes, I realize that's a pretty weak piece of equipment for a…
BenTrofatter
  • 2,148
  • 1
  • 13
  • 13
0
votes
0 answers

R and Aspell Error Message

I'm trying to get the aspell function working in R on Windows 7. I've installed the Aspell binary and dictionary from here: http://aspell.net/win32/ and it works fine outside of R (ie I get a desktop icon which I can drag and drop text files onto…
Tumbledown
  • 1,887
  • 5
  • 21
  • 33
0
votes
1 answer

Spell checker or search for best fit for a word/phrase?

Can anyone help me figure out a way to replace something like "credits card" with the correct spelling of "credit card". Or "hame imprvment" with "home improvement". I have a custom word/phrase list that I would like to find the closest match for…
John Richardson
  • 676
  • 8
  • 24
0
votes
1 answer

Problem with Ultrasphinx & Aspell & Boolean Search (spell check missbehaves...)

I'm using Ultrasphinx with Aspell spelling support to search a Rails app. I want my users to be able to search using boolean operators ("king OR queen"). I'm using the german aspell directory, since the app is for Germany. The Problem: Ultrasphinx…
Ole Spaarmann
  • 15,845
  • 27
  • 98
  • 160
0
votes
1 answer

I need to delete specif word in text file form each line

I have text file with words like below. motať sa živiť sa sabotovať baviť sa nasavať And I want to delete word sa wrom each line. But I won't delete "sa" from word "sabotovať" or "nasavať". My final result will look like…
user1844845
  • 281
  • 3
  • 7
  • 15
1 2 3
10
11