From 931835904e5b5edb3c6124b2bf9042d88cc43799 Mon Sep 17 00:00:00 2001 From: Austen Adler Date: Thu, 2 Mar 2023 01:14:30 -0500 Subject: [PATCH] Update frequency table --- docs/DESIGN.adoc | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/docs/DESIGN.adoc b/docs/DESIGN.adoc index 8efc15b..65cc781 100644 --- a/docs/DESIGN.adoc +++ b/docs/DESIGN.adoc @@ -271,6 +271,11 @@ Where stem:[text(num_prefix)] is the number of number/letter combinations in the |324.04 |No, wordlist too big +|WORD WORD WORD +|75.01 +|47.18 +|No, this is the exact format what3words uses + |(0-999)(A-Z0-9) WORD WORD |108.27 |54.01 @@ -291,11 +296,6 @@ Where stem:[text(num_prefix)] is the number of number/letter combinations in the |4.72 |Maybe -|(1-1024) WORD WORD WORD -|7.44 -|4.68 -|Maybe - |WORD WORD WORD WORD |4.53 |3.20 @@ -306,6 +306,11 @@ Where stem:[text(num_prefix)] is the number of number/letter combinations in the |2.19 |Maybe +|(1-1024) WORD WORD WORD +|7.44 +|4.68 +|Maybe + |=== NOTE: This project will use the `(1-1024) WORD0 WORD1 WORD2` variation (1 number component, and 3 word component).