| Tool Details |
| Name | TAPoRware Find Collocates (Plain) |
| Description | Collocation tool takes a word from the user and returns all of
the words directly before and directly after it based on the given
context. Results are listed alphabetically, by frequency, or by Z-score
(an indication of how far and in what direction that item deviates from
its distribution's mean, expressed in units of its distribution's standard
deviation).
NOTE:
If your select context of "Words" with long context length or you select other context: Lines, Sentences or Paragraph,
it is very likely that the specified pattern appears in each text of corcordance more than once. If this occurs, the words of collocation
will be counted more than once as well. So the counts of collocates are not accurate. For the same reason, the zScore values are not
accurate. We will find way to fix this later. |
| Website | http://tada.mcmaster.ca/Main/TAPoRwarePlainCollocates |
| Type | Search |
| Endpoint URL | http://taporware.mcmaster.ca:9982 |
| Service URI | http://taporware.mcmaster.ca/~taporware/webservice |
| Service Method | find_Collocation_Plain |
| Soap Action | |
| Default Stylesheet | quickFixForEscaping.xsl |
| Text Compatibility | plain-text |
| AnalyzeThis HTML Fragment |
Static URL
Dynamic URL
Quick Tool Launch
Bookmarklet (drag link to your favourites)
Analyze This (TAPoRware Find Collocates (Plain)) |
| Parameters |
| Plain text source:(text source) |
| Parameter Name | textInput |
| Type | string |
| Text Source Expectation | text |
| Help Text | Any plain text. |
| Word/Pattern:(text box) |
| Parameter Name | pattern |
| Type | string |
| Required | true |
| Default | |
| Example | |
| Help Text | Enter a word, a pattern or a phrase to be searched for within
the text. To search for more than one word, please separate with a
comma. Quotations are not needed in searching for phrases. |
| 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.
Paragraphs: Places the search term in
context by the specified number of paragraphs. |
| 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. |
| Sort criteria:(dropdown) |
| Parameter Name | sorting |
| Type | string |
| Required | false |
| Help Text | Co-occurring Words by Frequency: Returns a list of
co-occurring words sorted by ascending frequency.
Co-occurring Words
Alphabetically: Returns a list of co-occurring words sorted
alphabetically.
Co-occurring Words by Z-score: Returns a list of
co-occurring words sorted by Z-score. The Z-score for an item
indicates how far and in what direction that item deviates from its
distribution's mean, expressed in units of its distribution's standard
deviation. |
| List Items |
| Label | Value |
| Co-occurring words by frequency | 1(default value) |
| Co-occurring words alphabetically | 2 |
| Co-occurring words by z-score | 3 |
|
| 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 |
|