harvester icon indicating copy to clipboard operation
harvester copied to clipboard

Allow usage of AlchemyAPI

Open tmaiaroto opened this issue 10 years ago • 1 comments

Alchemy is a really convenient API that provides sentiment analysis, entity extraction, keyword extraction and a few other things. It's a great compliment to Social Harvest, but it requires a subscription. So it won't be for everyone (depending on budget and volume of harvest data). So it should be an optional service.

tmaiaroto avatar Aug 10 '14 14:08 tmaiaroto

The direction of Social Harvest is heading toward not relying upon any external APIs. For example geocoding has been moved to an internal package. Sentiment analysis and gender detection are also both internal packages that use in memory training data.

A future version of Social Harvest may allow for 3rd party integrations, but this current initial release will focus on keeping everything internal to the package.

tmaiaroto avatar Jan 26 '15 15:01 tmaiaroto