Add support for word classification
I would like to have a single word classification or the entire sentence.
Example Input: "I have mastered the advanced technique"
Example Output:
"I" -> noun
"have" -> auxiliary verb, verb
"mastered" -> verb
"the" -> article
"advanced" -> adjective
"technique" -> noun
1
vote
