php55w-common conflicts with php-common-5.* | Php issues while installing libraries
I was trying to install mongo extension with pecl. It gave me error: Then, I…
May 05, 2017
One of the biggest task while writing article or blog is to have right set of keywords on which your article or blog can rank high on search results. There are two ways to have right set of keywords in your article:
I use to write articles on a veriety of things. And, one of the field in my article form is Tags. I like to fill Tags field, as it is great for SEO purpose too, and users findthis useful.
I used to write articles first, and then look for keywords out of that article. And, later on, I found this process lengthy. This is actually a time consuming.
I always wanted some kind of automation here, that I give my text, and please let me know the tags.
I found this service OpenCalais the perfect match to my problem. And the good thing is that it is absolutely free. They call it as their Tag service, where you provide your text, and they will tell you the tags. They have some serious intelligence in fetching the tags based on some Machine learning, and analytics.
There are two ways you can use it:
Goto OpenCalais Viewer, and you have the option of copy-paste your text, and upload your document. And, then click on ”Tag it” You put some text in their textarea, and click on Tag button, and you will get nice tags.
And, the results will look like:
All english words under SocialTags are your ready to made tags, just copy them, and use it in your Tags field.
They also provides you to use their rest apis. You need to get an API key from their page here. You will need to register, and you will get an api key. Something like a big random alphanumeric string.
They have provided some sample codes in following languages:
I have made a sample code for you so that you don’t need to parse the results. The code is shared at github.
Below are the steps to use:
The code is shared at:https://github.com/GyanBlog/TaggingFactory
I was trying to install mongo extension with pecl. It gave me error: Then, I…
Introduction This post is about hosting MongoDB replica set cluster with…
This post some useful tips of using strings, and some issues while dealing with…
Introduction This post is about hosting ElasticSearch cluster on dockerised…
Introduction I was trying to download some youtube videos for my kids. As I have…
Introduction In last post, we saw How to read CSV with Headers into Dictionary…
Introduction In this post we will see following: How to schedule a job on cron…
Introduction There are some cases, where I need another git repository while…
Introduction In this post, we will see how to fetch multiple credentials and…
Introduction I have an automation script, that I want to run on different…
Introduction I had to write a CICD system for one of our project. I had to…
Introduction Java log4j has many ways to initialize and append the desired…