1. 3c2ae28 Add comment for dictionary term retrieval respecting VCs by Akron · 2 years, 3 months ago master
  2. 9765c23 Added comment for sequence simplification by Akron · 2 years, 3 months ago
  3. abdd7b5 Fix position constraint by Akron · 2 years, 6 months ago
  4. 5530e67 Support minimum = 0 for intratextual search in corpus queries by Akron · 2 years, 6 months ago
  5. 85c8cff Fix minimum and maximum for complicated intratextual search in corpus queries by Akron · 2 years, 6 months ago
  6. f0036c4 Introduce maximum for intratextual search in corpus queries by Akron · 2 years, 6 months ago
  7. bcc1781 Introduce minimum for intratextual search in corpus queries by Akron · 2 years, 6 months ago
  8. 12b7c1c Minor comment on optimizing position queries by Akron · 2 years, 6 months ago
  9. 9914ab4 Fix collation tests by Akron · 2 years, 6 months ago
  10. 1ec0229 Short reminder for different position naming schemes by Akron · 2 years, 7 months ago
  11. 6b8d1ff Comment on exclusion by Akron · 3 years, 2 months ago
  12. ebd0e75 Some comments by Akron · 3 years, 7 months ago
  13. 8410a34 Add comment regarding Date patterns as supported in C2 by Akron · 4 years, 6 months ago
  14. 0a0c036 Add comment on how corpus classes can be used to mark modified documents in search results by Akron · 4 years, 7 months ago
  15. 014ec1b Enrich matches with specific match IDs by Akron · 4 years, 7 months ago
  16. 85ae5e8 Add comment regarding InQuery constraints by Akron · 5 years ago
  17. 059fddb Add joined group compilation idea by Akron · 5 years ago
  18. 179bc7c Fix anywhere and nowhere detection in corpus classes by Akron · 5 years ago
  19. 204190b Added comments by Akron · 6 years ago
  20. ecf833a Fix remove_classes in koral/corpus/class by Akron · 6 years ago
  21. 77b308d Added first approach to focus queries by Akron · 6 years ago
  22. c3db756 Improve normalization of focus and class by Akron · 6 years ago
  23. 26e5ce9 Implement remove_unused_classes by Akron · 6 years ago
  24. 1201a3b Improve cosmas exclusion example by Akron · 6 years ago
  25. 697b470 Added example for C2 exclusion operator by Akron · 6 years ago
  26. cbbab63 Add comments regarding FieldNames and Surroundings for enrichment by Akron · 6 years ago
  27. 2261823 Introduce attachements as data uris by Akron · 6 years ago
  28. ddc1355 Removed stored fields in favor of attachements by Akron · 6 years ago
  29. 8ad5eee Support repetition pattern for extension queries by Akron · 6 years ago
  30. 116ae25 Added class wrapping normalization ({1:a}|{1:b} -> {1:a|b}) by Akron · 6 years ago
  31. cee995b Added reference to correct focus handling by Akron · 6 years ago
  32. f46482b Introduce RepetitionPattern cardinality to improve max_freq calculation by Akron · 6 years ago
  33. e8ff2c1 Adopt repetition pattern for repetition query by Akron · 6 years ago
  34. 649f5a8 Added Repetition::next_doc by Akron · 6 years ago
  35. 0a890a8 Added repetition pattern mechanism for nested repetitions (and extensions and distances) by Akron · 6 years ago
  36. 280afd1 - Fixed repetition query by Akron · 6 years ago
  37. e8e4fdc Added serialization of extension queries by Akron · 6 years ago
  38. 4ed3237 Join dates with dateranges by Akron · 7 years ago
  39. c8afc3e Join date ranges in or-groups in normalize() by Akron · 7 years ago
  40. 7f83494 Finished range join tests to cover all 13 possible cases by Akron · 7 years ago
  41. 1559aed Add method to join dateranges by Akron · 7 years ago
  42. 9cdba7a Prepare daterange comparison in resolve_date_subsumption() by Akron · 7 years ago
  43. 5682677 Rename realize() to to_term_query() by Akron · 7 years ago
  44. 8d610e9 Renormalize after finalize() after term query generation for ranges by Akron · 7 years ago
  45. f491108 Move term query creation in dates to realize() by Akron · 7 years ago
  46. fb80a02 Fixed normalization order behaviour for boolean queries by Akron · 7 years ago
  47. db68973 Fix inclusivity for open date range queries and interpret eq queries on dates identical to intersections by Akron · 7 years ago
  48. a77ca27 Support open range date queries by Akron · 7 years ago
  49. ccb6fc3 Respect inclusivity and exclusivity in dateranges by Akron · 7 years ago
  50. 876bfd4 Get previous date from date query to get terms for 'littler than' relations by Akron · 7 years ago
  51. 409f886 Get next date from date query to get terms for 'greater than' relations by Akron · 7 years ago
  52. 1926cff Add minimum and maximum date boundaries by Akron · 7 years ago
  53. f66421c Improve test suite for date string normalization by Akron · 7 years ago
  54. 9b6402f Test date string normalization by Akron · 7 years ago
  55. 720de6b Normalize RangeStrings in or-groups by Akron · 7 years ago
  56. 63f5c57 Normalize relational dates to dateranges by Akron · 7 years ago
  57. dc216b9 Add normalization to date fields by Akron · 7 years ago
  58. 7385207 Normalize range-query to or-query by Akron · 7 years ago
  59. 708df05 Auto-order dateranges on indexing by Akron · 7 years ago
  60. f4b5ca9 Auto-order dateranges in range helper by Akron · 7 years ago
  61. 1477a3c Normalize daterange indices based on calendaric information by Akron · 7 years ago
  62. 481e3eb Normalize daterange queries based on calendaric information by Akron · 7 years ago
  63. 0de36ec Systematize and finalize daterange query test suite and fix normalization by Akron · 7 years ago
  64. 1f0617c Normalize daterange queries by Akron · 7 years ago
  65. 47767c7 Query dateranges with day-to-month-in-year granularity by Akron · 7 years ago
  66. 260aa15 Query dateranges with day-to-day-in-month granularity by Akron · 7 years ago
  67. 4323099 Query dateranges with day-to-day granularity by Akron · 7 years ago
  68. b44d120 Query dateranges with month-to-month granularity by Akron · 7 years ago
  69. c39742a Restructure index field classes by Akron · 7 years ago
  70. 391fd74 Adopted the daterange query system from indexing to querying by Akron · 7 years ago
  71. 3dc593b Added basic daterange query tests by Akron · 7 years ago
  72. 2ed9e31 Systematize and finalize daterange index test suite by Akron · 7 years ago
  73. 5d526da Normalize dateranges before retrieving index terms by Akron · 7 years ago
  74. c7820ff Index dateranges with day-to-day-in-year granularity by Akron · 7 years ago
  75. adc352a Index dateranges with day-to-day granularity by Akron · 7 years ago
  76. 4f38374 Index dateranges with day-to-month (in different year) granularity by Akron · 7 years ago
  77. b6e9238 Index dateranges with day-to-year granularity by Akron · 7 years ago
  78. d334855 Index dateranges with day-to-month granularity by Akron · 7 years ago
  79. 2f3a446 Index dateranges with day-in-month granularity by Akron · 7 years ago
  80. b3586d8 Introduced utility class Koral::Util::Date by Akron · 7 years ago
  81. a14d19f Added test library for daterange term generation by Akron · 7 years ago
  82. 81ce0f1 DateRanges in documents have to be given as strings, so multiple dateRanges are possible by Akron · 7 years ago
  83. 32a4f32 Added a stub class for concordance plot calculations by Akron · 7 years ago
  84. 84391e2 Simplified code by merging Date and DateRange for indexing in Koral::Document by Akron · 7 years ago
  85. bcd3696 Introduced DateRange field for documents (type:date with from and to) by Akron · 7 years ago
  86. 3f46b82 Index range terms on dates by Akron · 7 years ago
  87. b327588 Added spanning range query with intersecting terms by Akron · 7 years ago
  88. e3cefee Introduced term_part and term_all for range query creation by Akron · 7 years ago
  89. eeb2489 Fix term creation for granularity of date queries by Akron · 7 years ago
  90. cb0bac1 Change DateRange behaviour to term creation by Akron · 7 years ago
  91. bfa1cbd Fixed relational treatment to use < and > plus inclusivity by Akron · 7 years ago
  92. a511c24 Added preliminary drafts for range queries by Akron · 7 years ago
  93. 8469c07 Introduced integer fields for corpus querying by Akron · 7 years ago
  94. 320c67c Fixed value comparison in Field::Date by Akron · 7 years ago
  95. 99da869 Treat dates as special field values (similar to integer fields) by Akron · 7 years ago
  96. 581ad14 Introduced date example in docs and added to_placeholder_string method to query objects by Akron · 7 years ago
  97. 0aab21b Normalize terms in KQ for caching by Akron · 7 years ago
  98. c3ebcbb Normalize fields in KQ for caching by Akron · 7 years ago
  99. 7403592 Fix test for simple date search by Akron · 7 years ago
  100. 76caadc Fixed normalization involving classes by Akron · 7 years ago