diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2013-01-13 10:15:36 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2013-01-13 10:15:36 +0800 |
commit | ce137f34ded8330fcf5216a89d29f75fb5ba8c03 (patch) | |
tree | 2a9a8d3d4e966c337082041df6718eb693407a89 /textproc/Makefile | |
parent | f472ff500cba9150b077037f3b3fc67ad3d4648e (diff) | |
download | freebsd-ports-gnome-ce137f34ded8330fcf5216a89d29f75fb5ba8c03.tar.gz freebsd-ports-gnome-ce137f34ded8330fcf5216a89d29f75fb5ba8c03.tar.zst freebsd-ports-gnome-ce137f34ded8330fcf5216a89d29f75fb5ba8c03.zip |
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.
WWW: http://search.cpan.org/dist/Lingua-EN-Number-IsOrdinal/
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index ca5707754914..7fbf99e73b2f 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -574,6 +574,7 @@ SUBDIR += p5-Lingua-EN-NameParse SUBDIR += p5-Lingua-EN-NamedEntity SUBDIR += p5-Lingua-EN-Nickname + SUBDIR += p5-Lingua-EN-Number-IsOrdinal SUBDIR += p5-Lingua-EN-Numbers SUBDIR += p5-Lingua-EN-Numbers-Easy SUBDIR += p5-Lingua-EN-Numbers-Ordinate |