{5} Assigned, Active Tickets by Owner (Full Description) (2 matches)

List tickets assigned, group by ticket owner. This report demonstrates the use of full-row display.

deveiant (2 matches)

Ticket Summary Component Milestone Type Severity Created
Description
#11 WordNet and LinkParser API breakage English Bugfix/Update Release defect major 12/21/07

Hey, is this project still alive? Looks like it isn't :( sadly

There are various problems currently with Wordnet and Linkparser (method names changed in Wordnet, Constant missing in Linkparser)


#4 Add conversion of ordinals to cardinals English NLP Features enhancement minor 09/27/05

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

Note: See TracReports for help on using and creating reports.