How get full description from freebase - freebase

I often get description of person that end in the middle of sentence like this:
https://www.googleapis.com/freebase/v1/text/en/dr_luke
Why it happens and how to get full descriptions?
Thank you

If the text came from Wikipedia, Freebase has only a snippet and you need to get the rest (or as much as you want) from Wikipedia.

Related

How to retrieve addresses within the zip code by zip code, I searched for the API, but it did not solve my problem

I now need to pass a zip code to get a detailed address list (the picture below has the desired effect), I try to use it https://geocode.search.hereapi.com/v1/geocode?qq=postalCode=D04+WR52, but it returns only the information of this zip code area, not the address list. I am very confused now. I use this API in the UK
The postal code is premium content to access, depending on your plan. Contact your vendor.
According to the docs, it looks like you need to use discover or autosuggest (not geocode)

How to only display traffic from particular sources in a Google Analytics dashboard widget

I can't believe this is as difficult as I'm finding it to be, so I must be missing something obvious!
I want to track data from two particular ads, one on TheSixFifty.com and one in the mountain view voice email newsletter. I've gotten as far as identifying these two sources in a table:
https://imgur.com/a/ljbeonT
I want to only display those two sources, so I thought a filter would be the way to do that, set up like so:
https://imgur.com/p7lBxnk
But that results in this sad, sad empty table:
https://imgur.com/hOzdOdu
Please tell me what I am doing wrong! Does "containing" not mean what I think it does? Help!
You're right - it is something simple!
Your filter contains an AND statement, so it will only show data where the source contains BOTH mv-voice.com and TheSixFifty.com.
Your filter should look like:
Only show Source Matching RegEx:
(TheSixFifty|mv-voice)\.com
Here's a great intro to Regular Expressions from Robbin Steif's guide, they'll be incredibly useful for any analysis.

Upcoming football matches feed

Is there a way to add a feed or something to a website to show the upcoming football games (who's playing and at what time)?
I was thinking something like this: http://www.bbc.com/sport/football/fixtures
I think they have an RSS feed but I can't find how to utilise it. Is this even the right thing? I've never used any sort of feeds before.
I have found this: market.mashape.com/heisenbug/champions-league-live-scores I'm not sure if it displays the upcoming matches or not, but it's the closest thing I've found. Most of the sports APIs I've found seem to charge quite a lot per month to use. This one has a free version, but I don't fully understand it. It says 50 free per month, but 50 free what? Requests? If so, is it one 'request' per update (which is every 10mins with this plan)? Then it would only last just over 8hrs??? market.mashape.com/heisenbug/champions-league-live-scores/
Thanks
I did found two webpages which supplies the information you need. Since you didn't add source code, I think this answer will suit better for you.
First, enter to ScoresPro and pick any of the available sports rss feeds.
For this example I select Soccer.
Later, enter to Feedwind, paste the feed URL and press ENTER.
This is the result.

What doesn the url get format pattern like 1_*1 means

What does the following patterm means in the URL, these pattern seen on variety of url like Linkedin
Enpv_301654428_*1_*1_*1_*1_*1_*1_*1_*1_*1_*1_*1_*1_*1_*1_*1_*1_*1_*1_*1_*1_*1_*1_*1_*1_*1_*1_*1_*1_*1_*1_*1_*1_*1_*1_*1_*1_*1
is this sparse Matrix representation ?
For example
https://www.linkedin.com/groups?gid=5010991&goback=%2Enpv_301654428_*1_*1_*1_*1_*1_*1_*1_*1_*1_*1_*1_*1_*1_*1_*1_*1_*1_*1_*1_*1_*1_*1_*1_*1_*1_*1_*1_*1_*1_*1_*1_*1_*1_*1_*1_*1_*1&trk=prof-groups-membership-name
I know it's the value passed to the parameter goback, but what's the point to use this kind of strange looking values?
You may want to check this
this link!
It's basically a method to allow the system remember steps to go forward\backward in the navigation.
EDIT:
When you perform a search on LinkedIn, there are a number of facets on the left hand side of the search results page that you can use to refine your search, like company and location. When you click on a search result, it turns all of those facets into the *1_s and *2_s that you see in the URL. Those are used to construct the "Go back to Search Results" link, which will restore the facets you had selected.
This stackoverflow previous question may also help you.

Freebase MQL Query for Movie title in german Language

i was trying to find a way how to query freebase for a Movie title in other than english language, i know Freebase has the data, i found a Query to return the german title with MQL, but how can i get all the other stuff like starring, imdv id etc..
I played around with the MQL Console and tried various settings, but either the properties are unknown or Freebase doesn't understand the Sheme anymore like "film/film due wrong settings, also a "lang":"de" doesn't make any changes, or it returns an empty result, my idea was to use the allies section but couldn't figure out how to filter this out...
thx for help

Resources