intuit / fuzzy-matcher

A Java library to determine probability of objects being similar.
Apache License 2.0
226 stars 69 forks source link

Support for Age Element type #36

Closed manishobhatia closed 3 years ago

manishobhatia commented 3 years ago

On similar lines to NUMBER element , can we can an AGE element. The expectation here is users age can change by a small amount if captured at different times.

So we should see a higher score if the age values are closer (around 1 or 2 years difference) and gets progressively lower with 0 score for age difference over 5 years

vaishakhvh commented 3 years ago

Hi @manishobhatia , please let me know if I can work on this issue?

manishobhatia commented 3 years ago

Hi @vaishakhvh thanks for taking interest. Yes please go ahead and see if this issue makes sense . Feel free to connect if you have more questions

manishobhatia commented 3 years ago

Released this feature with v1.0.4