1. 1cbb155 DocPrompting: Switch GLM-5.3-Flash from Synthetic to OpenRouter by Marc Kupietz · 9 days ago
  2. db075d5 DocPrompting: cover keeping a result and labelling corpora by Marc Kupietz · 6 days ago
  3. c3de702 Take cache files as they are where there is no time to recompute by Marc Kupietz · 6 days ago
  4. c6e7736 Add blessCacheAs() to vouch for a file an older version wrote by Marc Kupietz · 6 days ago
  5. afac514 Add cacheAsInfo() to read back what produced a cache file by Marc Kupietz · 6 days ago
  6. a3a8cd9 Offer cacheAs on the other query functions as well by Marc Kupietz · 6 days ago
  7. f632fe3 Label virtual corpora by the names they were given by Marc Kupietz · 6 days ago
  8. c902c23 Refuse cacheAs files written before the scores were corrected by Marc Kupietz · 6 days ago
  9. ffe28aa DocPrompting: Prompt the way a user would by Marc Kupietz · 9 days ago
  10. 08cc2e5 DocPrompting: Take the first code block of a reply, not all of them by Marc Kupietz · 9 days ago
  11. 73e3f37 DocPrompting: Accept a vc vector built before the call by Marc Kupietz · 9 days ago
  12. 3321dae DocPrompting: Accept lemmatizeNodeQuery as a lemma search by Marc Kupietz · 9 days ago
  13. c38d8fb Scale the whole log-likelihood table with the window size by Marc Kupietz · 10 days ago
  14. d4a7b30 Fix cache file test broken by recording the analysis parameters by Marc Kupietz · 10 days ago
  15. 1d400f6 CA: drop collocates occurring less often than expected by default by Marc Kupietz · 11 days ago
  16. 8bacebb Compute logDice as defined by Rychly, comparable to other tools by Marc Kupietz · 11 days ago
  17. 1e9f791 Doc prompting tests: cover authorization and multi-VC comparison by Marc Kupietz · 11 days ago
  18. 81ddc34 Readme: document corpusStats, textMetadata and collocationScoreQuery by Marc Kupietz · 11 days ago
  19. efec863 Check the Readme against the package on every test run by Marc Kupietz · 11 days ago
  20. 6957ac9 CI: run the doc prompting tests in their own, non-blocking job by Marc Kupietz · 11 days ago
  21. 323a4d3 Doc prompting tests: run against several current low cost models by Marc Kupietz · 11 days ago
  22. 37f9607 CA: check the parameters a cacheAs file was created with by Marc Kupietz · 11 days ago
  23. ef5b7c1 Drop the PTXQC dependency and bump to 1.3.0.9000 by Marc Kupietz · 13 days ago
  24. 6a16d7d Document KorAPConnection() as a function to fix CRAN Rd NOTE by Marc Kupietz · 14 days ago
  25. 7b7a73b CA: warn when duplicate rows are dropped from multi-VC comparisons by Marc Kupietz · 2 weeks ago
  26. bceeb05 CA: add tests for the cacheAs parameter by Marc Kupietz · 2 weeks ago
  27. 424cb78 CA: report imputation in multi-VC comparisons when verbose by Marc Kupietz · 2 weeks ago
  28. d7bb5cb CA: flag imputed cells in multi-VC comparisons by Marc Kupietz · 2 weeks ago
  29. 3b091c0 Make morph pipe-separator test resilient to transient API issues by Marc Kupietz · 2 months ago
  30. 9c53e41 Make collocationScoreQuery() accept a vector of collocates by Marc Kupietz · 3 months ago
  31. c728a35 Fix accessToken in fetch annotations test by Marc Kupietz · 3 months ago
  32. 09b1c08 Add winner and loser URLs to multi-VC collocation comparisons by Marc Kupietz · 5 months ago
  33. 0a29263 CA: Inject focus into to result webUIRequestUrls by Marc Kupietz · 11 months ago
  34. 77852b2 Remove redundant thresholdScore parameter from add_multi_vc_comparisons function by Marc Kupietz · 11 months ago
  35. 130a2a2 CA: add percentile ranks and documentation by Marc Kupietz · 11 months ago
  36. 9894a37 CA: replace NA dampening factor with missingScoreQuantile by Marc Kupietz · 11 months ago
  37. 28a2984 CA: add measure based ranks by Marc Kupietz · 11 months ago
  38. b2862d4 CA: introduce max_delta_<score> by Marc Kupietz · 11 months ago
  39. 5e35d7a CA: add winner columns by Marc Kupietz · 11 months ago
  40. e34a8be CA: support named vc list and vcLabel parameter to specify labels by Marc Kupietz · 11 months ago
  41. cd45218 Fix fetchAnnotations getting all morph values by Marc Kupietz · 11 months ago
  42. 39da9dc Allow overriding verbosity default via env var KORAP_VERBOSE by Marc Kupietz · 1 year ago
  43. b6b3475 Add test for parse_xml_annotations by Marc Kupietz · 1 year ago
  44. 2baf5c5 Increase fetchAnnotation test coverage according to codecov by Marc Kupietz · 1 year ago
  45. 93787d5 Add overwrite parameter to fetchAnnotations by Marc Kupietz · 1 year ago
  46. 560b591 Fix annotation parsing in fetchAnnotations by Marc Kupietz · 1 year ago
  47. 7ff770e Handle multiple morpho annotations by Marc Kupietz · 1 year, 2 months ago
  48. a29f3d4 Parse annotations into lists of vectors by Marc Kupietz · 1 year, 2 months ago
  49. 2deadd8 Use English Wikipedia instance for ca doc test by Marc Kupietz · 1 year, 2 months ago
  50. c9cb677 Skip llm doc tests if offline or no API key is set by Marc Kupietz · 1 year, 2 months ago
  51. a28a99a Include tidyllm into package suggestions by Marc Kupietz · 1 year, 2 months ago
  52. b8839d3 Switch to creationDate in Readme.md and DocPrompt test by Marc Kupietz · 1 year, 2 months ago
  53. c1202d0 Default to claude-3-7-sonnet-latest by Marc Kupietz · 1 year, 2 months ago
  54. 768d833 Add Gemini support by Marc Kupietz · 1 year, 2 months ago
  55. 345211a Use tidyllm library by Marc Kupietz · 1 year, 2 months ago
  56. 8e1b77d Make LLM model changeable by Marc Kupietz · 1 year, 2 months ago
  57. e759b34 Actually run the code in in the LLM doc tests by Marc Kupietz · 1 year, 2 months ago
  58. 10dcfee DocPrompt test with instance wiki by Marc Kupietz · 1 year, 2 months ago
  59. 0614370 Add first documentation CI test by Marc Kupietz · 1 year, 2 months ago
  60. 3ddd206 Skip tests that require keyring on CRAN by Marc Kupietz · 1 year, 3 months ago
  61. bd9796f Tests: setup and check keyring by Marc Kupietz · 1 year, 3 months ago
  62. 5170411 Tests: make sure accessToken is NULL by Marc Kupietz · 1 year, 3 months ago
  63. e70faf4 Make sure accessToken is NULL in corpusStats tests by Marc K. · 1 year, 3 months ago
  64. ea34b81 Fix ci compatibility and error in as.alternative cospusQuery by Marc Kupietz · 1 year, 3 months ago
  65. 365660e Harmonize ETA logging by Marc Kupietz · 1 year, 3 months ago
  66. 24799fd Use calculate_eta function in fetchNext by Marc Kupietz · 1 year, 3 months ago
  67. e8c8e1a Centralize ETA logging by Marc Kupietz · 1 year, 3 months ago
  68. ef0e939 Build fetch API URL using httr2 by Marc Kupietz · 1 year, 3 months ago
  69. 7de5f32 Improve test coverage by Marc Kupietz · 1 year, 3 months ago
  70. b1dec01 Code cleanup by Marc Kupietz · 1 year, 3 months ago
  71. 319e746 Keep row order constant in ci function by Marc Kupietz · 1 year, 3 months ago
  72. 3b3e7cd Make KorAPConnection timeout test more stable by Marc Kupietz · 1 year, 3 months ago
  73. 6dfeed9 Factor out ETA logging by Marc Kupietz · 1 year, 3 months ago
  74. 71c30d8 Add ETA log to corpusStats by Marc Kupietz · 1 year, 4 months ago
  75. 6ef61a8 Add ETA logging also for corpus/frequency query by Marc Kupietz · 1 year, 4 months ago
  76. 7638ca4 Round benchmark also in freqQuery log by Marc Kupietz · 1 year, 4 months ago
  77. 623d712 Fix ETA logging in fetchNext by Marc Kupietz · 1 year, 4 months ago
  78. 5057f50 CI: fix tests by Marc Kupietz · 1 year, 5 months ago
  79. 76dee31 Do not test no longer exported removeWithinSpan by Marc Kupietz · 1 year, 5 months ago
  80. 617266d ♻️💄 simplify KorAPConnection class instantiations to modern syntax by Marc Kupietz · 1 year, 7 months ago
  81. dbdbb1f Subtract redundant smoothing constants in mergeDuplicateCollocates by Marc Kupietz · 1 year, 7 months ago
  82. fabc239 Explicitly set accessToken to NULL in all tests by Marc Kupietz · 1 year, 7 months ago
  83. 80dc643 Always select textSigle in corpus queries by Marc Kupietz · 1 year, 7 months ago
  84. 1b53047 Make sure http fails are always handled gracefully by Marc Kupietz · 1 year, 7 months ago
  85. 307eb4e adapt test by Teun van den Brand · 1 year, 8 months ago
  86. f912959 Replace httr with httr2 by Marc Kupietz · 1 year, 8 months ago
  87. 16ccf11 Use logging colors and start with green by Marc Kupietz · 1 year, 8 months ago
  88. 3b61dd0 Add custom metadata query test on instance KED by Marc Kupietz · 1 year, 8 months ago
  89. 9707c75 Fix typo in test-collocations by Marc Kupietz · 1 year, 8 months ago
  90. 0447da0 Fix matchStart and matchEnd for queries with focus by Marc Kupietz · 1 year, 8 months ago
  91. 3cd2c6c Fix token column in corpusQuery results by Marc Kupietz · 1 year, 8 months ago
  92. f488112 Add matchStart and matchEnd columns to collectedMatches in corpusQuery result by Marc Kupietz · 1 year, 9 months ago
  93. 06e5b97 textMetadata: concatenate list values metadata fields (tab separated) by Marc Kupietz · 1 year, 9 months ago
  94. 3a4ea0b Make test for consumed time more tolerant by Marc Kupietz · 1 year, 9 months ago
  95. 0b1c64a Fix field name in corpus query test by Marc Kupietz · 1 year, 9 months ago
  96. e8bd49b In corpusQuery Use fields API result as metadata by Marc Kupietz · 2 years, 3 months ago
  97. 6ddece4 Add textMetadata function to retrieve metadata via sigle(s) by Marc Kupietz · 2 years, 9 months ago
  98. 1c994ee Fix url encoding of ampersand in corpusStats value by Marc Kupietz · 2 years, 10 months ago
  99. 881c028 Reduce timeouts in tests to make sure they don't sum up to over 10s by Marc Kupietz · 3 years, 5 months ago
  100. f650629 Explicitely test that Bad Gateway errors result in graceful fails by Marc Kupietz · 3 years, 5 months ago