Stem Text

The Text Stemming API is used to get the root form of a word. It is useful for searching and natural language processing.

GET
https://api.apileague.com/stem-text
Example Request and Response
GET
https://api.apileague.com/{{ examples.getStemText }}
{
    "original": "The laziest dogs are jumping over the quicker brown foxes",
    "stemmed": "The laziest dog are jump over the quicker brown fox"
}
cURL
Java
Javascript
Python
Go
C#
 {{ codeCopyText }}
 {{ codeCopyText }}
 {{ codeCopyText }}
 {{ codeCopyText }}
 {{ codeCopyText }}
 {{ codeCopyText }}