Add --parse-with malt:</path/to/model> option

Change-Id: I3d0691241b3b4df0abd3c9f02a1f29d23bdd030f
diff --git a/app/build.gradle b/app/build.gradle
index c42b4ba..7c2b5e1 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -45,6 +45,7 @@
     testImplementation "org.jetbrains.kotlin:kotlin-test:2.0.0-Beta5"
 
     implementation 'com.github.kupietz:cistern:v1.0.2'
+    implementation 'org.maltparser:maltparser:1.9.2'
 }