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

Use a thesaurus for words on the board #19

Open
simonlindholm opened this issue Jul 3, 2017 · 2 comments
Open

Use a thesaurus for words on the board #19

simonlindholm opened this issue Jul 3, 2017 · 2 comments

Comments

@simonlindholm
Copy link
Collaborator

To more explicitly test all possible meanings of them. When you play codenames, you try to give more equal consideration to obscure meanings of words and to common ones than you'd normally do.

@HalfVoxel
Copy link
Collaborator

Don't we need similarity measures for the different meanings for this to work?

@simonlindholm
Copy link
Collaborator Author

Yes, I'm thinking of something like:

  • given a board word w
  • take all its synonyms, v_1 ... v_k
  • give each synonym a relative weight a_i within [0, 1] by how strong the synonymy is, by taking some function of the similarity measure
  • define the new similarity between w and another word z to be roughly max(a_i * sim(v_i, z))

(where presumably v_1 = w, a_1 = 1)

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

2 participants