1. e8bd49b In corpusQuery Use fields API result as metadata by Marc Kupietz · 5 months ago master
  2. 41d4e35 Make sure that total results are numeric by Marc Kupietz · 9 months ago
  3. 2078bde Also retrieve tokenized snippets by Marc Kupietz · 1 year, 3 months ago
  4. b8dd2e3 Don't convert query results to factors by Marc Kupietz · 1 year, 3 months ago
  5. a47d150 Replace our log.info with log_info to avoid name clashes by Marc Kupietz · 1 year, 7 months ago
  6. d9b2fd7 Add context parameter to corpusQuery by Marc Kupietz · 1 year, 7 months ago
  7. 132f005 Add OAuth Browser Flow documentation by Marc Kupietz · 1 year, 7 months ago
  8. a467572 Make sure to always fail gracefully if server not accessible by Marc Kupietz · 2 years, 9 months ago
  9. 6ae7605 Use \dontrun instead of \donttest for non-essential examples by Marc Kupietz · 3 years, 2 months ago
  10. 67edcb5 Migrate documentation to roxygen2md by Marc Kupietz · 3 years, 2 months ago
  11. dbd431a Add full collocation analysis (client side only implementation) by Marc Kupietz · 3 years, 3 months ago
  12. 199c8b7 Encode strings to UTF-8 for URLencode by Marc Kupietz · 3 years, 3 months ago
  13. 705488d Fix current page calculation by Marc Kupietz · 3 years, 5 months ago
  14. 6817095 Don't let KorAP recalculate total results in every page request by Marc Kupietz · 3 years, 5 months ago
  15. 9f3356d Fix typo by Marc Kupietz · 3 years, 5 months ago
  16. a6e4ee6 Restructure documentation by Marc Kupietz · 3 years, 9 months ago
  17. e203832 Association score funtions as parameters to collocationScoreQuery by Marc Kupietz · 3 years, 9 months ago
  18. 006b47c Add method collocationScoreQuery by Marc Kupietz · 3 years, 11 months ago
  19. f75ab0b Simplify tibble creation in fetchNext by Marc Kupietz · 4 years, 6 months ago
  20. cb3c59e Explicitely use and import dplyr::n by Marc Kupietz · 4 years, 6 months ago
  21. 0d4c909 Fix printing of virtual corpus description by Marc Kupietz · 4 years, 8 months ago
  22. 384dc5c Remove unused function QueryParameterFromUrl by Marc Kupietz · 4 years, 8 months ago
  23. 657d8e7 Add more donttests to stay below 5s for each test by Marc Kupietz · 4 years, 9 months ago
  24. 43a6ade Fix typos by Marc Kupietz · 4 years, 9 months ago
  25. 05b2277 Don't run long running and redundant tests by default by Marc Kupietz · 4 years, 9 months ago
  26. 3477fa7 Revert "frequencyQuery: stop with error if vc is empty" by Marc Kupietz · 4 years, 10 months ago
  27. 4a89dc4 frequencyQuery: stop with error if vc is empty by Marc Kupietz · 4 years, 10 months ago
  28. f5769b6 Print "cached" instead of timing info for cached requests by Marc Kupietz · 5 years ago
  29. 71d6e05 Add as.alternative parameter to frequencyQuery method by Marc Kupietz · 5 years ago
  30. a96537f Get rid of unnecessary ifelses by Marc Kupietz · 5 years ago
  31. 4862b86 Add support for API token authorization by Marc Kupietz · 5 years ago
  32. 0c29cea Add confidence level argument to frequencyQuery by Marc Kupietz · 5 years ago
  33. 19e2ebd In corpusQuery explicitely use dplyr::select by Marc Kupietz · 5 years ago
  34. 97a1bca Optimize imports by Marc Kupietz · 5 years ago
  35. 3f57528 Add function frequencyQuery (corpusQuery + corpusStats + ci) by Marc Kupietz · 5 years ago
  36. 4de53ec Vectorize corpusQuery and corpusStats by Marc Kupietz · 5 years ago
  37. 69cc54a Start tidyverse migration by Marc Kupietz · 5 years ago
  38. 468cab8 Fix picking up vc definition from KorAP-URL in corpusQuery by Marc Kupietz · 5 years ago
  39. 2416905 Fix plot example in corpusQuery documentation by Marc Kupietz · 5 years ago
  40. 7776dec More minor documentation typo fixes by Marc Kupietz · 5 years ago
  41. 36d12d9 Fix handling of field parameter by Marc Kupietz · 5 years ago
  42. 5e13546 Minor typos in documentation by Akron · 5 years ago
  43. db9ab04 Use count=0 instead of count=1 in initial queries by Marc Kupietz · 5 years ago
  44. d0d3e9b Wrap API https request in new apiCall method by Marc Kupietz · 5 years ago
  45. f6f7131 Harmonize verbose handling by Marc Kupietz · 5 years ago
  46. 5a51982 Carry a a verbosity default already in the connection object by Marc Kupietz · 5 years ago
  47. b897218 Always carry a KorAPConnection object in the KorpusQuery object by Marc Kupietz · 5 years ago
  48. 56456c6 Give better progress info when verbose by Marc Kupietz · 5 years ago
  49. 603491f Provide comments for some basic examples by Marc Kupietz · 5 years ago
  50. e95108e Migrate to S4 Classes by Marc Kupietz · 5 years ago
  51. 25aebc3 Add some parameters' documentation and examples by Marc Kupietz · 5 years ago
  52. 37b8ef1 Fix long lines in documentation complaints by Marc Kupietz · 5 years ago
  53. d235a71 Import utils for URL-coding by Marc Kupietz · 5 years ago
  54. f568f3f Use missing instead of is.na to deal with not given parameters by Marc Kupietz · 5 years ago
  55. 3c531f6 Extend KorAPQuery documentation by Marc Kupietz · 5 years ago
  56. 9d97eb9 Fix RKorapQuery not accepting KorAPUrl only by Marc Kupietz · 5 years ago
  57. 62da2b5 Integrate KorAPFetchAll with KorAPFetchNext, add KorAPFetchRest by Marc Kupietz · 5 years ago
  58. b125bdd KorAPQuery: let metadataOnly perameter default to true by Marc Kupietz · 5 years ago
  59. 7bce47d KorAPQuery: fix return value documentation by Marc Kupietz · 5 years ago
  60. b306552 KorAPQuery: rename some parameters by Marc Kupietz · 5 years ago
  61. 7d88e2e Set vc before constructing the query by Marc Kupietz · 5 years ago
  62. 632cbd4 Add namespace and some documentation by Marc Kupietz · 5 years ago
  63. cb725f8 Add KorAPFetchNext function by Marc Kupietz · 5 years ago
  64. 3156991 Fix typo by Marc Kupietz · 5 years ago
  65. c2c59bd Introduce verbose parameter in FetchAll by Marc Kupietz · 5 years ago
  66. 9392d5d Use offset instead of page for specifying the start offset by Marc Kupietz · 5 years ago
  67. 5bbc9db First check-in of modified demo function from CMLC-publication by Marc Kupietz · 5 years ago