jamessdixon / Kaggle.HomeDepot

Repo for Kaggle Competiton
MIT License
11 stars 10 forks source link

Use Regex in wordMatch #10

Closed taylorwood closed 8 years ago

taylorwood commented 8 years ago

Relates to issue #1. This matches the R script's regex, but doesn't do any fuzzy matching (the original R script doesn't seem to be doing any fuzzy matching either). We should probably stem the words before matching.