diff options
author | John Fultz <jfultz@wolfram.com> | 2015-11-06 08:50:41 -0600 |
---|---|---|
committer | John Fultz <jfultz@wolfram.com> | 2015-11-06 08:50:41 -0600 |
commit | 656b3c684d8dbf25e39517f5bf1bf9d53d9cb19d (patch) | |
tree | ee8cdc047e8a843fb63216622f2665c2d6ced330 /data/strategy/default_english/worths | |
parent | 7d6f193908a0b277a5b44f0d22651dccec033b70 (diff) |
Set up defaults strategies.
So, basically, the dictionary is queried to see if it's
"English-like". Which is to say that it uses the same
alphabet. If so, then it will fall back to use twl06
strategies, minus the superleaves (the so-called
"default_english"). Otherwise, it uses "default" strategies,
which right now is simply a worths file that sets the
blank to be 30.
It's not great. But better than before.
Diffstat (limited to 'data/strategy/default_english/worths')
-rw-r--r-- | data/strategy/default_english/worths | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/data/strategy/default_english/worths b/data/strategy/default_english/worths new file mode 100644 index 0000000..9c7bac0 --- /dev/null +++ b/data/strategy/default_english/worths @@ -0,0 +1,27 @@ +A 0.852 +B -1.8632 +C 0.737 +D 0.5776 +E 1.0925 +F -2.0915 +G -2.8469 +H 1.0314 +I -0.4633 +J -2.5068 +K -0.9184 +L -0.3699 +M 0.6313 +N -0.1618 +O -0.5529 +P -0.575 +Q -7.5409 +R 0.5145 +S 6.7782 +T -0.2042 +U -3.0467 +V -5.1075 +W -3.9051 +X 3.102 +Y -0.9842 +Z 4.8172 +? 21.7777 |