#include <vtkFeatureDictionary.h>
vtkFeatureDictionary reorganizes a table containing (potentially duplicated) terms into a dictionary where every term appears exactly once.
Inputs: Input port 0: (required) A vtkTable containing "type" and "text" columns.
Outputs: Output port 0: A vtkTable containing "type" and "text" columns where each input term appears exactly once.
Use SetInputArrayToProcess(0, ...) to specify the input "type" array. Use SetInputArrayToProcess(1, ...) to specify the input "text" array.