- Multiple clients. SPELLINK Server can process spell-checking requests from multiple clients simultaneously.
- Multilingual capabilities. Currently SPELLINK Server supports 6 languages: English, French, German, Russian, Spanish and Ukrainian.
- Multilingual text processing. SPELLINK Server allows changing the spelling language on-the-fly during the spell-checking session from the Dictionary language menu.
- User dictionary. Users can add their own words to a user dictionary at run-time. Words in the user dictionary may be offered as suggestions for misspelled words.
- User dictionary editing. Not only can users add their own words to the user dictionary, but also edit the dictionary (add, modify or delete).
- Spelling options. SPELLINK Server offers various spelling options to make spell-checking process more accurate.
- Case sensitive. Incorrect capitalization can be reported as a misspelling. Dictionaries included with SPELLINK Server contain correct capitalization forms.
- Doubled word detection. SPELLINK Server detects repeated words and suggests its deletion.
SPELLINK Server
works via standard client-server model and provides COM interfaces for its core functions. It can
be installed as a component on any NT-machine and easily maintained as a web server on top of Microsoft Internet Information Server.
SPELLINK Server
should work as
online service
to check user forms or as
offline service
to check any documents on the server.
Therefore, web-service providers, for example, can use SPELLINK Server to incorporate spelling checking facility to their web-solutions
in two forms:
- As a complete web-solution with corresponding web-interface. SPELLINK Server includes a Cute Spellink HTTP-client which looks
very alike to familiar desktop spelling dialogs and can be used as a spell-checking form in most cases and at most web-servers. It is
written in JavaScript and works on any user platform and in any web browser.
- As a back-room server to spell-check textual data flow inside web-server. SPELLINK Core Server is implemented as a COM-module and
can be quickly integrated with other web server applications. Functions could be invoked from scripts (JavaScript, VBScript) or C++ modules.
SPELLINK Core Server also provides XML output format.
Both Core Server and Cute SPELLINK Client have simple and explicit SDK.
With an access to Spellink service, you can check spelling of TXT, HTML, XML, and RTF documents formats.