Example #1
0
  public Document TextGetTextSentiment(String text, AlchemyAPI_Params params)
      throws IOException, SAXException, ParserConfigurationException, XPathExpressionException {
    CheckText(text);

    params.setText(text);

    return POST("TextGetTextSentiment", "text", params);
  }