.. meta:: :description: Orange Textable documentation, cookbook :keywords: Orange, Textable, documentation, cookbook Cookbook ======== This section describes how to get a number of basic tasks done with Orange Textable. Each task is explained by means of a concise, illustrated recipe. The goal is to provide the user with a set of elementary operations which, once properly chained, may form the basic skeleton of various more ambitious projects. .. _cookbook_toc_text_input_ref: Text input ---------- .. toctree:: :maxdepth: 1 Import text from keyboard Import text from file Import text from internet location .. _cookbook_toc_text_output_ref: Text output ----------- .. toctree:: :maxdepth: 1 Display text content Export text content (and/or change text encoding) .. _cookbook_toc_text_preprocessing_recoding_ref: Text preprocessing and recoding ------------------------------- .. toctree:: :maxdepth: 1 Convert text to lower or upper case Remove accents from text Replace all occurrences of a string/pattern .. _cookbook_toc_segmentation_manipulation_ref: Segmentation manipulation ------------------------- .. toctree:: :maxdepth: 1 Segment text in smaller units Merge several texts Include/exclude units from a segmentation based on a pattern Filter segments based on their frequency Create a random selection or sample of segments Exclude segments based on a stoplist Convert XML tags to Orange Textable annotations .. _cookbook_toc_text_analysis_ref: Text analysis ------------- .. toctree:: :maxdepth: 1 Count unit frequency Count occurrences of smaller units in larger segments Count transition frequency between adjacent units Examine the evolution of unit frequency along the text Build a concordance .. _cookbook_toc_table_output_ref: Table output ------------ .. toctree:: :maxdepth: 1 Display table Export table