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.