|
Revision 1, 0.7 KB
(checked in by deveiant, 6 years ago)
|
|
Initial revision
|
| Line | |
|---|
| 1 | |
|---|
| 2 | = Linguistics Module To-Do List |
|---|
| 3 | |
|---|
| 4 | * Strip out the english specifics from the inflector class. Make it do pure |
|---|
| 5 | delegation somehow |
|---|
| 6 | * pick argument based on arity? |
|---|
| 7 | |
|---|
| 8 | * Add missing Lingua::EN::Inflect features: |
|---|
| 9 | * Number-insensitive Equality methods, e.g., +PL_eq()+, +PL_N_eq()+, etc. |
|---|
| 10 | * String iterpolation methods? This can already be done via things like +"The |
|---|
| 11 | #{'cat'.en.no(catCount)} in the hat."+, but it might be nice to have some |
|---|
| 12 | more convenient notation and an #interpolate method. |
|---|
| 13 | * User-defined inflections |
|---|
| 14 | |
|---|
| 15 | * Ask the stemmable.rb authors if they'd let me put it into the en.rb module. |
|---|
| 16 | |
|---|
| 17 | * Port more Perl modules: |
|---|
| 18 | * Lingua::Phonology? |
|---|
| 19 | * Others? |
|---|
| 20 | |
|---|