Возвращает флективные формы указанной лексемы в пределах заданного семейства языков.
Безопасность
Tisane-API-Key
GET
curl -i -X GET \
'https://api.tisane.ai/lm/inflections?language=en&lexeme=3130180&family=58443' \
-H 'Ocp-Apim-Subscription-Key: YOUR_API_KEY_HERE'Response
- Формы склонения слова «buy» в английском языке
- Флективные формы слова «Соединенные Штаты Америки» в русском языке
[ { "text": "bought", "features": [ … ] }, { "text": "bought", "features": [ … ] }, { "text": "buy", "isLemma": true, "features": [ … ] }, { "text": "buys", "features": [ … ] }, { "text": "buying", "features": [ … ] }, { "text": "buy", "features": [ … ] }, { "text": "buy", "features": [ … ] }, { "text": "buy", "features": [ … ] } ]