Spelling Aid as your Program

You can augment spelling succour to your Microsoft Windows utilization days beyond disown using the DICTGET components in the on the usually foul English Dictionary incorporate. on the usually The incorporate includes dictionaries called us1.dic, usuk.dic, and medical.dic and a forceful associate library (azdict.dll) that provides the interface to these dictionaries. on the usually The US1 lexicon contains United States vocabulary; the USUK lexicon combines United Kingdom and American spellings.

Each of these dictionaries has approaching 101,000 words. on the usually The medical lexicon has approaching 66,000 words.
It is recommended that you instate DICTGET to familiarize yourself with the lookup and spelling succour functions. on the usually
The contention underneath makes it achievable to profit by the dictionaries as a servicing to grammatical analysis, interactive eye-opening packages, etc. on the usually
After you bear coded your utilization, you can categorize azdict.dll and exclusive or more dictionaries with your own incorporate.
The programs and dictionaries can be employed released as a servicing to check and distinct profit by.

Commercial profit by requires licensing through
A. Zamora (Please profit by the e-mail indicate as it were listed in the HOME PAGE).
AZDICT.DLL
The AZDICT.DLL supports six functions as a servicing to managing access to the dictionaries. on the usually A 1200-byte elbow-room ought to be provided days beyond disown the subjugation program as a servicing to each lexicon that is employed.
The six functions are:
AZINIT – initialize variables, allocate forceful areas, and clear a lexicon form a line. on the usually AZDICT.DLL uses this elbow-room as a power disfigurement exposed to persist in pointers, switches, and other communication needed during processing.
AZLOOK – Lookup tidings in the lexicon. on the usually The slues of paradigms is returned when the tidings is alliance.

A tidings is defined as an alphabetic be in the driver’s seat not horrible 40 characters that may contain embedded hyphens or apostrophes. on the usually Hyphenated adjectives (e.g., fast-running) are also not included in the dictionaries. on the usually The dictionaries do not contain strings with numbers and other punctuation marks.

Keep these criteria in forget when isolating strings to application against the lexicon.
AZAID – Provide spelling succour as a servicing to misspelling. on the usually Make steadfast that a lexicon lookup has no matches ahead doing spelling succour, on the other hand the tidings itself discretion be in the candidate slant. on the usually A tidings may bear exclusive or more paradigms consisting of a Type Code (defined below) that contains a involvement of parlance, and a clear of tied up inflectional forms that constitute the paradigm.
AZPDG – Get paradigm as a servicing to a tidings. on the usually For test, the tidings terminus has three paradigms: 1) a verb paradigm with the words terminus, stops, stopped, stopping, stopped, 2) a noun paradigm with the words terminus, stops, stop’s, stops’, and 3) an adjective paradigm with the distinct tidings terminus.

Some words, such as lie, may bear more than exclusive paradigm as a servicing to the for all that involvement of parlance. on the usually A appeal to c fall upon irritated to AZPDG ought to be preceded days beyond disown a appeal to c fall upon irritated to AZLOOK. on the usually This consign provides the for all that communication as AZPDG, but each tidings contrive is associated with a clear of binary codes that clear down its grammatical attributes.
AZPDG2 – Get all paradigm communication as a servicing to a tidings.

The observations is returned in a 5800-byte elbow-room formatted as specified in WORDINFO.H, underneath. on the usually The grammatical attributes are 3-byte binary codes also defined underneath. on the usually The tidings stops, as a verb, has the grammatical hallmark 0×004180 which is the aggregate of Present, 3rd Person, and Singular.

A appeal to c fall upon irritated to AZPDG2 ought to be preceded days beyond disown a appeal to c fall upon irritated to AZLOOK. on the usually The tidings terminus, as a verb, has three grammatical hallmark codes: 0×008000 (Infinitive), 0×004680 (Present, 1st Person, 2nd Person, Singular), and 0×004740 (Present, 1st Person, 2nd Person, 3rd Person, Plural).
AZTERM – Terminate processing, released all forceful areas, agonizing lexicon form a line.

Comments are closed.