Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement lookup as ranked list #34

Open
jonthegeek opened this issue Jun 15, 2021 · 0 comments
Open

Implement lookup as ranked list #34

jonthegeek opened this issue Jun 15, 2021 · 0 comments

Comments

@jonthegeek
Copy link
Member

Figure out a good rank order to use for the lookup. This should probably be a process I can repeat occasionally (although probably not EVERY time I build the lookup, 'cuz I suspect it will slow it down by ~days).

Change the lookup to a named list (names = word, values = morpheme breakdown). The list should be in frequency order (by number of times it is "hit" while building the full lookup).

To determine: How do we rank a list that's smaller than the gigantic lookup? Ideally some sort of corpus should be involved, other than wiktionary.

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

No branches or pull requests

1 participant