home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Media Share 9
/
MEDIASHARE_09.ISO
/
private
/
instrl11.zip
/
RULES
< prev
next >
Wrap
Text File
|
1993-04-30
|
2KB
|
48 lines
/
/This is the rules for InstaRel's matching. Change this around
/as well as the threshhold value
/
/ "s=" means a soundex match "=" means they must match exactly
/
/ A "/" at the frst of line means a comment
/
/ Use no blank lines
/
6: A.dadGvnName B.dadGvnName s=
/
/We look at up to three spouses for individual
5: A.spouseGivenName B.spouseGivenName s=
4: A.spouseGivenName B.chGivenName s=
/dadaInLaw is given name
12: A.dadInLaw B.dadInLaw s=
11: A.momInLaw B.momInLaw =
4: B.chGivenName A.spouseGivenName s=
4: A.givenName B.chGivenName s=
/
/Currently dates are compared exactly. Future will compare ranges of dates
9: A.marriageDate B.marriageDate =
9: A.marriagePlace B.marriagePlace s=
/program finds any child info that matches
4: A.chGivenName B.chGivenName s=
4: A.chBirthDate B.chBirthDate s=
4: A.chDeathDate B.chDeathDate =
2: A.givenName B.givenName s=
5: A.surname B.surname s=
/both surnames the same, both gvn name same and both b. dates same
30: A.surname B.surname s= A.givenName B.givenName s= A.birthDate B.birthDate = & &
11: A.momSurname B.momSurname = A.givenName B.momSurname = |
15: A.chBirthDate B.chBirthDate = A.chDeathDate B.chDeathDate = &
10: A.spouseSurname B.spouseSurname = A.dadInLaw B.dadInLaw = A.spouseSurname B.dadInLaw = A.dadInLaw B.spouseSurname = | | |
/ != (not equal's) are not supported right now
/50: A.surname B.surname s= A.givenName B.givenName s= A.birthDate B.birthDate != & &
/-100: A.dadGvnName B.surname s! A.dadGvnName B.dadGvnName s! A.surname B.dadGvnName s! | |
/-50: A.momSurname B.momSurname s!
/-20: A.spouseSurname B.spouseSurname s!
/-15: A.spouseGivenName B.spouseGivenName s!
/-50: A.momInLaw B.momInLaw s!
/-5: A.marriageDate B.marriageDate !=
/-20: A.chGivenName B.chGivenName s!
/The following is the threshold for changing match sensitivity
threshhold 12
/end