Word Similarity
Word Similarity (Owl) API lets you extract the most similar words to target words. Given a word, this API returns a list of groups of words that are similar to the original word in predefined contexts. Note that the results must differ in various contexts such as News or General. Owl API is built upon a series of word2vec models and advanced clustering techniques to create a revolutionary word…
Word Similarity endpoints
| Method | Endpoint | Description |
|---|---|---|
| General | ||
| GET |
Top_10_G /general/10/{word} |
The top 10 most similar words in the **General** context |
| GET |
Top_50_G /general/50/{word} |
The top 50 most similar words in the **General** context |
| GET |
Best_G /general/{word} |
The **Top** most similar words in the **General** context using an advanced technique. You don't need to enter the required number of similar words. |
| News | ||
| GET |
Top_10_N /news/10/{word} |
The top 10 most similar words in the **News** context |
| GET |
Top_50_N /news/50/{word} |
The top 50 most similar words in the **News** context |
| GET |
Best_N /news/{word} |
The **Top** most similar words in the **News** context using an advanced technique. You don't need to enter the required number of similar words. |
| Medical | ||
| GET |
Best_M /medical/{word} |
The **Top** most similar words in the **Medical** context using an advanced technique. You don't need to enter the required number of similar words. |
| GET |
Top_10_M /medical/10/{word} |
The top 10 most similar words in the **Medical** context |
| GET |
Top_50_M /medical/50/{word} |
The top 50 most similar words in the **Medical** context |
Word Similarity pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | $0.99 / month | 3 / minute |
|
| PRO | $10 / month | 3 / minute |
|
| ULTRA Recommended | $100 / month | 5 / minute |
|
| MEGA | $1,000 / month | — |
|