TAPoRware Find Collocates (HTML)
Tool Details
NameTAPoRware Find Collocates (HTML)
DescriptionThe 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 and returns the results 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).
Websitehttp://tada.mcmaster.ca/Main/TAPoRwareHTMLCollocation
TypeSearch
Endpoint URLhttp://ra.tapor.ualberta.ca/~taporware2/services/collocateshtml
Service URIhttp://ra.tapor.ualberta.ca/~taporware2/services/collocateshtml
Service Method
Soap Action
Default Stylesheet
Text Compatibilityhtml
AnalyzeThis HTML Fragment

Static URL

Dynamic URL

Quick Tool Launch

Bookmarklet (drag link to your favourites)

Analyze This (TAPoRware Find Collocates (HTML))
Parameters
HTML source(text source)
Parameter NamehtmlInput
Type
Text Source Expectationurl
Help TextAny html text.
HTML tags(text box)
Parameter NamehtmlTag
Type
Requiredtrue
Defaultbody
Example
Help TextEnter any valid HTML element name(s). The text extraction will be restricted to the tag(s) entered here. Please separate multiple tags by a comma. The default is body.
Word/Pattern(text box)
Parameter Namepattern
Type
Requiredtrue
Default
Example
Help TextEnter a word, or a regular expression to search for within the text. Unix style searching may also be used.
Exclude modified Glasgow Stop Words(radio)
Parameter Nameglasgow
Type
Requiredfalse
Help Text
List Items
LabelValue
Yes1(default value)
No2
Context(dropdown)
Parameter Namecontext
Type
Requiredfalse
Help TextWords: 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
LabelValue
Words1(default value)
Lines2
Sentences3
Paragraphs4
Context length(text box)
Parameter NamecontextLength
Type
Requiredfalse
Default5
Example
Help TextIndicates the number of words/lines/sentences/paragraphs to be displayed before and after the search term for context purposes.
Sort criteria(dropdown)
Parameter Namesorting
Type
Requiredfalse
Help TextCo-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
LabelValue
Co-occurring words by frequency1(default value)
Co-occurring words alphabetically2
Co-occurring words by z-score3
Display as(dropdown)
Parameter NameoutFormat
Type
Requiredfalse
Help TextHTML: 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
LabelValue
HTMLhtml(default value)
XML treexml
XML text in HTMLanything
Tab delimited texttab