12,660
edits→Parameters
No edit summary |
|||
Line 37: | Line 37: | ||
|} | |} | ||
The automatic | The automatic plural/singular transforms are able to recognize certain irregular plurals and handle them correctly, such as "thieves" and "quarterstaves." This is handled partly through a table of explicit special conversions like <code>staff -> staves</code>, and partly through logical rules like <code>...f --> ...ves</code>. If you find a word that produces a wrong result, it should be added to the table of explicit conversions. | ||
=== Output types === | === Output types === |