home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / private / instrl11.zip / RULES < prev    next >
Text File  |  1993-04-30  |  2KB  |  48 lines

  1. /
  2. /This is the rules for InstaRel's matching. Change this around
  3. /as well as the threshhold value
  4. /
  5. / "s=" means a soundex match "=" means they must match exactly
  6. /
  7. / A "/" at the frst of line means a comment
  8. /
  9. / Use no blank lines
  10. /
  11. 6: A.dadGvnName B.dadGvnName s= 
  12. /
  13. /We look at up to three spouses for individual
  14. 5: A.spouseGivenName B.spouseGivenName s=
  15. 4: A.spouseGivenName B.chGivenName s=
  16. /dadaInLaw is given name
  17. 12: A.dadInLaw B.dadInLaw s=
  18. 11: A.momInLaw B.momInLaw =
  19. 4: B.chGivenName A.spouseGivenName s=
  20. 4: A.givenName B.chGivenName s=
  21. /
  22. /Currently dates are compared exactly. Future will compare ranges of dates
  23. 9: A.marriageDate B.marriageDate =
  24. 9: A.marriagePlace B.marriagePlace s=
  25. /program finds any child info that matches
  26. 4: A.chGivenName B.chGivenName s=
  27. 4: A.chBirthDate B.chBirthDate s=
  28. 4: A.chDeathDate B.chDeathDate =
  29. 2: A.givenName B.givenName s=
  30. 5: A.surname B.surname s=
  31. /both surnames the same, both gvn name same and both b. dates same
  32. 30: A.surname B.surname s= A.givenName B.givenName s= A.birthDate B.birthDate = & &
  33. 11: A.momSurname B.momSurname = A.givenName B.momSurname = |
  34. 15: A.chBirthDate B.chBirthDate = A.chDeathDate B.chDeathDate = &
  35. 10: A.spouseSurname B.spouseSurname = A.dadInLaw B.dadInLaw = A.spouseSurname B.dadInLaw = A.dadInLaw B.spouseSurname = | | |
  36. / != (not equal's) are not supported right now
  37. /50: A.surname B.surname s= A.givenName B.givenName s= A.birthDate B.birthDate != & &
  38. /-100: A.dadGvnName B.surname s! A.dadGvnName B.dadGvnName s! A.surname B.dadGvnName s! | |
  39. /-50: A.momSurname B.momSurname s!
  40. /-20: A.spouseSurname B.spouseSurname s!
  41. /-15: A.spouseGivenName B.spouseGivenName s!
  42. /-50: A.momInLaw B.momInLaw s!
  43. /-5: A.marriageDate B.marriageDate !=
  44. /-20: A.chGivenName B.chGivenName s!
  45. /The following is the threshold for changing match sensitivity
  46. threshhold 12
  47. /end
  48.