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 |
|