Dictionary Look-up With Errors Start the Demo
  • Introduction:

    This applet uses agrep algorithm created by Prof. Sun Wu and Prof. Udi Manber in the CS Department to lookup a English dictionary of 25486 entries. You may specify the number of errors allow in the lookup.

  • Instruction:

    Enter a word that you would like to lookup and specify the number of errors allow. For example,

    • ward: words containing "ward"
    • ^ward: words starting with "ward"
    • ward$: words ending with "ward"
    • anonimous with 2 errors: TRY THIS!
    Note: This Java port doesn't support regular expression yet.
Start the Demo