Truy xuất các dạng biến cách của một trị từ vựng cụ thể trong một họ ngôn ngữ nhất định.
Security
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
- Các dạng biến cách của 'buy' trong tiếng Anh
- Các dạng biến cách của 'United States' trong tiếng Nga
[ { "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": [ … ] } ]