summary refs log tree commit diff
diff options
context:
space:
mode:
authorMunyoki Kilyungi2024-07-05 14:49:13 +0300
committerMunyoki Kilyungi2024-07-05 14:49:13 +0300
commitc122c04b6b28da3e6878cf73d4b9889d4618d9f2 (patch)
treea47800d71c56219970a2862ee9c2a1313953774a
parentede9a45c24f4b987215986d16d934a4b9fd0af8c (diff)
downloadgn-gemtext-c122c04b6b28da3e6878cf73d4b9889d4618d9f2.tar.gz
Fix table.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
-rw-r--r--topics/engineering/improving-wiki-rif-search-in-genenetwork.gmi6
1 files changed, 3 insertions, 3 deletions
diff --git a/topics/engineering/improving-wiki-rif-search-in-genenetwork.gmi b/topics/engineering/improving-wiki-rif-search-in-genenetwork.gmi
index d0f1978..e0c9ece 100644
--- a/topics/engineering/improving-wiki-rif-search-in-genenetwork.gmi
+++ b/topics/engineering/improving-wiki-rif-search-in-genenetwork.gmi
@@ -88,9 +88,9 @@ To attempt to reduce the index script's space consumption and improve the script
 ```
 |                                                | Indexing Time (min) | Space (Gb) | % Inc Size (from G+P+R) | % Inc Time |
 |-------------------------------------------------------------------------------------------------------------------- -----|
-|G+P+R (no stop-words, no-stemming, pos. data)   | 101                 | 60         | 0                   | 0              |  
-|G+P+W+R (no stop-words, no stemming, pos. data) | 429                 | 152        | 153.3               | 324.8          |
-|G+P+W+R (stop-words, stemming, no pos. data)    | 69                  | 73         | 21.6                | -31.6          |
+|G+P+R (no stop-words, no-stemming, pos. data)   | 101                 | 60         | 0                       | 0          |  
+|G+P+W+R (no stop-words, no stemming, pos. data) | 429                 | 152        | 153.3                   | 324.8      |
+|G+P+W+R (stop-words, stemming, no pos. data)    | 69                  | 73         | 21.6                    | -31.6      |
 
 Key:
 ----