Ticket #4 (assigned enhancement)

Opened 3 years ago

Last modified 2 years ago

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

Changed 3 years ago by deveiant

  • status changed from new to assigned
  • milestone set to NLP Features

Changed 2 years ago by anonymous

  • severity changed from normal to major
  • component changed from English to Framework
  • priority changed from normal to highest
  • version 1.0.0 deleted
  • milestone changed from NLP Features to TracSetup
  • type changed from enhancement to task

Changed 2 years ago by anonymous

  • severity changed from major to minor
  • component changed from Framework to English
  • priority changed from highest to low
  • version set to 1.0
  • milestone changed from TracSetup to NLP Features
  • type changed from task to enhancement
Note: See TracTickets for help on using tickets.