API
This REST API provides programmatic access to all research aspects of this OCHRE site, subject to the same authentication and permissions checks that govern the web interface.
GET /api/machinelearningmodel/create/topicmodel/
{
"name": "",
"primarysource": null,
"force": null,
"query": null,
"topic_count": null,
"created_by": null,
"word_regex": "",
"stopwords": [],
"random_seed": null,
"maximum_documents": null,
"passes": null,
"iterations": null,
"lowercase": null,
"maximum_context_tokens": null,
"minimum_token_length": null,
"maximum_vocabulary_size": null,
"maximum_proportion": null,
"minimum_occurrence": null
}