hunspell Questions
3
I would like to parse open office supporting hunspell formatted aff and dic files.
English aff and dic files can be downloaded from here for example : http://extensions.openoffice.org/en/project/...
Peruke asked 2/3, 2017 at 22:5
5
In an application I work on, we use Lucene Analyzer, especially it's Hunspell part. The problem I face is: I need to generate all word forms of a word, using a set of affix rules.
E.g. having the w...
4
I'm looking forward to install the hunspell package using pip, but it throws the following error:
Collecting hunspell
Using cached hunspell-0.4.1.tar.gz
Building wheels for collected packages: hu...
1
Solved
I'm experimenting with Hunspell and how to interact with it using Java Project Panama (Build 19-panama+1-13 (2022/1/18)). I was able to get some initial testing done, as in creating a handle to Hun...
Lap asked 24/2, 2022 at 10:2
3
Solved
How to configure and use spell check in Rstudio? In the tools>Global option>spelling I have set the main dictionary language as English(US) and custom dictionary as en_us from "/usr/lib/rstudio/res...
Themistocles asked 27/7, 2015 at 12:38
1
I'm new to python and need help with getting hunspell installed on my windows 10. The tool is PyCharm.
First I tried to install CyHunspell: pip install CyHunspell and got the following error msg:
...
5
I have used the following code for spelling checking.
While I am running it, I get an DLLFileNotFound exception:
"Hunspell Intel 32Bit DLL not found: C:\project\splee\Hunspellx86.dll".
...
5
I have a question about building a custom dictionary for hunspell.
I'm using a general English dictionary and affix file right now. How can I add user-specified words to that dictionary for e...
Challah asked 26/9, 2011 at 21:38
3
Solved
I'd like to use hunspell to spell check my repo. However when I try to run it I get the following error:
Can't open affix or dictionary files for dictionary named "en_US".
How can I fix this? I'...
Cyrene asked 19/1, 2012 at 18:48
1
I want to use some dictionary based stemming via the hunspell token filter. I am using Amazon Elastic Search, but not getting how to configure these plugins to my domain. If any other dcitionary st...
Leviathan asked 11/1, 2016 at 17:3
3
Solved
Does anyone have a working setup for hunspell and Emacs? Simply setting ispell-program-name to hunspell doesn't work, the output (when using flyspell, for example) looks like below:
-> UTF-8 en...
3
Solved
I'm using NHunspell to check a string for spelling errors like so:
var words = content.Split(' ');
string[] incorrect;
using (var spellChecker = new Hunspell(affixFile, dictionaryFile))
{
incorre...
Basilio asked 9/3, 2012 at 17:33
1
Solved
I am working on building spellchecking functionality into my app which currently uses MFC's CHtmlEditCtrl control.
Is there a way of drawing one of those "red squiggly lines" that you see under sp...
Carlynne asked 11/2, 2016 at 23:19
2
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 acco...
Statfarad asked 17/9, 2012 at 4:37
1
Solved
Is it possible with NHunspell to generate the list of all recognized/valid words? As far as I remember it was possible with hunspell (unmunch) from the command line.
From current hunspell document...
1
I have a perfectly working setup for hunspell with emacs (flyspell) using
("german” "[[:alpha:]]" "[^[:alpha:]]" "[']" t ("-d" "de_DE_frami" ) nil utf-8)
as dictionary definition for ispell-dic...
Tyree asked 2/2, 2014 at 1:4
3
Solved
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 w...
Aqualung asked 6/1, 2010 at 10:56
2
Solved
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 spe...
Zebulon asked 6/7, 2012 at 5:20
3
Is there any explanation docs or tutorials of the file structure of FreeDict, Aspell, Hunspell/OpenOffice Dictionaries especially concerning the switches at the end of each row in each .dic file? M...
Maddening asked 24/10, 2011 at 20:59
1
Solved
I've tried looking through the documentation found on SourceForge with Hunspell, but I'm still lost. Are there any decent examples of hunspell that a C++ beginner would be able to follow? Failing t...
Celebrated asked 21/6, 2013 at 17:58
1
Using the C# NHunspell, how do I check if a word is spelled correctly and if not what the correct spelling is?
I've imported the NHunspell.dll into the project. And have looked at the documentatio...
Pederasty asked 6/3, 2013 at 16:19
1
Solved
I am trying to use Hunspell to correct an essay I have written. Unfortunately, it is useless to me, as long as it doesn’t print the line numbers of the misspelled words.
So right now I am using the...
Simmers asked 16/5, 2012 at 11:40
3
Does anyone successfully implemented Hunspell spell-checker on Android platform? Is it even possible? Did you try it? What about the results?
Thank you in advance.
2
I have to do spell check for large number of big html and xml documents (more than 30.000). I also need custom dictionary and sophisticated algorithms of checking. I try to use BASH + linux utility...
Tactile asked 6/4, 2011 at 13:8
2
Solved
I need a spell checker with the following specification:
Very scalable.
To be able to set a maximum edit distance for the suggested words.
To get suggestion based on provided words frequencies (...
Harrar asked 2/5, 2011 at 13:51
1 Next >
© 2022 - 2024 — McMap. All rights reserved.