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

I just want to simply use an API to link some entity in some sentence,what should i do? #35

Open
AQA6666 opened this issue Mar 31, 2021 · 3 comments

Comments

@AQA6666
Copy link

AQA6666 commented Mar 31, 2021

I have seen that there are https://opentapioca.org/ and https://opentapioca.org/api/nif, but I don't know can and how to use them in my python program.Could you please help me? thank you

@wetneb
Copy link
Member

wetneb commented Mar 31, 2021

Here is a way to query the API using CURL:

curl 'https://opentapioca.org/api/annotate'  --data 'query=Associated+Press+writer+Julie+Pace+contributed+from+Washington.'

You should be able to adapt this to Python :)

@shigapov
Copy link

shigapov commented Sep 9, 2021

Hi Antonin! Are there any other parameters available for the API? I would add them to spaCyOpenTapioca.

@wetneb
Copy link
Member

wetneb commented Sep 9, 2021

Thanks for making this! No that's the only parameter it supports currently.

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

No branches or pull requests

3 participants