A selection of my programming modules.
Spelling Correction
A basic spelling correction module which functions by mapping unrecognized words on their nearest neighbor using the Levenshtein distance.
Preclassifier
A preclassification layer that comes before a machine learning model in a data processing pipeline. This preclassifier accounts for the error on training data by returning the known output of recognized input features.
Spelling Correction
A basic spelling correction module which functions by mapping unrecognized words on their nearest neighbor using the Levenshtein distance.