Words

免费增值
通过 mail@webknox.com | 已更新 un mese fa | Data
Health Check

N/A

返回所有讨论

Your program is often wrong

Rapid account: Cherylhunt 411
cherylhunt411
9 anni fa

I’ve only started testing and about half of my tests gave incorrect answers.

The “stem” function seems to only recognize the suffix “-e”, ignoring common prefixes. For example the stem of “biplane” is given as “biplan” ,“prefix” is given as “prefix” and “pliable” is given as “pliabl”. This ignores all prefixes and the suffix “-able”.

Transform to Past Participle gives “be” as “bed” and “is” as “ised”.

Transform to Simple Past also gives “be” as “bed” and “is” as “ised”.

Transform to Simple Present gives “was” as “was” and “were” as “were”

Transform to the Third Person Singular gives “were” as “weres”

Get Synonyms for “bird” gives “vertebrate”, “Bronx cheer”, and “vociferation”, among other things.

Rapid account: Webknox
webknox Commented 9 anni fa

Hi,

thanks for your message. You found a couple of bugs here indeed. Especially there was a bug with the word “be”. That is fixed now. Other problems you had:

pliable, biplane, prefix: the API stems those correctly (other than biplane which should stay biplane - that’s also fixed now). What you are looking for is lemmatization, simple stemming does not cut -able, etc. try “jumping” or “loudly” etc. and you’ll see that the stemmer is more intelligent than just to crop the -e

加入讨论 - 在下面添加评论:

登录/注册以发布新的评论