diff options
author | John Fultz <jfultz@wolfram.com> | 2019-07-19 20:19:49 -0700 |
---|---|---|
committer | John Fultz <jfultz@wolfram.com> | 2019-07-19 20:19:49 -0700 |
commit | 3f0db0f2834738e963865a8e19c2a1d68a99482c (patch) | |
tree | b0dc9ce02d6eaeb6a4d9f149dda8b99c4d233ed5 /data/lexica/CMakeLists.txt | |
parent | 4353a1ba04618dbeeb05ded653e99f1501fa7b60 (diff) |
Add NWL2018 and SSWL2018 dictionaries.
Better known as the NASPA Word List and the School SCRABBLE
Word List.
Diffstat (limited to 'data/lexica/CMakeLists.txt')
-rw-r--r-- | data/lexica/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/lexica/CMakeLists.txt b/data/lexica/CMakeLists.txt index efc059b..6463996 100644 --- a/data/lexica/CMakeLists.txt +++ b/data/lexica/CMakeLists.txt @@ -7,6 +7,8 @@ set(DATA_LEXICA ${CMAKE_CURRENT_LIST_DIR}/cswapr07.dawg ${CMAKE_CURRENT_LIST_DIR}/greek.dawg ${CMAKE_CURRENT_LIST_DIR}/korean.dawg + ${CMAKE_CURRENT_LIST_DIR}/nwl18.dawg + ${CMAKE_CURRENT_LIST_DIR}/nswl18.dawg ${CMAKE_CURRENT_LIST_DIR}/norwegian.dawg ${CMAKE_CURRENT_LIST_DIR}/ods5.dawg ${CMAKE_CURRENT_LIST_DIR}/osps.dawg |