Ticket #4 (assigned enhancement)
Add conversion of ordinals to cardinals
| Reported by: | deveiant | Owned by: | deveiant |
|---|---|---|---|
| Priority: | low | Milestone: | NLP Features |
| Component: | English | Version: | 1.0 |
| Severity: | minor | Keywords: | ordinal cardinal english |
| Cc: |
Description
From irc://irc.freenode.org/#ruby-lang:
[4:31pm] <vincenz> crud [4:32pm] <vincenz> I have the linguistics module which does stuff like [4:32pm] <vincenz> "1".en.ordinal "1st" [4:32pm] <vincenz> but I want a way to go backwards
So this feature should add:
irb(main):001:0> "first".en.cardinal
==> "one"
irb(main):002:0> "1st".en.cardinal
==> 1
Change History
Note: See
TracTickets for help on using
tickets.
