As an example Google Maps place result. Features information about whether a location is within a larger complex. The google search result knowledge pane features this same information.
Is this available on a google api that can be queried via…
I want to use NLP with elasticsearch. I have been able to achieve one level by using Open NLP plugin as mentioned in comments of this question. I am getting entities like person, organization, location etc indexed while inserting documents.
I have a…
I am thinking of how suitable knowledge graphs such as "Google Knowledge Graph", "WordNet", "Yago", or "FreeBase" is for representing facts including a preposition or adjective.
For example, "Obama has a daughter" can clearly be represented by node…
I was playing around with the Knowledge Graph API recently, but can't really get it to return anything useful.
My scenario is this: I query the API for maxim gorki theater, and it rightly returns the entry for the theater in Berlin. Now, on the web,…
I've been using the Knowledge Graph API for a few months now. I just received a 400 "Request contains an invalid argument". I believe the API is having an outage or undocumented new requirement.
Here are…
I couldn't find a use-case or example of ids param in Google Knowledge Graph API. And every time I try putting any id in that field I get an error : "Request contains an invalid argument.". I have tried putting all possible arguments there like…
in my experiment, I am using WordNet18 data, which contains triplets of the form (subject, predicate, object), some examples are as follows:
03964744 _hyponym 04371774
00260881 _hypernym 00260622
02199712 _member_holonym 02188065
I…
I volunteer in a communal library and I'm in charge of the digital transition.
I'm using the free and open-source software PMB and I want to automate the retrieval of book titles with the Knowledge Graph API (which is not possible with PMB, or I…
I am trying to use the Google Knowledge graph API. I already have the API key and also use the library instead of the RESTful API.
kgSearch = Kgsearch::KgsearchService.new
response = kgSearch.search_entities(query: query)
I have tried to…
Is it possible to ask a question like "how tall is the Eiffel Tower?" using google knowledge graph api? If not what is the correct api to use?
when i try…
I'm currently working on a behavioral targeting application and I need a considerably large keyword database/tool/provider that enables applications to reach to the similar keywords via given keyword for my app. I've recently found that Freebase,…
Currently I'm working on a project that require me to collect celebrities followers number (from instagram or facebook).
To get that number, i have to get
1. celebrities instagram link
2. celebrities facebook link
3. send a request to instagram or…
I am currently working on a project where I need to convert a JSON file into RDF format using the CARML processor. Additionally, I need to perform arithmetic operations on the data during the conversion process. Specifically, I want to subtract two…
I am browsing a list of all available labels for images in OpenImages here. There are thousands of labels, like cockroach, ant, insect. As we can see, they are not totally unrelated, ant and cockroach "belong" to the insect label category. Clearly…
I'm calling the KG API:
https://kgsearch.googleapis.com/v1/entities:search?key=----key-----&limit=1000&languages=en&types=&prefix=true&query=dog
&prefix=true so I expect to see only results with names that starts with dog, but I see a few which…