| Tool Details |
| Name | TAPoRware Find Co-occurrence (HTML) |
| Description | Co-occurrence tool looks for two words a certain distance apart
from one another. By entering a primary and secondary pattern, TAPoR will
search the document for anywhere the two patterns are within the
user-specified limits of words, sentences, or lines. If desired, the
results can be narrowed to include words only found within certain tags. |
| Website | http://tada.mcmaster.ca/Main/TAPoRwareHTMLCoOccurrence |
| Type | Search |
| Endpoint URL | http://taporware.mcmaster.ca:9982 |
| Service URI | http://taporware.mcmaster.ca/~taporware/webservice |
| Service Method | find_Cooccurrence_HTML |
| Soap Action | |
| Default Stylesheet | quickFixForEscaping.xsl |
| Text Compatibility | html |
| AnalyzeThis HTML Fragment |
Static URL
Dynamic URL
Quick Tool Launch
Bookmarklet (drag link to your favourites)
Analyze This (TAPoRware Find Co-occurrence (HTML)) |
| Parameters |
| HTML source:(text source) |
| Parameter Name | htmlInput |
| Type | string |
| Text Source Expectation | text |
| Help Text | Any html text. |
| HTML tags:(text box) |
| Parameter Name | htmlTag |
| Type | string |
| Required | true |
| Default | body |
| Example | |
| Help Text | The text extraction will be restricted to the tag(s) entered
here. Please separate multiple tags by a comma. The default tag is body. |
| Word/Pattern:(text box) |
| Parameter Name | pattern |
| Type | string |
| Required | true |
| Default | |
| Example | |
| Help Text | Enter a word or a pattern to search for in co-occurrence with
the co-pattern. |
| Co-pattern:(text box) |
| Parameter Name | copattern |
| Type | string |
| Required | true |
| Default | |
| Example | |
| Help Text | Enter a word or a pattern to search for in co-occurrence with
the primary pattern. |
| Context:(dropdown) |
| Parameter Name | context |
| Type | string |
| Required | false |
| Help Text | Words: Places the search term in context by the specified
number of words. Lines: Places the search term in context by the
specified number of lines. Sentences: Places the search term in
context by the specified number of sentences. |
| List Items |
| Label | Value |
| Words | 1(default value) |
| Lines | 2 |
| Sentences | 3 |
| Paragraphs | 4 |
|
| Context length:(text box) |
| Parameter Name | contextLength |
| Type | string |
| Required | false |
| Default | 5 |
| Example | |
| Help Text | Indicates the number of words/lines/sentences/paragraphs to be displayed
before and after the search term for context purposes. |
| Display as:(dropdown) |
| Parameter Name | outFormat |
| Type | string |
| Required | false |
| Help Text | HTML: Returns the results in HTML format.
XML Text in HTML:
Returns the results as XML Text in HTML.
XML Tree: Returns the results
in raw XML. |
| List Items |
| Label | Value |
| HTML | html(default value) |
| XML tree | xml |
| XML text in HTML | anything |
| Tab delimited text | tab |
|