diff --git a/src/config.py b/src/config.py
index 468e6c3e23880015d688fcdb46e687a002ff4c32..01a0a9e25ec62222ea67b6fe9598ec115299b6ae 100644
--- a/src/config.py
+++ b/src/config.py
@@ -20,8 +20,8 @@ Methods labeled with 0 are ignored.
 At least one method must be given a value != 0.
 '''
 resolve_conflicts = False #not yet implemented
-mst_rank = 2
 colour_rank = 1
+mst_rank = 2
 
 '''
 Choose stop words and allowed pos-tags.