Skip to content

Commit

Permalink
Adding new dictionary
Browse files Browse the repository at this point in the history
  • Loading branch information
AG committed Mar 4, 2024
1 parent bcdbb06 commit 5367749
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion create_dictionary.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# Across all dictionaries, how many entry word sets total should we regularly prune the
# dictionary back to contain?
TARGET_DICTIONARY_COUNT = 15000
TARGET_DICTIONARY_COUNT = 25000

# Of the total TARGET_DICTIONARY_COUNT, what stake in that count should each dictionary get?
THREE_WORD_STAKE_PERCENT = 0.625
Expand Down
2 changes: 1 addition & 1 deletion dictionary.js

Large diffs are not rendered by default.

0 comments on commit 5367749

Please sign in to comment.