Skip to content
Commits on Source (13)
This diff is collapsed.
## 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:
- [OpenMedSpel](http://www.e-medtools.com/openmedspel.html) by e-MedTools
- [MTH-Med-Spel-Chek by Rajasekharan N. of MT-Herald](http://mtherald.com/free-medical-spell-checker-for-microsoft-word-custom-dictionary/)
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:
- https://bugs.launchpad.net/ubuntu/+source/language-support-extra-de/+bug/363619
- https://bugs.launchpad.net/ubuntu/+source/openoffice.org/+bug/329968
- https://bugs.launchpad.net/medicalterms/+bug/401423
If you are experiencing any of these you might want to try [my workaround dictionary](https://github.com/Glutanimate/hunspell-en-med-glut-workaround), instead.
\ No newline at end of file
OpenMedSpel for OpenOffice.Org
Release Date - May 13, 2008
OpenMedSpel is released under the GPL license.
Please visit our WebSite at:
http://www.medspel.com
OpenMedSpel is a spelling word list that contains thousands of medical terms.
Terms include:
Thousands of Drug Names, up to date with FDA approvals as of January 10, 2007 (trade and generic names)
Anatomical terms
Dermatological terms
Internal Medicine Terms
Surgical Terms (Including orthopedics and urology)
DSM-IV Terms
ICD-9 Terms
and many more
We can be reached for comments or questions by email at test@e-medtools.com
Warranty - This software carries no warranty of any kind. Every effort has been made to ensure that the words included in this dictionary are spelled correctly, but some misspelled words may be incorporated into the files.
The OpenMedSpel word list was created by R Robinson and is copyright 2007-08 by R Robinson.
\ No newline at end of file
This package is missing a watch file because the upstream
version uses no versioning. An attempt was made to contact
the upstream author but there was no reponse. The email
message follows:
Date: Sun, 10 Feb 2013 13:29:06 -0500
To: test@e-medtools.com
Subject: Debian Packaging for OpenMedSpel for Hunspell
Hi,
I am working on a Debian package for OpenMedSpel for Hunspell [0].
Because the version of the package is critical to Debian packaging [1],
it would be good if the version information could be applied to the
download file, like renaming the package to:
OMS_Hunspell-1.0.zip
(instead of the current OMS_Hunspell.zip)
This is important for packaging and is also used in the `debian/watch'
file. If this change can be made, it would help me in creating a proper
Debian package for OpenMedSpel for Hunspell.
Let me know if you have any questions.
[0] - http://anonscm.debian.org/gitweb/?p=debian-med/hunspell-en-med.git;a=summary
[1] - http://www.debian.org/doc/debian-policy/ch-binary.html#s-versions
[2] - http://wiki.debian.org/debian/watch/
Due to the absence of proper upstream versioning, we decided
to go with the format of 0.0.YYYYMMDD, where the date is the
date of creation of the youngest file.
hunspell-en-med (0.0.20080513-3) UNRELEASED; urgency=medium
hunspell-en-med (0.0.20140410-1) unstable; urgency=medium
* New upstream version
* Source is maintained at Github
* cme fix dpkg-control
* debhelper 10
-- Andreas Tille <tille@debian.org> Sun, 01 Jan 2017 23:13:43 +0100
* debhelper 11
* d/watch: Upstream is now tagging releases
* Use official info-hunspell
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.1.4
* Fix dict name
-- Andreas Tille <tille@debian.org> Fri, 06 Jul 2018 17:22:38 +0200
hunspell-en-med (0.0.20080513-2) unstable; urgency=medium
......
......@@ -4,11 +4,11 @@ Uploaders: Sukhbir Singh <sukhbir.in@gmail.com>,
Andreas Tille <tille@debian.org>
Section: text
Priority: optional
Build-Depends: debhelper (>= 10)
Build-Depends: debhelper (>= 11~)
Build-Depends-Indep: dictionaries-common-dev
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/hunspell-en-med.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/hunspell-en-med.git
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/med-team/hunspell-en-med
Vcs-Git: https://salsa.debian.org/med-team/hunspell-en-med.git
Homepage: http://www.e-medtools.com/Hunspel_openmedspel.html
Package: hunspell-en-med
......
README_en_MED.txt
README*
Language: English medical dictionary for hunspell
Hash-Name: en_MED
../hunspell-en-med-glut
\ No newline at end of file
en_MED.dic usr/share/hunspell
en_*.dic usr/share/hunspell
# See README.source as watch file is missing.
hunspell-en-med source: debian-watch-file-is-missing
version=4
opts=dversionmangle=s/.*/0.No-Release/ \
https://people.debian.org/~eriberto/ FakeWatchNoUpstreamReleaseForThisPackage-(\d\S+)\.gz
# Release tags requested in https://github.com/Glutanimate/hunspell-en-med-glut/issues/3
https://github.com/Glutanimate/hunspell-en-med-glut/releases .*/archive/@ANY_VERSION@@ARCHIVE_EXT@
This diff is collapsed.
Language: Hunspell dictionary of English medical terms
Hash-Name: en_med_glut
\ No newline at end of file