예제 #1
0
  public Document TextGetRelations(String text, AlchemyAPI_RelationParams params)
      throws IOException, SAXException, ParserConfigurationException, XPathExpressionException {
    CheckText(text);

    params.setText(text);

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