Microserv.io NLP Service
This microservice exposes a set of REST API that implements several basic Natural Language Processing functions.
1 subscribers
29 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Microserv.io NLP Service endpoints
| Method | Endpoint | Description |
|---|---|---|
| Detection | ||
| POST |
DetectLanguage /detect/language |
Attempts to detect the language of the submitted text/string |
| Extraction | ||
| POST |
Counters /extract/counters |
Returns several counters (number of words, syllables, sentences, ...) on the given text/string |
| POST |
Summary /extract/summary |
Returns the N most relevant paragraphs in the submitted text/string |
| POST |
Rake /extract/rake |
RAKE short for Rapid Automatic Keyword Extraction algorithm, is a domain independent keyword extraction algorithm which tries to determine key phrases in a body of text by… |
| POST |
Sentences /extract/sentences |
Extracts sentences from a given string/text; this API correctly handles texts with typically deceitful punctuation... |
| POST |
TextFromHTML /extract/text-from-html |
Extracts the plain-text contents from an HTML document |
| POST |
Tags /extract/tags |
Extracts tagged/labeled tokens from a given text/string |
| POST |
Entities /extract/entities |
Extracts named entities from a given text/string along with their labels |
| POST |
Tokens /extract/tokens |
Extracts tokens from a given string/text; this API correctly extract complex and modern tokens like hashtags, email addresses, URLs, ... |
| Readability | ||
| POST |
LixReadability /readability/lix |
Computes the LIX readability score for the given text/string |
| POST |
SmogReadability /readability/smog |
Computes the SMOG readability score for the given text/string |
| POST |
FleschReadingEaseReadability /readability/flesch-reading-ease |
Computes the Flesch-Reading-Ease readability score for the given text/string |
| POST |
GunningFogReadability /readability/gunning-fog |
Computes the Gunning-Fog readability score for the given text/string |
| POST |
FleschKincaidReadability /readability/flesch-kincaid |
Computes the Flesch-Kincaid readability score for the given text/string |
| POST |
DaleChallReadability /readability/dale-chall |
Computes the Dale-Chall readability score for the given text/string |
| POST |
AutomatedReadability /readability/automated |
Computes the automated readability score for the given text/string |
| POST |
ColemanLiauReadability /readability/coleman-liau |
Computes the Coleman-Liau readability score for the given text/string |
| Normalization/Comparison | ||
| POST |
Normalize /precis/normalize |
Normalizes the submitted text, resolves Unicode conflicts, removes all diacritics, ... |
| POST |
Compare /precis/compare |
Normalizes the submitted strings, then compares their normalzied forms and returns the result of this comparison |
| Phonetics | ||
| POST |
Soundex /phonetics/soundex |
Returns the "soundex" phonetic equivalent of the submitted single word |
| POST |
Phonex /phonetics/phonex |
Returns the "phonex" phonetic equivalent of the submitted single word |
| POST |
NYSIIS /phonetics/nysiis |
Returns the "NYSIIS" phonetic equivalent of the submitted single word |
| POST |
Metaphone /phonetics/metaphone |
Returns the "metaphone" phonetic equivalent of the submitted single word |
| Distance | ||
| POST |
OSA /distance/osa |
Returns the "OSA" distance between the two submitted strings |
| POST |
Damerau-Levenshtein /distance/damerau-levenshtein |
Returns the "Damerau-Levenshtein" distance between the two submitted strings |
| POST |
Levenshtein /distance/levenshtein |
Returns the "Levenshtein" distance between the two submitted strings |
| POST |
Hamming /distance/hamming |
Returns the "Hamming" distance between the two submitted strings |
| POST |
Jaro /distance/jaro |
Returns the "Jaro" distance between the two submitted strings |
| POST |
Jaro-Winkler /distance/jaro-winkler |
Returns the "Jaro-Winkler" distance between the two submitted strings |
Microserv.io NLP Service pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1 / second |
|
| PRO Recommended | $24.95 / month | — |
|
| ULTRA | $49.95 / month | — |
|
| MEGA | $99.95 / month | — |
|