Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Access metamap if client and server are on different machine? #35

Open
PrashantN86 opened this issue Nov 19, 2018 · 3 comments
Open

Access metamap if client and server are on different machine? #35

PrashantN86 opened this issue Nov 19, 2018 · 3 comments

Comments

@PrashantN86
Copy link

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?

@PrashantN86 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
@AnthonyMRios
Copy link
Owner

This has been something I want to add support for, however, it is not currently possible with pymetamap.

@PrashantN86
Copy link
Author

Thanks Anthony.
pymetamap has been really useful. Appreciate your efforts.
I will go ahead with the Java API for now for this usecase.

@AnthonyMRios
Copy link
Owner

No problem. I marked this with the "enhancement" tag. If I have time in the future, I will try to add this functionality.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants