Installation of Metamap tools under Windows
First, Main Metamap installation
Prerequisties
- 12G disk space
- JAVA6 or newer JRE or SDK installed
Downloading
The distribution is available at the Metamap Main Download Page url:http://metamap.nlm.nih.gov/maindownload.shtml
Graphical installation
Double-click "Install Metamap.bat" in the PUBLIC_MM directory and follow the prompts to provide the installation path and Java installation path.
CMD command-line installation
Execute the Install.bat in the bin to
Second, Metamap Java API installation
Before installing the Metamap Java API, you need to install the main metamap first.
Downloading
Http://metamap.nlm.nih.gov/JavaApi.shtml
Installing
- Unzip the downloaded package, such as Public_mm_win32_javaapi_2014.rar
- Copy and replace the files under the extracted public_mm to the public_mm of the original installed main metamap.
- Reinstall the Install.bat in bin using the command line
Third, using Metamap server
When invoking the Metamap Java API, the service needs to be run according to usage requirements, typically running two:
- Starting supporting servers: Run under command line Bin\skrmedpostctl_start
- Runing the METAMAP server: Run under a named row Bin\mmserver{2-digit-year}.bat
Next, you can call the API
Installation of Metamap tools under Windows