I tried sample Java program to call each of below Alchemy API for a text file.
TextGetRankedNamedEntities
TextGetRankedConcepts
TextGetRankedKeywords
TextGetLanguage
TextGetCategory
TextGetTextSentiment
TextGetTargetedSentiment
TextGetRelations
TextGetCombined
TextGetTaxonomy
Individual results look good. But is there any sample Java application using these APIs? Showing how the XMLs given by AlchemyAPI will be used to deduce a meaningful business insight.