Skip to content

PaulBradley/msc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

     

Medical Spell Checker API

Based on https://hunspell.github.io/, msc adds 90,142 medical terms to an already comprehensive dictionary of English words.

msc was originally developed to passively spell check care plans as the data was pulled into a Discharge Summary Document. The msc API offers a free-to-use spell checker system which will be hosted on AWS as a Lambda Function URL.

Clinical systems will be able to pass text to the msc API and get a list of misspellings returned as JSON, along with a list of suggested replacements.

Users of the API will be able to request new words to be added to the dictionary by opening an issue.

TODO

  • Add dictionaries for surnames and forenames, so that patients and staff names don't get flagged as miss-spellings.

About

A Medical Spell Checking terminal command written in C#, with a Go wrapper to provide an API over HTTPS

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors