The textatopics
object
textatopics
objectThe 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
a data.frame
with the documents and a unique string ID for eachtopics
a data.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
a data.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 responserequest
the HTTP requestPhil Ferriere pferriere@hotmail.com
Other res: texta
Useful links