Re: [ANN] inflect.py: generate plurals, ordinals, numbers to words...

2010-07-16 Thread Andreas Waldenburger
On Fri, 16 Jul 2010 17:26:05 +0200 Daniel Fetchinson wrote: > >>> I'm pleased to announce the release of inflect.py v0.1.8, a > >>> module that correctly generates: > >>> > >>> * the plural of singular nouns and verbs > >>> * the singular of plural nouns > >>> * ordinals > >>> * indefinite articl

Re: [ANN] inflect.py: generate plurals, ordinals, numbers to words...

2010-07-16 Thread Antoine Pitrou
On Fri, 16 Jul 2010 17:29:44 +0200 Daniel Fetchinson wrote: > I'm pleased to announce the release of inflect.py v0.1.8, a module that > correctly generates: > > * the plural of singular nouns and verbs > * the singular of plural nouns > * ordinals > * indefinite

Re: [ANN] inflect.py: generate plurals, ordinals, numbers to words...

2010-07-16 Thread Stefan Behnel
Daniel Fetchinson, 16.07.2010 17:29: I'm pleased to announce the release of inflect.py v0.1.8, a module that correctly generates: * the plural of singular nouns and verbs * the singular of plural nouns * ordinals * indefinite articles * present participles * and converts numbers to words Which

Re: [ANN] inflect.py: generate plurals, ordinals, numbers to words...

2010-07-16 Thread MRAB
Paul wrote: >> Thomas Jollans, 15.07.2010 18:41: > >>> On 07/15/2010 01:00 PM, Paul wrote: I'm pleased to announce the release of inflect.py v0.1.8, a module that correctly generates: > * the plural of singular nouns and verbs * the singular of plural nouns * ordinals

Re: [ANN] inflect.py: generate plurals, ordinals, numbers to words...

2010-07-16 Thread Daniel Fetchinson
I'm pleased to announce the release of inflect.py v0.1.8, a module that correctly generates: * the plural of singular nouns and verbs * the singular of plural nouns * ordinals * indefinite articles * present participles * and converts numbers to words >>

Re: [ANN] inflect.py: generate plurals, ordinals, numbers to words...

2010-07-16 Thread Daniel Fetchinson
>>> I'm pleased to announce the release of inflect.py v0.1.8, a module that >>> correctly generates: >>> >>> * the plural of singular nouns and verbs >>> * the singular of plural nouns >>> * ordinals >>> * indefinite articles >>> * present participles >>> * and converts numbers to words >> >> Which

Re: [ANN] inflect.py: generate plurals, ordinals, numbers to words...

2010-07-16 Thread Paul
> Thomas Jollans, 15.07.2010 18:41: > > On 07/15/2010 01:00 PM, Paul wrote: > >> I'm pleased to announce the release of inflect.py v0.1.8, a module that > >> correctly generates: > >> * the plural of singular nouns and verbs > >> * the singular of plural nouns > >> * ordinals > >> * indefinite ar

Re: [ANN] inflect.py: generate plurals, ordinals, numbers to words...

2010-07-15 Thread Stefan Behnel
Thomas Jollans, 15.07.2010 18:41: On 07/15/2010 01:00 PM, Paul wrote: I'm pleased to announce the release of inflect.py v0.1.8, a module that correctly generates: * the plural of singular nouns and verbs * the singular of plural nouns * ordinals * indefinite articles * present participles * and

Re: [ANN] inflect.py: generate plurals, ordinals, numbers to words...

2010-07-15 Thread Thomas Jollans
On 07/15/2010 01:00 PM, Paul wrote: > > > I'm pleased to announce the release of inflect.py v0.1.8, a module that > correctly generates: > > * the plural of singular nouns and verbs > * the singular of plural nouns > * ordinals > * indefinite articles > * present participles > * and converts num

Re: [ANN] inflect.py: generate plurals, ordinals, numbers to words...

2010-07-15 Thread Daniel Fetchinson
> I'm pleased to announce the release of inflect.py v0.1.8, a module that > correctly generates: > > * the plural of singular nouns and verbs > * the singular of plural nouns > * ordinals > * indefinite articles > * present participles > * and converts numbers to words Wow! Tons of kudos, this mu

[ANN] inflect.py: generate plurals, ordinals, numbers to words...

2010-07-15 Thread Paul
I'm pleased to announce the release of inflect.py v0.1.8, a module that correctly generates: * the plural of singular nouns and verbs * the singular of plural nouns * ordinals * indefinite articles * present participles * and converts numbers to words Examples: >>> import inflect >>> p = infl