aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSusumu Yata <susumu.yata@gmail.com>2018-05-20 12:54:30 +0900
committerSusumu Yata <susumu.yata@gmail.com>2018-05-20 12:54:30 +0900
commitcd9cd6d78065bbfe68d2755587d71d0440d9b61a (patch)
tree7f987e186d1129af8e2fb9a5679aa5b9b48a1d9d /README.md
parentab187ee8fc7dec3ed2b9ceceb674b2f67456fad3 (diff)
downloadmarisa-trie-cd9cd6d78065bbfe68d2755587d71d0440d9b61a.tar.gz
Fix indentation in README.
GitHub: #16
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index 79da525..b23e112 100644
--- a/README.md
+++ b/README.md
@@ -26,10 +26,10 @@ A MARISA-based dictionary supports not only lookup but also reverse lookup, comm
The biggest advantage of libmarisa is that its dictionary size is considerably more compact than others. See below for the dictionary size of other implementations.
* Input
- * Source: enwiki-20121101-all-titles-in-ns0.gz
- * Contents: all page titles of English Wikipedia (Nov. 2012)
- * Number of keys: 9,805,576
- * Total size: 200,435,403 bytes (plain) / 54,933,690 bytes (gzipped)
+ * Source: enwiki-20121101-all-titles-in-ns0.gz
+ * Contents: all page titles of English Wikipedia (Nov. 2012)
+ * Number of keys: 9,805,576
+ * Total size: 200,435,403 bytes (plain) / 54,933,690 bytes (gzipped)
|Implementation|Size (bytes)|Remarks |
|:-------------|-----------:|--------------------------:|
@@ -40,8 +40,8 @@ The biggest advantage of libmarisa is that its dictionary size is considerably m
#### Documentation
* marisa-0.2.5
- * README (English): http://s-yata.github.io/marisa-trie/docs/readme.en.html
- * README (Japanese): http://s-yata.github.io/marisa-trie/docs/readme.ja.html
+ * README (English): http://s-yata.github.io/marisa-trie/docs/readme.en.html
+ * README (Japanese): http://s-yata.github.io/marisa-trie/docs/readme.ja.html
#### Build instructions