Aspell
GNU Aspell, usually called just Aspell, is a free software spell checker designed to replace Ispell. It is the standard spell checker for the GNU operating system. It also compiles for other Unix-like operating systems and Windows. The main program is licensed under the GNU Lesser General Public License (GNU LGPL), the documentation under the GNU Free Documentation License (GNU FDL). Dictionaries for it are available for about 70 languages. The primary maintainer is Kevin Atkinson. Comparison to Ispell Unlike Ispell, Aspell can easily check UTF-8 documents without having to use a special dictionary. But the mechanism behind is still 8-bit. 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. However, Ispell follows the Unix convention of being a command applied to a file, e.g., , ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Spell Checker
In software, a spell checker (or spelling checker or spell check) is a software feature that checks for misspellings in a text. Spell-checking features are often embedded in software or services, such as a word processor, email client, electronic dictionary, or search engine. Design A basic spell checker carries out the following processes: * It scans the text and extracts the words contained in it. * It then compares each word with a known list of correctly spelled words (i.e. a dictionary). This might contain just a list of words, or it might also contain additional information, such as hyphenation points or lexical and grammatical attributes. * An additional step is a language-dependent algorithm for handling morphology. Even for a lightly inflected language like English, the spell checker will need to consider different forms of the same word, such as plurals, verbal forms, contractions, and possessives. For many other languages, such as those featuring agglutination and ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Pspell
Pspell (Portable Spell Checker Interface Library) is a program meant to provide a generic interface to the system spelling checking libraries. It was, and sometimes still is, used in computer programming such as C, and is licensed under the GNU Lesser General Public License. Pspell has not been updated since 2001, but is still available on SourceForge aits project page It has been replaced by GNU Aspell. PHP’s Pspell extension, while retaining its current name, now uses the Aspell library. See also * GNU Aspell * Hunspell * Ispell * MySpell *Virastyar Virastyar (, meaning "editing assistant") is a Persian language, Persian Plug-in (computing), add-in for Microsoft Word that performs Persian spell checking, character standardization, Fingilish, Pinglish transliteration, punctuation correction an ... External linksSourceForge.net Project Info [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
MySpell
MySpell is a free spell checker, written to explore how affix compression could be implemented. It used to be included with the OpenOffice.org office suite and Mozilla client software, and was replaced with the more powerful Hunspell library between 2006 and 2008. MySpell license is based on the 2-clause BSD license, but has an additional clause requiring to explicitly mark any modified versions. Background MySpell was started by Kevin Hendricks in an attempt to integrate various open-source spelling checkers into the OpenOffice.org build. With a little prodding from Kevin Atkinson, the author of Pspell and Aspell, a new spelling checker (MySpell) was written in C++ that supported affix compression, based on Ispell. Locale (language) files Every locale (language for a specific territory) can have files for spelling, hyphenation and a thesaurus. These files will be all found together in one folder. The spell checking is done using the .aff file for the locale together with th ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Ispell
Ispell is a spelling checker for Unix that supports most Western languages. It offers several interfaces, including a programmatic interface for use by editors such as Emacs. Unlike GNU Aspell, ispell will only suggest corrections that are based on a Damerau–Levenshtein distance of 1; it will not attempt to guess more distant corrections based on English pronunciation rules. Ispell has a very long history that can be traced back to a program that was originally written in 1971 in PDP-10 Assembly language by R. E. Gorin, and later ported to the C (programming language), C programming language and expanded by many others. It is currently maintained by Geoff Kuenning. The generalized affix description system introduced by ispell has since been imitated by other spelling checkers such as MySpell. Like most computerized spelling checkers, ispell works by reading an input file word by word, stopping when a word is not found in its dictionary. Ispell then attempts to generate a list ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Hunspell
Hunspell is a spell checker and morphological analyser designed for languages with rich morphology and complex word compounding and character encoding, originally designed for the Hungarian language. Hunspell is based on MySpell and is backward-compatible with MySpell dictionaries. While MySpell uses a single-byte character encoding, Hunspell can use Unicode UTF-8-encoded dictionaries. Uses Software with Hunspell support: License Hunspell is free software, distributed under the terms of a GPL, LGPL and MPL tri-license. About the author Hunspell was developed by the Hungarian biologist and free software developer László Németh. His recent job as a lead programmer is related to also free software, especially to LibreOffice. He contributes for OpenOffice.org/LibreOffice, as a code contributor since 2002 (spell checking, hyphenation etc.). He also contributes and makes patches for Hunspell spell checker with Unicode, compound word and agglutinative language support; ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Enchant (software)
Enchant is a free software project developed as part of the AbiWord word processor with the aim of unifying access to the various existing spell-checker software. Enchant wraps a common set of functionality present in a variety of existing products/libraries, and exposes a stable API/ABI for doing so. Where a library doesn't implement some specific functionality, Enchant will emulate it. Enchant is capable of having multiple backends loaded at once. As of January 2021 it has support for 7 backends: * Hunspell (spell checker used by LibreOffice, Firefox and Google Chrome) Nuspell(modern spell checker compatible with Hunspell dictionaries) * Aspell (intends to replace Ispell) Hspell(Hebrew) Voikko(Finnish) Zemberek(Turkish) * AppleSpell (macOS) GNOME LaTeX and gedit rely on the gspell library, which uses Enchant. Enchant is currently licensed under GNU Lesser General Public License (LGPL), with an additional permission notice saying that any plugin backend can be loaded and used ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Virastyar
Virastyar (, meaning "editing assistant") is a Persian language, Persian Plug-in (computing), add-in for Microsoft Word that performs Persian spell checking, character standardization, Fingilish, Pinglish transliteration, punctuation correction and calendar conversion. It can conjugate approximately 46,000 simple verb tense, and use inflection and morphological rules to recognize possible extensions of a word. It covers approximately 2,800 non-verbal inflections for nouns, adjectives, adverbs, prepositions, numerals, classifiers, and pronouns. Virastyar is mostly coded in C Sharp (programming language), Microsoft Visual C# using .NET Framework and is a free software, released under the GNU General Public License. See also *Hunspell *GNU Aspell *Ispell *Enchant (software), Enchant References External links * * {{SourceForge, virastyar, Virastyar Free spelling checking programs Spell checkers ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Gajim
Gajim is an instant messaging client for the XMPP protocol which uses the GTK toolkit. The name Gajim is a recursive acronym for ''Gajim's a jabber instant messenger''. Gajim runs on Linux, BSD, macOS, and Microsoft Windows. Released under the GPL-3.0-only license, Gajim is free software. A 2009 round-up of similar software on Tom's Hardware found version 0.12.1 "the lightest and fastest jabber IM client". Features Gajim aims to be an easy to use and fully-featured XMPP client. Gajim uses GTK (PyGObject) as GUI library, which makes it cross-platform compatible. Some of its features: * Group chat support * Emojis, Avatars, File transfer * Systray icon, Spell checking * TLS, OpenPGP and end-to-end encryption support * Transport Registration support * Service Discovery including Nodes * Wikipedia, dictionary and search engine lookup * Multiple accounts support * D-Bus Capabilities * XML Console * Jingle voice and video support (using the "python-farstream" library, no support ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Gedit
gedit ( or ) is a text editor designed for the GNOME desktop environment. It was GNOME's default text editor and part of the GNOME Core Applications until GNOME version 42 in March 2022, which changed the default text editor to GNOME Text Editor. Designed as a general-purpose text editor, gedit emphasizes simplicity and ease of use, with a clean and simple GUI, according to the philosophy of the GNOME project. It includes tools for editing source code and structured text such as markup languages. It is free and open-source software under the GNU General Public License version 2 or later. gedit is also available for macOS and Windows. By July 2017, gedit was not being maintained by any developers, but in August 2017 two developers volunteered to commence work on it again. Features gedit includes syntax highlighting via GtkSourceView for various program code and text markup formats including MediaWiki. gedit also has GUI tabs for editing multiple files. Tabs can be moved ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
File Transfer Protocol
The File Transfer Protocol (FTP) is a standard communication protocol used for the transfer of computer files from a server to a client on a computer network. FTP is built on a client–server model architecture using separate control and data connections between the client and the server. FTP users may authenticate themselves with a plain-text sign-in protocol, normally in the form of a username and password, but can connect anonymously if the server is configured to allow it. For secure transmission that protects the username and password, and encrypts the content, FTP is often secured with SSL/TLS (FTPS) or replaced with SSH File Transfer Protocol (SFTP). The first FTP client applications were command-line programs developed before operating systems had graphical user interfaces, and are still shipped with most Windows, Unix, and Linux operating systems. Many dedicated FTP clients and automation utilities have since been developed for desktops, servers, mobile d ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |