Skip to content

Commit 060fa11

Browse files
committed
added initial support for windows
1 parent c25995d commit 060fa11

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ QuickUMLS (Soldaini and Goharian, 2016) is a tool for fast, unsupervised biomed
88
It takes advantage of [Simstring](http://www.chokkan.org/software/simstring/) (Okazaki and Tsujii, 2010) for approximate string matching.
99
For more details on how QuickUMLS works, we remand to our paper.
1010

11-
This project should be compatible with both Python 2 and 3 and run on any UNIX system (sorry, no Windows support). **If you find any bugs, please file an issue on GitHub or email the author at luca@ir.cs.georgetown.edu**.
11+
This project should be compatible with both Python 2 and 3 and run on any UNIX system (support for Windows is experimental, please report bugs!). **If you find any bugs, please file an issue on GitHub or email the author at luca@ir.cs.georgetown.edu**.
1212

1313
## Installation
1414

setup_simstring.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if [[ ! -z "$2" ]]
1212
then
1313
RELEASE_VERSION="$2"
1414
else
15-
RELEASE_VERSION="1.1.2"
15+
RELEASE_VERSION="1.1.3"
1616
fi
1717
RELEASE_FILENAME="${RELEASE_VERSION}.tar.gz"
1818

0 commit comments

Comments
 (0)