Subject: | hoing, alibing, aring, quizz, a rth, a sth |
Here are some problems in the results I picked up as I was converting
the code to Python. I haven't fixed them.
PART_PRES("hoes") gives "hoing", Oxford says "hoeing".
PART_PRES("alibis") gives "alibing", Oxford says "alibiing".
PART_PRES("is") gives "aring", should be "being" I think.
PL_V("quizzes") gives "quizz", should be "quiz".
A("nth") correctly gives "an nth" and A("xth") correctly gives "an xth"
then why does A("rth") give "a rth" and A("sth") give "a sth"?
This last one would be a simple change to line 1243.
That's all the bugs I have for now.
Cheers,
Paul