2
votes

I want to use AlchemyAPI in my Java project. I am using Maven for my dependency management. I am planning to use this maven repository. So, I want to know if the have any documentation is available. Also, I will like to know how to use my API key. They have given it here. But, as I am using Maven, I don't know what to do..?

Thank You in Advance..!

1
All I could find in terms of documentation is a little code example here -> code.google.com/p/alchemy-annotator/source/browse/trunk/… and gate.ac.uk/gate/plugins/AlchemyAPI/src/com/alchemyapi/api/… . If any of these are what you are looking for then tell me so I can put them up as an answer - Gabriel Ruiu

1 Answers

2
votes

Though the official java libary is not mavenized - I believe, You could try this https://github.com/likethecolor/Alchemy-API/blob/master/README.md