User Portlet User Portlet

Discussions
Currently I have created a simple classifier to classify sentiment from a string of text (or a tweet). The code is very basic and looks something like this: data1 = SemanticImport[file]; c = Classify[data1[[2 ;;, 2]] -> data1[[2 ;;, 1]]] ...