Simple

Whether to build the specified category with the SimpleCat categorization algorithm. Set Simple to True to build the category as a simple category. In this case, the category that you build must have a parent other than the root category.

NOTE: You can build a category as a simple category only if you have not previously built it as a conceptual category.

You create the simple category by using the CategoryCreate action, but you must not set training as part of this action. You can train the category by using the CategorySetTraining action (do not set BuildNow in the CategorySetTraining action). After you have created and trained the category, send the CategoryBuild action with Simple set to True.

To build a category with the standard conceptual algorithm, set Simple to False.

Actions: CategoryBuild
Type: Boolean
Default: False
Example: Simple=True
See Also: CategorySimpleCategorize