Apply Model (Documents)
Synopsis
This operator allows you to apply document models on collections of document. Currently LDA and Dictionary Based Sentiment learners are supported.
Description
Some models might requiere that the documents are tokenized. The operator throws an error if this is not done.
Input
col
A collection of documents which might be preprocessed.
mod
A document model
Output
exa
An ExampleSet with the result of the application
mod
The document model.
col
The passed through collection of documents
Parameters
Application parameters
Models can expose additional parameters for application. These are documented in the respective learner.