|
Aggregate text from different sources
See http://taporware.mcmaster.ca/~taporware/otherTools/aggregator.shtml
|
|
Description
|
< < |
This tool aggregates texts/subtexts from different locations into a single text. The original texts can be from different locations, such as the internet or/and on your local machine. Aggregating subtexts requires all documents to share a common subtext tag, i.e. limiting the subtext to body requires all texts to have a <body> tag. The aggregator tool will grab the contents from the texts to form a single new text.
|
> > |
This tool aggregates texts/subtexts into a single text. The original texts can be from different locations, such as the internet or/and on your local machine. Aggregating subtexts requires all documents to share a common subtext tag, i.e. limiting the subtext to body requires all texts to have a <body> tag. The aggregator tool will grab the contents from the texts to form a single new text.
|
|
Note If you use this through the TAPoR portal you have to put something in the two source text boxes. You can choose "Text" and just enter a word or two in the text boxes.
|
< < |
History
|
|
Pseudocode
|
> > |
- Get the URLs from user input
- Get local text if user specify a local file to be aggregated with the text from the URLs
- Get all the text by the URLs
- Strip tags based on user selection
- Generate output based on user selected format
|
|
Ways of Using
|
> > |
- Enter valid URLs you want the related text to be aggregated into the "URLs" text area (one URL per line) if it is selected
- Or enter (browse) the local file path into the "Local file" field if your URLs are in a file. The format of the URLs in the file should also be one URL per line
- Browse or enter the local text path into the "Plus ..." file field if you wnat this TEXT to aggregated with the texts indicated above
- Select how to treat the tag from the retrieved texts if there are any
- Select the aggregated text format.
- Click submit button
|
|
CGI Interface
|