Lingua::EN::Number::IsOrdinal - detect if English number is ordinal or cardinal
This module 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.
This module 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.
To install p5.34-lingua-en-number-isordinal, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install p5.34-lingua-en-number-isordinal
To see what files were installed by p5.34-lingua-en-number-isordinal, run:
port contents p5.34-lingua-en-number-isordinal
To later upgrade p5.34-lingua-en-number-isordinal, run:
sudo port selfupdate && sudo port upgrade p5.34-lingua-en-number-isordinal
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.