textatopics {mscstexta4r} | R Documentation |
The textatopics
object
Description
The textatopics
object exposes formatted results for the
textaDetectTopics
API, this REST API's JSON response, and the
HTTP request:
-
status
the operation's current status ("NotStarted"|"Running"|"Succeeded"|"Failed") -
documents
adata.frame
with the documents and a unique string ID for each -
topics
adata.frame
with the identified topics, a unique string ID for each, and a prevalence score for each topic (count of documents assigned to topic) -
topicAssignments
adata.frame
with all the topics (identified by their topic ID) assigned to each document (identified by their document ID), and a distance score for each topic assignment (between 0 and 1; the lower the distance score the stronger the topic affiliation) -
json
the REST API JSON response -
request
the HTTP request
Author(s)
Phil Ferriere pferriere@hotmail.com
See Also
Other res: texta