It seems that classifyKeywords method is either not implemented or implemented incorrectly (because parseClassifyKeywordResponse is not called ever). To be precise :
classifyKeywords calls parseClassifyResponse instead of parseClassifyKeywordResponse, while parseClassifyKeywordResponse is never called and moreover is a subfunction, not a method.