Improve Readme
Change-Id: Ibb680c43520b1e38bf366933008606e686cd5f3a
diff --git a/Readme.md b/Readme.md
index 9f4ed7d..4ac9e94 100644
--- a/Readme.md
+++ b/Readme.md
@@ -7,6 +7,29 @@
The library contains sources for a german tokenizer
based on [KorAP-Tokenizer](https://github.com/KorAP/KorAP-Tokenizer).
+## Tokenizing
+
+```shell
+$ echo "Es war spät, schon ca. 2 Uhr. ;-)" | datok tokenize -t testdata/tokenizer.matok
+Es
+war
+spät
+,
+schon
+ca.
+2
+Uhr
+.
+
+;-)
+
+
+```
+
+The special `END OF TRANSMISSION` character (`\x04`) can be used to mark the end of a text.
+
+*Caution*: When experimenting with STDIN this way, you may need to disable history expansion.
+
## Conventions
The FST generated by Foma must adhere to the following rules,
@@ -95,27 +118,6 @@
* This may take quite some time depending on the number
of arcs in the FST and is therefore now deprecated.
-## Tokenizing
-
-```shell
-$ echo "Es war spät, schon ca. 2 Uhr. ;-)" | ./datok tokenize -t testdata/tokenizer.matok
-Es
-war
-spät
-,
-schon
-ca.
-2
-Uhr
-.
-
-;-)
-```
-
-The special `END OF TRANSMISSION` character (`\x04`) can be used to mark the end of a text.
-
-*Caution*: When experimenting with STDIN this way, you may need to disable history expansion.
-
## Technology
Internally the FSA is represented