- new processing functions nmrc/nmr2/nmr3/nmcm/nmc2/nmc3/ors7/spl7
- nmrc: parses strings to return any numeric entries, entrisd without number suject to infill
- nmrc: if multiple numbers found in entry returns the number with most characters
- nmrc: does not recognize numbers with commas, for instance '1,200.20 ft' returns as 200.20
- nmr2: nmrc with z-score normalization applied to returned numbers
- nmr3: nmrc with min-max scaling applied to returned numbers
- nmcm: similar to nmrc, but recognizes commas, for instance '1,200.20 ft' returns as 1200.20
- nmc2: nmcm with z-score normalization applied to returned numbers
- nmc3: nmcm with min-max scaling applied to returned numbers
- ors7: similar to ors6 family of derivatoins as demonstrated in last essay and incorporates nmr2
- spl7: same as spl5 but recognizes string character overlaps do0wn to single character instead of minimum 5
- new NArowtype 'parsenumeric' identifies rows without parsed number entries as subjhec tot infill
- new NArowtype 'parsenumeric_commas' identifies rows without parsed number entries with commas as subject to infill
- new NArowtype 'datetime' identifies rows without datetime entries as subject to infill
- changed name of NArows(.) function to getNArows(.)
- new support functions for these methods is_number(.), is_number_commas(.), parsenumeric(.), parsedate(.)