new AlchemyLanguageV1(options)
Parameters:
| Name | Type | Description |
|---|---|---|
options |
- Source:
Methods
authors(params, callback)
Extracts the authors from a URL or HTML.
Parameters:
| Name | Type | Description |
|---|---|---|
params |
Object | |
callback |
function |
- Source:
category(params, callback)
Categorizes the text for text, a URL or HTML.
Parameters:
| Name | Type | Description |
|---|---|---|
params |
Object | |
callback |
function |
- Source:
combined(params, callback)
Combines multiple API operations into a single call.
Parameters:
| Name | Type | Description |
|---|---|---|
params |
Object | |
callback |
function |
- Source:
concepts(params, callback)
Tags the concepts from text, a URL or HTML.
Parameters:
| Name | Type | Description |
|---|---|---|
params |
Object | |
callback |
function |
- Source:
dates(params, callback)
Finds dates in the source text, including relative dates like "next Tuesday"
if an anchorDate is set.
Parameters:
| Name | Type | Description |
|---|---|---|
params |
Object | |
callback |
function |
- Source:
emotion(params, callback)
Detects emotions (anger, disgust, fear, joy, and sadness)
for text, HTML, or a URL.
Parameters:
| Name | Type | Description |
|---|---|---|
params |
Object | |
callback |
function |
- Source:
entities(params, callback)
Extracts a grouped, ranked list of named entities (people, companies,
organizations, etc.) from text, a URL or HTML.
Parameters:
| Name | Type | Description |
|---|---|---|
params |
Object | |
callback |
function |
- Source:
feeds(params, callback)
Detects the RSS/ATOM feeds for a URL or HTML.
Parameters:
| Name | Type | Description |
|---|---|---|
params |
Object | |
callback |
function |
- Source:
keywords(params, callback)
Extracts the keywords from text, a URL or HTML.
Parameters:
| Name | Type | Description |
|---|---|---|
params |
Object | |
callback |
function |
- Source:
language(params, callback)
Detects the language for text, a URL or HTML.
Parameters:
| Name | Type | Description |
|---|---|---|
params |
Object | |
callback |
function |
- Source:
microformats(params, callback)
Parses the microformats for a URL or HTML.
Parameters:
| Name | Type | Description |
|---|---|---|
params |
Object | |
callback |
function |
- Source:
publicationDate(params, callback)
Extracts the publication date from a webpage or HTML file.
Parameters:
| Name | Type | Description |
|---|---|---|
params |
Object | |
callback |
function |
- Source:
relations(params, callback)
Extracts the relations for text, a URL or HTML.
Parameters:
| Name | Type | Description |
|---|---|---|
params |
Object | |
callback |
function |
- Source:
sentiment()
Calculates the sentiment for text, a URL or HTML.
- Source:
taxonomy(params, callback)
Categorized through the taxonomy call for text, HTML, or a URL.
Parameters:
| Name | Type | Description |
|---|---|---|
params |
Object | |
callback |
function |
- Source:
text()
Extracts the cleaned text (removes ads, navigation, etc.) for a URL or HTML.
if raw = true, extracts the cleaned text (removes ads, navigation, etc.).
- Source:
title(params, callback)
Extracts the title for a URL or HTML.
Parameters:
| Name | Type | Description |
|---|---|---|
params |
Object | |
callback |
function |
typedRelations(params, callback)
Finds entities and their relationships
for text, HTML, or a URL.
Parameters:
| Name | Type | Description |
|---|---|---|
params |
Object | |
callback |
function |
- Source: