aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2021-09-04 23:03:24 +0200
committerache <ache@ache.one>2021-09-04 23:03:24 +0200
commit7230ba38e7a67ee5d54900f1977daaae21de2236 (patch)
tree5f29588d2ebe039e8ea37ad6baf88e6422b43aa1
parentCreate a new database (diff)
Typos in README.md
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 3abde6e..9ba2389 100644
--- a/README.md
+++ b/README.md
@@ -10,10 +10,10 @@ Technically
A bunch of **Python** scripts to transform wiktionary archive dump to MySQL database file.
- With a simple CLI.
- - With a simple WUI, flask based.
+ - With a simple WUI[^WUI], flask based.
- Regex support.
-*[WUI]: Web User Interface
+*[^WUI]: Web User Interface
Install
-------
@@ -60,7 +60,7 @@ $ bunzip2 frwiktionary-20200601-pages-articles.xml.bz2
Then, you will create an intermediary file, a msgpack file, of every data of wiktionary.
This file is interesting for developers not for end users.
-It's a serialization of the internal used dictionary (python dictionary).
+It's a serialization of the internal used dictionary (python dictionary).
~~~shell
$ python download/dump2msgp.py -i frwiktionary-20200601-pages-articles.xml
@@ -68,10 +68,10 @@ $ python download/dump2msgp.py -i frwiktionary-20200601-pages-articles.xml
Then, you can create the SQLite database file.
~~~shell
-$ python download/msgPack2sqlite_msgPack.py -i dicofr.msgpk
+$ python download/msgPack2sqlite_msgPack.py -i dfr.msgpk
~~~
-You can then use `dicofr.py` to search a word from the CLI or use the WUI with the command:
+You can then use `dfr.py` to search a word from the CLI or use the WUI with the command:
~~~shell
$ python web.py
~~~