Demographics search in italian language with Facebook Marketing API - facebook-graph-api

Good day.
Using Facebook Ad I can include public with demographics caracteristics same as education, sentimental relation, work position, etc. in italian language.
With search on Graph API Explorer I can only search some of them in english language excluding locale parameter.
With old version of marketing apis using adeducationmajor, adworkposition, etc, I obtainied the local values of them.
Now not.
It's possibile obtain it in a same way as adinterest?
Best regards.
Stefano Errani

Related

Google Cloud Platform Natural Language API v1beta2

I am doing my dissertation on sentiment analysis on transcriptions of oral testimonies and have a few questions/clarifications regarding the programming behind Google Cloud's Natural Language API v1beta2.
I assume that it is a combination of lexicon-based methods and machine learning based methods of sentiment analysis but would appreciate confirmation of this.
What language model does Google NLP use? (I am guessing something involving deep learning and Tensorflow but am not sure)
What source material was the language model trained on? And was
anything like SentiWordNet or WordNet used?
If the API can detect both implicit and explicit sentiment?
Is the tool only capable of working in English or can it translate/trace sentiment in, for example, German or Polish?
I am open to any and all answers. Also, if anyone knows of any official Google document which lists this information that would also be appreciated. Thank you.
We're currently using a large CNN implemented in TF. The model in the Cloud NL API does not use a LM. The API can detect both implicit and explicit sentiment, but it does not differentiate between them. The Sentiment API supports English, Spanish, French, German, Portuguese, Korean, Japanese, and Chinese
Source: I'm the Product Manager for NLU Research # Google/Alphabet.

Oracle APEX Application Builder's Search Application Functionality

Does anyone know how "Search Application" functionality of Oracle APEX's Application Builder implemented. Are there any APIs that developer's can take advantage? I would like to search for a text in apex application source code.
Any suggestions would be of great help.
You can use Oracle Text to help find and markup results for hetergenous data. Here is my old session on the topic, and I've seen a few others around.
https://www.slideshare.net/ScottWesley/oracle-text-in-apex
Oracle's learning library:
https://apexapps.oracle.com/pls/apex/f?p=44785:24:6694877585964::NO:RP,24:P24_CONTENT_ID,P24_PREV_PAGE:8961,2
The results probably use the detail view of an IR, or a template defined for a classic report. In 5.2 the search feature uses different technology - Spotlight search.
APEX metadata can be found in a number of dictionary views, depending on what source code you're looking for. See apex_dictionary view.
Update Oct 2018
Daniel H has created a new plugin, leveraging the spotlight search functionality available in the 18.x app builder.
https://github.com/Dani3lSun/apex-plugin-spotlight

QuarkXPress XDK

Recently I've been given the QuarkXPress XDK (the QuarkXPress SDK) to develop Xtension for our news editorial software (VB 6 based) which basically flows the story matter from the database on to the QuarkXPress document (for example Classifieds). this news editorial software can flow the story on PageMaker 6.0 but our client wants it to be QuarkXPress and not Pagemaker.
is there a tutorial (other than the XDK Documentation) ?.
how to go about because the XDK is C++ Based and its going to take a long time to develop the XTension.
Quark only supply the XDK to registered developers, who have access to the developer desk email address. The person who supplied you with the XDK should be able to give you access. Quark do also ocassionally run developer camps for new developers. Other than that, the best advice I can give is to start with one of the Sample XTensions and base your XT on that.
You'll need to know your base developer ID, assign by Quark. Whoever supplied you with the XDK should also know the base developer ID you should use, and what XT IDs from the base ID have already been used. Your XT will need it's own unique XT ID generated from the base developer ID.

Geocode Area Names of a City to get Lat and Long

I have a list of areas names in my City and i need the Lat and Long of the same.
Is there any service which i can use the get the Data ?
I dont wanna use any map. I would like to make simple api calls and get the lat long via json or xml.
Though the question is already answered I would like to add that google is not the only service which provides geo coding support, few main providers are listed below
Available Solutions for the Address / ZipCode to (latitude, longitude) mapping...
Google API, http://code.google.com/apis/maps/documentation/geocoding/ )
The most popular due to Google’s name.
Extensive support available on internet (less development time).
Alas! not available freely for non-commercial usage.
The free version has 2500 queries/day limitations. ( http://code.google.com/apis/maps/documentation/geocoding/ )
Their is one clause in “Usage Terms” which says the result must be displayed in google maps, reference http://code.google.com/apis/maps/documentation/geocoding/#GeocodingRequests terms and conditions are mentioned here. http://code.google.com/apis/maps/terms.html#section_10_12
Nominatium, (http://wiki.openstreetmap.org/wiki/Nominatim )
A less common organization which provides an open source, free ware solution for the address to (latitude, longitude) mapping.
Can be also used in commercial projects.
Their are no restrictions for number of queries per day and no hidden clauses in “usage terms”.
Since the organization itself is not much popular, very less support is available.
Yahoo API, http://developer.yahoo.com/geo/placefinder/
Another popular API like google’s but some what more available.
supports upto 50000 requests per day.
Like google extensive support is available.
Yahoo encourages us to use the “powered by yahoo logo” but doesn’t force us for that. ( http://info.yahoo.com/legal/us/yahoo/api/api-2140.html )
Can be used for non-commercial purposes (I have read Yahoo Terms and doesnt find any clause which restricts us in doing that, reference http://info.yahoo.com/legal/us/yahoo/maps/mapsapi/mapsapi-2141.html ).
YQL (Yahoo Query language see:- http://developer.yahoo.com/yql/ )
A SQl based query language which queries yahoo web service. for example if we have a zip code “382025” we can write a YQL as [ select centroid from geo.places where text="Enter some pin code here"].
Yahoo encourages us to use YQL in commercial applications. (http://developer.yahoo.com/yql/faq/ )
Most number of allowed queries as compared to all other options. (see http://developer.yahoo.com/yql/faq/ ).
Support (?).
You can use the Google Geocoding service:
REST format:
http://code.google.com/apis/maps/documentation/geocoding/index.html
JavaScript:
http://code.google.com/apis/maps/documentation/javascript/services.html#Geocoding
EDIT: For those too lazy to read, here's the REST format example..
xml response:
http://maps.googleapis.com/maps/api/geocode/xml?address=Bangalore&sensor=false
json response:
http://maps.googleapis.com/maps/api/geocode/json?address=Bangalore&sensor=false

Corporate site search

Having a small, SEO-friendly corporate site behind a basic password protection scheme, I'd like to add a basic search facility by using one of the off-the-shelf solutions. (I don't mind Google, or Yahoo having the site's content, as long as it doesn't leak to the web).
Google doesn't seem to support this, so I'd like to ask the SO community for recommendations, and pros/cons of each (preferably free) solution? (Rolling my own is the least prefered solution)
Wikipedia has a nice list of Enterprise Search Vendors which links to information about each of them. It's a bit difficult to recommend certain ones without knowing what breadth of features you are looking for past text indexing.
Xapian is one of the free solutions that is readily availible to integrate with your existing applications in several languages, they also have Omega which is a packaged search solution.
If you can run PHP on your site, Wrensoft's Zoom Search Engine is pretty good. It's free for sites under 50 pages, and cheap for larger sites. I use it for my site at http://entrian.com/source-search/ if you want to see it in action. (I'm not affiliated with Wrensoft - just a happy user.)