This document is the API specification for LexCheck, 2013 release.
This API is packed in lexCheck2013.tgz and includes the following Java packages:
- gov.nih.nlm.nls.lexCheck.Api
- gov.nih.nlm.nls.lexCheck.Cat
- gov.nih.nlm.nls.lexCheck.Cat.Adj
- gov.nih.nlm.nls.lexCheck.Cat.Adv
- gov.nih.nlm.nls.lexCheck.Cat.Aux
- gov.nih.nlm.nls.lexCheck.Cat.Det
- gov.nih.nlm.nls.lexCheck.Cat.Modal
- gov.nih.nlm.nls.lexCheck.Cat.Noun
- gov.nih.nlm.nls.lexCheck.Cat.Pron
- gov.nih.nlm.nls.lexCheck.Cat.Verb
- gov.nih.nlm.nls.lexCheck.CkLib
- gov.nih.nlm.nls.lexCheck.Compl
- gov.nih.nlm.nls.lexCheck.Gram
- gov.nih.nlm.nls.lexCheck.Lib
- gov.nih.nlm.nls.lexCheck.Tools
The packages of gov.nih.nlm.nls.lexCheck.Api are the most useful packages and users and should be paid more attention to. LexAccess and LexBuild use this package as well. The packages of gov.nih.nlm.nls.lexCheck.Tools includes 4 common used command line programs which utilize the API package. The other packages are used as supporting packages for the API to work. End users may skip the other packages.