spellcheck-tokenize-wordbreak
Text-analysis and spell-checking for short or long phrases. Most accurate. Uses Bing/Google to spell check. Breaks a long string of text (even without spaces) into individual words (chunking). Includes info about each word, including part of speech and root word (lemmatization). See also our thesaurus and word info APIs. DOCUMENTATION at https://wordio.co/api
spellcheck-tokenize-wordbreak endpoints
| Method | Endpoint | Description |
|---|---|---|
| v1 | ||
| GET |
GET/v1/spellcheck /v1/spellcheck |
Input a string of characters, with or without spaces. Receive a spell-checked phrase. This sends concurrent requests to both Bing/Google, then interprets which one (or neither)… |
| GET |
GET/v1/spellcheck-tokenize /v1/spellcheck-wordbreak |
This makes a concurrent requests to both Bing and Google spellcheck APIs. This will add approximately 0.5 seconds to your wait time! If you'd rather not spell-check the phrase,… |
| GET |
GET/v1/tokenize /v1/tokenize |
Returns the answer much faster than /v1/spellcheck-wordbreak. However, it does not perform any spell-check. Read more at https://wordio.co/api Input a string of characters, with… |
| GET |
GET/v1/wordbreak /v1/wordbreak |
Very fast. No spellcheck. Break a long string of characters with no spaces - into words, separated by spaces. |
spellcheck-tokenize-wordbreak pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | Free | — |
|