)]}'
{
  "log": [
    {
      "commit": "a3a8cd90cdae30bcb9505e0adc24fd7c45022115",
      "tree": "7948d0d9a4fcc532cff79315920363e9975ebe3b",
      "parents": [
        "f632fe353ab3845b7bcce48ab95444e8ef474c8a"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Sep 08 07:59:04 2026 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Sep 08 16:02:32 2026 +0200"
      },
      "message": "Offer cacheAs on the other query functions as well\n\nfrequencyQuery(), corpusStats(), collocationScoreQuery() and\ntextMetadata() take a cacheAs file too now, not because they are slow -\nthey are not, next to a collocation analysis running for hours - but\nbecause a file of one\u0027s own is what keeps an analysis reproducible. KorAP\ncorpora grow, so the same query returns different numbers next year, and\nthe scores computed from them may change with the package; a result kept\nnext to the script stays what it was, and the script runs without a\nserver at all.\n\nThe parameter is documented as what it is, next to the connection\u0027s\ncache, which is a transparent speed-up one can throw away.\n\nCo-Authored-By: Claude Opus 5 \u003cnoreply@anthropic.com\u003e\nChange-Id: I9bac8931e7a38a91adcbfe58ef4cb5bcdaaf3c47\n"
    },
    {
      "commit": "c902c23dda52cf9b15e3c9bd37ed752e23af6989",
      "tree": "7873da65ecf85ce1c165a6192b7f78b18853423d",
      "parents": [
        "245813a01a48cefcaf18a10d4f9fe516d21dd73b"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Sep 08 07:58:01 2026 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Sep 08 16:02:26 2026 +0200"
      },
      "message": "Refuse cacheAs files written before the scores were corrected\n\nA cacheAs file holds a finished analysis, association scores included,\nand 1.4.0 computes those differently. A file written by 1.3.0 would\ntherefore be handed back with numbers that would not be arrived at again,\nand the comparison of parameters added during this cycle cannot notice\nit: the parameters did not change, the formula did. The version that\nwrote a file is now recorded in it, and one from before 1.4.0 is\nrecomputed and overwritten, with a warning saying why.\n\nThe machinery moves to a file of its own on the way, since it is no\nlonger about collocation analysis alone, and verbose drops out of what a\nfile records: how loud a query is does not change what it returns.\n\nCo-Authored-By: Claude Opus 5 \u003cnoreply@anthropic.com\u003e\nChange-Id: I8af9eac21ae53fe5d583578c3689b37d140a4af4\n"
    },
    {
      "commit": "1d400f6a1c37ae095eb9ed3613236c766f191c93",
      "tree": "4c104f08038e061e3ff876691b6ca536be6d50b2",
      "parents": [
        "b6416be4b6192a6f498acca1e4fc3b05127c7dd6"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Sep 03 14:46:16 2026 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Sep 03 14:46:16 2026 +0200"
      },
      "message": "CA: drop collocates occurring less often than expected by default\n\ncollocationAnalysis() ranks and thresholds by logDice, which expresses\nhow salient a pair is rather than how surprising it is. A frequent word\ncan therefore appear among the top collocates although the node does not\nattract it at all: among the collocates of Grund in a 5+5 window,\n\"Berlin\" reaches a logDice of 3.84, close to \"triftiger\" at 3.96, while\nco-occurring 1.74 bits less often than expected.\n\nFiltering these out was documented as a recipe, dplyr::filter(O \u003e E),\nbut a default that quietly rewards frequent, unattracted collocates is a\ntrap for exactly those users who do not know the measure well enough to\napply the recipe. The new minObservedExpectedRatio parameter therefore\ndefaults to 1, keeping only collocates that occur at least as often as\nexpected, which corresponds to a non-negative pmi. It can be raised to\ndemand a stronger contrast, or set to 0 for the unfiltered result of\nearlier versions, e.g. in order to study repulsion.\n\nThe filter is applied wherever minOccur is, so it also governs which\ncollocates are recursed into, and it is passed on to the per virtual\ncorpus analyses. Rows without an expected frequency are kept rather than\nsilently dropped. collocationScoreQuery() is deliberately left alone:\nthere the pairs to score are given explicitly, so filtering them would\nthrow away the answer that was asked for.\n\nBeing collected from the call frame rather than from a list, the cacheAs\nparameter check picked the new parameter up by itself, so a cache file\nwritten with a different ratio is recomputed.\n\nCo-Authored-By: Claude Opus 5 \u003cnoreply@anthropic.com\u003e\nChange-Id: I98328a8766847b4c95363211a939403b1912e9b7\n"
    },
    {
      "commit": "b6416be4b6192a6f498acca1e4fc3b05127c7dd6",
      "tree": "38ea04c1560562af4a4a75ad8754dd9ecd36dcf6",
      "parents": [
        "bccdf70f626be8d0efb3b63701caf2e789fe8dbf"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Sep 03 14:37:37 2026 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Sep 03 14:37:37 2026 +0200"
      },
      "message": "Document that logDice measures salience, not surprise\n\nA collocate that co-occurs less often than expected can still reach a\nlogDice close to that of a strongly attracted one, which is puzzling\nuntil one sees that logDice never compares against an expected\nfrequency. Since it only puts O into the numerator of the Dice\ncoefficient, the difference between the score of a pair and the score it\nwould get if it co-occurred exactly as often as expected is precisely\nthe pointwise mutual information:\n\n  logDice(O) - logDice(E) \u003d log2(O / E) \u003d pmi\n\nThe level a pair starts from thus depends on the marginal frequencies\nalone. Among the collocates of Grund in a 5+5 window, the rare\n\"triftiger\" starts at -4.60 and reaches 3.96, exceeding what is expected\nby a pmi of 8.57, while the frequent \"Berlin\" starts at 5.58 and still\nreaches 3.84 while co-occurring 1.74 bits less often than expected.\n\nThis is a property of the measure rather than a defect: logDice was\ndesigned to be corpus size independent and comparable across corpora,\nnot to express surprise. But since collocationAnalysis() ranks and\nthresholds by it, users should know to drop pairs that are not attested\nmore often than expected, with dplyr::filter(O \u003e E) or a minimum pmi or\nll. This is now explained in a section of the association score\ndocumentation, referred to from the thresholdScore parameter where the\ndefault takes effect, and summarized in the Readme.\n\nCo-Authored-By: Claude Opus 5 \u003cnoreply@anthropic.com\u003e\nChange-Id: I9059cd064e2a612d9327cc009da0b4856612e41d\n"
    },
    {
      "commit": "8bacebb64a582d71eee5005a2de377fb1027da69",
      "tree": "82d0cb70ae7ca471f2dd268d395a199c91ad80ae",
      "parents": [
        "1e9f79174b3cb0b5983ab321db0c9e34d0f781ce"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Sep 03 14:26:36 2026 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Sep 03 14:26:36 2026 +0200"
      },
      "message": "Compute logDice as defined by Rychly, comparable to other tools\n\nlogDice was computed as 14 + log2(2 * O / (w * O1 + O2)), multiplying\nthe node frequency by the window size, while the documentation cites\nRychly (2008), who defines it as 14 + log2(2 * O / (O1 + O2)).\n\nThe window size factor does not belong here. It is correct in the\nexpected frequency E, where w * O1 counts the positions in which a\ncollocate can occur, and the other scores take the window into account\nthrough E alone. The Dice coefficient, however, relates the\nco-occurrence frequency to how often the two words occur at all, so its\ndenominator sums marginal frequencies. Adding w * O1, a count of window\npositions, to O2, a count of word tokens, mixes units, and it makes the\ncoefficient asymmetric: for Grund/triftiger it gave 0.64, for\ntriftiger/Grund 3.96, from the same counts.\n\nThe practical effect was that a frequent node made w * O1 dominate the\ndenominator - for Grund and triftiger in a 5+5 window, O2 contributed\n0.006% of it - so that rare collocates were penalised. triftiger scored\n0.64, below Berlin at 2.03, although Berlin co-occurs with Grund less\noften than chance predicts (pmi -1.74). They are now 3.96 and 3.84.\n\nScores rise by up to log2(w), so up to 3.32 for the default context of\n5 left and 5 right, which makes collocationAnalysis() somewhat more\npermissive when recursing with the default thresholdScore \u003d \"logDice\"\nand threshold \u003d 2. Results computed with a total window size of 1 are\nunaffected, the two formulas being identical there, which is why the\nlight verb construction table in the Readme stays as it is, while the\ncollocationScoreQuery example, which uses the default window, was rerun.\n\nCo-Authored-By: Claude Opus 5 \u003cnoreply@anthropic.com\u003e\nChange-Id: I190fd65d0c53517df74c26c007a6440d974f700c\n"
    },
    {
      "commit": "37f96075e1fdcab348c358be3ce2820eb5ac0a50",
      "tree": "d46205219fa10a6373ca793dbdbefbc8ccf96fc1",
      "parents": [
        "ef5b7c1b03f9e83b0d6ef9a4f10d56d4e1a44c5d"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Sep 03 07:18:11 2026 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Sep 03 07:18:11 2026 +0200"
      },
      "message": "CA: check the parameters a cacheAs file was created with\n\nUntil now, a cacheAs file was used whenever it existed. Changing a\nparameter and forgetting to delete the file therefore silently returned\nan analysis computed with the old parameters. Inferring the parameters\nfrom the cached data frame would not help much: of the 23 parameters\nthat affect the result, only node, vc, leftContextSize and\nrightContextSize are recoverable from it, which leaves out exactly the\nones that are typically tuned between runs, such as minOccur,\ntopCollocatesLimit, searchHitsSampleLimit, exactFrequencies, stopwords\nand threshold.\n\nThe parameters are therefore recorded when the file is written, and\ncompared on the next call. They are collected from the call frame rather\nthan listed explicitly, so that parameters added later are covered\nwithout having to remember to register them. Also recorded is the API\nURL, since reusing one cache file for two KorAP instances is a mistake\nworth catching, and, for reference only, the index revision: corpus\nupdates should not invalidate an analysis that was deliberately kept.\n\nIf parameters differ, the analysis is recomputed and the file\noverwritten, with a warning naming the differing parameters. That is\npreferred over an error: it never returns results that disagree with the\nrequested parameters, and never breaks a long pipeline. Users who want\nto keep an old analysis can pass a different cacheAs file name.\n\nThe parameters are stored in an attribute, so the file stays a plain\ndata frame for anyone reading it with readRDS(), and the attribute is\nstripped when loading, so the returned value is the same whether it came\nfrom the cache or not. Cache files written by 1.3.0 carry no attribute\nand are used as they are.\n\nCo-Authored-By: Claude Opus 5 \u003cnoreply@anthropic.com\u003e\nChange-Id: Ib21aa93fa3c2bf1cd42dd07dbfcbd2970841a412\n"
    },
    {
      "commit": "6a16d7d95259a25874f6dd6f37ae709325229a16",
      "tree": "e5fcf010d0c8deb3ba9437a43e4c7ce2676a1576",
      "parents": [
        "6a0bad4e589d158c409b50238f51c4d6868bc230"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Aug 31 21:36:01 2026 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Aug 31 21:36:03 2026 +0200"
      },
      "message": "Document KorAPConnection() as a function to fix CRAN Rd NOTE\n\nCRAN\u0027s r-devel-linux-x86_64-debian-gcc and -clang checks report\n\n  Rd files without \\usage:\n    \u0027KorAPConnection-class.Rd\u0027\n  \\arguments should not be documented without \\usage.\n\nbecause the user facing documentation, with one @param per constructor\nargument, was attached to the setClass() call. The object exported under\nthe name KorAPConnection was the class generator, whose formals are just\n`function(...)`, so roxygen2 could not derive a \\usage section from it\nand the documented arguments ended up in an Rd file without one. Adding\na hand written \\usage is not an option either: it contradicts the\ngenerator\u0027s `...` signature and turns the NOTE into a much worse\n\"code/documentation mismatches\" WARNING.\n\nReplace the generator with a real KorAPConnection() function that\nforwards its arguments to new(\"KorAPConnection\", ...) and attach the\ndocumentation to it. roxygen2 now derives \\usage from the actual\nformals, so the manual page states how the constructor is really called,\nand the NOTE is gone.\n\nThe constructor forwards supplied arguments only, so that the defaults\nand the missing() based KORAP_VERBOSE / rkorap.verbose overrides of the\ninitialize method keep working unchanged. Its own defaults merely mirror\nthose of the initialize method in order to document them; the new tests\nasserts that the documented defaults are the ones a connection actually\nends up with, so that the two cannot drift apart silently. The KORAP_URL\ndefault is now shared by both signatures as defaultKorAPUrl().\n\nNAMESPACE is unchanged: KorAPConnection remains both an exported\nfunction and an exported S4 class, and new(\"KorAPConnection\", ...) keeps\nworking.\n\nR CMD check --as-cran: Status OK, and no Rd file in man/ has \\arguments\nwithout \\usage any more.\n\nCo-Authored-By: Claude Opus 5 \u003cnoreply@anthropic.com\u003e\nChange-Id: I789d42c01e1be98a989f8f4d9a5b14865ca48daa\n"
    },
    {
      "commit": "ba15cffd49405e1ecf9b56ea6832a670f372b3a3",
      "tree": "c74eeaa69334bff5b8011599750ed172596d6ef4",
      "parents": [
        "424cb78ed98fa885704bba4cdddf52e7d6f7962c"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Aug 31 10:19:56 2026 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Aug 31 10:19:56 2026 +0200"
      },
      "message": "CA: mark multi-VC comparison columns as experimental\n\nThe comparison column layout is still settling. Badge the section\nexperimental and say plainly that names and semantics may change without a\ndeprecation cycle, so that shipping it does not lock the current column\nnames in place.\n\nCo-Authored-By: Claude Opus 5 (1M context) \u003cnoreply@anthropic.com\u003e\nChange-Id: I75c0042607cc9ae61ce9b1a904982509276e00eb\n"
    },
    {
      "commit": "9525334f18cff3af96782cdf92c3f8dc0b84d2ad",
      "tree": "d4c5a45efa5e0bdabfb3d5b48d93c2e12a6ffe4c",
      "parents": [
        "d7bb5cb7154a01e7493369ccb929aa2a3f237748"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Aug 31 10:18:43 2026 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Aug 31 10:18:43 2026 +0200"
      },
      "message": "CA: document how to read multi-VC comparison columns\n\nAdd a \"Interpreting multi-VC comparisons\" section spelling out the three\nproperties that are easy to misread: deltas involving imputed cells describe\npresence/absence rather than contrast, imputed values are relative to the\nresult set they were computed from and so are not comparable across calls,\nand winner/loser columns order point estimates without any notion of\nuncertainty (unlike ci()). Also note that ranks and percentile ranks are\ncomputed within each label over candidate sets of differing size.\n\nCo-Authored-By: Claude Opus 5 (1M context) \u003cnoreply@anthropic.com\u003e\nChange-Id: I4744d4d9742c7a46dcdb5b4bca9138190f6b73d2\n"
    },
    {
      "commit": "d7bb5cb7154a01e7493369ccb929aa2a3f237748",
      "tree": "9736188bd65f1107c2223bccc02da677f2bbc516",
      "parents": [
        "3b091c002f69701cfa4b40434dc3a9408d155493"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Aug 31 10:18:02 2026 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Aug 31 10:18:02 2026 +0200"
      },
      "message": "CA: flag imputed cells in multi-VC comparisons\n\nWhen a collocate is attested in one virtual corpus but not in another,\nadd_multi_vc_comparisons() imputes the missing scores from a pooled floor.\nThe resulting delta/winner/loser columns then describe presence vs. absence\nrather than a measured contrast, and nothing in the output said so.\n\nRecord the missingness pattern before imputation and expose it as\n`imputed_\u003clabel\u003e` (per label), `n_imputed` (count) and `imputed` (any), so\nthat `filter(!imputed)` keeps only collocates attested in every compared\nvirtual corpus.\n\nCo-Authored-By: Claude Opus 5 (1M context) \u003cnoreply@anthropic.com\u003e\nChange-Id: I25fb0196f1b75519c126130fc19bc62d40675e17\n"
    },
    {
      "commit": "209b52ca4d0a81acbc761e9ebf759f9fc6f29e11",
      "tree": "b85b07fb584c9213945c53da7c08b715fa1499ba",
      "parents": [
        "9c53e4171317c646bacdfe8d73b1ab128635700a"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Jun 21 12:14:36 2026 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Jun 21 12:15:25 2026 +0200"
      },
      "message": "Bump roxygen2 version to 8.0.0\n\nChange-Id: Ib5f5c66bd3db80d147370d2f16fc1c340240477c\n"
    },
    {
      "commit": "9c53e4171317c646bacdfe8d73b1ab128635700a",
      "tree": "90b09d08c51d63a81248703053fe3c313459c24b",
      "parents": [
        "9db18916673b89e148edd7090480ece1a304c0fa"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Jun 21 12:13:44 2026 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Jun 21 12:15:17 2026 +0200"
      },
      "message": "Make collocationScoreQuery() accept a vector of collocates\n\nChange-Id: I719c7577393f352fcfebe740a13fbf0daf790d3c\n"
    },
    {
      "commit": "09b1c086fba9f2b0dc7b41caec65b7c2c3010403",
      "tree": "e2a4a13c01e092a7a24dfded5da35b09992f754e",
      "parents": [
        "325a3ab7a5889d700bf002714ae27c28c6339147"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri May 01 14:45:47 2026 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri May 01 15:48:45 2026 +0200"
      },
      "message": "Add winner and loser URLs to multi-VC collocation comparisons\n\nChange-Id: Ia3bea5f400713c6b513e1cc1033c9c5c869d957f\n"
    },
    {
      "commit": "db2fabd236f9a6cd9f8e5c835939e4fb9dc1275f",
      "tree": "00851274b27bbd69a55e33dcbf456b76940053b2",
      "parents": [
        "9ab905857faf08727edad6940ce27fca663f46ad"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Apr 27 15:01:37 2026 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri May 01 13:34:36 2026 +0200"
      },
      "message": "feat(collocationAnalysis): add cacheAs parameter for result caching\n\nAdd a `cacheAs` parameter that accepts a file path (with automatic\n`.rds` extension if omitted). If the file exists, the cached result\nis returned immediately without contacting the server. Otherwise the\nanalysis runs normally and the result is saved to the file.\n\nCo-authored-by: Copilot \u003ccopilot@github.com\u003e\nChange-Id: I60f73a5a824e637d572a7b21b6ea80868a31b4d4\n"
    },
    {
      "commit": "de679ea56c5092bd984d091afb62c2c630f473b5",
      "tree": "b50df090b7365662e2e246851a845835d6c190f8",
      "parents": [
        "4cbb547fd9e924a2c566f166924590189e75f7ed"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Oct 19 13:14:51 2025 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Oct 19 15:02:21 2025 +0200"
      },
      "message": "CA: add queryMissingScores parameter\n\nIf TRUE, attempt to retrieve corpus-based association scores for\nvc/collocate combinations that would otherwise be imputed, by\nre-querying the KorAP backend without applying the collocate frequency\nthreshold.\n\nChange-Id: I7d2707e16d6efab3515e4cebef4985e8b780a116\n"
    },
    {
      "commit": "4cbb547fd9e924a2c566f166924590189e75f7ed",
      "tree": "e563439ab3c6b979e1e5b571bc30e45bedd0319a",
      "parents": [
        "91f35179c7604d541f3a9907eeb553b9f37043b5"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Oct 19 12:15:25 2025 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Oct 19 15:02:21 2025 +0200"
      },
      "message": "CA: add some more info on how missing values are imputed\n\nChange-Id: I0268e5ad26d91300e425588c9f07eb32d45171d1\n"
    },
    {
      "commit": "130a2a29eb3b593878dc2ac410e8a2b716d64e01",
      "tree": "3a50e5d226336ac30a7011ceec44a0e74e543919",
      "parents": [
        "9894a37ab8a660bca79e94c5480da5428e357e4f"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Oct 18 16:09:23 2025 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Oct 19 15:02:21 2025 +0200"
      },
      "message": "CA: add percentile ranks and documentation\n\nChange-Id: I3a0c6aab970db5f4685b03164b20e0489e03799f\n"
    },
    {
      "commit": "39da9dcff91c473fbf9211e18d821ba62ccb1d2c",
      "tree": "923ba6d5b0918ef75661852730dc2770d117ad50",
      "parents": [
        "1a295ad676d3e47ca4098f19af6b0a6ab00bb6f1"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Sep 10 13:54:40 2025 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Sep 10 13:54:40 2025 +0200"
      },
      "message": "Allow overriding verbosity default via env var KORAP_VERBOSE\n\nChange-Id: I8a2e32f24c22f2039b335cd000c610ba5ff3da08\n"
    },
    {
      "commit": "0af7593c5168aae13fad77846ced142bb93118a3",
      "tree": "a5c074d6e8335e042266fc36c3611e1f782ea58e",
      "parents": [
        "6aa5a0d81be19ede35ca1edbd3f663aef6f3ec75"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Sep 09 18:14:16 2025 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Sep 09 18:55:45 2025 +0200"
      },
      "message": "Fix fetchAnnotations documentation mismatches\n\nChange-Id: I2dc7bc69ce64492780ee1f67fea03e00bbc034ba\n"
    },
    {
      "commit": "6aa5a0d81be19ede35ca1edbd3f663aef6f3ec75",
      "tree": "94c1008a180b7ace1b0642bf543d9ed3a38230b6",
      "parents": [
        "0a726303ec556e738b401074e65ed29b8defa08b"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Sep 08 17:51:47 2025 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Sep 08 17:51:47 2025 +0200"
      },
      "message": "Fix some CRAN policy issues\n\nChange-Id: I6862ea1bfbadbaf5d6090b6655c21ecf66650c16\n"
    },
    {
      "commit": "2baf5c53cdb431735ce4006182344d817f6fa4dd",
      "tree": "f8df273f2ba60514760ae9b3614486c7e334a321",
      "parents": [
        "93787d52e349fae2d6b1a9e2a2ca07bf1ad5dd60"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Sep 05 16:41:11 2025 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Sep 05 16:41:11 2025 +0200"
      },
      "message": "Increase fetchAnnotation test coverage according to codecov\n\nChange-Id: I0c8c0f0e7196082ddb42a37001f62a2958ea13e1\n"
    },
    {
      "commit": "93787d52e349fae2d6b1a9e2a2ca07bf1ad5dd60",
      "tree": "d42eabe0fd2b40c13e21cc31cebae12c301315d4",
      "parents": [
        "560b591ea7e4acefff9892d2a1f10cda0d139340"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Sep 03 13:33:25 2025 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Sep 03 13:33:25 2025 +0200"
      },
      "message": "Add overwrite parameter to fetchAnnotations\n\nChange-Id: I395dbcb44a18e04679232bdc65b4e2912836e4fa\n"
    },
    {
      "commit": "89f796e283aaa69be35c2bb12cc401651fb6ed69",
      "tree": "e81cddaba34292302b8f1d8fbf6841fb0469aa79",
      "parents": [
        "2512130a6ab9ff98fa8f8c067a3074285e50f2cc"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Jul 19 09:05:06 2025 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Jul 21 11:39:30 2025 +0200"
      },
      "message": "Improve documentation\n\nChange-Id: Id98ea59ddde769bf88ed13e3e9f2303abd2b7259\n"
    },
    {
      "commit": "a29f3d4e72815d0e896ee9a65b3482fd9c6d08a7",
      "tree": "146be7e57fd831dc030b209f92277b70d7c8faea",
      "parents": [
        "ff712a997522ed17f9a5d4d1dec94873a497ce07"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Jul 18 10:14:43 2025 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Jul 21 11:39:30 2025 +0200"
      },
      "message": "Parse annotations into lists of vectors\n\nChange-Id: I9ee3a5c10ff997380b9661dd603f8ec83c6a91a8\n"
    },
    {
      "commit": "e52b29514e823a54fe5ac0ae7637f6392f0e2fb3",
      "tree": "1889e86a5f157f9d919986bc9826ce13e7c142ea",
      "parents": [
        "49b8fc9d0882c36230f8b88f35c4910605337486"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jul 17 16:53:02 2025 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Jul 21 11:39:30 2025 +0200"
      },
      "message": "Add fetchAnnotations method to KorAPQuery\n\nResolves #26\n\nChange-Id: Ie6234e471216941148304d42cf70c7cc509ceb41\n"
    },
    {
      "commit": "a267c4278415adb7a1ee35f7ecd11ca6a24f679e",
      "tree": "23ed6defa17fd533c8d6ead101cecd8909b82154",
      "parents": [
        "ea34b815e3fce34e2d98735cc96c9b242f2931c6"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jun 26 10:16:20 2025 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jun 26 10:16:20 2025 +0200"
      },
      "message": "Update textMetadata documentation\n\nChange-Id: I469d3c954688efd078ba3cb442a18891fa3ea36f\n"
    },
    {
      "commit": "ec1bfc8c8ad417b5a08bb973bf94c1d24760b79b",
      "tree": "1038b92fa05e9d85db7637836b739d036f091cdf",
      "parents": [
        "24799fdd4200210250c61b448b0b5bd36d6797fc"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Jun 25 14:28:33 2025 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Jun 25 14:28:33 2025 +0200"
      },
      "message": "auth and hc_freq_by_year_ci are no longer experimental\n\nChange-Id: Ib3d87f7aef2162c6b2fc094820d2211876e8aba9\n"
    },
    {
      "commit": "36117de1521c110e084ffa41cccae8daf013806b",
      "tree": "c8b374282cff2ad525ec955ea2627b098c68925e",
      "parents": [
        "f9914bb78145665abb1d6909d08ad1fbafbf27a1"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Jun 25 12:46:10 2025 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Jun 25 14:13:24 2025 +0200"
      },
      "message": "Remove redundant documentation in KorAPConnection\n\nChange-Id: Ia07147d07b402ec0521ef22aadaedcce392cf5e7\n"
    },
    {
      "commit": "f9914bb78145665abb1d6909d08ad1fbafbf27a1",
      "tree": "ab0acdd8a3ce81f30199dea378f03b4e371a5896",
      "parents": [
        "d352642bb34e1e7c45a8ece8c8811ca74596d3ec"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Jun 25 09:57:55 2025 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Jun 25 09:58:15 2025 +0200"
      },
      "message": "Bring back documentation for KorAPConnection params\n\nChange-Id: I8c1ada656d6a0372967911776240862d414eb039\n"
    },
    {
      "commit": "d352642bb34e1e7c45a8ece8c8811ca74596d3ec",
      "tree": "c4192753ecafc7c8e3fc56d5954116bdae3d44de",
      "parents": [
        "dc880aca3e2757b4a46391af91fea95205aaf894"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Jun 25 09:16:15 2025 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Jun 25 09:16:15 2025 +0200"
      },
      "message": "Switch examples to native pipe operator\n\nChange-Id: I7a76e91c690f072a6c176842433e92e83c63b985\n"
    },
    {
      "commit": "dc880aca3e2757b4a46391af91fea95205aaf894",
      "tree": "7490b59da6db7dae65dde25596d1f69f2fb60544",
      "parents": [
        "b7a3805feea1a5a969293b4273fc828c19bf80fb"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Jun 24 20:34:43 2025 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Jun 24 20:37:40 2025 +0200"
      },
      "message": "Add missing documentation\n\nChange-Id: I7ee4b4fa6f23c0ad93e29d4dc52e8430e5f6373f\n"
    },
    {
      "commit": "b7a3805feea1a5a969293b4273fc828c19bf80fb",
      "tree": "be3562e7c720aba7287bb29218266ae831a9df18",
      "parents": [
        "e53d282006f158cf65355d28b7141ae8d31a7f45"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Jun 24 16:53:22 2025 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Jun 24 16:53:22 2025 +0200"
      },
      "message": "Simplify package documentation\n\nChange-Id: Ib00464ed762cc229e6bf6f000da88092ce0a6281\n"
    },
    {
      "commit": "1623fe8c03fcb2c7bc62c370d41145ae6c665d53",
      "tree": "e61388c8d69fbf294b377ef1075e40eca7c54747",
      "parents": [
        "c61609899c74a3c23a748517bc75e7533f32d135"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Jun 24 16:31:46 2025 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Jun 24 16:31:46 2025 +0200"
      },
      "message": "Add fields parameter documentation in corpusQuery\n\nChange-Id: I0d2e01874dc6184d8554643f0dbf0823196ee234\n"
    },
    {
      "commit": "c61609899c74a3c23a748517bc75e7533f32d135",
      "tree": "93095a18e36166a2c56ef9c8e0b4d7fe60f2deb1",
      "parents": [
        "2abb946c657cc8f8d1e34eddd26eaa0c01bf0e55"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Jun 24 15:57:51 2025 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Jun 24 15:57:51 2025 +0200"
      },
      "message": "Add new man sections\n\nChange-Id: I7280cb2cf8a939722c4a8c187694e36a0ce216ea\n"
    },
    {
      "commit": "2abb946c657cc8f8d1e34eddd26eaa0c01bf0e55",
      "tree": "37970b9a7b76758bb49aa02bacb36fde30c0c9e5",
      "parents": [
        "a8c40f4b619f055cf5862f320612f0994434f6ef"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Jun 24 15:56:01 2025 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Jun 24 15:56:01 2025 +0200"
      },
      "message": "Add documentation to corpusStats result\n\nChange-Id: I3819d2d2b28267624d4494e16aeb84834d9198a1\n"
    },
    {
      "commit": "a8c40f4b619f055cf5862f320612f0994434f6ef",
      "tree": "d4dbbb452adfd5e94b5635d22d64bda3620b1da8",
      "parents": [
        "ecc8670b4a21250cc53e21b87c7885783471c6bc"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Jun 24 15:49:52 2025 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Jun 24 15:49:52 2025 +0200"
      },
      "message": "Make documentation less class centric\n\nand more beginner user friendly\n\nChange-Id: Icaca61c3d6f71bc8bd76c0507499b662df39be7a\n"
    },
    {
      "commit": "ecc8670b4a21250cc53e21b87c7885783471c6bc",
      "tree": "151a33022c141019f8bd41366063b3000af01128",
      "parents": [
        "17efa59b5b5d4cd965779d803c7b17cb995982ce"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Jun 24 12:12:51 2025 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Jun 24 13:04:23 2025 +0200"
      },
      "message": "Add example for querying metadata of text within a vc\n\nChange-Id: If2cd08c87374dff690e24ee4498e640fe2e3a2b8\n"
    },
    {
      "commit": "b1dec01760a046f5ab627301619b8c57097a8164",
      "tree": "842cbe58c8ab608a4b537c2b4cc25a395ec8eee7",
      "parents": [
        "e9e18bd9d801298b94773367f1f199fb237be325"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Jun 04 17:16:57 2025 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Jun 04 17:16:57 2025 +0200"
      },
      "message": "Code cleanup\n\nChange-Id: I084eb212ae4a1fdbc563e686ea6c9de55fc75914\n"
    },
    {
      "commit": "a824d501960c7b57fa75791233d52d05b65c9016",
      "tree": "604ca5fd6b7affb91ed0394bc3917320b787f25e",
      "parents": [
        "03402e7fa840d1eba7d2bf23d66f373f338250e2"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri May 02 15:40:23 2025 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri May 02 15:41:56 2025 +0200"
      },
      "message": "KorAPConnection: improve source code formatting\n\nChange-Id: I8efaf5f6cd485ddb190cc4a7a1752c0f149def31\n"
    },
    {
      "commit": "c6acf59bdb872db795571174a75478439e0626d3",
      "tree": "bef675e4632f9c1a9e2f2b3a660e8e5480422b8d",
      "parents": [
        "dad343d2cdb9fd63bf5ee24e423728849b7988d4"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Apr 06 18:23:01 2025 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Apr 06 18:23:01 2025 +0200"
      },
      "message": "Fix documentation mismatch\n\nChange-Id: Id958398bc1bfcd3b3cfb56b6a5e2326962039c1d\n"
    },
    {
      "commit": "ad8d2ed99508f416ebfbd104b1b029d8ff794fd4",
      "tree": "1772178346304d5a24eb92032b00b5838e4a2563",
      "parents": [
        "b79fd44513afd0e2f5ebc58f3d3f77673663e185"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Apr 05 15:37:38 2025 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Apr 06 17:58:49 2025 +0200"
      },
      "message": "Update and separate frequencyQuery documentation\n\nChange-Id: I2fc31fd0e4d49001a739bcee63e30dac4a608e82\n"
    },
    {
      "commit": "b79fd44513afd0e2f5ebc58f3d3f77673663e185",
      "tree": "1f352988418ceceb810163abaa934ff4a4d54e60",
      "parents": [
        "463bb16122c123470c83a084aef840544c2f729c"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Mar 26 10:25:03 2025 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Apr 06 17:58:49 2025 +0200"
      },
      "message": "Introduce env variable KORAP_URL to use as default if set\n\nChange-Id: I8f9d77723c5b56ba154a21429236c7501195d54a\n"
    },
    {
      "commit": "463bb16122c123470c83a084aef840544c2f729c",
      "tree": "3d11618b5535df25633cf47645eebb4a878e923f",
      "parents": [
        "ca5fe5a0b0bcadf3db5573502793b3393b05a14c"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Mar 26 10:23:33 2025 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Apr 06 17:58:49 2025 +0200"
      },
      "message": "More migrations to base pipe\n\nChange-Id: I37fa2e38c80c82827b7ad234a8058c8efbb2dca4\n"
    },
    {
      "commit": "617266df8d100c6d6d79701291c4565e7e8ef333",
      "tree": "3c91f968c7ca163f924635d4dafb3969e82ca17f",
      "parents": [
        "d5823b00016fd04e6d5f64d850c532f51b3e5c0b"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Feb 27 10:43:07 2025 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Feb 27 11:45:23 2025 +0100"
      },
      "message": "♻️💄 simplify KorAPConnection class instantiations to modern syntax\n\nUpdate all class instantiations from `new(\"KorAPConnection\")` to `KorAPConnection()`.\nThis is possible with R \u003e\u003d 4.0.\n\nChange-Id: I01131fb32045e084cafbb9e05cd8ba99f8f20f1b\n"
    },
    {
      "commit": "e7f0d689918f4ef2c35b8ed228ffcbd107467d31",
      "tree": "5b793e6b1da7269121b6222207aa4ae4fd87a69e",
      "parents": [
        "dbdbb1fb9d0e93412521b8d64db496ae530483c3"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Feb 19 10:50:59 2025 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Feb 19 10:50:59 2025 +0100"
      },
      "message": "Update tokenization note in collocationAnalysis function\n\nChange-Id: If375acab2e022eb9e4e54b784154bb6b4195217b\n"
    },
    {
      "commit": "dbdbb1fb9d0e93412521b8d64db496ae530483c3",
      "tree": "96b1c37b42e639e78fcb080fe0a476cabeaa1e03",
      "parents": [
        "62625dddc01b194ca5a3e9e5d209408cab7a1038"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Feb 19 10:33:06 2025 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Feb 19 10:42:42 2025 +0100"
      },
      "message": "Subtract redundant smoothing constants in mergeDuplicateCollocates\n\nChange-Id: I1b042974735c4b2e9a664e21d1eb87cf0794d5c4\n"
    },
    {
      "commit": "62b1789aad816ea37777a66508b1713ec756a2c3",
      "tree": "094c0dd19347968eb51dc5018ac87837249139e4",
      "parents": [
        "471d90a71becb2504059eab5eba67daac82d6c2a"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Feb 01 18:26:45 2025 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Feb 02 15:33:53 2025 +0100"
      },
      "message": "Check if authorization is supported\n\nChange-Id: If2dd75b629a0ae958d98ae220ec90a78decd0e95\n"
    },
    {
      "commit": "471d90a71becb2504059eab5eba67daac82d6c2a",
      "tree": "e8fd3cf60db108e71bd103a10a1547cd7a929584",
      "parents": [
        "f83d59a98311bdf3f976d6b0223bcf0b8dadc779"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Feb 01 18:26:12 2025 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Feb 02 11:18:20 2025 +0100"
      },
      "message": "Fix typos\n\nChange-Id: I9f81608fa5cb26ba8396796541872e06bdd07dd4\n"
    },
    {
      "commit": "f83d59a98311bdf3f976d6b0223bcf0b8dadc779",
      "tree": "a528deddc74fd2f8620d852b980e12a5be4e0baa",
      "parents": [
        "37e07e8cc83ca2d6cd0ae0449a026b19a66f5f4f"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Feb 01 14:48:30 2025 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Feb 02 11:18:20 2025 +0100"
      },
      "message": "Let httr2 take care of token refreshing\n\nChange-Id: I68f35fa8debb9603e937c4a12328560ac31f61a1\n"
    },
    {
      "commit": "a550165f534314cff68b29aa389fb9f2397c8843",
      "tree": "99c13ec1a9d3fd14d8ff20e2a53892d590ce5342",
      "parents": [
        "5419a5c1f5d3cc3481be4a4c67b828870e90869c"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Jan 28 20:25:42 2025 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Jan 28 20:26:21 2025 +0100"
      },
      "message": "Fix line length in rd file\n\nChange-Id: Ib291adce98ef78d5401ff2957d05c6d597049f86\n"
    },
    {
      "commit": "f91295915e33d4bb40d4d736cbdcbdf3bd90b66a",
      "tree": "e2e64c52acb3450c43ad91b7f7734b5da40dd243",
      "parents": [
        "a4f51d766b1e3abf68aa7e38047bb516659d11f3"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Jan 26 19:17:54 2025 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Jan 27 17:48:27 2025 +0100"
      },
      "message": "Replace httr with httr2\n\nChange-Id: I196d7eed6560a560a74d31cdaba8715c89e4b4cf\n"
    },
    {
      "commit": "a4f51d766b1e3abf68aa7e38047bb516659d11f3",
      "tree": "26c6b773da324b03ba73be5f74ae34db13c0570b",
      "parents": [
        "16ccf11e4aed1d92a47bbc7236a8b0e40e9dc411"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Jan 25 16:23:18 2025 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Jan 27 17:48:27 2025 +0100"
      },
      "message": "Add auth method to simplify (o)authorization\n\nChange-Id: I318e27375dfece96d0d80f35cd2c2b5bb3b167df\n"
    },
    {
      "commit": "8a6df6033e72ccc97a0e462dcb8f50fb939e14b5",
      "tree": "0cb024fceaba28a08a25fdd705caeb377478e694",
      "parents": [
        "d23cb4e044b24668f31304334c6f267971bd8ec3"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Jan 25 16:21:42 2025 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Jan 26 22:38:40 2025 +0100"
      },
      "message": "Remove experimental badge from collocationAnalysis function\n\nChange-Id: I7a77d89c7e34a4f44da983445fd69967b8934cd2\n"
    },
    {
      "commit": "6a02e4c333eb2a90618e5270733041b8e008afe7",
      "tree": "6725f8533d6c7c885a691440b9729774f69de7f5",
      "parents": [
        "9707c752e61d2a57fc4c43745ac7f862628911f4"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jan 09 21:22:30 2025 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jan 09 21:23:12 2025 +0100"
      },
      "message": "Properly link to keyring package documentation\n\nChange-Id: Icd5e415ed2e69b3d11fcad209110dede3da1b2d9\n"
    },
    {
      "commit": "6bd9cad83da319a51bdbb05c6a5055b1a8508f4f",
      "tree": "c957fc1caaee9de7f1c1e112d7adc0a16fe3d931",
      "parents": [
        "a7a8f1b0e9c20a7e79194001126822e696f1efad"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Dec 18 15:57:26 2024 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Dec 18 15:57:26 2024 +0100"
      },
      "message": "Improve documentation of span parameter in ca\n\nChange-Id: I35cf877fb04701c989fe5ef81a7cd262b9bc30e3\n"
    },
    {
      "commit": "1faa7211fd0b44bef81e80527215c53099dbedf4",
      "tree": "ac7347f0a1907d682363b4b745d0b46e9b16a5fc",
      "parents": [
        "06e5b97291170b0dc508db678209f3d8cf7a9952"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Dec 07 18:29:42 2024 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Dec 07 18:29:42 2024 +0100"
      },
      "message": "Fix Rd \\link{} targets without package anchors\n\nSee CRAN Package Check Results for Package RKorAPClient\n\nLast updated on 2024-12-07 17:48:33 CET.\n\nchecking Rd cross-references ... NOTE\nFound the following Rd file(s) with Rd \\link{} targets missing package\nanchors:\n  KorAPConnection-class.Rd: keyring\n  hc_freq_by_year_ci.Rd: hc_add_series\nPlease provide package anchors for all Rd \\link{} targets not in the\npackage itself and the base packages.\n\nChange-Id: I832103d10a15e0e2dbef4f4603d7b09e648b9dce\n"
    },
    {
      "commit": "f5263bd99a03b7b2c793cb8248169afc34bf0d8f",
      "tree": "0f5086b6ec2a392dae4bfd885d1ce68cc0b1b516",
      "parents": [
        "05a6079c8e622a027dd6cad7b082e0e8027b95dd"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Dec 07 16:31:48 2024 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Dec 07 16:31:48 2024 +0100"
      },
      "message": "Add mergeDuplicateCollocates function\n\nChange-Id: Ib9d458dc233167c20c9fdedf2f30656d693c32ff\n"
    },
    {
      "commit": "38a9d68291d62c8b1a61cdac6f708c9066a421c7",
      "tree": "9acbf065d678a108db6a7586d1a070fbd137c8b7",
      "parents": [
        "e8bd49bcc3df2a6269d2ec47710c7c5a80303131"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Dec 06 16:17:09 2024 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Dec 06 16:17:09 2024 +0100"
      },
      "message": "Slim down buildWebUIRequestUrl function\n\nChange-Id: I3da8e74388fc5a703bd83895cae6dea3741d4f59\n"
    },
    {
      "commit": "3687a8c0be4d3db8b4fb4dee78c28c234630b3a6",
      "tree": "3b3682aa4e5c469d98f9078ad167e7d5e481d60a",
      "parents": [
        "6ddece4714ebf6bd37de267c4c6260059476664d"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Jan 24 16:18:36 2024 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Jan 24 16:18:36 2024 +0100"
      },
      "message": "textMetadata: update documentation\n\nChange-Id: Idbd3af9eb771d93d50a1eb71e89d0599b1573adf\n"
    },
    {
      "commit": "6ddece4714ebf6bd37de267c4c6260059476664d",
      "tree": "2ad94f0072feb934c9208fda6ca43ce94bad99a5",
      "parents": [
        "1c994ee2c2f3670dddaed8cd7863adab7f0da81e"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Dec 18 17:02:36 2023 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Dec 18 20:00:17 2023 +0100"
      },
      "message": "Add textMetadata function to retrieve metadata via sigle(s)\n\nChange-Id: I34714bce07635732d0534f83a48865d6d64903da\n"
    },
    {
      "commit": "58bffe83717d451201e1a543162dc183fe01a4c1",
      "tree": "eb811e06309b9293d83d91c621a14101e81333d1",
      "parents": [
        "da393ca4871a8deb36d5787392fd28a69748a2af"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Nov 17 11:48:21 2023 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Nov 18 17:52:40 2023 +0100"
      },
      "message": "Add webUiRequestUrl column also to corpusStats results\n\nChange-Id: I412c5973f887af8d1592f5cc85b160d3e73ef959\n"
    },
    {
      "commit": "2078bde2a43000211637e45b1a37fb7ea2e2c7ac",
      "tree": "941dac09e0e4e4d8ae55fa2e7f95ad8f70c99761",
      "parents": [
        "b8dd2e335109d67c998050711713f98288c33b23"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Aug 27 16:46:15 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Aug 27 16:51:35 2023 +0200"
      },
      "message": "Also retrieve tokenized snippets\n\nChange-Id: I83aa207161bc322d1a50107d52fb2a3b5fe707dd\n"
    },
    {
      "commit": "891534eaf37cf50aa42f1e748f45e5ed0bff1dee",
      "tree": "480cff2a51fdaa3a909f41c15db3a62483774676",
      "parents": [
        "548ac35563bf3c1d57f34570846f75070ccf59aa"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Apr 18 18:23:17 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Apr 18 18:24:20 2023 +0200"
      },
      "message": "Wrap last remaining web api query example with dontrun\n\nChange-Id: I06e09b8d1790190fd48ee064a80e3eaca42382b6\n"
    },
    {
      "commit": "548ac35563bf3c1d57f34570846f75070ccf59aa",
      "tree": "472a30678de4a6ad9ea536742d725418402cc4b7",
      "parents": [
        "881c0287091bddb0e0be9022d59fd76e8a20819e"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Apr 18 17:38:37 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Apr 18 17:39:50 2023 +0200"
      },
      "message": "Fix dontrun position in misc.R\n\nChange-Id: Ice5166ae5efe4ff51ceaa19957558bea88482b6e\n"
    },
    {
      "commit": "d9b2fd7152573e01f44dff6b3a9e2b78d833b88d",
      "tree": "b29daa6845c399390de78a2574aeb257b2182a1b",
      "parents": [
        "132f005439edb49016afc9483dce553db7c3bbac"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Apr 17 19:08:50 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Apr 17 19:25:39 2023 +0200"
      },
      "message": "Add context parameter to corpusQuery\n\nResolves #11\n\nChange-Id: Ifbe1867ed3110a1c37c9f65db418d456629da270\n"
    },
    {
      "commit": "132f005439edb49016afc9483dce553db7c3bbac",
      "tree": "7e16c7f6d0ccb208bb2ff49f7c64d9b43281b2c2",
      "parents": [
        "04814f2be215f08a3777310af2202d14457c2e7c"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Apr 16 14:23:05 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Apr 17 14:15:15 2023 +0200"
      },
      "message": "Add OAuth Browser Flow documentation\n\nResolves #4\n\nChange-Id: I4384a97d2125eaace79e6f99057f5882af349e7a\n"
    },
    {
      "commit": "38329fd28cb86846b286be52e1f525a3299ac69a",
      "tree": "45fb21a99a64174d4b736780bfe0fcb5b38cf43f",
      "parents": [
        "871a4ba30ebd2ace5e2efd551cee30171d59080c"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Apr 16 14:23:05 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Apr 16 14:25:05 2023 +0200"
      },
      "message": "Update dplyr::bind_cols link in reexports.Rd´\n\nChange-Id: I934a51bfb71d726ca553b44b73a0525be788ebc7\n"
    },
    {
      "commit": "44d66f370bb783a70d8d1687bd4ee3b884c85537",
      "tree": "cba24a57539e9f51f942296833f5dc715cb13f78",
      "parents": [
        "c3a149b9dc4e972d5226825af92b0ece727f9c10"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Nov 16 18:42:22 2022 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Nov 16 18:42:22 2022 +0100"
      },
      "message": "Fix misleading corpusStats example with articleType\n\nThanks @ Antonina!\n\nChange-Id: I1ec5c22f698835ca1ffa83fd66095b141404bb3c\n"
    },
    {
      "commit": "a81343d600ddaca4a92920d74a0004d0c9a1b44d",
      "tree": "a1fd4207ffff31f4a435562be36bc015ae16ca66",
      "parents": [
        "ed53a4ce9e710d8d81cc2ba8e9586c22ba036b8b"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Sep 06 12:32:10 2022 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Sep 06 12:32:10 2022 +0200"
      },
      "message": "Add slot documentation for KorAPConnection class\n\nThis might be useful for special applications.\n\nChange-Id: Ia8e33b3b3d5262c6f12c95c650a606e77a105255\n"
    },
    {
      "commit": "e0a80149ab4adc63500df9510a93b0b1568aa3b2",
      "tree": "135fe1373a50dad2c41384ef47fdc3763d3adebc",
      "parents": [
        "8bafa25e7382eff2ba7bcef2dd7181f1043f7a2f"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Sep 06 09:27:43 2022 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Sep 06 11:31:32 2022 +0200"
      },
      "message": "Fix documentation for just reexported magrittr::`%\u003e%`\n\nChange-Id: Iafc4fc0b6e2b389459d0b67393bc65eb082b15b3\n"
    },
    {
      "commit": "8bafa25e7382eff2ba7bcef2dd7181f1043f7a2f",
      "tree": "1f5a53e9f9c1974eea78f6d1a5719611ec0976ad",
      "parents": [
        "0f158fb7db26c703642920e1721aa0f93a60d557"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Sep 06 09:26:40 2022 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Sep 06 11:31:29 2022 +0200"
      },
      "message": "Add missing value documentations\n\nFor:\n\n* hc_add_onclick_korap_search\n* hc_freq_by_year_ci\n\nChange-Id: If07e50205bafb705fd5411f6e7f9106cb3d49923\n"
    },
    {
      "commit": "fb548226c9442241ce4f81da1af84f73d95f1a25",
      "tree": "90b663ee946dfe1be5f2d6cfc0c14cebe54182c7",
      "parents": [
        "f46a137cdeb9a2eadb71de3eee630938c18ce784"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Sep 05 12:18:45 2022 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Sep 05 12:28:53 2022 +0200"
      },
      "message": "Update Roxygen 7.2.0 to 7.2.1\n\nThis seems to resolve the Roxygen issue for which RKorAPClient was\nremoved from CRAN:\n\nCheck Details\nVersion: 0.7.2\nCheck: HTML version of manual\nResult: NOTE\n    Found the following HTML validation problems:\nRKorAPClient-package.html:23:4: Warning: \u003cimg\u003e attribute \"align\" not\nallowed for HTML5\nRKorAPClient-package.html:23:4: Warning: \u003cimg\u003e attribute \"align\" not\nallowed for HTML5\nFlavors: r-devel-linux-x86_64-debian-clang,\nr-devel-linux-x86_64-debian-gcc\n\nChange-Id: I801b13982d4924a6c8f311fcd7b58b2410e7df7e\n"
    },
    {
      "commit": "cafca4d77c120405f8f37a4c82cc42903768ec8e",
      "tree": "e5826749390c26285d293fdded7c9fa204a9fb05",
      "parents": [
        "23d41aa29303de797dab99c51c40aef790a42ccb"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Feb 24 21:00:53 2022 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Feb 24 21:00:53 2022 +0100"
      },
      "message": "Update corpusStats example\n\nChange-Id: I5e43f3329f8e93366259255a22d6d505c40041a3\n"
    },
    {
      "commit": "83d0af3c6ac6050f9d996cfd1e33329ceb94478c",
      "tree": "531ee1e2393085c0a011be784f57d05a1944f907",
      "parents": [
        "a4675723b2c65416da37d3bb19975e4586c5c45d"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Feb 24 12:49:28 2022 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Feb 24 19:22:08 2022 +0100"
      },
      "message": "Skip tests that require internet if offline\n\nChange-Id: I679362d9d3595c8212c20d2086d92afcbd58d13f\n"
    },
    {
      "commit": "a4675723b2c65416da37d3bb19975e4586c5c45d",
      "tree": "a4c472002162948974fa24f702f43c3fffd5f79e",
      "parents": [
        "5295e1bd7f0dc9866a5aa17921aaa2af8f0e6042"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Feb 23 23:55:15 2022 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Feb 24 19:18:29 2022 +0100"
      },
      "message": "Make sure to always fail gracefully if server not accessible\n\nSee CRAN policy:\n\nPackages which use Internet resources should fail gracefully with an informative message\nif the resource is not available or has changed (and not give a check warning nor error).\n\nat https://cran.r-project.org/web/packages/policies.html\n\nChange-Id: I0c346c75786b8f5392694337254d6f19f91d7caf\n"
    },
    {
      "commit": "3eea3a608dc087dae48a42c8875c03aa6f899f03",
      "tree": "a9de330ba0f52f094e8c050a1fc8e56c3e0e912f",
      "parents": [
        "bdb95274826169e9316e76c767dd4a2249496a04",
        "6505ccf486e1d4448007042d26cfcafaa9ff2069"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Jan 04 11:08:59 2022 +0100"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "gerrit2@korap.ids-mannheim.de",
        "time": "Tue Jan 04 11:08:59 2022 +0100"
      },
      "message": "Merge \"Do not allow repeated nodes in collocation analysis\""
    },
    {
      "commit": "dadfd919ae90ff4b13284059dcd6bcd3bce1a20c",
      "tree": "ed0e6f835c99947037f56fe1c384eba786c743aa",
      "parents": [
        "30b3e00423a90d714720ce9d68270b9d9b987e7d"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Dec 22 12:48:20 2021 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Dec 22 12:48:43 2021 +0100"
      },
      "message": "CA: do not add examples by default\n\nChange-Id: I0eefd444daa78448498b9c7bbfa2519bed64fa2b\n"
    },
    {
      "commit": "4e322f3acd4693ee5adc8c3afab3c37cb40b37a7",
      "tree": "8c8d156ad06205681322050231d4cd2f64d24383",
      "parents": [
        "7d400e0f89b5cc50712a0600a44cf372aa73143b"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Dec 20 14:39:49 2021 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Dec 21 18:12:41 2021 +0100"
      },
      "message": "Update link to Stefan\u0027s PhD thesis\n\nChange-Id: If2b3ebb1618aefd1afe8a73a64f832a30a1d79c9\n"
    },
    {
      "commit": "7d400e0f89b5cc50712a0600a44cf372aa73143b",
      "tree": "e61ca1ebb20499676e68d5939d4ed3be9c90522a",
      "parents": [
        "47d0d2bedbee86f79ba18fdd5e044d9851cc65a4"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Dec 19 16:39:36 2021 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Dec 21 18:12:38 2021 +0100"
      },
      "message": "Add missing parameter descriptions\n\nChange-Id: Icc1a0db1553db50d844af6cf01b6a339d456a9da\n"
    },
    {
      "commit": "47d0d2bedbee86f79ba18fdd5e044d9851cc65a4",
      "tree": "b15f3ebd58cc16ec9d13d35a849266736d040620",
      "parents": [
        "2456abd5c495e337e3ecb7562bc09005db545c7b"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Dec 19 16:38:52 2021 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Dec 19 16:38:52 2021 +0100"
      },
      "message": "Parametrize regex filter for collocates as collocateFilterRegex\n\nChange-Id: I58009cf7b786eab322bf64492965f9f1f664dc04\n"
    },
    {
      "commit": "2456abd5c495e337e3ecb7562bc09005db545c7b",
      "tree": "23021268c1a1cfd499d45bf2533e78dcf33e4825",
      "parents": [
        "1644e601a9baa5e45cf3301be03222ed50049d85"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Dec 19 16:28:40 2021 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Dec 19 16:28:40 2021 +0100"
      },
      "message": "Don\u0027t wrap package description\n\nChange-Id: I0e53c532b74b53709ba7db807a62aa3b0539cfe1\n"
    },
    {
      "commit": "d83bc91270cd7b5a091433a42c1181e5beb0bbed",
      "tree": "6e9ddd12c3dbde4fee7a82daf2e593f99aabd9d4",
      "parents": [
        "b811ffb7afaf90ed174f54e7cd75fcf1619c700a"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Dec 19 15:20:54 2021 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Dec 19 15:20:54 2021 +0100"
      },
      "message": "Fix garbled hc_freq_by_year_ci examples\n\nChange-Id: Iea1dbd8224de732c1b527e217ad945759a6e6bb5\n"
    },
    {
      "commit": "419f21f1d26c4fa6efd6d8a4adf27498eb26699f",
      "tree": "0cfe2d7983224b7ee9840fcec3b8456f3ab700d2",
      "parents": [
        "8fe0beeae57bed9d638aad4a74969bf69368e586"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Dec 07 10:27:30 2021 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Dec 07 10:44:20 2021 +0100"
      },
      "message": "CA: Make recurive CA association score threshold a parameter\n\nCurrently logDice \u003e\u003d 2.0\n\nChange-Id: I6173ce3acb5d2e5a3f1aa1cbc41367cce59eee44\n"
    },
    {
      "commit": "6a3185b351a7f7ed48639d547ec6403d38cbc44d",
      "tree": "218e4e40b19278d3546147c419a6562a26b07af1",
      "parents": [
        "b376eb5691ce8d5c5f9a3997321a401826002506"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Dec 07 10:23:16 2021 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Dec 07 10:42:47 2021 +0100"
      },
      "message": "Increase client sided default API timout to 240s\n\nFor long running scripts, it is annoying to realize in the morning\nthat they failed due to a timeout.\n\nChange-Id: Ib854716c8b76126f2e7c0abdce33fabf88fbd467\n"
    },
    {
      "commit": "5a336b6558b06e0458f325947d245006737cb814",
      "tree": "7739a72800065c08a9ecbbf4e05156be322c7dad",
      "parents": [
        "47f944664592c7abbb1cfd833e03c2e6f949390f"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Nov 27 17:51:35 2021 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Nov 30 11:01:16 2021 +0100"
      },
      "message": "Add recursion to collocationAnalysis\n\nChange-Id: Ied5ab55f31f34048552ec0f0789b0b0175b2e4e0\n"
    },
    {
      "commit": "6505ccf486e1d4448007042d26cfcafaa9ff2069",
      "tree": "3038ee9dc3143c671fc2b9194763d9485f595d48",
      "parents": [
        "841abd77c4c18b4e69defdf8c9b91d55dc344428"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Nov 27 17:46:25 2021 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Nov 27 17:48:22 2021 +0100"
      },
      "message": "Do not allow repeated nodes in collocation analysis\n\nChange-Id: I19e5db6dc40ae7a25f9eddff4325a71846dcaf6f\n"
    },
    {
      "commit": "6ae760520de0f9faec60e3a27104e4af8e1de848",
      "tree": "7b34be62796c6894952b2982ed3605d94d5d7e78",
      "parents": [
        "8b8aa52c6e1c84193807d127e0388ac4b9d7af84"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Sep 21 10:34:00 2021 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Sep 21 12:47:22 2021 +0200"
      },
      "message": "Use \\dontrun instead of \\donttest for non-essential examples\n\nThis is not so nice for the user experience because of the\nwrappers arround examples:\n\n ## Not run\n ...\n ## End(Not run)\n\nbut it is necessary to some extent to pass automatic CRAN\nchecks under all circumstances, which actually do run\nthe donttest examples since R 4.0 with a time limit of apparently\n20min in total.\n\nChange-Id: If09b1aa381e26179ec1a36edd9d8b07116e3c33e\n"
    },
    {
      "commit": "bf00493df16640fdc5ae8f269591ed506013c986",
      "tree": "063e7ceba8585dc23e4e74ddc2f0b96eebd9e803",
      "parents": [
        "67edcb547e8d76dd78bf3e0b35723f977087bba4"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Sep 21 06:57:20 2021 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Sep 21 08:47:22 2021 +0200"
      },
      "message": "Update link to Rychly paper\n\nChange-Id: I0ea387146f4c94369d87735922d8674ae6996162\n"
    },
    {
      "commit": "67edcb547e8d76dd78bf3e0b35723f977087bba4",
      "tree": "be74fab5ccf2b78cb661c1118255364b725c4efc",
      "parents": [
        "9e469483927a89771ac95248d1bc24dc8a6fd6cc"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Sep 20 21:54:24 2021 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Sep 21 06:59:15 2021 +0200"
      },
      "message": "Migrate documentation to roxygen2md\n\nChange-Id: If5370cd207770f3e05c6f5cd063bd2a414b92bcb\n"
    },
    {
      "commit": "dbd431a9f00425d5514582b069abd5178fd5ed81",
      "tree": "2e1fab70b1f313d282cc39fb6c566a5e7ea97c10",
      "parents": [
        "6dc6146b060857f02a662b31d490e81dd1a16689"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Aug 29 12:17:45 2021 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Sep 04 18:09:20 2021 +0200"
      },
      "message": "Add full collocation analysis (client side only implementation)\n\nResolves #2\n\nChange-Id: Ib01d89a72b44ff06816b21532b7ea709a4e837b0\n"
    },
    {
      "commit": "9dc1d9f62ddce4399266ca038e52ac8158f1c5d6",
      "tree": "f6c43d8f8512c15b88c22e825dca6f29a455e85d",
      "parents": [
        "ae1dc13faeeebc087408fa206f2cd30511d7e1ed"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Mar 08 14:25:23 2021 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Mar 08 14:26:44 2021 +0100"
      },
      "message": "Fix typos in Readme.md and highcharter-helpers\n\nChange-Id: I5e2ecf3cdbe391f1521a5383e2a525703905e00e\n"
    },
    {
      "commit": "29c21192d685bf4f3e4635254c217e43c6f334f5",
      "tree": "2cd878af96112d4a44203816945933d4d411882a",
      "parents": [
        "92a2848074253885ec8771cbc52131a2a54c393a"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Mar 05 11:20:26 2021 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Mar 05 14:15:50 2021 +0100"
      },
      "message": "Paint the green kalamar R-ish blue\n\nChange-Id: I39688e3e39dfb1e6b09fe51a34889ead202693f3\n"
    },
    {
      "commit": "92a2848074253885ec8771cbc52131a2a54c393a",
      "tree": "07bfbe1f57338332822259687c1db7547b4a69ae",
      "parents": [
        "8cc6fd654db639a4bb3ecab21c849f10a0a7b4ac"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Mar 05 10:50:32 2021 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Mar 05 14:14:27 2021 +0100"
      },
      "message": "More documentation improvements\n\nChange-Id: I34484d6df2e91eceb809aa97d189f8ea4918d8ea\n"
    },
    {
      "commit": "5fb892e22e9246bc4a32a5c3a62387e9cf1a58cc",
      "tree": "d59591e8c8c66b626cd51c8fa233e042997ad4e9",
      "parents": [
        "10bcc91fdfc243b5e68019538712e6b599689328"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Mar 05 08:18:25 2021 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Mar 05 09:34:54 2021 +0100"
      },
      "message": "Drop support for orphaned plotly package\n\nChange-Id: I59e5339c613fc1eef89bb81afc0c260e2f60ed16\n"
    },
    {
      "commit": "10bcc91fdfc243b5e68019538712e6b599689328",
      "tree": "cdb02c7de2085982806bd873aafca2970245921b",
      "parents": [
        "a6e4ee6c9271f0c6acc03e5c544e89e6831d7f51"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Mar 05 09:00:28 2021 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Mar 05 09:34:54 2021 +0100"
      },
      "message": "Add new KorAP logo\n\nChange-Id: Icb1831f9e89ad6a05363189396dd972a24f681ab\n"
    },
    {
      "commit": "a6e4ee6c9271f0c6acc03e5c544e89e6831d7f51",
      "tree": "b024ed506b1bd0d7d541b7087f0540dfbe07a6f6",
      "parents": [
        "5a61f01306e65b032015849638f690cb29022c20"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Mar 05 09:00:15 2021 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Mar 05 09:34:50 2021 +0100"
      },
      "message": "Restructure documentation\n\nChange-Id: I2640e68972cb7c5ed67032a3b575a2aec056f592\n"
    },
    {
      "commit": "e20383224d88cb02a65cb800e9cf196588d1d3cc",
      "tree": "63c5ebc566db11d91779b18447969cead761359b",
      "parents": [
        "e02fef51e42085feedb8d3f5254c861b9c4721b8"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Mar 04 18:24:02 2021 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Mar 05 00:42:29 2021 +0100"
      },
      "message": "Association score funtions as parameters to collocationScoreQuery\n\nalso factor out hc_add_onclick_korap_search\n\nChange-Id: I48f93761b9bda4e21669a99517c17c55cf3436ee\n"
    },
    {
      "commit": "006b47c3fa31087a3e72f5060aecc834563ba5bd",
      "tree": "b902f0a1d7f641cf03e319ce0b0a98fe472c8e7e",
      "parents": [
        "0045520e43728c32f2b61d19076d71fde4d4f905"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Jan 13 17:00:59 2021 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Mar 02 08:36:46 2021 +0100"
      },
      "message": "Add method collocationScoreQuery\n\nChange-Id: Ibe7937951ad067dd463e45dfd67df01247dd99b7\n"
    },
    {
      "commit": "b49afa0068eee3a59e3fec9e1579e9d5634dc6a1",
      "tree": "f31a03b81a761838f0b91c95a2e23aeaea879574",
      "parents": [
        "27fdaef69afc480334bde9eda5c8d85e61b2d58e"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jun 04 15:50:29 2020 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jun 04 18:54:07 2020 +0200"
      },
      "message": "Let cache hash depend on x-index-revision http header from welcome call\n\nThis way RKorAPClient is informed about corpus and other index changes\nand makes sure that no stale cache query results are used.\n\nChange-Id: I508c17c4f9b0d5974de4d28f40f3d101d6d41c82\n"
    },
    {
      "commit": "cb3c59e393969ad30bf33757ddbd1b23cae52a4a",
      "tree": "45b7de53143ecb1aea81bd690883a37ae5c9e06f",
      "parents": [
        "7b0a56decb2f021807160f2c958c3cd42ebb560c"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Jun 02 10:10:43 2020 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Jun 02 12:24:07 2020 +0200"
      },
      "message": "Explicitely use and import dplyr::n\n\nFixes issues with dplyr 1.0\n\nChange-Id: I73c59b00ee8fcc525084767d7520d6dfc4afb311\n"
    }
  ],
  "next": "ab0b071e2e1076b836d2cad0228f9371d66059b1"
}
