I am taking a TIGER2010 Roads file, I am Address Standardizer to use 'US Address - One Range', and then I feed it the 'FULLNAME' field, and set the output to be 'PreDir,PreType,StreetName,SufType,SufDir' and set it to run!!
Now; I see results like this:
Input = 'Muse Rd'
Output = null,null,null,null,null
Input = 'W Muse Rd'
Output = null,null,Muse,Rd,null
Input = 'John Wayne Trl'
Output = null,null,null,null,null
Input = 'E Schoessler Rd'
Output = null,null,Schoessler,Rd,null
Input = 'US Rte 12'
Output = S,Sthy,12,null,null
The version 10 engine is butchering PrefixDirection and PrefixType values. I have had a critical bug open for over a year (opened less than a month after 10 shipped) and still can not get any kind of support for this.
I can easily repeat this over and over, there is even a NIM for this issue; why can't we get serious support for this major part of the software (yes, you see in the forums major issues across geocoding) and yet we are seeing no traction on the issue.