0

I am trying Alchemy API for testing sentiment analysis.

I am able to run basic examples, however I did not get where exactly setCustomParameters method is used. The full package name of this method is

com.alchemyapi.api.AlchemyAPI_Params.setCustomParameters`

and it is used to set parameters. For example:

AlchemyAPI_TextParams conceptParams = new AlchemyAPI_TextParams();
conceptParams.setCustomParameters(?????) 

I could not get any documentation for this API.

Please help me if somebody used this API already.

Radu
  • 8,561
  • 8
  • 55
  • 91
Swamy
  • 771
  • 1
  • 8
  • 24

1 Answers1

0

I work at AlchemyAPI.

The setCustomParameters method is used to adjust undocumented or customer-specific parameters in AlchemyAPI.

You don't need to invoke this method in normal use of the SDK.

All the important functionality is exposed explicitly in the SDK (setOutputMode, setSourceText, etc.), and documented at http://www.alchemyapi.com/api/.

(Email support at alchemyapi.com if you'd like some direct assistance).

Druid
  • 6,423
  • 4
  • 41
  • 56