As described in our discussion please include charSubstitution in documentation
of API.
Is there a way to use equivalents of letters like in translate.txt in patgen.
Especially I demand to be é treated like e in english text.
Comment by project member mathiasn...@gmail.com, Sep 12 (2 days ago)
@jomamoto
Yes, there is. Add the following entry to the pattern object in en.js:
charSubstitution : {
'é' : 'e'
}
This should do the trick.
Regards, Mathias
Original issue reported on code.google.com by jomam...@gmail.com on 15 Sep 2012 at 6:05
Original issue reported on code.google.com by
jomam...@gmail.com
on 15 Sep 2012 at 6:05