3. Installing and running CSpell - NCBI-Codeathons/Use-UMLS-and-Python-to-classify-website-visitor-queries-into-measurable-categories GitHub Wiki

(Optional - not part of MVP.)

CSpell - Spell checker for consumer health/medical language

Near the end of Phase 1, this project generates spelling suggestions for terms that have failed several matching processes. The tool used is CSpell.

The pilot project is running the Windows version with the following command-line options:

cspell -i:cspell_infile.txt -si -o:cspell_result.txt

Explanation on CSpell site

To test the installation, use cspell -p, misspell something, and press Enter.

Improving your results

Customize by adding words you don't want flagged into the file data/dictionary/check.dic.