Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to calculate misspelling btn two words?

Status
Not open for further replies.

abdellatif99

Programmer
Jun 26, 2002
11
LY
Partial value match is the match of a majority of the feature. Partial value match returns a value between 0 and 1.

For example:

Target Feature Value: Geology

Matches To:

Case Feature Value: Gelogy

Comparison of the two values produces a similarity assessment value
of 0.86. This is computed by the equation: (1 - number of misspellings)
divided by number of characters in the longer word.


my quesion :how to calculate misspelling betwen them.
 
Obviously your algorithm is based on a spelling checker - VFP doesn't come with one that can be distributed. It's possible that the 3rd party Spelling checker you purchase may have this feature built in.

Rick
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top