spell-checking Questions
7
Solved
I'd like to disable the spellcheck on my textfields <input type="text"> so as not to have any ugly red squigglies.
I understand others have asked this same question, but they always make the...
Whitfield asked 13/5, 2011 at 2:52
13
I use the code spell checker for VS Code. I would like to disable the spell checker warnings/errors in the "PROBLEMS" panel (standard keyboard binding Ctrl+Shift+M) where "more serious" problems sh...
Unruffled asked 12/5, 2018 at 19:10
10
Solved
IntelliJ spellchecker comes with only English and Arabic bundled (strange, I think it is made in east Europe, they didn't even bundle their language?).
My customer is German so all my code is mixed...
Zarathustra asked 22/12, 2009 at 23:58
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
4
Solved
What software do you suggest to check spelling of comments contained in c/c++ source code (especially doxygen comments)? I'm looking something that will parse only comments so I can easily find mis...
Noteworthy asked 6/9, 2010 at 17:23
2
I would like to deactivate the spell check in a PrimeFaces inputTextarea.
spellcheck="false" is not possible in a p:inputTextarea
<p:inputTextarea value="#{mybean.cardescription}&...
Fatherland asked 22/10, 2014 at 8:25
9
Solved
Just wondering if there is a way to enable spell checking in Xcode. Maybe an add-on or something...
Banuelos asked 23/4, 2010 at 8:3
1
My Windows is localized German, but I use the English language pack for Visual Studio and code and documentation is written English first (i.e. we only use German for domain terms without a good En...
Verdellverderer asked 9/3, 2023 at 10:13
2
I used Code Spell Checker in VS Code for many months, and it's stopped working. I'm using 'Code Spell Checker' and 'Polish - Code Spell Checker'. I tried uninstall , reload extensions, tried with o...
Elisa asked 4/7, 2022 at 17:48
1
I am making an editor without relying on contenteditable, in order to get a clean, controlled output. So I'm catching all keyboard and mouse events, building a model and creating a DOM view from th...
Stretchy asked 6/7, 2015 at 9:43
2
Situation:
As a workaround for the not yet implemented feature to add a user dictionary of words to Languagetool, I came up with this code snippet:
JLanguageTool langTool = new JLanguageTool(lang...
Sensitometer asked 23/9, 2014 at 19:38
10
I'm making a simple JS game that needs a list of English dictionary words. Will I need to build the list myself, or is it possible to access the system's or browser's spell-check dictionary - or ma...
Moffatt asked 15/7, 2012 at 16:26
4
I have a set of concatenated word and i want to split them into arrays
For example :
split_word("acquirecustomerdata")
=> ['acquire', 'customer', 'data']
I found pyenchant, but it's not ava...
Mussorgsky asked 30/6, 2016 at 13:55
13
I'm trying to disable spell checking in MacOS's IntelliJ IDEA version 8.1.
How can I disable it?
Vitrification asked 4/4, 2009 at 21:26
2
Solved
I've recently updated my Microsoft Visual Studio Professional 2022 to version Version 17.5.2 and now get loads of spelling errors.
Is there a way to change the spell checker to use British English?...
Mikvah asked 21/3, 2023 at 9:27
6
Solved
What algorithm is typically used when implementing a spell checker that is accompanied with word suggestions?
At first I thought it might make sense to check each new word typed (if not found in t...
Eb asked 19/2, 2010 at 8:31
7
Solved
My usual Vim work flow is:
In insert mode, spell something wrong.
Press ^X s to get some suggestions.
Press Esc to accept the first one.
After this, I'm in command mode in the middle of the ...
Kirby asked 15/3, 2011 at 13:14
5
Solved
When I copy source code to a word document or email, it would be nice if spell check could ignore source code token.
Is there an option to ignore blocks of text?
Banneret asked 5/2, 2009 at 2:21
1
In my company, we're using VS Code together with the Code Spell Checker extension for Latex documentation. Now I'd like to create a company-wide used dictionary so that not every user has to add th...
Garget asked 19/10, 2021 at 7:31
12
I'm fairly new to Python and NLTK. I am busy with an application that can perform spell checks (replaces an incorrectly spelled word with the correct one).
I'm currently using the Enchant library o...
Origami asked 18/12, 2012 at 7:18
5
Solved
When I use eclipse and see my name in the javadocs as the author, I also find the spellchecker marking my name as it does not understand that it is a proper name. Thus, I get the option of:
Add {w...
Safford asked 23/4, 2014 at 7:0
1
Solved
As I will be working on a french text with the mission to analyse it, I am unable to add a french dictionary to the hunspell package. I tried the links suggested by the package as follows :
To manu...
Picturesque asked 10/8, 2022 at 12:19
5
Can aspell output line number and not offset in pipe mode for html and xml files? I can't read the file line by line because in this case aspell can't identify closed tag (if tag situated on the ne...
Thresathresh asked 6/4, 2011 at 14:14
2
Can we enable spell checker for markdown cells in google colab in any way? Please help.
Yingyingkow asked 14/4, 2020 at 14:26
2
Solved
I notice if I make a typo in Google search bar, it is very likely to correct it for me.
Like, if I type "incerdible", it will suggest "incredible", or for "stackovflow", it will be "stackoverflow...
Stochmal asked 25/9, 2011 at 2:54
1 Next >
© 2022 - 2024 — McMap. All rights reserved.