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