-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release Notes: - [NEW] Added support for [unqlite](https://github.com/coleifer/unqlite-python) 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](#48), thank you sandertan@!). - [NEW] Automatically downloads SpaCy data for selected language if missing. - [FIX] Mitigated [#52](#52).
- Loading branch information
Showing
6 changed files
with
103 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,9 @@ | |
# https://github.com/explosion/spaCy/blob/master/spacy/about.py | ||
|
||
__title__ = 'quickumls' | ||
__version__ = '1.3.0r4' | ||
__version__ = '1.4.0r1' | ||
__author__ = 'Luca Soldaini' | ||
__email__ = '[email protected]' | ||
__license__ = 'MIT' | ||
__uri__ = "https://github.com/Georgetown-IR-Lab/QuickUMLS" | ||
__copyright__ = '2014-2019, Georgetown University Information Retrieval Lab' | ||
__copyright__ = '2014-2020, Georgetown University Information Retrieval Lab' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters