
Lingua::en::number::isordinal will tell you if a number, either in words or as digits, is a cardinal or ordinal number
.
this is useful if you e.g. want to distinguish these types of numbers found with lingua::en::findnumber and take different actions.