en-wl / wordlist

SCOWL (and friends).
http://wordlist.aspell.net
373 stars 87 forks source link

Add PFX rules for SI units #360

Open flodolo opened 1 year ago

flodolo commented 1 year ago

It should be possible to add a couple of prefix rules to the affix file, e.g.

PFX u Y 24
PFX u   0     quetta      .
PFX u   0     ronna       .
PFX u   0     yotta       .
PFX u   0     zetta       .
PFX u   0     exa         .
PFX u   0     peta        .
PFX u   0     tera        .
PFX u   0     giga        .
PFX u   0     mega        .
PFX u   0     kilo        .
PFX u   0     hecto       .
PFX u   0     deca        .
PFX u   0     deci        .
PFX u   0     centi       .
PFX u   0     milli       .
PFX u   0     micro       .
PFX u   0     nano        .
PFX u   0     pico        .
PFX u   0     femto       .
PFX u   0     atto        .
PFX u   0     zepto       .
PFX u   0     yocto       .
PFX u   0     ronto       .
PFX u   0     quecto      .

PFX v Y 12
PFX v   0     exa         .
PFX v   0     exbi        .
PFX v   0     peta        .
PFX v   0     pebi        .
PFX v   0     tera        .
PFX v   0     tebi        .
PFX v   0     giga        .
PFX v   0     gibi        .
PFX v   0     mega        .
PFX v   0     mebi        .
PFX v   0     kilo        .
PFX v   0     kibi        .

So that, for examples, joule and byte could be defined as

byte/vMS
joule/vMS

Not completely clear if editing this file would be enough, given how complex the repository structure is.