Linguist
Linguist is a text processing API for your projects. It packs all features you need to process text including Counters, Article Parser, Part of Speech (POS) Tagger, Tokenizer, Stemmer, Bad Words Remover, Stop Words Remover, Sentence Segmentation, Spellchecker, Text Summarizer, Definition and Synonyms, Word Frequency, Lemmatize, Pluralize, Singularize, Rhymes, Sounds Like, Spells Like, and…
Linguist endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Sentiment Analysis /v1/sentiment-analysis |
Analize text and give sentiment analysis score using AFINN method. |
| POST |
Summarizer /v1/summarizer |
Summarize an article or passage to a sentence (or more). |
| POST |
Article Parser /v1/article-parser |
Parse article from a URL |
| POST |
Writing Suggestions /v1/writing-suggestions |
Get writing suggestions. It will check lexical illusion, start with "so", there is and there are's, weasel words, adverbs, too wordy sentences, and cliches. |
| POST |
Bad Words Remover /v1/remove-bad-words |
Detect profane words and replace it with *s. |
| POST |
Stop Words Remover /v1/remove-stop-words |
Remove stop words from text. |
| POST |
Word Frequency /v1/word-frequency |
Count how many times unique word appear on a text. |
| POST |
Sentence Segmenter /v1/sentence-segmenter |
Break paragraphs to array of sentences. |
| POST |
Tokenizer /v1/tokenizer |
Tokenize text input |
| POST |
PoS Tagger /v1/pos-tagger |
Part of Speech Tagger |
| POST |
Counter /v1/counter |
Count how many words and characters. |
| POST |
Spellcheck /v1/spellcheck |
Turn text into tokens and spellcheck each token then give suggestion (if any). |
| GET |
Definition /v1/definition |
Returns array of words with definition, synonyms, part of speech, lemma, and example use. Data taken from WordNet. |
| GET |
Lemmatizer /v1/lemmatizer |
Get lemma of particular word |
| GET |
Stemmer /v1/stemmer |
Get the stem of a word using Porter2 Stemmer |
| GET |
Rhymes /v1/rhymes |
Get list of words that rhymes with the query. |
| GET |
Sounds Like /v1/sounds-like |
Get list of words that sounds like the query. |
| GET |
Spelled Like /v1/spelled-like |
Get list of words that sounds like the query. |
| GET |
Singularize /v1/singularize |
Get singular form of a word. |
| GET |
Pluralize /v1/pluralize |
Get plural form of a word. |
Linguist pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $14 / month | — |
|
| ULTRA | $29 / month | — |
|
| MEGA | $49 / month | — |
|