Skip to content

Conversation

vykliuk
Copy link
Collaborator

@vykliuk vykliuk commented Jun 11, 2025

No description provided.

@unhammer
Copy link
Member

what does a bilsearch mode do?

@jonorthwash
Copy link
Member

what does a bilsearch mode do?

It's for bilingual dictionary lookup, a feature @vykliuk and I are working on this summer.

modename = m.group(1)
langlist = [to_alpha3_code(x) for x in m.group(2).split('-')]
lang_pair = '-'.join(langlist) # e.g. en-es
lang_pair = '-'.join(langlist)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vykliuk, could you restore these comments (including the one up a few lines where modename is set)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants