Show HN: Send a word get a word back
2 by atum47 | 1 comments on Hacker News.
Hi everyone, I recently released a basic API that return the Part of Speech of a given word and also return another word with the same Part of Speech. You can send up to 10 words at a time via POST request. You can use it to create random sentences using an structure. Try with the sentence "today is a good day" curl -X POST -F "msg=today is a good day" https://ift.tt/3gs4qf6 It will give you the POS of each word and a new word with the same POS. https://ift.tt/3eHrGUS
Post a Comment