Sunday, August 2, 2020

Show HN: Send a word get a word back https://ift.tt/2EDtcuB

Show HN: Send a word get a word back 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 August 2, 2020 at 10:53PM

No comments:

Show HN: We post-trained a model that pen tests instead of refusing https://ift.tt/W4x1YnM

Show HN: We post-trained a model that pen tests instead of refusing Anthropic and OpenAI's publicly available models are explicitly guar...