SplitTopicsWithBasename
From WandoraWiki
(Difference between revisions)
Line 1: | Line 1: | ||
Tool enables the user to split context topics. First the tool asks a regular expression used during the split. Then tool chops topic's base name with the given regular expression and creates indentical topic for each base name part. To ensure the created topic stays separate, tool modifies topic's subject identifiers and subject locator slightly. | Tool enables the user to split context topics. First the tool asks a regular expression used during the split. Then tool chops topic's base name with the given regular expression and creates indentical topic for each base name part. To ensure the created topic stays separate, tool modifies topic's subject identifiers and subject locator slightly. | ||
− | The tool is useful to handle topics that | + | The tool is useful to handle topics that contain multiple potential topics in their base names. Such topic is for example |
monkey, horse, pig, cat | monkey, horse, pig, cat |
Revision as of 22:51, 30 December 2007
Tool enables the user to split context topics. First the tool asks a regular expression used during the split. Then tool chops topic's base name with the given regular expression and creates indentical topic for each base name part. To ensure the created topic stays separate, tool modifies topic's subject identifiers and subject locator slightly.
The tool is useful to handle topics that contain multiple potential topics in their base names. Such topic is for example
monkey, horse, pig, cat
containing a list of animals. Splitting this topic with regular expression (comma with space character)
,
separates all animals and preserves associations, classes and instances.
GUI name
- Split topic with base name...