integrated Cosmas2 antlr sources into modules, jsonify Cosmas, wrote some initial tests
diff --git a/pom.xml b/pom.xml
index cdd1185..b0df0c0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,6 +41,11 @@
<artifactId>KorAP-PoliqarpParser</artifactId>
<version>0.05</version>
</dependency>
+ <dependency>
+ <groupId>KorAP-modules</groupId>
+ <artifactId>KorAP-Cosmas2Parser</artifactId>
+ <version>0.01</version>
+ </dependency>
<dependency>
<groupId>KorAP-modules</groupId>
<artifactId>KorAP-lucene-index</artifactId>