Hacker News new | ask | show | jobs
by smcin 1306 days ago
Neat! Two issues I found:

1) if I type @being I get zero options, even though it's in the dict https://www.wikdict.com/de-en/being . I only get options for expanding @be

2) I can't expand @be/being into a noun ('Beings surrounded our ship'), only into a verb/gerund ('Being John Malkovich')

1 comments

That is something which could be addressed by stemming or lemmatizing the input before piping it into whatever you use for translation.
That's something I will have to look into. Thank you for the suggestions.