freebase Questions
2
Solved
(Note: See also the related question Can browsers react to Set-Cookie specified in headers in an XSS jquery.getJSON() request?)
I can't seem to set a cookie (whose name is mwLastWriteTime) in the ...
Inter asked 24/11, 2010 at 1:11
1
Solved
I'm using the Freebase Python library. It creates a log before executing:
self.log = logging.getLogger("freebase")
Where is this log in the file system? It's not in the executing directory or t...
2
Solved
I can't find anything in freebase's docs about it but it seems they limit the number of results to 100. For example:
[{
"type":"/base/popstra/celebrity",
"name":null
}]
Returns only 100 result...
1
Solved
I'm trying to write an MQL query that filters out null values.
The query I have now (can be executed using the MQL Query Editor):
[
{
"/common/topic/image" : [
{
"id" : null
}
],
"article"...
© 2022 - 2024 — McMap. All rights reserved.