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

composition hints algorithm rewrite #26

Closed
stevenhao opened this issue Aug 20, 2018 · 1 comment
Closed

composition hints algorithm rewrite #26

stevenhao opened this issue Aug 20, 2018 · 1 comment

Comments

@stevenhao
Copy link
Member

stevenhao commented Aug 20, 2018

the Hints component is out of date and uses a very small, unscored wordlist. to change this:

  • support user-uploading scored wordlists (cache these client-side but not in db b.c. copyright)
  • add a default (can be very shitty, for now) scored wordlist (e.g., we can assign random or uniform scores to all the words in the current wordlist)
  • rewrite the algorithm for ranking partially filled grids to use scored entries
  • add an algorithm to auto-fill-grid
    • should be aware of the no-repeated-words rule

GUI:

  • support double-clicking suggested entries to fill (in pencil)
  • make auto-fill-grid be in pencil?
  • clear all pencil / commit all pencil buttons [do other tools have this?]
  • highlight in red all problem entries, i.e. those that are incomplete and have no suitable matches/are too long (crossfire has this, i think)
@stevenhao stevenhao changed the title composition hints feature rewrite composition hints algorithm rewrite Aug 24, 2018
@stevenhao
Copy link
Member Author

closing for now, composition is probs not going to be a main focus in the near future

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