-
Notifications
You must be signed in to change notification settings - Fork 43
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
Not work for Russian language #29
Comments
Hi @zabihimayvan , Our online instances was selected considering DBpedia branches that are online - we have noticed that http://ru.dbpedia.org is not available since 2017 :(
and then use it http://localhost:2227/rest/annotate?text=Москва All the best, |
Thank you very much for your response. Actually, I had some problems in setting my local machine as the server when I wanted to use Dbpedia locally. So, I am using it online. Is there any way to have an online address (endpoint) for Russian language? |
Setting up spotlight using the docker image is really straightforward. The DOCKER_HOST might be different from localhost when using docker-machine. |
Hi zabihimayvan, How did you install it? Do you have Jar file? |
Unfortunately, I installed the docker file, but it didn't work for me.
Although I really needed the package for Russian language, I ignored it.
Please let me know if you find any solution.
Thanks,
Mahdieh
…On Tue, Jul 24, 2018 at 7:51 PM GAUTAM SHAHI ***@***.***> wrote:
Hi zabihimayvan, How did you install it? Do you have Jar file?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#29 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/Aacm-fh3k_DncUgwN6JrarckvGoymLrCks5uJ7LlgaJpZM4U0UtE>
.
|
Hi,
Thank you.
I am struggling to install it. I will let you know, I am trying to fixed it.
They develop the project for name once the tenure of the project is over
they stop providing the solution.
Then I really don't understand the meaning if open source.
Regards,
On Wed, Jul 25, 2018, 01:54 Mahdieh Zabihimayvan <[email protected]>
wrote:
… Unfortunately, I installed the docker file, but it didn't work for me.
Although I really needed the package for Russian language, I ignored it.
Please let me know if you find any solution.
Thanks,
Mahdieh
On Tue, Jul 24, 2018 at 7:51 PM GAUTAM SHAHI ***@***.***>
wrote:
> Hi zabihimayvan, How did you install it? Do you have Jar file?
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <
#29 (comment)
>,
> or mute the thread
> <
https://github.com/notifications/unsubscribe-auth/Aacm-fh3k_DncUgwN6JrarckvGoymLrCks5uJ7LlgaJpZM4U0UtE
>
> .
>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#29 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADyFFsTOCgMh2TUAgz-XS1xz3pfUC2v6ks5uJ7OYgaJpZM4U0UtE>
.
|
Could you, please, provide us some log to help you? I totally understand your point but is not fair criticize without to provide a solution. I was paying for years a server to keep these endpoints available online and from I remember, you never asked how you could help on it. Remember: You have what you can pay for. Best, |
I tried to use spotlight for Russian language. I set the Host to both "http://api.dbpedia-spotlight.org/ru/annotate" and "http://model.dbpedia-spotlight.org/ru/annotate", but non of them works! I received the error below:
http://api.dbpedia-spotlight.org/ru/annotate Traceback (most recent call last): File "/.../testing.py", line 47, in <module> annot = get_annotations(text) File "/.../testing.py", line 12, in get_annotations confidence=0.4, support=20) File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/spotlight/__init__.py", line 192, in annotate pydict = _post_request(address, payload, filters, headers) File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/spotlight/__init__.py", line 51, in _post_request response.raise_for_status() File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/requests/models.py", line 939, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 502 Server Error: Proxy Error for url: http://api.dbpedia-spotlight.org/ru/annotate
I would be appreciative if you help me figure out how to solve it.
The text was updated successfully, but these errors were encountered: