Quicktag is a 32-bit DLL for tagging and disambiguating sentences. It can efficiently tag (identify the possible grammatical categories of words), lemmatize (identify the root form of words), and disambiguate (indicate the actual grammatical category of words) English text. Quicktag utilizes a sound linguistic approach, whereby tagging is not done on a statistical basis but on linguistic data, using a dictionary, derivational and inflectional suffixes, prefixes, and, derivation rules. The accuracy of tagging is over 99%. The accuracy of disambiguation is over 95%. QuickTag can disambiguate over 200K of text per second on an entry-level pentium machine. Quicktag can be used with Visual C++, Visual Basic, and, Borland C++ Builder. |