Skip to content

Commit 85f8a5c

Browse files
authored
update readme
Updated README to clarify the internal dictionary and its source.
1 parent 84ab18e commit 85f8a5c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/bordle/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ On startup, a grid of 6 lines with 5 (empty) letter boxes is displayed. Swiping
99
The keyboad was inspired by the 'Scribble' app (it is a simplified version using the layout library). The letter group "Z ..." contains the delete key and
1010
the enter key. Hitting enter after the 5th letter will add the guess to the grid view and color mark it.
1111

12-
The (English language) dictionary was derived from the the Unix ispell word list by filtering out plurals and past particples (and some hand editing) from all 5 letter words.
12+
The internal dictionary contains all valid Wordle words.
13+
1314
It is contained in the file 'wordlencr.txt' which contains one long string (no newline characters) of all the words concatenated. It would not be too difficult to swap it
1415
out for a different language version. The keyboard currently only supports the 26 characters of the latin alphabet (no accents or umlauts).
1516

0 commit comments

Comments
 (0)