1. dad343d Fix no visible binding ... by Marc Kupietz 路 12 days ago
  2. ad8d2ed Update and separate frequencyQuery documentation by Marc Kupietz 路 14 days ago
  3. b79fd44 Introduce env variable KORAP_URL to use as default if set by Marc Kupietz 路 3 weeks ago
  4. f5a3701 馃拕 Start switching to base R pipe by Marc Kupietz 路 7 weeks ago
  5. 4cd066d 馃拕 Start switching to base R pipe by Marc Kupietz 路 7 weeks ago
  6. 617266d 鈾伙笍馃拕 simplify KorAPConnection class instantiations to modern syntax by Marc Kupietz 路 7 weeks ago
  7. ef1ef4a Remove redundant R version checks by Marc Kupietz 路 8 weeks ago
  8. e7f0d68 Update tokenization note in collocationAnalysis function by Marc Kupietz 路 8 weeks ago
  9. dbdbb1f Subtract redundant smoothing constants in mergeDuplicateCollocates by Marc Kupietz 路 8 weeks ago
  10. 62625dd Fix url build in mergeDuplicateCollocates by Marc Kupietz 路 8 weeks ago
  11. 80dc643 Always select textSigle in corpus queries by Marc Kupietz 路 2 months ago
  12. 1b53047 Make sure http fails are always handled gracefully by Marc Kupietz 路 2 months ago
  13. 62b1789 Check if authorization is supported by Marc Kupietz 路 3 months ago
  14. 471d90a Fix typos by Marc Kupietz 路 3 months ago
  15. f83d59a Let httr2 take care of token refreshing by Marc Kupietz 路 3 months ago
  16. b73ca0f Fix httr2 1.1.0 incompatibilities by Marc Kupietz 路 3 months ago
  17. c73e078 Catch URL parse errors in q.print by Marc Kupietz 路 3 months ago
  18. a550165 Fix line length in rd file by Marc Kupietz 路 3 months ago
  19. f912959 Replace httr with httr2 by Marc Kupietz 路 3 months ago
  20. a4f51d7 Add auth method to simplify (o)authorization by Marc Kupietz 路 3 months ago
  21. 16ccf11 Use logging colors and start with green by Marc Kupietz 路 3 months ago
  22. 8a6df60 Remove experimental badge from collocationAnalysis function by Marc Kupietz 路 3 months ago
  23. 6a02e4c Properly link to keyring package documentation by Marc Kupietz 路 3 months ago
  24. 0447da0 Fix matchStart and matchEnd for queries with focus by Marc Kupietz 路 3 months ago
  25. 3cd2c6c Fix token column in corpusQuery results by Marc Kupietz 路 3 months ago
  26. 6bd9cad Improve documentation of span parameter in ca by Marc Kupietz 路 4 months ago
  27. a7a8f1b Fix no-visible-binding-for-global-variable-note-in-r-cmd-check by Marc Kupietz 路 4 months ago
  28. f488112 Add matchStart and matchEnd columns to collectedMatches in corpusQuery result by Marc Kupietz 路 4 months ago
  29. e5374f2 Avoid wrong type problems in corpus stats by Marc Kupietz 路 4 months ago
  30. 2aa0344 Add query column to all CA results by Marc Kupietz 路 4 months ago
  31. 1faa721 Fix Rd \link{} targets without package anchors by Marc Kupietz 路 4 months ago
  32. 06e5b97 textMetadata: concatenate list values metadata fields (tab separated) by Marc Kupietz 路 4 months ago
  33. 05664aa Fix textMetadata query for results without fields by Marc Kupietz 路 4 months ago
  34. f5263bd Add mergeDuplicateCollocates function by Marc Kupietz 路 4 months ago
  35. 05a6079 Fix conversion of new fields API results again by Marc Kupietz 路 4 months ago
  36. 74cb269 Remove debugging left over by Marc Kupietz 路 4 months ago
  37. 38a9d68 Slim down buildWebUIRequestUrl function by Marc Kupietz 路 4 months ago
  38. e8bd49b In corpusQuery Use fields API result as metadata by Marc Kupietz 路 10 months ago
  39. 2a8ab82 In textMetadata use new fields API result by Marc Kupietz 路 10 months ago
  40. 1fe9410 Fix comparison type check in R-devel by Marc Kupietz 路 12 months ago
  41. 38e4e02 Replace deprecated legend.position by Marc Kupietz 路 12 months ago
  42. 41d4e35 Make sure that total results are numeric by Marc Kupietz 路 1 year, 1 month ago
  43. 3687a8c textMetadata: update documentation by Marc Kupietz 路 1 year, 3 months ago
  44. 6ddece4 Add textMetadata function to retrieve metadata via sigle(s) by Marc Kupietz 路 1 year, 4 months ago
  45. 1c994ee Fix url encoding of ampersand in corpusStats value by Marc Kupietz 路 1 year, 5 months ago
  46. 58bffe8 Add webUiRequestUrl column also to corpusStats results by Marc Kupietz 路 1 year, 5 months ago
  47. da393ca Make hc_add_onclick_korap_search work with scatter plots by Marc Kupietz 路 1 year, 5 months ago
  48. 2b17b21 CA: use server side tokenized matches if supported by Marc Kupietz 路 1 year, 8 months ago
  49. 2078bde Also retrieve tokenized snippets by Marc Kupietz 路 1 year, 8 months ago
  50. b8dd2e3 Don't convert query results to factors by Marc Kupietz 路 1 year, 8 months ago
  51. 2113440 Fix bool vector length and R 4.3 compatibility of collocation analysis by Marc Kupietz 路 2 years ago
  52. 891534e Wrap last remaining web api query example with dontrun by Marc Kupietz 路 2 years ago
  53. 548ac35 Fix dontrun position in misc.R by Marc Kupietz 路 2 years ago
  54. a47d150 Replace our log.info with log_info to avoid name clashes by Marc Kupietz 路 2 years ago
  55. 9018965 Respect given withinSpan parameter also in queries for examples by Marc Kupietz 路 2 years ago
  56. d9b2fd7 Add context parameter to corpusQuery by Marc Kupietz 路 2 years ago
  57. 132f005 Add OAuth Browser Flow documentation by Marc Kupietz 路 2 years ago
  58. 04814f2 Fail gracefully on invalid json responses by Marc Kupietz 路 2 years ago
  59. 44d66f3 Fix misleading corpusStats example with articleType by Marc Kupietz 路 2 years, 5 months ago
  60. a81343d Add slot documentation for KorAPConnection class by Marc Kupietz 路 2 years, 8 months ago
  61. 23004c6 use slice_head instead of head for potential tibbles by Marc Kupietz 路 2 years, 8 months ago
  62. e0a8014 Fix documentation for just reexported magrittr::`%>%` by Marc Kupietz 路 2 years, 8 months ago
  63. 8bafa25 Add missing value documentations by Marc Kupietz 路 2 years, 8 months ago
  64. f1ccdf8 Fix collocation scores for lemmatized node or collocate queries by Marc Kupietz 路 2 years, 10 months ago
  65. 965280f Make hc_add_onclick_korap_search work with bar and pie charts by Marc Kupietz 路 3 years, 2 months ago
  66. a467572 Make sure to always fail gracefully if server not accessible by Marc Kupietz 路 3 years, 2 months ago
  67. 5295e1b Add on click binding also for column highcharts by Marc Kupietz 路 3 years, 2 months ago
  68. 3eea3a6 Merge "Do not allow repeated nodes in collocation analysis" by Marc Kupietz 路 3 years, 4 months ago
  69. bdb9527 At least touch recursive CA in tests by Marc Kupietz 路 3 years, 4 months ago
  70. dadfd91 CA: do not add examples by default by Marc Kupietz 路 3 years, 4 months ago
  71. 4e322f3 Update link to Stefan's PhD thesis by Marc Kupietz 路 3 years, 4 months ago
  72. 7d400e0 Add missing parameter descriptions by Marc Kupietz 路 3 years, 4 months ago
  73. 47d0d2b Parametrize regex filter for collocates as collocateFilterRegex by Marc Kupietz 路 3 years, 4 months ago
  74. 76b0559 Do not export currently internal functions by Marc Kupietz 路 3 years, 4 months ago
  75. d83bc91 Fix garbled hc_freq_by_year_ci examples by Marc Kupietz 路 3 years, 4 months ago
  76. b811ffb CA: catch case when no examples are found by Marc Kupietz 路 3 years, 4 months ago
  77. d2c08cb CA: Add Ein and Eine to German stopword list by Marc Kupietz 路 3 years, 4 months ago
  78. 419f21f CA: Make recurive CA association score threshold a parameter by Marc Kupietz 路 3 years, 4 months ago
  79. 8fe0bee Fix typo (joining) by Marc Kupietz 路 3 years, 4 months ago
  80. 1678c3a CA: Keep query for examples in result data frame by Marc Kupietz 路 3 years, 4 months ago
  81. 6a3185b Increase client sided default API timout to 240s by Marc Kupietz 路 3 years, 4 months ago
  82. 5a336b6 Add recursion to collocationAnalysis by Marc Kupietz 路 3 years, 5 months ago
  83. 6505ccf Do not allow repeated nodes in collocation analysis by Marc Kupietz 路 3 years, 5 months ago
  84. 6ae7605 Use \dontrun instead of \donttest for non-essential examples by Marc Kupietz 路 3 years, 7 months ago
  85. 8b8aa52 Do not import but only suggest lifecycle by Marc Kupietz 路 3 years, 7 months ago
  86. bf00493 Update link to Rychly paper by Marc Kupietz 路 3 years, 7 months ago
  87. 67edcb5 Migrate documentation to roxygen2md by Marc Kupietz 路 3 years, 7 months ago
  88. 427d9ed Add importFrom lifecycle badge by Marc Kupietz 路 3 years, 8 months ago
  89. 581a29b CA: warn if no access token present by Marc Kupietz 路 3 years, 8 months ago
  90. d07bf19 Add newline to CA log messages by Marc Kupietz 路 3 years, 8 months ago
  91. dbd431a Add full collocation analysis (client side only implementation) by Marc Kupietz 路 3 years, 8 months ago
  92. 199c8b7 Encode strings to UTF-8 for URLencode by Marc Kupietz 路 3 years, 8 months ago
  93. 705488d Fix current page calculation by Marc Kupietz 路 3 years, 10 months ago
  94. 01c2477 Fix retrieving access token when multiple tokens are stored by Marc Kupietz 路 3 years, 9 months ago
  95. 6817095 Don't let KorAP recalculate total results in every page request by Marc Kupietz 路 3 years, 10 months ago
  96. 9f3356d Fix typo by Marc Kupietz 路 3 years, 10 months ago
  97. 0085808 Fix calculation of log-dice coefficient by Marc Kupietz 路 4 years, 1 month ago
  98. 9dc1d9f Fix typos in Readme.md and highcharter-helpers by Marc Kupietz 路 4 years, 1 month ago
  99. 92a2848 More documentation improvements by Marc Kupietz 路 4 years, 2 months ago
  100. 7aa4f19 Start using creationDate rather than pubDate by Marc Kupietz 路 4 years, 2 months ago