Tag categorizer

I'm using Google prediction API and I need to perform tag categorization for free text. So when I receive a text like "Cant update application" is tagged with #Apps #General #CantUpdate.

My categories exist in 3 different levels.

Level1  Level2  Level3      Description

Apps    General CantUpdate   "Cannot update applications"
Network Wifi    CantConnect  "Cant connect to internet"

I need to perform multiple tag categorization. I was thinking in have multiple lines for this.

Tag     Description

Apps   "Cannot update applications"
General "Cannot update applications"
CantUpdate "Cannot update applications"

Any better idea?

Topic google-prediction-api data google categorical-data

Category Data Science

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.