Intellexer Natural Language Processing and Text Mining
Intellexer API includes natural language processing solutions for sentiment analysis, named entity recognition, summarization, keywords extraction, document comparison, file conversion, natural language interface for search engines, language detection, spell-checking, article and concepts extraction, etc.
Intellexer Natural Language Processing and Text Mining endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Spelling Correction /checkTextSpelling |
Perform text spell check. |
| POST |
Summarization of texts /summarizeText?loadConceptsTree={loadconceptstree}&loadNamedEntityTree={loadnamedentitytree}&summaryRestriction={summaryrestriction}&usePercentRestriction={usepercentrestriction}&conceptsRestriction={conceptsrestriction}&structure={structure}&returnedTopicsCount={returnedtopicscount}&fullTextTrees={fulltexttrees}&textStreamLength={textstreamlength} |
Return summary data for a text. |
| POST |
Concept Extraction from files /clusterizeFileContent |
Return tree of concepts for file content. |
| POST |
Concept Extraction from texts /clusterizeText |
Return tree of concepts for a text. |
| GET |
Comparison of urls /compareUrls |
Semantically compares the specified sources. |
| POST |
Text Extraction from files /parseFileContent |
Parse and extract file content in the form of plain text. |
| GET |
Summarization of urls /summarize?url={url}&loadConceptsTree={loadconceptstree}&loadNamedEntityTree={loadnamedentitytree}&summaryRestriction={summaryrestriction}&usePercentRestriction={usepercentrestriction}&conceptsRestriction={conceptsrestriction}&structure={structure}&returnedTopicsCount={returnedtopicscount}&fullTextTrees={fulltexttrees} |
Return summary data for a document from a given URL. |
| POST |
Language Recognition /recognizeLanguage |
Recognize language and encoding of an input text stream. |
| GET |
Concept Extraction from urls /clusterize |
Return tree of concepts for a document from a given URL. |
| POST |
Summarization of files /summarizeFileContent?fileName={filename}&fileSize={filesize}&loadConceptsTree={loadconceptstree}&loadNamedEntityTree={loadnamedentitytree}&summaryRestriction={summaryrestriction}&usePercentRestriction={usepercentrestriction}&conceptsRestriction={conceptsrestriction}&structure={structure}&returnedTopicsCount={returnedtopicscount}&fullTextTrees={fulltexttrees} |
Return summary data for a file. |
| POST |
Natural Language Interface /convertQueryToBool |
Convert user query in English to a set of terms and concepts joined by logical operators. |
| GET |
Named Entity Recognition from urls /recognizeNe |
Load named entities (personal names, names of organizations, geographical locations, positions/occupations, etc.) from a document from a given URL. |
| POST |
Named Entity Recognition from files /recognizeNeFileContent |
Load named entities (personal names, names of organizations, geographical locations, positions/occupations, etc.) from a file. |
| POST |
Comparison of texts /compareTextData |
Compares the specified sources. POST body is form-urlencoded structure: ‘text1’ : ‘string, text content of the first document’, ‘text2’ : ‘string, text content of the second… |
| POST |
Sentiment Analysis /AnalyzeReviews |
Perform sentiments analysis on reviews from the list. Reviews for the analysis should be transferred to the POST body in the form of JSON array, where each array item contains… |
| GET |
Text Extraction from urls /parse?url={url} |
Parse URL and extract content in the form of plain text. |
| POST |
Named Entity Recognition from texts /recognizeNeText |
Load named entities (personal names, names of organizations, geographical locations, positions/occupations, etc.) from a text. |
Intellexer Natural Language Processing and Text Mining pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $49 / month | — |
|
| ULTRA | $199 / month | — |
|
| MEGA | $899 / month | — |
|