1. 2b0b0a1 CA: fix score threshold in recursive CA by Marc Kupietz · 2 weeks ago
  2. 0a29263 CA: Inject focus into to result webUIRequestUrls by Marc Kupietz · 2 weeks ago
  3. c79155b Ignore first letter case in stopwords by Marc Kupietz · 2 weeks ago
  4. de679ea CA: add queryMissingScores parameter by Marc Kupietz · 2 weeks ago
  5. 4cbb547 CA: add some more info on how missing values are imputed by Marc Kupietz · 2 weeks ago
  6. 77852b2 Remove redundant thresholdScore parameter from add_multi_vc_comparisons function by Marc Kupietz · 2 weeks ago
  7. 130a2a2 CA: add percentile ranks and documentation by Marc Kupietz · 2 weeks ago
  8. 9894a37 CA: replace NA dampening factor with missingScoreQuantile by Marc Kupietz · 2 weeks ago
  9. 28a2984 CA: add measure based ranks by Marc Kupietz · 2 weeks ago
  10. b2862d4 CA: introduce max_delta_<score> by Marc Kupietz · 2 weeks ago
  11. 5e35d7a CA: add winner columns by Marc Kupietz · 2 weeks ago
  12. e34a8be CA: support named vc list and vcLabel parameter to specify labels by Marc Kupietz · 2 weeks ago
  13. e31322e Fix label issue in multi-vc CA by Marc Kupietz · 2 weeks ago
  14. c4540a2 Add delta columns for CA with multiple VCs by Marc Kupietz · 3 weeks ago
  15. a25fbd9 Get rid of empty sequence warning in CA by Marc Kupietz · 3 weeks ago
  16. 4a2fee0 Add labels in collocationAnalysis when called with vectors by Marc Kupietz · 3 weeks ago
  17. 4142007 Revert "warn on rewrites" by Marc Kupietz · 4 weeks ago
  18. bdedd02 Switch all annotation parsing to xml2 by Marc Kupietz · 4 weeks ago
  19. cd45218 Fix fetchAnnotations getting all morph values by Marc Kupietz · 4 weeks ago
  20. 336c85d warn on rewrites by Marc Kupietz · 3 months ago
  21. a02f193 change format of annotation_snippet column for compatibility with Python client by feldmueller · 7 weeks ago
  22. 39da9dc Allow overriding verbosity default via env var KORAP_VERBOSE by Marc Kupietz · 8 weeks ago
  23. 0af7593 Fix fetchAnnotations documentation mismatches by Marc Kupietz · 8 weeks ago
  24. 6aa5a0d Fix some CRAN policy issues by Marc Kupietz · 8 weeks ago
  25. 2baf5c5 Increase fetchAnnotation test coverage according to codecov by Marc Kupietz · 8 weeks ago
  26. 93787d5 Add overwrite parameter to fetchAnnotations by Marc Kupietz · 9 weeks ago
  27. 560b591 Fix annotation parsing in fetchAnnotations by Marc Kupietz · 9 weeks ago
  28. 03d2b1a Simplify initializations by Marc Kupietz · 4 months ago
  29. 89f796e Improve documentation by Marc Kupietz · 4 months ago
  30. 2512130 fetchAnnotations: Avoid the scientific notation problem by Marc Kupietz · 4 months ago
  31. e8c0fef Add ETA for fetchAnnotations by Marc Kupietz · 4 months ago
  32. 7ff770e Handle multiple morpho annotations by Marc Kupietz · 4 months ago
  33. c643a12 Remove debug output by Marc Kupietz · 4 months ago
  34. a29f3d4 Parse annotations into lists of vectors by Marc Kupietz · 4 months ago
  35. ff712a9 fetchAnnotations: use matchID if present by Marc Kupietz · 4 months ago
  36. e52b295 Add fetchAnnotations method to KorAPQuery by Marc Kupietz · 4 months ago
  37. a267c42 Update textMetadata documentation by Marc Kupietz · 4 months ago
  38. ea34b81 Fix ci compatibility and error in as.alternative cospusQuery by Marc Kupietz · 4 months ago
  39. 365660e Harmonize ETA logging by Marc Kupietz · 4 months ago
  40. ec1bfc8 auth and hc_freq_by_year_ci are no longer experimental by Marc Kupietz · 4 months ago
  41. 24799fd Use calculate_eta function in fetchNext by Marc Kupietz · 4 months ago
  42. 36117de Remove redundant documentation in KorAPConnection by Marc Kupietz · 4 months ago
  43. f9914bb Bring back documentation for KorAPConnection params by Marc Kupietz · 4 months ago
  44. d352642 Switch examples to native pipe operator by Marc Kupietz · 4 months ago
  45. dc880ac Add missing documentation by Marc Kupietz · 4 months ago
  46. b7a3805 Simplify package documentation by Marc Kupietz · 4 months ago
  47. 1623fe8 Add fields parameter documentation in corpusQuery by Marc Kupietz · 4 months ago
  48. 2abb946 Add documentation to corpusStats result by Marc Kupietz · 4 months ago
  49. a8c40f4 Make documentation less class centric by Marc Kupietz · 4 months ago
  50. ecc8670 Add example for querying metadata of text within a vc by Marc Kupietz · 4 months ago
  51. e8c8e1a Centralize ETA logging by Marc Kupietz · 5 months ago
  52. 021663d Fix ETA and and page log for offset or maxFetch >> 0 by Marc Kupietz · 5 months ago
  53. ef0e939 Build fetch API URL using httr2 by Marc Kupietz · 5 months ago
  54. e9e18bd Fix minOccur filter with base pipe in collocation analysis by Marc Kupietz · 5 months ago
  55. 319e746 Keep row order constant in ci function by Marc Kupietz · 5 months ago
  56. 6dfeed9 Factor out ETA logging by Marc Kupietz · 5 months ago
  57. 71c30d8 Add ETA log to corpusStats by Marc Kupietz · 5 months ago
  58. 6ef61a8 Add ETA logging also for corpus/frequency query by Marc Kupietz · 5 months ago
  59. 7638ca4 Round benchmark also in freqQuery log by Marc Kupietz · 5 months ago
  60. 623d712 Fix ETA logging in fetchNext by Marc Kupietz · 5 months ago
  61. 669114b Improve log formatting by Marc Kupietz · 6 months ago
  62. d36ee55 Handle request errors as late as possible but not later by Marc Kupietz · 6 months ago
  63. ae9b617 Fix logging warnings when no benchmark is returned by Marc Kupietz · 6 months ago
  64. a824d50 KorAPConnection: improve source code formatting by Marc Kupietz · 6 months ago
  65. 03402e7 Do not cache timed out api results by Marc Kupietz · 6 months ago
  66. d885122 Improve code style in KorAPQuery by Marc Kupietz · 6 months ago
  67. acbaab0 Log ETA and [cached] in fetch* by Marc Kupietz · 6 months ago
  68. dad343d Fix no visible binding ... by Marc Kupietz · 7 months ago
  69. ad8d2ed Update and separate frequencyQuery documentation by Marc Kupietz · 7 months ago
  70. b79fd44 Introduce env variable KORAP_URL to use as default if set by Marc Kupietz · 7 months ago
  71. f5a3701 💄 Start switching to base R pipe by Marc Kupietz · 8 months ago
  72. 4cd066d 💄 Start switching to base R pipe by Marc Kupietz · 8 months ago
  73. 617266d ♻️💄 simplify KorAPConnection class instantiations to modern syntax by Marc Kupietz · 8 months ago
  74. ef1ef4a Remove redundant R version checks by Marc Kupietz · 9 months ago
  75. e7f0d68 Update tokenization note in collocationAnalysis function by Marc Kupietz · 9 months ago
  76. dbdbb1f Subtract redundant smoothing constants in mergeDuplicateCollocates by Marc Kupietz · 9 months ago
  77. 62625dd Fix url build in mergeDuplicateCollocates by Marc Kupietz · 9 months ago
  78. 80dc643 Always select textSigle in corpus queries by Marc Kupietz · 9 months ago
  79. 1b53047 Make sure http fails are always handled gracefully by Marc Kupietz · 9 months ago
  80. 62b1789 Check if authorization is supported by Marc Kupietz · 9 months ago
  81. 471d90a Fix typos by Marc Kupietz · 9 months ago
  82. f83d59a Let httr2 take care of token refreshing by Marc Kupietz · 9 months ago
  83. b73ca0f Fix httr2 1.1.0 incompatibilities by Marc Kupietz · 9 months ago
  84. c73e078 Catch URL parse errors in q.print by Marc Kupietz · 9 months ago
  85. a550165 Fix line length in rd file by Marc Kupietz · 9 months ago
  86. f912959 Replace httr with httr2 by Marc Kupietz · 9 months ago
  87. a4f51d7 Add auth method to simplify (o)authorization by Marc Kupietz · 9 months ago
  88. 16ccf11 Use logging colors and start with green by Marc Kupietz · 9 months ago
  89. 8a6df60 Remove experimental badge from collocationAnalysis function by Marc Kupietz · 9 months ago
  90. 6a02e4c Properly link to keyring package documentation by Marc Kupietz · 10 months ago
  91. 0447da0 Fix matchStart and matchEnd for queries with focus by Marc Kupietz · 10 months ago
  92. 3cd2c6c Fix token column in corpusQuery results by Marc Kupietz · 10 months ago
  93. 6bd9cad Improve documentation of span parameter in ca by Marc Kupietz · 11 months ago
  94. a7a8f1b Fix no-visible-binding-for-global-variable-note-in-r-cmd-check by Marc Kupietz · 11 months ago
  95. f488112 Add matchStart and matchEnd columns to collectedMatches in corpusQuery result by Marc Kupietz · 11 months ago
  96. e5374f2 Avoid wrong type problems in corpus stats by Marc Kupietz · 11 months ago
  97. 2aa0344 Add query column to all CA results by Marc Kupietz · 11 months ago
  98. 1faa721 Fix Rd \link{} targets without package anchors by Marc Kupietz · 11 months ago
  99. 06e5b97 textMetadata: concatenate list values metadata fields (tab separated) by Marc Kupietz · 11 months ago
  100. 05664aa Fix textMetadata query for results without fields by Marc Kupietz · 11 months ago