Questions tagged [personality-insights]

The IBM Watson Personality Insights service uses linguistic analytics to infer cognitive and social characteristics, including Big Five, Values, and Needs, from communications that the user makes available, such as email, text messages, tweets, forum posts, and more. By deriving cognitive and social preferences, the service helps users to understand, connect to, and communicate with other people on a more personalized level.

IBM Watson Personality Insights enables deeper understanding of people's personality characteristics, needs, and values to help engage users on their own terms

The Personality Insights service uses linguistic analytics to infer cognitive and social characteristics, including Big Five, Values, and Needs, from communications that the user makes available, such as email, text messages, tweets, forum posts, and more. By deriving cognitive and social preferences, the service helps users to understand, connect to, and communicate with other people on a more personalized level.

Personality Insights is part of the Watson Developer Cloud, IBM's offering to allow creation of cognitive applications, by integrating Watson services from the cloud. The Developer Cloud is part of Bluemix, a Platform-as-a-Service cloud system.

69 questions
1
vote
1 answer

Bluemix Personality Insights code 500

Ive installed the sample directly into bluemix/devops services using the automatic install button with no changes. I click on "Analyze my Twitter Personality" and it takes me to this…
1
vote
1 answer

Watson Personality Insights Service for Android Application Sample

I want to use Personality Insights Service of IBM. I have downloaded Hello Wold sample code and trying to integrate Personality Insights Service in it. My code is like below. MainActivity.java package com.ibm.bms.samples.android.helloworld; import…
Maulik Dodia
  • 1,629
  • 2
  • 21
  • 48
1
vote
2 answers

If I want to do an analysis of a single Twitter user with 1000 tweets, do I have to make 1000 API calls to the Watson Personality Insights API?

I want to use the Watson Personality Insights API to analyze the personality traits of a particular Twitter user. This user has 1000 tweets. Do I have to call the Personality Insights API 1000 times in order to do this?
Daniel Toczala
  • 522
  • 2
  • 15
1
vote
2 answers

Cannot Connect to gateway.watsonplatform.net:443

i am trying to run the sample java application as described on https://www.ibm.com/smarterplanet/us/en/ibmwatson/developercloud/doc/getting_started/gs-full-java.shtml i have been able to set up my liberty server properly and i have been able to…
AbtPst
  • 7,778
  • 17
  • 91
  • 172
1
vote
1 answer

BlueMix service error with Android app - 'Unknown pattern character 'X''

I'm developing an android application and am attempting to integrate the Bluemix service - Personality Insights. However, due to a conflict with dates (Bluemix service is assuming a Java SimpleDateFormat which includes the symbol 'X', while…
1
vote
1 answer

HTTP post Request to IBM Personality insights with Android

I would like to make an HTTP post request to IBM Service Personality Insight using Android. I tried to use this code: private String mServer="gateway.watsonplatform.net"; private int mPort = 9081; private String mUser= "**USERID HIDDEN**"; private…
0
votes
1 answer

Where can I get watsonPI api documentation?

I was searching for API documentaion for Watson PI and came across https://cloud.ibm.com/apidocs/personality-insights#service-endpoint from the main page which leads to no where as the page is not available. Any idea where can I get the…
0
votes
1 answer

IBM Personality Insights Syntax Errors

I'm trying to learn the basic of how the IBM Watson Personality Insights API works before it shuts down at the end of this year. I have a basic text file that I want analyzed, but I'm having trouble getting the code to run properly. I have been…
0
votes
1 answer

Is there a way to access IBM cloud watson personality insights service now(19.12.2020)?

I am trying to access IBM Watson Personality Insight service through the IBM Cloud Catalog but it does not show up there. In the Personality Insight Documentation it is stated that this service will not be available from 1 December 2021 but I cannot…
0
votes
1 answer

What machine-learning algorithm does IBM Watson Personality Insights use?

I am trying to use the personality insights to predict the personality traits. While reading the document of the API, the detail of the science behand the API is not clearly stated. The service first tokenizes the input text to develop a…
0
votes
1 answer

IBM Watson issue

Could someone helpme with this issue This is my code curl -X POST -u "apikey:Zxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" ^ --header "Content-Type: text/plain;charset=utf-8" ^ --header "Accept: application/json" ^ --data-binary @profile.txt…
0
votes
1 answer

Does IBM Waston personality insight API support simplied Chinese?

I'm trying to use personality insight API by IBM to get personality and value scores from social media posts in simplified Chinese language. I find that they do support the Chinese language in the API document, but I get the error when I try to hit…
0
votes
1 answer

IBM Watson Personality Insights: Use raw or percentile scores?

I am using IBM Watson Personality Insights in the context of an academic research project. From the analyses so far, I noticed that often there are large differences between the raw and percentile scores for the same tweets and in several cases the…
0
votes
0 answers

IBM Watson Personality Service & Facebook Login

We have been using the Watson personality service to analyse facebook posts of users who interact with our app. We provide a facebook login, the person logs into facebook and we capture the text of their timeline, then send it to watson for analysis…
0
votes
1 answer

Invalid return type fragment thread

I have created a Thread in Android IDK why it says invalid return type! All I want is to display the json I get from Profile I want to change the text in my fragment Thread thread= new Thread(){ if (getActivity()!=null) { …
ora
  • 79
  • 9