Projects tagged ‘spellcheck’


[22 total ]

2 Users

Hunspell4Eclipse is an Eclipse plug-in, that integrates Hunspell into Eclipse’s Spell Checking Service. This plug-in is capable of spell checking with any hunspell/myspell dictionary out there.
Created about 1 month ago.

2 Users

On the surface, Enchant appears to be a generic spell checking library. You can request dictionaries from it, ask if a word is correctly spelled, get corrections for a misspelled word, etc... ... [More] Beneath the surface, Enchant is a whole lot more - and less - than that. You'll see that Enchant isn't really a spell checking library at all. "What's that?" you ask. Well, Enchant doesn't try to do any of the work itself. It's lazy, and requires backends to do most of its dirty work. Looking closer, you'll see the Enchant is more-or-less a fancy wrapper around the dlopen() system call. Enchant steps in to provide uniformity and conformity on top of these libraries, and implement certain features that may be lacking in any individual provider library. Everything should "just work" for any and every definition of "just working." [Less]
Created over 2 years ago.

1 Users
   

A set of spell checking dictionaries for Vietnamese, based on the Hunspell spell checking engine.
Created about 1 year ago.

1 Users

Tsipelina (spell spell) is an Affero GPL-liensed malagasy online spell checker. It will also release under GPLv2 every tools needed to build an almost exhaustive malagasy wordlist, using a MySpell-like format.
Created about 1 year ago.

1 Users

Dictionary and affix files for the aspell, myspell and ispell programs for Ukrainian language.
Created over 2 years ago.

1 Users
 

OpenMedSpel is a free and open source USA English medical spelling word list that is released under a GPL license. OpenMedSpel includes nearly 50,000 medical terms ranging from abdominis to ... [More] zygomatic, which allows you to concentrate on your work instead of looking up words in a medical dictionary that are not in a standard USA English spelling dictionary. [Less]
Created about 1 year ago.

0 Users

NTSpellCheck highlights misspelled words as you type them. Instructions when using NetBeans IDE 6.0 or above: 1)Download and save NTSpellCheck.jar from Downloads 2)Right click on the project ... [More] which will use NTSpellCheck 3)Click on Properties 4)Click on Libraries (located to the left of the dialog) 5)Click on the Compile tab, then click the Add JAR/Folder button 6)Navigate to the location where you saved NTSpellCheck.jar and double-click it 7)In your source file, add the following import: import NTSpellCheck.NTSpellCheck 8)When you need to spell check a JTextComponent, create an instance of NTSpellCheck with the following constructor (Note that it throws an IOException): NTSpellCheck(JTextComponent tc, File dictionaryFile, boolean checkSpelling, boolean manageRightClicks, int delay, Color highlightColor) Where: JTextComponent tc is the JTextComponent to be Spell-Checked; File dictionaryFile is the file containing the dictionary(included)(words should be separated by newlines); boolean checkSpelling specifies whether it should begin checking the spelling automatically; boolean manageRightClicks specifies whether it should manage the right-click pop-up menu for the JTextComponent; int delay specifies the delay, in milliseconds, to wait after a key is pressed before re-checking the spelling(recommended - 100), and Color highlightColor is the highlight color(recommended - Color.orange) IMPORTANT- When using Swing dialog boxes like JFileChooser, etc, use the toggleSpellCheck() method to stop spell checking! If you don't, there will be significant performance degrades in the Swing class. When done using the dialog box, use the same method to restart the spell checker. NOTE - You can use setHighlightColor(Color newColor) and setHighlightDelay(int newDelay) to reset the highlight color and delay respectively. You can download the example if you need one. [Less]
Created about 1 year ago.

0 Users

Spell check your source code with this task.
Created 11 months ago.

0 Users

hunspell에서 사용할 수 있는 맞춤법 검사 데이터 개발. 단어 데이터베이스는 갈퀴 사이트에서 관리합니다. 각 OS 및 애플리케이션 별 정보데비안: ... [More] hunspell-ko 패키지 설치, squeeze (testing) 혹은 sid (unstable) 우분투: hunspell-ko 패키지 설치, karmic 페도라: hunspell-ko 패키지 설치, fc11 Mac OS X: BaramSpellChecker Mozilla/Firefox 부가 기능 OpenOffice.org 부가 기능 [Less]
Created about 1 year ago.