Skip to content

glutanimate/hunspell-en-med-glut

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
April 10, 2014 05:00
January 4, 2017 18:53
April 10, 2014 05:00

Hunspell Dictionary of English Medical Terms

Overview

This is a dictionary of English medical terms for Hunspell. It is based on two prominent medical dictionary projects:

The two sources have been merged, deduplicated, corrected, and converted into a Hunspell dictionary file.

Details

Number of Terms:    90142
Contents:           drug names (up-to-date with FDA-approvals as of 2014-04-02, trade and generic names),
                    anatomical terms, dermatological terms, internal medicine terms, surgical terms,
                    DSM-IV terms, ICD-9 terms, and many more
Author:             (c) 2014-2017 Aristotelis P. (https://github.com/Glutanimate)
Original Authors:   (c) 2007-2014 R. Robinson <info@e-medtools.com>, 
                    (c) 2009-2014 Rajasekharan N. <https://plus.google.com/u/0/+Rajasekharan-N/>
Original Sources:   - OpenMedSpel by R. Robinson of e-MedTools (Version 2.0.0, released 2014-01-21)
                      <http://www.e-medtools.com/openmedspel.html>
                    - MTH-Med-Spel-Chek by Rajasekharan N. of MT-Herald (released 2014-04-02)
                      <http://mtherald.com/free-medical-spell-checker-for-microsoft-word-custom-dictionary/>
License:            GNU GPL v3 (see LICENSEs for more information)

Installation

git clone https://github.com/Glutanimate/hunspell-en-med-glut.git
cd hunspell-en-med-glut
sudo cp en_med_glut.dic '/usr/share/hunspell/en_med_glut.dic'
sudo mkdir -p /var/lib/dictionaries-common/hunspell
sudo cp hunspell-en-med-glut /var/lib/dictionaries-common/hunspell/hunspell-en-med-glut

###Usage

From the command-line:

hunspell -d en_US,en_med_glut -a < input_file.txt

Warranty

This software comes with no warranty of any kind. Some misspelled words might be included.

Issues with LibreOffice

The following bugs might prevent this dictionary from working properly with LibreOffice:

If you are experiencing any of these you might want to try my workaround dictionary, instead.

About

Hunspell dictionary of English medical terms

Resources

License

Stars

Watchers

Forks

Packages

No packages published