watson.alchemy_language({version: 'v1', ...});
Parameters:
| Name | Type | Description |
|---|---|---|
options |
- Source:
Members
authors
Extracts the authors from a URL or HTML.
- Source:
category
Categorizes the text for text, a URL or HTML.
- Source:
combined
Categorized through the taxonomy call for text, HTML, or a URL.
- Source:
concepts
Tags the concepts from text, a URL or HTML.
- Source:
emotion
Detects emotions (anger, digust, fear, joy, and sadness)
for text, HTML, or a URL.
- Source:
entities
Extracts a grouped, ranked list of named entities (people, companies,
organizations, etc.) from text, a URL or HTML.
- Source:
feeds
Detects the RSS/ATOM feeds for a URL or HTML.
- Source:
keywords
Extracts the keywords from text, a URL or HTML.
- Source:
language
Detects the language for text, a URL or HTML.
- Source:
microformats
Parses the microformats for a URL or HTML.
- Source:
publicationDate
Categorizes the text for text, a URL or HTML.
- Source:
relations
Extracts the relations for text, a URL or HTML.
- Source:
taxonomy
Categorized through the taxonomy call for text, HTML, or a URL.
- Source:
title
Extracts the title for a URL or HTML.
Methods
sentiment()
Calculates the sentiment for text, a URL or HTML.
- 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: