Validates if a string is a strictly valid Chinese number word representation by converting it to a number and back to words to check for consistency
The Chinese words to validate
true if the words are valid, false otherwise
Validates if a string is a strictly valid Chinese number word representation by converting it to a number and back to words to check for consistency