QuickUMLS Versions Save

System for Medical Concept Extraction and Linking

1.4.0

4 years ago
  • [NEW] Added support for unqlite as an alternative to leveldb for storage of CUIs and Semantic Types. This allows creating multiple QuickUMLS matchers with from the same installation.
  • [NEW] added support for conversion of all uppercase words (#48, thank you @sandertan!).
  • [NEW] Automatically downloads SpaCy data for selected language if missing.
  • [FIX] Mitigated #52.

1.3.0

4 years ago
  • [NEW] QuickUMLS is finally pip installable! (Fixes #18)

1.2.6

5 years ago
  • [NEW] Added support for CygWin and MinGW.

1.2.5

5 years ago
  • [FIX] Solves #28

1.2.4

5 years ago

This minor release improves multi-lingual support and fixes some bugs.

  • [NEW] QuickUMLS now honors language chosen during installation
  • [FIX] Switched from SpaCy to NLTK for stopwords detection to fix #22
  • [FIX] Bugfix for #24

1.2.3

6 years ago
  • [FIXED] closed issue #12 which was causing issues in installation when using Python 2.

1.2.2

6 years ago
  • [NEW] added experimental support for Windows, thanks to @CristiFati

1.2.1

6 years ago

1.2

6 years ago
  • [NEW] Added option for new languages
  • [NEW] Added support for client/server architecture
  • [CHANGE] Modified logging to be more clear
  • [CHANGE] Updated documentation

1.1.2

7 years ago
  • [CHANGE] Minor bugfixes with installation script.