Because of a lapse in government funding, the information on this website may not be up to date, transactions submitted via the website may not be processed, and the agency may not be able to respond to inquiries until appropriations are enacted. The NIH Clinical Center (the research hospital of NIH) is open. For more details about its operating status, please visit cc.nih.gov. Updates regarding government operating status and resumption of normal operations can be found at OPM.gov
Frequently Asked Questions
(Please read before asking a question)
Third party software | License |
---|---|
Apache Commons Codec | The APACHE software foundation license |
GNU CYGWIN package | GNU General Public License (GPL) |
... import gov.nih.nlm.nls.cSpell.Api.CSpellApi; ... # Instantiate a CSpellApi with CSpell config file String configFile = "/CSpell/cSpell2018/data/Config/cSpell.properties"; CSpellApi cSpellApi = new CSpellApi(configFile); ... # process inText and save to outText String outText = cSpellApi.ProcessToStr(inText); ...Please refer to:
Component | Limitation | Notes |
---|---|---|
Detector | Words are not in the dictionary will be detected as non-word with exceptions |
|
Candidates | Max. edit distance of correction (from error) is 2 |
|
Context score | Corrected word and context information must be in the training corpus for using context-dependent correction |
|