Merge several texts¶
Goal¶
Merge several texts together so they can be further processed as a whole.
Prerequisites¶
Two or more texts have been imported in Orange Textable (see Cookbook: Text input) and possibly further processed (see Cookbook: Segmentation manipulation).
Ingredients¶
Widget
Icon
Quantity
1
Procedure¶

Create an instance of Merge.
Drag and drop from the output (righthand side) of the widgets that emit the segmentations to be merged together, here Text Files (Hamlet) and Text Files (Macbeth), to the input of Merge (lefthand side).
Double-click on the icon of Merge to open its interface.
Click the Send button or tick the Send automatically checkbox.
A segmentation containing all input data merged together is then available at the output of Merge; to display or export it, see Cookbook: Text output.