alpheios-project / alpheios-core

Alpheios Core Javascript Packages and Libraries
15 stars 2 forks source link

Question on lookup an autocomplete word not present in database #274

Open monzug opened 4 years ago

monzug commented 4 years ago

related to enhancement #104. autocomplete is checked. When I enter Mou in lookup, one of the words in the list is Μουκία. If I lookup for Μουκία, I get Lexical query produced no results. are we ok with autocomplete words missing from our db?

balmas commented 4 years ago

hmm that's tricky but I think we have to be for now.

irina060981 commented 4 years ago

may be we could save such words to a separate list in remote source (was got from autocomplete and lookup didn't produced the result) ? this way - we would be able to remove them out of the complete and also would collect statistic for absent words. @balmas and @monzug , what do you think?

balmas commented 4 years ago

hmm. that's an interesting idea. I was thinking we would defer dealing with this until we have solutions for user feedback on morphology and additional morphology corrections/sources. But another interim possibility would be to reuse the wordlist -- I think right now we purposely exclude words that didn't parse from the user wordlist. We could include them in user wordlist with a flag that they were unparsed.

Whichever way we go though, I think it should probably wait until after this release.

monzug commented 4 years ago

cool

On Wed, Apr 29, 2020 at 8:19 AM Bridget Almas notifications@github.com wrote:

hmm. that's an interesting idea. I was thinking we would defer dealing with this until we have solutions for user feedback on morphology and additional morphology corrections/sources. But another interim possibility would be to reuse the wordlist -- I think right now we purposely exclude words that didn't parse from the user wordlist. We could include them in user wordlist with a flag that they were unparsed.

Whichever way we go though, I think it should probably wait until after this release.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/alpheios-project/alpheios-core/issues/274#issuecomment-621166008, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJ32UOOSFG3AEED5JNPCR6LRPALM3ANCNFSM4MSZ37KA .