Dogfennaeth API Lemmateiddiwr
Lemmatizer API Documentation
Wedi Diweddaru: Last Updated: 11 MawMar, 2024
API Fersiwn 1 (v1) API Version 1 (v1)
Lemmateiddio
Lemmatize
https://api.techiaith.cymru/lemmatizer/v1/
Paramedr | Math | Disgrifiad | |
---|---|---|---|
Field | Type | Description | |
text | String | Y gair i'w lemmateiddio | The word for lemmatizing |
Enghraifft:
Example:
curl https://api.techiaith.cymru/lemmatizer/v1/?text=rhedais
Canlyniad Enghreifftiol:
Example Result:
{
"version": 1,
"success": true,
"result": "rhedeg"
}