On 22/07/2013 10:00 PM, Scott Grodberg wrote:
> Bump
Yikes, apologies for forgetting about this.
You can pass a "broker" argument to DictWithPWL. The following should
do that you want:
B = enchant.Broker()
B.set_ordering('de', 'aspell,myspell,ispell')
Lexikon - DictWithPWL("de", pwl="German.plus", broker=B)
I should probably expose "set_ordering" on the default broker as a
top-level function in the module, which would make this a lot easier.
Cheers,
Ryan