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

Refactor corpura management #132

Open
Tracked by #131
hcoona opened this issue Mar 3, 2023 · 0 comments
Open
Tracked by #131

Refactor corpura management #132

hcoona opened this issue Mar 3, 2023 · 0 comments

Comments

@hcoona
Copy link
Owner

hcoona commented Mar 3, 2023

We have at least 2 corpura:

  • OALD extracted data.
  • COCA word frequency list.

OALD

It provide 2 important components:

  1. wordlists
  2. meanings for a word.

COCA

It provide 2 important components:

  1. wordlists
  2. frequency ranks

Summary

So basically we need the following abstractions:

  1. IDictionaryProvider to provide the word to meanings mappings.
  2. IRankProvider to provide the word to frequency rank mappings.
  3. IWordListProvider to provide the word list to filter words from the dictionary.
@hcoona hcoona mentioned this issue Mar 3, 2023
2 tasks
@hcoona hcoona changed the title Refactor copus management Refactor corpura management Mar 3, 2023
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