1. fe13cc4 PROX: Fehlermeldung in KoralQuery schreiben funktioniert. by Bodmo · 11 months ago
  2. d7f766e Merge branch 'opPROX' of ssh://korap.ids-mannheim.de:29418/KorAP/Koral into opPROX by Bodmo · 11 months ago
  3. 5f35626 trying to write error message into an error node of the AST. by Bodmo · 11 months ago
  4. 41f06a2 write parsing error to AST. by Franck Bodmer · 11 months ago
  5. 737498f PROX: emit a meaningfull error message: WIP. by Franck Bodmer · 12 months ago
  6. 65cb58d PROX: emit a meaningfull error message: wip. by Bodmo · 12 months ago
  7. de59d22 PROX: return exact error messasge about prox options. by Franck Bodmer · 12 months ago
  8. fb02c86 opPROX: grammar should accept any order of prox. options: WIP. by Franck Bodmer · 12 months ago
  9. 2f9de07 Prox: beliebige Reihenfolge der Optionen: OK. by Bodmo · 12 months ago
  10. 284ba0a Prox: beliebige Reihenfolge der Optionen: OK. by Bodmo · 12 months ago
  11. f6e477c beliebige Reihenfolge der Abstands-Optionen: WIP. by Franck Bodmer · 12 months ago
  12. 760fe93 opPROX: correcting order of Prox options: WIP. by Bodmo · 12 months ago
  13. 839b0ca Prox: parsing %-w1 and %+w1 correctly. by Franck Bodmer · 12 months ago
  14. b44d0c9 verbosity can be switched on/off on command line. by Bodmo · 1 year, 1 month ago
  15. d80a258 opBED: some tests around #BED(Haus,sa) added. by Franck Bodmer · 1 year, 1 month ago
  16. 44769cc opBED: Korrektur von #BED(word,sa) ohne Leerzeichen vor dem Komma. by Bodmo · 1 year, 1 month ago
  17. 6145d7a Issue #66: REG: missing #REG-Operator implemented: rebased. by Franck Bodmer · 1 year, 1 month ago
  18. 56dcb86 Disallow empty regex in PQ+ by Akron · 1 year, 2 months ago
  19. d964323 solved issues with any string without quoutes being parsed as span; see test Regex_without_quoutes in CqpGrammarTest by Akron · 1 year, 4 months ago
  20. 0985a2e PQ+ and CQP differences by ElenaIrimia · 1 year, 3 months ago
  21. bccf7cf Improve PQ+ node processing by Akron · 1 year, 4 months ago
  22. bda7406 Optimize nodeCat detection in CQP by Akron · 1 year, 4 months ago
  23. 90cfc40 solving <s> layer serialization; by elena · 1 year, 4 months ago
  24. 1ec18b0 Meet warnings by ElenaIrimia · 1 year, 4 months ago
  25. f704614 Support CQP by ElenaIrimia · 1 year, 4 months ago
  26. 181a742 Fix reference bug in Annis (Fixed #129) by Akron · 1 year, 11 months ago
  27. 40a2ff9 Separated regex grammar rules for reuse by Akron · 2 years, 3 months ago
  28. 120e132 Improve quantifiers in regex by Akron · 2 years, 3 months ago
  29. 33451c2 Improve regex treatment of negative character classes by Akron · 2 years, 3 months ago
  30. b4e447c Removes compile dependency on antlr4-maven-plugin (Closes #111) by Gregor Middell · 4 years, 8 months ago
  31. e1020e8 Fixed Annis OR group (resolved #96) by margaretha · 2 years, 11 months ago
  32. 36f64db Bump antlr4.version from 4.5.1 to 4.9.2 by dependabot[bot] · 3 years, 7 months ago
  33. 908a938 Add getVersion() and getName() methods by Akron · 3 years, 9 months ago
  34. 72108b2 Fix handling of apostrophes in VC multiword & regex values (fixes #85) by Akron · 4 years ago CQP
  35. ff76b97 Merge "Fix handling of empty corpus queries" by margaretha · 4 years ago
  36. 002b232 Make SpanContext class static by Marc Kupietz · 4 years, 4 months ago
  37. df7ca58 Fix handling of empty corpus queries by Akron · 4 years ago
  38. 49e8d7b Introduce query references in Poliqarp by Akron · 4 years, 1 month ago
  39. 8c9f1ef Bump fcs-simple-endpoint from 1.3.0 to 1.4.0 by dependabot[bot] · 4 years, 4 months ago
  40. 64c2fba Merge "Use character classes instead of alternations in regexes" by Marc Kupietz · 4 years, 4 months ago
  41. eafc0cf Modernize list and string handling in query processors by Marc Kupietz · 4 years, 4 months ago
  42. 7faa4d7 Use character classes instead of alternations in regexes by Marc Kupietz · 4 years, 4 months ago
  43. 3b0e598 Remove redundant warning suppressors in Annis query processor by Marc Kupietz · 4 years, 4 months ago
  44. 65194d7 Bump antlr4-maven-plugin to 4.8-1 and adapt poliqarp-lexer syntax by Marc Kupietz · 4 years, 4 months ago
  45. 8704859 Disabled logging of errors in parsing PoliqarpQuery. by margaretha · 5 years ago
  46. b1314c2 Added a method to add warnings in QuerySerializer by margaretha · 5 years ago
  47. 36026a8 Support for arbitrary left/right contexts by Akron · 5 years ago v0.34
  48. 37f255a Improve context conversion in MetaQueryBuilder by Akron · 5 years ago
  49. 3acce19 Fixed FCSQL tests. by margaretha · 5 years ago
  50. a9874e9 Merge "Updated supported foundries for FCSQL." by margaretha · 5 years ago
  51. 7c09758 Fixed koral:boundary type. by margaretha · 5 years ago
  52. 3fb4b87 Updated supported foundries for FCSQL. by margaretha · 5 years ago
  53. 84c4e5c Resolved #69 - Fixed the distance serialization in CQL boolean queries. by margaretha · 5 years ago
  54. 9ebcf3d Support #COND() operator alias in C2 (fixes #70) by Akron · 5 years ago
  55. 24e8fa5 Ignore order of min/max interval in distance operators in C2 - fixes #67 by Akron · 5 years ago
  56. f011f26 Fixed OPOV by margaretha · 6 years ago
  57. 4d068be Fix error serialization (flatten arrays instead of nested arrays) by Akron · 6 years ago
  58. e0ce5bf Fixed #43 - C2 OPIN by margaretha · 6 years ago
  59. ab20584 Fixed poliqarp layer bug (#52) & replaced log4j with log4j2. by margaretha · 6 years ago
  60. f31ae53 Added debug flags. by margaretha · 6 years ago
  61. c9fc40c Support special verbatim strings in virtual corpus constraints, fixes #57 by Akron · 6 years ago v0.32
  62. dca628e Support alternative doublequotes (fix #56) by Akron · 6 years ago
  63. 7b6ea60 Introduced verbatim vc names by Akron · 6 years ago
  64. 1ef86de Introduced docGroupRef & added VC reference in collection query. by margaretha · 6 years ago
  65. 74aafd0 Fixed escaping of verbatim keys in Poliqarp by Akron · 6 years ago
  66. 0936008 Fix support for verbatim string values in collection queries by Akron · 6 years ago
  67. 8d7b997 Fix #42 - Support verbatim string values in Poliqarp tokens by Akron · 6 years ago
  68. 4fe861f Added check for errors on QuerySerializer by Akron · 6 years ago
  69. fe76123 Fixed treatment of 'AND' and 'and' in VC serialization by Akron · 7 years ago
  70. ce995cf Fixed greediness of regex in collection queries by Akron · 7 years ago
  71. de23f88 Fixed regex in collection query & added flags to field values. by margaretha · 7 years ago
  72. 0bc4e6b Fixed Annis regex bug #47. by margaretha · 7 years ago
  73. 35c8989 Removed version from FCSQL query processor. by margaretha · 7 years ago
  74. 9c3a5e7 Set default version for FCSQL. by margaretha · 7 years ago
  75. a2005ca Added serialization for Annis "lemma" keyword by margaretha · 7 years ago
  76. 87291cf Fixed relation serialization of lemma as koral:token. by margaretha · 7 years ago
  77. 666988f Fix some tests. by margaretha · 7 years ago
  78. 7d980e0 Added operations. by margaretha · 7 years ago
  79. 4acf77b Removed class for first operand in OPIN exclusion. by margaretha · 7 years ago
  80. 17f4c5a Added class to first operand of OPIN and OPOV. by margaretha · 7 years ago
  81. 98450c5 Removed frames:matches in OPIN and OPOV with L/R. by margaretha · 7 years ago
  82. 959802a Added OPOV with exclusion. by margaretha · 7 years ago
  83. 62d4bca Fixed OPIN with ClassRefCheck.INCLUDES, see #43 by margaretha · 7 years ago anltr-grammars
  84. a192c39 Merge branch 'anltr-grammars' by margaretha · 7 years ago
  85. fa4e739 Changed C2 wildcards serialization to type:regex. by margaretha · 7 years ago
  86. cf886dd Clean up test output by Akron · 7 years ago
  87. a8aafc5 Removed classRefCheck in OPIN without any arguments. by margaretha · 7 years ago
  88. d3ee222 Added wrap to koral:span. by margaretha · 7 years ago
  89. 06c03a0 Removed unnecessary text in printing. by margaretha · 7 years ago
  90. 638a2b8 Print the serialization of query. by margaretha · 7 years ago
  91. b44877c Changed an error message. by margaretha · 7 years ago
  92. 5559b82 Improved error handling. by margaretha · 7 years ago
  93. 55d82ae Fixed handling of non-necessary brackets in tokens by Akron · 7 years ago
  94. db09b03 Updated collection query grammar. by margaretha · 7 years ago
  95. baa5a51 Handled other edge types in dominance & updated relation serialization. by margaretha · 8 years ago
  96. a71f1af Updated dominance with type and label serialization. by margaretha · 8 years ago
  97. 353ba7d Updated Annis pointing relation implementations. by margaretha · 8 years ago
  98. 7feb0dc Fixed serialization of regex in VCs by Akron · 8 years ago
  99. c588963 Changed label format in dominance. by margaretha · 8 years ago
  100. 549fb0a Altered dominance serialization & added tests. by margaretha · 8 years ago