Skip to content.

Find topic

Web tools

Help

Tools

       Analysis Tool Bar  +

Word Pair Finder

Description

This tool finds word pairs of a source text based on user's choice. It can list all the word pairs, word pairs matching some pattern, word pairs not spanning sentences etc.

Pseudocode

  • Get source text from internet or from user's local disk. if the source text is HTML or XML, strip off all the tags
  • Tokenize the text based on user's choice. For example, if user wants all the word pairs, the token is word. If user wants word pairs not spanning sentences, the token will be sentence, then word
  • Get all the word pairs, then filter all the pairs not needed by user.
  • Sort and count the word pairs based on user requirement.
  • Generate output format

Way of Using

  • Enter a valid URL in the URL field or enter a local path to upload text
  • Select one of the word pairs you want to get and then select/enter the corresponding text/selection if necessary
  • Select sorting criterion
  • Select output format
  • If you want the results displayed in the same window with taporware interface, uncheck the check box - "Open results in new window"
  • Finally, click the "Submit" button

To Do

  • Talk to Lian to see if it can be done.

-- GeoffreyRockwell - 26 Jun 2006


Use this box to quickly add a comment to the page.

more options...