Lyrics application using spring, docker and kubernetes and OpenNLP.





Recently I have created a Lyrics application which will basically hit the lyrics API that is https://api.lyrics.ovh/v1/ and according to the parameters given.

e.g.
This will fetch the lyrics of given artist and title and it will uniquely identify the verbs from that lyrics and give it to you. 


This will fetch the lyrics of given artist and title and it will uniquely identify the adjectives from that lyrics and give it to you.

To distinguish verbs and adjectives I have used OpenNLP library (Link is given below) which was open sourced by stanford university in 2001. 

I have created a docker image for the same and implemented in kubernetes. 

OpenNLP library :



Complete Source code and implementation instructions : 


Previous
Next Post »

Popular Posts