You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the MetaMap server (mmserver) is running on different machine other than the one the Java api client is running, we can specify the hostname of the MetaMap server when instantiating the api.
MetaMapApi api = new MetaMapApiImpl("resource.example.org");
Is such option available in pymetamap?
The text was updated successfully, but these errors were encountered:
PrashantN86
changed the title
How to access metamap if client and server are on different machine?
Access metamap if client and server are on different machine?
Nov 19, 2018
If the MetaMap server (mmserver) is running on different machine other than the one the Java api client is running, we can specify the hostname of the MetaMap server when instantiating the api.
Is such option available in pymetamap?
The text was updated successfully, but these errors were encountered: