I am testing out Personality Insights and I am curious whether I need to do any data cleansing prior to sending a string of twitter profile's timeline across to IBM.
For example, should I remove urls included in the tweets and other twitter features like hashtags or profile names included in the single tweet.
I am currently not removing any data. However, I am currently concatenating tweets with a full stop and a space using text+=". "+tweetfulltext
.