Word Tokenization API
POSThttps://wordtokenization.infer.visai.ai/predict
Header
X-API-Key string required
Your API key
application/json
Raw JSON body
Request Body required
inputs object
string[]
List of sentence
Responses
- 200
application/json
Schema
Example (from schema)
object
tokens Array [
string[]
List of words splitted from the sentence
]
{
"tokens": [
[
"วิสัย",
"บริษัท",
"ผู้พัฒนา",
"แพลตฟอร์ม"
],
[
"ก่อตั้ง",
"เมื่อ",
"กุมภาพันธ์",
" ",
"2022"
]
]
}
Loading...