Operator #ELEM(Elementname) in C2QL: missing default layer 's' is added.
Op. #ELEM(w ana='...'): either elementname 'W' or attribute name 'ana' generates layer=p.
Op. #ELEM with attributes: layer, key and value corrected.
Op. #ELEM: several attributes and several attribute values: OK.
Op. #ELEM(w ana='...' type='...'): mixted combination of 'ana' with
other attributes.
Op. #ELEM(w ana="NOU -PL'): negation for attribute values.
Op. #ELEM(foundry/layer ... ): added att=val pairs.
Tests added for all theses cases.
Change-Id: Ib783d35ee4d84b56af5a99dbd0c37b55cdde2685
Reviewed-on: https://korap.ids-mannheim.de/gerrit/c/KorAP/Koral/+/10705
Reviewed-by: Nils Diewald <nils@diewald-online.de>
Reviewed-by: <bodmer@ids-mannheim.de>
diff --git a/pom.xml b/pom.xml
index c6e38e1..0dc482b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,6 +33,10 @@
<email>margaretha@ids-mannheim.de</email>
</developer>
<developer>
+ <name>Franck Bodmer</name>
+ <email>bodmer@ids-mannheim.de</email>
+ </developer>
+ <developer>
<name>Elena Irimia</name>
</developer>
</developers>
@@ -176,6 +180,7 @@
<exclude>**/c2ps_opBED.java</exclude>
<exclude>**/c2ps_opELEM.java</exclude>
<exclude>**/c2ps_opIN.java</exclude>
+ <exclude>**/c2ps_opMORPH.java</exclude>
<exclude>**/c2ps_opOV.java</exclude>
<exclude>**/c2ps_opPROX.java</exclude>
<exclude>**/c2ps_opREG.java</exclude>