From e29118f4a6e310d879f1bc696f7f4d4e489839fe Mon Sep 17 00:00:00 2001 From: John Fultz Date: Sun, 21 Jul 2019 23:52:20 -0700 Subject: Clean up duplicate strategy files. There's only two distinct superleaves files, but there were more copies in the layout and it's a huge file. Now, lexica beginning with the text "csw" will fall back to the strategy files in the "csw" directory before going to default_english. And so, the Collins superleaves is in strategy/csw and other dictionaries default directly to strategy/default_english. Also clean up dupes of other files which didn't take much space, but at least it clarifies what strategy files are unique. Minor change to the C++ code to detect the "csw" directory. --- data/strategy/csw/superleaves | Bin 0 -> 8020804 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 data/strategy/csw/superleaves (limited to 'data/strategy/csw') diff --git a/data/strategy/csw/superleaves b/data/strategy/csw/superleaves new file mode 100644 index 0000000..de8720a Binary files /dev/null and b/data/strategy/csw/superleaves differ -- cgit v1.2.3