Multi Languages Spell Checker for webmaster.
This program I have develop for me and it allows to spelling text in difficulties as possible environment, such as this site:
- Usually I write my articles in three or four languages (Ukrainian, English, Russian, Bulgarian) with a lot of program code.
- My site contains about 600 entry page (Articles and summary (with secondary page) it contains more than 10,000 pages. And I want quickly change page, saving it locally and uploading it to web server.
- Spell checking is slow operation and main part of my checker have to working asynchronously.
Full source code and MSI-installation file you can downloading from https://sourceforge.net/projects/multi-languages-spell-checker/. And this is binary installation file SpellCheckerSetup.msi
.Therefore description of this project will be sliced to some parts.
- Multi Languages Spell Checker for webmaster. Part 1. Install and tune NHunspell engine.
- Multi Languages Spell Checker for webmaster. Part 2. Main MDI-form.
- Multi Languages Spell Checker for webmaster. Part 3. Directory observer on NET Reactive extension.
- Multi Languages Spell Checker for webmaster. Part 4. TheArtOfDev.HtmlRenderer.
- Multi Languages Spell Checker for webmaster. Part 5. Multilang asynchronous spell checker with NHunspell.
- Multi Languages Spell Checker for webmaster. Part 6. TextEditor with highlighting, searching, line numbering and FTP-uploading.
- Multi Languages Spell Checker for webmaster. Part 7. Other project components.
Comments (
)
Link to this page:
//www.vb-net.com/SpellChecker/Index.htm
|