)]}'
{
  "log": [
    {
      "commit": "67ea2ad2b0313bb80c6a8d57061fb1ed68e2bbdb",
      "tree": "292d68b01c3763843018b7edbd69a51c37c1a239",
      "parents": [
        "1e00eb8162313000137aad16fb6cda794ea567e2"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Sep 04 16:47:02 2026 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Sep 04 16:47:02 2026 +0200"
      },
      "message": "Bump the version to 0.99 and require collocatordb 1.8.0\n\nThe explanations added for LD, LDaf and the effective window size only\nhold with collocatordb 1.8.0, where Log-Dice follows Rychly\u0027s\ndefinition. Built against an older one, the interface would show the\nprevious LD values under the new text, without anything indicating the\nmismatch, so the minimum version is raised from 1.5.0.\n\nCo-Authored-By: Claude Opus 5 \u003cnoreply@anthropic.com\u003e\nChange-Id: Ib8d7ca9e69bbc065d04684da3aa1d662b253d46d\n"
    },
    {
      "commit": "ffd6d2a20ef47c67fe15e5494121f88f516d67ab",
      "tree": "c72ed28cfdcb5900071808a4b6d2266b87881557",
      "parents": [
        "c48d39095bce6758a351c510055c0771fed33908"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Aug 21 12:29:32 2026 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Aug 21 12:29:32 2026 +0200"
      },
      "message": "Bump the version and fix the CI image\n\nmetacpan/metacpan-api, which the build ran in, switched to an\nunprivileged user. apt-get cannot write /var/lib/apt/lists there and\ngives up with \"Permission denied\", so cmake never got installed and the\ncollocatordb build died with \"cmake: command not found\". The image has no\nsudo either, and a job cannot ask for another user, so this needs a\ndifferent image: the official perl one runs as root and brings cpanm,\npinned to its distribution so that an upstream rebuild cannot move\nrocksdb underneath us.\n\nTwo things follow from the change. morbo comes from the local lib now\nrather than from the image, so the server test needs perl5/bin on the\nPATH, and the cache key carries the image, because perl5/ only holds what\ncpanm found missing in the image it was built in.\n\nA failed package installation is also reported where it happens now\ninstead of surfacing much later as a missing command.\n\nVerified with gitlab-ci-local: all 12 tests pass, against the rocksdb 9.10\nof trixie.\n\nCo-Authored-By: Claude Opus 5 \u003cnoreply@anthropic.com\u003e\nChange-Id: I4ed59866b57aa10e39c28390a9a9e2b7d74780e5\n"
    },
    {
      "commit": "c48d39095bce6758a351c510055c0771fed33908",
      "tree": "245dd0dd2aa3fed1725055a73ccbcc8058ec4a78",
      "parents": [
        "b3cd59f0a422e7fcdf78658d4480966f61800bd1"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Aug 21 12:13:45 2026 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Aug 21 12:13:45 2026 +0200"
      },
      "message": "Stop writing a few hundred log lines per request\n\nEvery neighbourhood request printed one line per window position, one per\nvocabulary lookup, the whole JSON of a similar profile and the comings and\ngoings of the worker threads. Together with the crawler traffic that came\nto about a million lines a day on corpora.ids-mannheim.de, which is what\nfilled the log partition of the machine.\n\nThose diagnostics are behind DEREKOVECS_DEBUG now, and the per request\nnarration of the perl side, which repeated what the access log line of the\nsame request already says, is logged at debug level. What is left in the\ndefault configuration is one line per request, plus the user agent of a\nrequest that was turned away as a crawler.\n\nStartup messages, the model mapping and error messages are untouched.\n\nCo-Authored-By: Claude Opus 5 \u003cnoreply@anthropic.com\u003e\nChange-Id: I4059a1db5ba59a59da6177225c6f66ff53ddcaec\n"
    },
    {
      "commit": "b3cd59f0a422e7fcdf78658d4480966f61800bd1",
      "tree": "2a02147bf42a94cd2c6b67c1a83ae209a3f41c25",
      "parents": [
        "23993b6d7a6cfcc85238bc6ba3170cd55fa88289"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Aug 21 10:47:45 2026 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Aug 21 10:47:45 2026 +0200"
      },
      "message": "Turn away the crawlers that collect training data\n\nEvery URL with parameters is a result computed for one word, there is one\nfor every word of the vocabulary, and none of it can be answered from a\ncache, so a crawler that follows them keeps the machine busy for nothing.\nThe instance on corpora.ids-mannheim.de answers about 21000 such requests\na day.\n\nRequests whose User-Agent matches a list of such crawlers now get 403 in\nbefore_dispatch, i.e. before any computation. The list can be replaced in\nthe configuration file, robots \u003d\u003e {block_user_agents \u003d\u003e \u0027...\u0027}, and an\nempty value switches the blocking off. Ordinary search engines are not on\nit.\n\nFor the crawlers that do read robots.txt, every response to a request\nwith parameters carries X-Robots-Tag: noindex, nofollow, result pages\ncarry the matching meta element, and robots.txt is served at every path -\nwhich only helps where derekovecs owns its host name, a proxy that mounts\nit below a path still has to serve the site wide one itself.\n\nCo-Authored-By: Claude Opus 5 \u003cnoreply@anthropic.com\u003e\nChange-Id: Id68487ef716459e0ea9f045060edc34edf85065e\n"
    },
    {
      "commit": "3c216ba24ada5a6e9c2f9815ec35e0f09a107960",
      "tree": "fc3bec46802d512aae13cc87c3a6a400729bc77c",
      "parents": [
        "c5856d95c7d0eb18c65abb2940dd917f0ae5cf51"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Jul 31 12:09:01 2026 +0900"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Jul 31 12:09:01 2026 +0900"
      },
      "message": "Bump version to 0.96\n\nAlso moves the changelog entry about the Session::Token build fix, which was\nfiled under 0.95 but only landed after that tag.\n\nCo-Authored-By: Claude Opus 5 \u003cnoreply@anthropic.com\u003e\nChange-Id: I7e4329f4e7c5ea738baeea4e6a1747e816b551cb\n"
    },
    {
      "commit": "0fc9927f75fd95e5acaa0adb0ef470fcf15207ea",
      "tree": "c6dadf2efc201f03e815b45f5d897cba782b2be4",
      "parents": [
        "96972c683fa6479e63ae5e8acccefc40f129efbc"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Jul 31 09:50:14 2026 +0900"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Jul 31 09:50:14 2026 +0900"
      },
      "message": "Bump version to 0.95\n\nCo-Authored-By: Claude Opus 5 \u003cnoreply@anthropic.com\u003e\nChange-Id: Ibe0fa92a56370fc4f5fff14f53bf515fb483775c\n"
    },
    {
      "commit": "f7003079456ddcb50e09772a426bd6c37167471e",
      "tree": "6f233bd0d7ef84b5ab18f074c834bcf35a166da3",
      "parents": [
        "6f317a90d71d61df065c7a02edf602c857cec26a"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jul 30 15:59:52 2026 +0900"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jul 30 15:59:52 2026 +0900"
      },
      "message": "Bump version to 0.94\n\nThe unreleased changes contain the new w2v.compare_to option and the new cache\nconfiguration section besides the fixes, so this is not just a patch release.\n\nCo-Authored-By: Claude Opus 5 \u003cnoreply@anthropic.com\u003e\nChange-Id: I5c705bc45d27d3abfce0edcad15b9b82a21353fe\n"
    },
    {
      "commit": "7662ce124b3dd48e49ddc9e83e932893bc7bb550",
      "tree": "f6cb00dee988bdacb8a43e927f4dddcf2755ffef",
      "parents": [
        "d19578342c63aca95e581b4fe42f1b3001d639b2"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jul 30 14:48:10 2026 +0900"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jul 30 14:48:10 2026 +0900"
      },
      "message": "Fix getVecsByRanks, used by the collocator SOM\n\ngetVecs was never exported, so POST /derekovecs/getVecsByRanks answered every\nrequest with \"Undefined subroutine \u0026main::getVecs\" and the collocator SOM\nnever got its vectors.\n\nThe route also only existed with the /derekovecs prefix, while the frontend\nderives its base url from the current path, so it could not be reached at all\nfor instances served from the root. Added the prefix independent route like the\nother web service functions have.\n\nCo-Authored-By: Claude Opus 5 \u003cnoreply@anthropic.com\u003e\nChange-Id: I983b2a34f75892c2302861a0219e4614ffb1d4c9\n"
    },
    {
      "commit": "af436141ee83e08aeb2c8da5f1368ef51724245c",
      "tree": "3d276ce85ce0460e9f29036cbcc0c33d1c26cbcc",
      "parents": [
        "0413530655ec966e235cd862daa09bca166e4514"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jul 30 14:40:10 2026 +0900"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jul 30 14:40:10 2026 +0900"
      },
      "message": "Limit the size of the result caches\n\nThe neighbourhood, classic collocator and similar profile caches grew by one\nentry per queried word and were never evicted, so a long running worker\neventually exhausted the machine\u0027s memory. They are size limited Mojo::Cache\ninstances now, configurable in the new cache section of the configuration\nfile.\n\nThe neighbourhood cache never hit anyway: the lookup used a comma inside the\nhash subscript, i.e. a $; joined multidimensional key, the value was read with\na second key and stored under a third one that did not include\nsearchBaseVocabFirst at all.\n\nStarting the server with -C now really bypasses the caches. It did not before,\nbecause $opt_C was read in IDS::DeReKoVecs::Read but set in main.\n\nCo-Authored-By: Claude Opus 5 \u003cnoreply@anthropic.com\u003e\nChange-Id: I17b801df54137ea81b660229bf789725de5a2b1b\n"
    },
    {
      "commit": "0ab973950366ba7853a894e21676b86fd6b53453",
      "tree": "a4db99b5517139b60aa57cdab20754690f814cd7",
      "parents": [
        "57cc90271fcfcb0a7938dc5379e524aca71c359f"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Dec 10 16:16:32 2024 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Dec 10 16:18:46 2024 +0100"
      },
      "message": "Add getPosWiseW2VCollocators -\u003e json to API\n\nResolves #8\n\nChange-Id: Id1eca2896fadc59bebb2786e45fd8a6b3efdca6c\n"
    },
    {
      "commit": "3eeec658a42dfa23434a21d70c7bc3005283af00",
      "tree": "ab53ee9e956fe5256d952177dee000ecf801a82b",
      "parents": [
        "6835bf8be40067db96f6aeb7c7d327db00ebb17a"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Nov 18 18:30:04 2024 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Nov 18 20:29:05 2024 +0100"
      },
      "message": "Add w2v-\u003ecompare_to parameter and use for count-based delta calcs\n\nChange-Id: Ic53cbc5b3984659b3ebfa6c8ad30fd42850a9fc9\n"
    },
    {
      "commit": "b3d425d549efe5ae8b5f8aeb835c14877a99a11a",
      "tree": "8c78a650756c8a9a5e471823c3360ff344c211a9",
      "parents": [
        "9f6a19df86491bed130d56789665ea64f10b60fe"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Nov 15 16:23:21 2024 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Nov 15 16:23:21 2024 +0100"
      },
      "message": "bump version to 0.93.2\n\nChange-Id: I484288bec7ec07c8bcc5ab64d2400dd20b596078\n"
    },
    {
      "commit": "6d70c32905d15cd0062f532b40a6bd9fe3136119",
      "tree": "9079aec2e9d234c9cbff32fe75f211cc38e04d07",
      "parents": [
        "10ccb98294c2ab51f547ca782a5540219d75f5e5"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Sep 13 12:41:13 2024 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Sep 13 12:45:46 2024 +0200"
      },
      "message": "v0.93.1\n\nChange-Id: I14013d2a56364d3fbf0160647f1eb075fe4045ea\n"
    },
    {
      "commit": "846e149dc446bb4023854fea4f028fc89ac550f8",
      "tree": "e747d83412a689d3cee36f531606b014d7e03f53",
      "parents": [
        "694094ae88140291d22f15dc137f906eb8ac7466"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Sep 11 19:10:31 2024 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Sep 13 12:45:46 2024 +0200"
      },
      "message": "Docker: switch to alpinelinux and cpm\n\nChange-Id: I78210b14a3620fcba36ee7a49f83cd5cd8acc1f3\n"
    },
    {
      "commit": "694094ae88140291d22f15dc137f906eb8ac7466",
      "tree": "db45311065e058adc1cb204a0fb1b9abc26e18a5",
      "parents": [
        "7e2d0a0e18c5b3663f59b94a95c207df699ac140"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Aug 28 14:23:30 2024 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Sep 13 12:45:46 2024 +0200"
      },
      "message": "Bump version to 0.93 and update Changelog\n\nChange-Id: Iae331fbc9aa40dec74115187d137b4eabe88255d\n"
    },
    {
      "commit": "49c5cf097debb6f7ce7c730ba5af2cba51be5a68",
      "tree": "cd0c882c37b60da0ab42b7bffaf06f017a142399",
      "parents": [
        "d196a6fce8d2fb0a6d0b396eded56de2580199b3"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Aug 06 10:30:44 2024 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Aug 06 10:30:44 2024 +0200"
      },
      "message": "make KorAP instance configurable\n\nsee example.conf\n\nChange-Id: Ia6ece608272cf21efba29e23f948434164487f3d\n"
    },
    {
      "commit": "03e1bdc40e99bf96b3b22fae81b3c6e1014f6e55",
      "tree": "c1ce0bf3082f1e97a2ac33e74eb8f156f7fcec58",
      "parents": [
        "eacc63f81aa0781d5e1c3143b86182c3b930dc11"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Nov 06 15:40:44 2023 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Nov 06 15:40:44 2023 +0100"
      },
      "message": "Bump version to 0.92.1 and add changelog\n\nChange-Id: I8e6841cb64944bc8ee59dfb707b53de99f22b455\n"
    },
    {
      "commit": "eacc63f81aa0781d5e1c3143b86182c3b930dc11",
      "tree": "96054625985c3f6fe612c67d34fca1d6f6adbfd0",
      "parents": [
        "2c84b5dddbe6e8d9b7c09a7ab5a81cb46eec75e0"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Nov 06 15:39:13 2023 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Nov 06 15:39:13 2023 +0100"
      },
      "message": "Show version information in footer\n\nChange-Id: Ib976168f8bdea14a092436f4e17441e8533405b1\n"
    },
    {
      "commit": "b36bc7439838d1a0102e85d117b066b9583094eb",
      "tree": "6e8210bff3d006e2410db71904b4fe70a709d336",
      "parents": [
        "91f021b6bf25a59c8e0575339078ebcd5df27d5f"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Nov 05 17:46:11 2023 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Nov 05 17:46:11 2023 +0100"
      },
      "message": "Use proper json encoding for new API methods\n\nChange-Id: I3a7ee7168b196fbbd7e38b09b67d10994dda3568\n"
    },
    {
      "commit": "91f021b6bf25a59c8e0575339078ebcd5df27d5f",
      "tree": "c7e8837bbd3c63c28f4e440267c61026fa3d8955",
      "parents": [
        "2f59a69e20b15cec1df04d4c8306971409fc4f99"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Nov 05 11:44:46 2023 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Nov 05 11:44:46 2023 +0100"
      },
      "message": "Bump version to 0.92\n\nChange-Id: I9d28a85a30d34efd82789a29c31d9343c263a3e5\n"
    },
    {
      "commit": "2f59a69e20b15cec1df04d4c8306971409fc4f99",
      "tree": "9f1fab32a337940f47d8c2f6ad25559c930c0a1a",
      "parents": [
        "dea505eff0bc11e843176c91e056200959d049c0"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Nov 05 11:44:27 2023 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Nov 05 11:44:27 2023 +0100"
      },
      "message": "Remove duplicate DEFAULT_NET init\n\nChange-Id: I4e6e7662bf5a9d7824263881fddd459cffc79fb6\n"
    },
    {
      "commit": "dea505eff0bc11e843176c91e056200959d049c0",
      "tree": "0d6d4e7a7d996148847b38bd4f14fb1e9308fb40",
      "parents": [
        "af708c221f9258049c9032f24c9757792a963783"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Nov 05 11:42:36 2023 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Nov 05 11:42:36 2023 +0100"
      },
      "message": "Add getModelName\n\nChange-Id: I07a7e1db71eb522237721700c444d6873c81f5c0\n"
    },
    {
      "commit": "af708c221f9258049c9032f24c9757792a963783",
      "tree": "6b723e9da77c340dff17220a3028ca5a32657516",
      "parents": [
        "a546b1e3fbf25ec59f77b2d46c4146d183c4cd53"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Nov 05 11:20:20 2023 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Nov 05 11:28:03 2023 +0100"
      },
      "message": "Add getVersion\n\nChange-Id: Iddace1378a02dac8ee5ce4ab717689a319758387\n"
    },
    {
      "commit": "3576c62c5b5ef6998bf0799f70b3e419bfded41b",
      "tree": "4115c549a1a9f163f8fcc49777018823153c6c14",
      "parents": [
        "68e29be001bb9f0e6228aef2233aff284a75e72b"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Nov 05 08:51:58 2023 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Nov 05 08:51:58 2023 +0100"
      },
      "message": "Fetch downtime calendar on server side\n\nChange-Id: I15fbe6b42489fa233dc0e17c31910e8a06444a3c\n"
    },
    {
      "commit": "9ae184ce2b3ad55d7465add6fdf030b56e64acd6",
      "tree": "fb7a263f080097d06fd180150a760dac85f00fa2",
      "parents": [
        "ac4640204014bfe5684a24260127935408ad99bf"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Nov 04 18:21:54 2023 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Nov 04 18:23:03 2023 +0100"
      },
      "message": "Insert scheduled downtime infos from cloud calendar\n\nChange-Id: I8e4524126c08c4b89298e29b4c17588ef3997b71\n"
    },
    {
      "commit": "da7b349d2611dc60a67bed087ab0c7b059dc8a58",
      "tree": "07a838da6679c84a16a2230120040a12803602a8",
      "parents": [
        "e29fb9af07482851da9c0aac5ad02f18c065beb5"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Feb 27 20:10:59 2023 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Feb 27 20:10:59 2023 +0100"
      },
      "message": "Don\u0027t turn on garbage filter by default: it eats all camelCase words\n\nChange-Id: I6db6ec090dd2ed085b4eb0bb39e1c9a6efb6de9d\n"
    },
    {
      "commit": "66bbd2dcb0d0981675cb377481b1879a047876da",
      "tree": "9b9286dab6ea158cf3f7dbbcefb04f711b07fb8f",
      "parents": [
        "0551bc4f586ef7d7065ca31ffde49053f233e8c0"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Jul 19 17:53:49 2022 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Jul 19 17:53:49 2022 +0200"
      },
      "message": "Fix perl binary path and bump minor version to v0.91\n\nChange-Id: I5096d69b3cd52ad0f1b14ddb31582cc5c6cd1783\n"
    },
    {
      "commit": "c82b15fd22b3aabe7a59c41a8ced2d0d66de502f",
      "tree": "c7536dc9137d2a9914c5913e244d5c66475b759c",
      "parents": [
        "89cb6bc0ca2cbed8209da15d8bb8ce36aefc84c4"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Jul 19 17:36:27 2022 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Jul 19 17:36:27 2022 +0200"
      },
      "message": "Revive -d option to dump vecs as ascii file\n\nChange-Id: Ib78b6ad00af74aaf410544f8c872ac6cf67e90e8\n"
    },
    {
      "commit": "6017dafa08f73ec3d0346579d434f4c43d229f03",
      "tree": "293a589ef8785faf748966684098a2e98f697449",
      "parents": [
        "a7afe931ffebe8714dfacb3355374da63455995e"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu May 19 09:22:49 2022 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu May 19 09:22:49 2022 +0200"
      },
      "message": "Fix piwik/matomo call\n\nChange-Id: I712ddff1b9e0728ca0640c4266f05b643009fcd2\n"
    },
    {
      "commit": "3e3e3262f2394d438e01a566f836da7cf41a20d0",
      "tree": "071bd699045e36303ce351129ae6501bcc491a59",
      "parents": [
        "9a7996a7231b44600efdd851873e45eb38554c3b"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Apr 12 23:11:45 2022 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Apr 13 11:15:49 2022 +0200"
      },
      "message": "Add example data and tests\n\nChange-Id: Ife7b03d33607ec6c27da39b783e66e28f6496bbc\n"
    },
    {
      "commit": "9ad564d01460ddc46abfcd840d1b33445e53fb0d",
      "tree": "00d543a473c1fa1f4326dc33e7f75dd74ac8ba25",
      "parents": [
        "5b6a51e9ce1d08effb38f9647e64f58ad0ccbc36"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Apr 12 13:25:22 2022 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Apr 12 13:25:22 2022 +0200"
      },
      "message": "Add missing exports\n\nChange-Id: I2d4a076b69f158b0983c986740a3ff092c96702b\n"
    },
    {
      "commit": "bf9bac048b1cd4ce56945b4c00a5065e270f9190",
      "tree": "e7f3dba31d93120f23be6d69ea00d292eb9cffb7",
      "parents": [
        "09a493bb2ae6c7395b531641e2b8f64868647f26"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Apr 11 21:16:47 2022 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Apr 11 23:23:51 2022 +0200"
      },
      "message": "Make project a Perl package\n\nChange-Id: I9cf3c99a1b849d939ace9c9a3b265267e45ab21c\n"
    },
    {
      "commit": "09a493bb2ae6c7395b531641e2b8f64868647f26",
      "tree": "9b6b3f4783efe60c1140e8da08b9de6390243099",
      "parents": [
        "f6080016cb2223f7cb0bea5908bed237340db7ab"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Mar 15 15:10:48 2021 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Mar 15 15:10:48 2021 +0100"
      },
      "message": "Use libcollocatordb 1.3.0 with changed measure names in json\n\nChange-Id: I31eee5c88c51f334cc90f93d1906694300d53be3\n"
    },
    {
      "commit": "f6080016cb2223f7cb0bea5908bed237340db7ab",
      "tree": "3c44037ba96425a69a4dac97a50b48734788928a",
      "parents": [
        "59865a9b51de395170d9c52204142d3fff2dc8d6"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Mar 12 09:14:42 2021 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Mar 12 09:14:42 2021 +0100"
      },
      "message": "Provide API to get association scores for specific node collocate pairs\n\nexample:\n\n$GET \u0027http://localhost:5673/getCollocationAssociation?w\u003dtriftigen\u0026c\u003dGrund\u0027\n { \"f1\": 29164,\"w1\":\"triftigen\", \"N\": 53225832863, \"collocates\": [{\"word\":\"Grund\",\"f2\":9868871,\"f\":5425,\"npmi\":0.286138,\"pmi\":7.3855,\"llr\":44929.5,\"lfmd\":32.1963,\"md\":19.7909,\"dice\":0.00108026,\"ld\":4.1456,\"lncount\":0,\"rncount\":5377,\"lnpmi\":-1,\"rnpmi\":9.95764,\"af\":4.16006,\"win\":286,\"afwin\":24}]}\n"
    },
    {
      "commit": "20476c79273fd590c9eb3025a7e776380cdf9927",
      "tree": "b437cffea8196474faa6f1ed0a627f34d3334aad",
      "parents": [
        "61f22bfc942a02f41fb1bd2accb4e4ddfbe80df0"
      ],
      "author": {
        "name": "Marc K",
        "email": "morckx@gmail.com",
        "time": "Thu Mar 11 12:18:01 2021 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Mar 11 17:18:28 2021 +0100"
      },
      "message": "Rename w2v -\u003e derekovecs\n"
    },
    {
      "commit": "c0d4187d19a615d4ee9933ac3f119d2a9c38b096",
      "tree": "374d15dae7d8afbb68223141789c49c14b30771b",
      "parents": [
        "e900375211a03ed6ec42823015923db52ee8d393"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Feb 25 16:33:22 2021 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Feb 25 16:36:00 2021 +0100"
      },
      "message": "w2v-server: simplify configuration via MOJO_CONFIG\n"
    },
    {
      "commit": "e8e3ded355138cce0688352dac17162300418bc9",
      "tree": "f6d7a782afe0138e58faa061d03b8306f8528e2b",
      "parents": [
        "397ce852a63fccc4d340ec6db822f381ef213a73"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Jul 13 17:53:56 2020 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Jul 13 17:53:56 2020 +0200"
      },
      "message": "w2v-server: start with hypnotoad ./w2v_server.pl\n"
    },
    {
      "commit": "397ce852a63fccc4d340ec6db822f381ef213a73",
      "tree": "7b3633c365220afcaed75808f13a2e0a4314588c",
      "parents": [
        "3080f17c10e55a936273d749685e591e084dbf3b"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Jul 13 17:52:21 2020 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Jul 13 17:52:21 2020 +0200"
      },
      "message": "w2v-server: default to DeReKo-2020-II-ALPHA\n"
    },
    {
      "commit": "3080f17c10e55a936273d749685e591e084dbf3b",
      "tree": "549a43e9e5b7f520325767e8b595522719acbaed",
      "parents": [
        "0efe49bc1ecfe5534c78dfa7a69623333aea0add"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Jul 13 17:51:28 2020 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Jul 13 17:51:28 2020 +0200"
      },
      "message": "w2v-server: new option -C to disable classic collocator caching\n\nThis is good for situations where the collocation db is still being\nbuilt.\n"
    },
    {
      "commit": "0efe49bc1ecfe5534c78dfa7a69623333aea0add",
      "tree": "4cb9f552ece25c69b74b5b5e42c93f50d3b47461",
      "parents": [
        "9f301579bbd30cb54f41abd3b2c15ef3fb5f0fb9"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Apr 06 18:30:22 2020 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Apr 06 18:30:22 2020 +0200"
      },
      "message": "w2v-server: add getOutputWeight function to C library\n"
    },
    {
      "commit": "9f301579bbd30cb54f41abd3b2c15ef3fb5f0fb9",
      "tree": "e78e739d9a74d14264280abd5db6dedadbc0f4c2",
      "parents": [
        "251de9f3bf92badd97d4e46450d1a24177c67c19"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Apr 06 18:29:16 2020 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Apr 06 18:29:16 2020 +0200"
      },
      "message": "w2v-server: add getWord API function for checking word presence\n"
    },
    {
      "commit": "251de9f3bf92badd97d4e46450d1a24177c67c19",
      "tree": "1d3e003284a151bf766da23ee83af8ad514075e0",
      "parents": [
        "bd869320c8a0d533b3050ba69284f36f0082ccbb"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Jan 14 16:12:05 2020 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Jan 14 16:12:05 2020 +0100"
      },
      "message": "derekovecs: log less personal data, bu send more to piwik\n"
    },
    {
      "commit": "bd869320c8a0d533b3050ba69284f36f0082ccbb",
      "tree": "9bbd681042af08a59aa1b5240cc02045ac80ef4d",
      "parents": [
        "0dd689e8b841c4d1133744ae4dc51a1b84e74d09"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Jan 14 16:11:09 2020 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Jan 14 16:11:09 2020 +0100"
      },
      "message": "derekovecs: fix mismerge\n"
    },
    {
      "commit": "0dd689e8b841c4d1133744ae4dc51a1b84e74d09",
      "tree": "9168d860fa32a50a4581fac93dff3cdd065e2024",
      "parents": [
        "56dbabe44a1fba332bbb2a81ad6405a67cc13442"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Jan 14 16:07:18 2020 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Jan 14 16:07:18 2020 +0100"
      },
      "message": "derekovecs: use official API url for getting background corpus collocates\n"
    },
    {
      "commit": "56dbabe44a1fba332bbb2a81ad6405a67cc13442",
      "tree": "561172e1acdf277d19ec14b139bc38c8de66da7d",
      "parents": [
        "2b8d44a108db29508e9eb7bc01efa3aab8d8e775"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Dec 10 14:33:57 2019 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Dec 10 14:37:27 2019 +0100"
      },
      "message": "Fix mismerges from \"derekovecs: log more details to matomo\"\n\nThis partially reverts commit ccfc5259d9519783a097458e5c7c41e3c67a0879.\n"
    },
    {
      "commit": "2b8d44a108db29508e9eb7bc01efa3aab8d8e775",
      "tree": "f3f04c0864f16032206dba24bd876a906beba1de",
      "parents": [
        "959615247171e92b45c59b6bf8468c577ffb3a0b"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Dec 09 10:38:16 2019 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Dec 09 10:38:16 2019 +0100"
      },
      "message": "derekovecs: log more details to matomo\n"
    },
    {
      "commit": "1b856fae63de81fed0c3ca012792c711850119b3",
      "tree": "52350d42a7139607d4a7fe350d55ad7daacc600b",
      "parents": [
        "7b0e0b2a50867feea664eab3b29d2dd7d223108a"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Dec 07 23:01:43 2019 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Dec 07 23:01:43 2019 +0100"
      },
      "message": "derekovecs: log all queries via Matomo\n"
    },
    {
      "commit": "9510451f272a1cacd176932b8b8baea40aee26a9",
      "tree": "3c481e3f6c5148c1ba1f5b81d0a1e7084760c35e",
      "parents": [
        "cddc8488ba9641bdc12101e2e9065fb89848eb83"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Dec 05 10:13:05 2019 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Dec 05 10:13:05 2019 +0100"
      },
      "message": "derekovecs: add obvious parts of German localization\n"
    },
    {
      "commit": "cddc8488ba9641bdc12101e2e9065fb89848eb83",
      "tree": "43deabcb4194d33e36bcc3193f27f5599c9d291c",
      "parents": [
        "cb43e49cac12f2afd50855483ee4346392975fad"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Dec 04 08:57:33 2019 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Dec 04 08:57:33 2019 +0100"
      },
      "message": "derekovecs: start empty if no word was given\n"
    },
    {
      "commit": "cb43e49cac12f2afd50855483ee4346392975fad",
      "tree": "487f09898234ccf2ea8738006a24d9514dda5cd8",
      "parents": [
        "969cab9c3172a771fdbed7b8e6af26e04a14b453"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Dec 03 10:07:53 2019 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Dec 03 10:07:53 2019 +0100"
      },
      "message": "derecovecs: allow word string and index number in API calls\n"
    },
    {
      "commit": "f11d20c548381398019575ce81a2fd3229699de5",
      "tree": "34de63028c7d7c80278cefd257f6892bc82d606b",
      "parents": [
        "78230879b687af0f0a11adc420924a6510215b17"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Aug 02 15:42:04 2019 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Aug 02 17:16:51 2019 +0200"
      },
      "message": "w2v-server: split off C part into separate file\n"
    },
    {
      "commit": "56844a2b8ea2322a89a616681f0738d581c708de",
      "tree": "4d1475c612080143315c9302e1a090c206533495",
      "parents": [
        "33c79d3d9b3381a7772bd46f93362cf0362a27d9"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Aug 02 15:12:19 2019 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Aug 02 15:12:19 2019 +0200"
      },
      "message": "w2v-server: some adjustments for acii export\n"
    },
    {
      "commit": "33c79d3d9b3381a7772bd46f93362cf0362a27d9",
      "tree": "b0a52476e2141ad5f1d4b2507d1b301210a18c62",
      "parents": [
        "d897d5dc55d38e258c1fc3731c4d4c0ebfb336e0"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Aug 02 15:11:23 2019 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Aug 02 15:11:23 2019 +0200"
      },
      "message": "w2v-server: add API function getPosWiseW2VCollocators\n\ne.g.:\nGET\n\u0027http://compute:4801/getPosWiseW2VCollocators?w\u003didea\u0026cutoff\u003d100000\u0026max\u003d20\u0026threshold\u003d0.8\u0027\n"
    },
    {
      "commit": "d897d5dc55d38e258c1fc3731c4d4c0ebfb336e0",
      "tree": "cbc62c3d07b2d8ceb3890f9e858ce9e908b40adc",
      "parents": [
        "3c0fab155e026a2f545943b0d5515d13f359a131"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Aug 02 15:09:07 2019 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Aug 02 15:09:07 2019 +0200"
      },
      "message": "w2v-server: hack for Warsaw students: default to idea as query keywoard\n"
    },
    {
      "commit": "3c0fab155e026a2f545943b0d5515d13f359a131",
      "tree": "c041b51dd28d762afec8eba6b4d696cb41e5a6ac",
      "parents": [
        "d89431fd1f559a70224ee27df393bdfe1f61ee5c"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Aug 02 15:07:47 2019 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Aug 02 15:07:47 2019 +0200"
      },
      "message": "w2v-server: make output activation threshold variable\n"
    },
    {
      "commit": "d89431fd1f559a70224ee27df393bdfe1f61ee5c",
      "tree": "546fc3af097f69b59ac149ec4d834468d730b522",
      "parents": [
        "98ed1c082f52f8562e2d22fd7486cd4dd45c4993"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Aug 02 15:06:38 2019 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Aug 02 15:06:38 2019 +0200"
      },
      "message": "w2-server: finally fix spurious bug with small cutoffs\n"
    },
    {
      "commit": "98ed1c082f52f8562e2d22fd7486cd4dd45c4993",
      "tree": "22efbc6211d551f96412ebd3844de11dc4f3f590",
      "parents": [
        "53b7fdb824c349d6b47c238e8bf2263b58358f54"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Aug 02 15:05:37 2019 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Aug 02 15:05:37 2019 +0200"
      },
      "message": "w2v-server: add API-function: getSimilarity\n\nReturns cosinus similarity of two words.\n\ne.g.:\n\u003e GET \u0027http://compute:4801/getSimilarity?w1\u003dgood\u0026w2\u003dbad\u0027\n0.86\n"
    },
    {
      "commit": "53b7fdb824c349d6b47c238e8bf2263b58358f54",
      "tree": "dcd80ebd4f513794d720ddb453ee4bff8d60e527",
      "parents": [
        "9ee3f4107a1199723de00b56f7063104d2a73462"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Aug 02 14:58:54 2019 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Aug 02 14:58:54 2019 +0200"
      },
      "message": "w2v-server: less debug spam\n"
    },
    {
      "commit": "9ee3f4107a1199723de00b56f7063104d2a73462",
      "tree": "70e62dee7ffe2694922b5841c96bd30c729b8363",
      "parents": [
        "b6514dc776f6a84b60d0e1f4e6f9e12401bee015"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Aug 02 14:58:19 2019 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Aug 02 14:58:19 2019 +0200"
      },
      "message": "w2v-server: check for DeReKo reference model also on klinux10\n"
    },
    {
      "commit": "b6514dc776f6a84b60d0e1f4e6f9e12401bee015",
      "tree": "f205f12dc47442ade760a1df00b49492b9b3f486",
      "parents": [
        "1233eda43bddaf49dae0bcfa00c3a8c4a7927a19"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Jun 26 11:47:56 2019 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Jun 26 11:47:56 2019 +0200"
      },
      "message": "derekovecs: handle the case when there is no 2nd model for comparison\n"
    },
    {
      "commit": "1233eda43bddaf49dae0bcfa00c3a8c4a7927a19",
      "tree": "515a3019fa2ec136a15d20d4bd24b82d74f1aa04",
      "parents": [
        "95977003ef714f848d3d735de85f9dfe910eeb0f"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Mar 06 14:16:43 2019 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Mar 06 14:16:43 2019 +0100"
      },
      "message": "w2v-server: numpy export: \"zip\" special and reference vectors if applicable\n"
    },
    {
      "commit": "2da2a813023674d9e48bce631620e28f6edb9235",
      "tree": "79f0d88ae8b0b1fd28842221c515b73527e004c0",
      "parents": [
        "223fd28a4a9950601767e31db4d9bc8a9f471659"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Feb 21 14:17:35 2019 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Feb 21 14:17:35 2019 +0100"
      },
      "message": "derekovecs: new defaults for domains comparisons\n"
    },
    {
      "commit": "d7760b4d53069026fcb99397a096795a9490c6aa",
      "tree": "39385c064950380d5d52a22309a011c878ef7ef4",
      "parents": [
        "001bffda2195814b6f265287e7d1bdbf0388111f"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Feb 21 09:01:44 2019 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Feb 21 09:01:44 2019 +0100"
      },
      "message": "derekovecs: add tab for words with largest distances in reference space\n"
    },
    {
      "commit": "001bffda2195814b6f265287e7d1bdbf0388111f",
      "tree": "3b1bb36d5c3b976a6123e7af256f8643faf80623",
      "parents": [
        "4750d87924557e3a152bc5db0f00a55969ce6b38"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Feb 21 08:52:41 2019 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Feb 21 08:52:41 2019 +0100"
      },
      "message": "derekovecs: default to min_analyzed(lD)-0.1 if reference collocate is not analyzed\n"
    },
    {
      "commit": "1d96a08a75f4708377787a5cc544878132c43aca",
      "tree": "8915884fd85adfd9a9f75a2a257ce105c1f55942",
      "parents": [
        "78d7c1a079d19ae9e5fe1de7a0852fbb6a699274"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Feb 18 09:29:06 2019 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Feb 18 09:38:58 2019 +0100"
      },
      "message": "derekovecs: handle nan, inf and NA\n"
    },
    {
      "commit": "999ab8cf72293e7cd8eb9d619e187f38d9d9d1ea",
      "tree": "b403510920a12ca03cd2f97f0979c7627f1ec3b9",
      "parents": [
        "81aeed241f1c3dcd0f512fb97dca116bf1446ded"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Feb 17 21:42:21 2019 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Feb 17 22:28:23 2019 +0100"
      },
      "message": "derekovecs: compute reference collocates in parallel\n"
    },
    {
      "commit": "81aeed241f1c3dcd0f512fb97dca116bf1446ded",
      "tree": "6f9d9f47c798fcf08a1e6a058d45a24c8d090813",
      "parents": [
        "86b50290e5628dd70fb31c93af605a4be901c1fd"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Feb 17 21:22:45 2019 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Feb 17 21:22:45 2019 +0100"
      },
      "message": "derekovecs: compare collocates with reference corpus\n"
    },
    {
      "commit": "86b50290e5628dd70fb31c93af605a4be901c1fd",
      "tree": "80cee803acc87df7ded47c7b4f23cf15761edcef",
      "parents": [
        "06d61290a1510d5ac70610dd19ee04e7dc3c60ab"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Feb 17 21:03:59 2019 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Feb 17 21:13:17 2019 +0100"
      },
      "message": "derekovecs: adjustemnts for english models\n"
    },
    {
      "commit": "06d61290a1510d5ac70610dd19ee04e7dc3c60ab",
      "tree": "3323c65490b0815d08d22e3775ed35f650a1917f",
      "parents": [
        "9ff3c998fa8df5425beab69f14c85faff887ee83"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Feb 04 12:33:22 2019 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Feb 04 12:33:22 2019 +0100"
      },
      "message": "derekovecs: improve log infos\n"
    },
    {
      "commit": "9ff3c998fa8df5425beab69f14c85faff887ee83",
      "tree": "972c8132bc3df5db154922b120f5539a4756ef0d",
      "parents": [
        "4784fae491c864b0fec93ea470aa8d48fb3fb38b"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Feb 04 12:32:54 2019 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Feb 04 12:32:54 2019 +0100"
      },
      "message": "derekovecs: fix word-id for merged vocab in classic collocation analysis\n"
    },
    {
      "commit": "7631e02c2376880c2530d8d704adfc687aa6f2bb",
      "tree": "0651ceed0b2124250da71a75edd816225b0fd706",
      "parents": [
        "00eecb19d42f437ddc14c65c57ae32ce37560d4e"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Jan 25 12:04:42 2019 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Jan 25 12:04:42 2019 +0100"
      },
      "message": "derekovecs: make sure that all variables are initialized\n\nFixes sometimes wrong heat visualization.\n"
    },
    {
      "commit": "00eecb19d42f437ddc14c65c57ae32ce37560d4e",
      "tree": "b72c398e696a2fb6ef0a27907ea8e86cf8ec8c6b",
      "parents": [
        "29f5bbdcf59c13a56502d5465e4b568627acbaf9"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jan 24 16:08:44 2019 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jan 24 16:08:44 2019 +0100"
      },
      "message": "collocatordb: for shared perl library, use libstdc++ in parallel mode\n"
    },
    {
      "commit": "5270283a15f61d231a207fbb12314132389fbc65",
      "tree": "158a20706337fc8d4da9bb8b2e8e01d9b2cd338f",
      "parents": [
        "4df4e107a6a23d5b61c3aaf4971f5f620bdf45b0"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Jan 15 17:55:52 2019 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Jan 15 17:55:52 2019 +0100"
      },
      "message": "derkovecs: fix malloc for cases where less than 100 neighbours are required\n"
    },
    {
      "commit": "c053d9710ff95b44b50e76d3a72aeef1b2a8afc5",
      "tree": "a9d894242a89cc0f2dc0ff404a30f80cc79dfb7f",
      "parents": [
        "ee894d599ffb19e4fe6adf16f530400fbd94d3cb"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jan 10 10:41:51 2019 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jan 10 10:42:39 2019 +0100"
      },
      "message": "derekovecs: add corpus name(s) to heading and page title\n"
    },
    {
      "commit": "3082fd02c6c6ae4862873eee53eb2d33fc3b1f83",
      "tree": "a3630c11f585e596ae34200ed701ceb8c1b01eec",
      "parents": [
        "e8b9dd2fd0b13a84ae1381bffd38e67965fbf79c"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Jan 09 14:54:06 2019 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Jan 09 14:54:06 2019 +0100"
      },
      "message": "w2v-server: change merge semantics to cover mono-lingual corpora only\n"
    },
    {
      "commit": "e8b9dd2fd0b13a84ae1381bffd38e67965fbf79c",
      "tree": "ed963b6ef19c690cffd4dd452bec51c26072c683",
      "parents": [
        "257a93deec19b900f6c97f89f2a5590c10b79e9b"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jan 03 17:55:59 2019 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jan 03 17:55:59 2019 +0100"
      },
      "message": "w2vserver: sanitize deduping with merged vecs\n"
    },
    {
      "commit": "257a93deec19b900f6c97f89f2a5590c10b79e9b",
      "tree": "81cd68ebeda0cd6a1f9c23b113dd99ca0b34bf01",
      "parents": [
        "0957d531bc55df3c9688de163ad49c13794f0c25"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jan 03 17:55:22 2019 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jan 03 17:55:22 2019 +0100"
      },
      "message": "w2vserver: fix bug with merged vectors after first query\n"
    },
    {
      "commit": "0957d531bc55df3c9688de163ad49c13794f0c25",
      "tree": "f69af140cad41b5a28ee88f9f10419b3837195f2",
      "parents": [
        "ebc131eae878b17502375d5b23254732604703bd"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jan 03 17:54:00 2019 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jan 03 17:54:00 2019 +0100"
      },
      "message": "w2vserver: simplify getTargetWords\n"
    },
    {
      "commit": "ebc131eae878b17502375d5b23254732604703bd",
      "tree": "b0e9d298a9f7c17b21d6be8afef44ccf18fd0288",
      "parents": [
        "1f0f7808208954994b7de0b468c3a70ceb4e1557"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jan 03 16:24:27 2019 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jan 03 16:24:27 2019 +0100"
      },
      "message": "w2vserver: print words with larges difference between main and merged vectors\n"
    },
    {
      "commit": "1f0f7808208954994b7de0b468c3a70ceb4e1557",
      "tree": "811f67bce4b0d1a1b7be8006441802c5ab9ed5fb",
      "parents": [
        "1f36dfaf459101098289c4db9c49187047d4cb93"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jan 03 16:23:29 2019 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jan 03 16:23:29 2019 +0100"
      },
      "message": "w2vserver: properly search for closest merged vectors\n"
    },
    {
      "commit": "1f36dfaf459101098289c4db9c49187047d4cb93",
      "tree": "8518ce1aa2316c418349f5515a24f266a82d3beb",
      "parents": [
        "2e2e4db35f1450cfca05509e85ee7884405440a8"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jan 03 16:18:12 2019 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jan 03 16:18:12 2019 +0100"
      },
      "message": "w2vserver: HACK: find target words also in merged vocabluary\n"
    },
    {
      "commit": "2e2e4db35f1450cfca05509e85ee7884405440a8",
      "tree": "c9ebe2e2e534022d24b6ef8962fdbf6ad2c19090",
      "parents": [
        "e5568a0056f12f232b7a27e31fec98f0f34fc165"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Dec 21 15:07:37 2018 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Dec 21 15:07:37 2018 +0100"
      },
      "message": "w2v-server: show merged vocabulary in with class \"merged\" (green)\n"
    },
    {
      "commit": "e5568a0056f12f232b7a27e31fec98f0f34fc165",
      "tree": "137caa47b814f25e7cf2e387e3c6be1519826b60",
      "parents": [
        "0a68a79b1c7a74b6c9c38a9d1ae678739fb34d33"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Dec 20 11:42:02 2018 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Dec 20 11:42:02 2018 +0100"
      },
      "message": "Revert \"w2v-server: hack for merged l2 vectors (?)\"\n\nThis reverts commit de3223ec7eca7ec4a987e76b675bdca39cf7b98d.\n"
    },
    {
      "commit": "0a68a79b1c7a74b6c9c38a9d1ae678739fb34d33",
      "tree": "d3285ed247e13a68e21b5d6adf911a5ea3adda6c",
      "parents": [
        "3020f48ab7e4b25444c8379ece807cdb329f8415"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Dec 20 11:41:45 2018 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Dec 20 11:41:45 2018 +0100"
      },
      "message": "w2v-server: dump only 100000 vectors\n"
    },
    {
      "commit": "3020f48ab7e4b25444c8379ece807cdb329f8415",
      "tree": "b50288b03c9403782d64217b0539c8de5db7f586",
      "parents": [
        "ac707b3be54c784535134bb46b3e356710e95b82"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Dec 20 11:39:15 2018 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Dec 20 11:39:15 2018 +0100"
      },
      "message": "w2v-server: hack for merged l2 vectors (?)\n"
    },
    {
      "commit": "ac707b3be54c784535134bb46b3e356710e95b82",
      "tree": "97e2756dfa86e0ebc129fc828a2c03437f72729b",
      "parents": [
        "3c487bbd84154937089e9ed552dffad510905d35"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Dec 20 11:36:38 2018 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Dec 20 11:36:38 2018 +0100"
      },
      "message": "w2v-server: add nosp parameter do ignore similar profiles\n"
    },
    {
      "commit": "3c487bbd84154937089e9ed552dffad510905d35",
      "tree": "68e5168a5807a89a942d9483ab66b7b0aea2f760",
      "parents": [
        "a55a09a721075cfe30acce56538dd2ff06988327"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Dec 20 11:31:45 2018 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Dec 20 11:31:45 2018 +0100"
      },
      "message": "w2v-server: add local include path for collocatordb\n"
    },
    {
      "commit": "a8c98158f21e3a1a47165c92d1eb76d182876cc1",
      "tree": "f3628f1dcf22dd372508fb92a2c994b5425bfe93",
      "parents": [
        "fa19426529373bf3722ea11f5a4490e319f639ad"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Jun 05 09:52:52 2018 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Jun 05 09:52:52 2018 +0200"
      },
      "message": "w2v-server: use local binary copy of libcollocatordb\n"
    },
    {
      "commit": "fa19426529373bf3722ea11f5a4490e319f639ad",
      "tree": "168910c33588873574c34a2d0ab10d46a49cbc7e",
      "parents": [
        "c987fa88b7994151fc02f4dd22b6276c86e2a18e"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Jun 05 09:39:32 2018 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Jun 05 09:39:32 2018 +0200"
      },
      "message": "add -D \u003cfile\u003e option to export ascii vecs without labels\n"
    },
    {
      "commit": "c987fa88b7994151fc02f4dd22b6276c86e2a18e",
      "tree": "316b89278dc0e43690b29dc7d09e99a1fd67a6e9",
      "parents": [
        "b347c9ae0ad423d015b88f48362ca739af617d69"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Mar 21 12:14:25 2018 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Mar 21 12:14:25 2018 +0100"
      },
      "message": "w2v-server: make getSimilarProfiles available from outside the intranet\n"
    },
    {
      "commit": "a51dcfaf5fa96d7913195f2b8ffaecc03dec0fd1",
      "tree": "640655950aba2e3a30ebf784b7ac3328ef4a3778",
      "parents": [
        "a927057bf466f35afe102ce7ec992884cd401dd9"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Mar 19 16:22:05 2018 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Mar 19 16:35:03 2018 +0100"
      },
      "message": "w2v-server: load and serve similar profiles if present\n"
    },
    {
      "commit": "a927057bf466f35afe102ce7ec992884cd401dd9",
      "tree": "680422206ac38162bfea249004550bbc6e5c3aa1",
      "parents": [
        "6c8b59a648f4529985e011f48c988209d7ac2d26"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Mar 17 15:17:07 2018 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Mar 17 15:17:07 2018 +0100"
      },
      "message": "w2v-server: put css in a separate file\n"
    },
    {
      "commit": "63872180823f347b4572a68061cdb52674aa274c",
      "tree": "d095133aee1c2ce38774d4c3ff95e2bac69b8b9e",
      "parents": [
        "969adfa69b1b5229f27a8abf3ab2e186ea67af0c"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Mar 12 09:44:49 2018 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Mar 12 09:44:49 2018 +0100"
      },
      "message": "w2v-server: skip target word in total activation summation\n"
    },
    {
      "commit": "969adfa69b1b5229f27a8abf3ab2e186ea67af0c",
      "tree": "af03e137a92dae83019e159d6c6c6054777ed5a4",
      "parents": [
        "19c68243a9d12ea6504e4b725dbfca78a325b336"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Mar 12 09:43:53 2018 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Mar 12 09:43:53 2018 +0100"
      },
      "message": "w2v-server: hack for DeReKo-2018-RC1: remove quot as garbage\n"
    },
    {
      "commit": "19c68243a9d12ea6504e4b725dbfca78a325b336",
      "tree": "f02f5282350a0b3f635f9b98f4eb4c4951755b46",
      "parents": [
        "deb8f622f74c428c3b78f9ae49e24787d75b4dde"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Mar 12 09:42:21 2018 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Mar 12 09:42:21 2018 +0100"
      },
      "message": "w2v-server: cache classic ca results\n"
    },
    {
      "commit": "d5d0573442a7d9feb9ee9cc25c55ae5aa4479ec3",
      "tree": "7f9d7c3c3e1686148f3f41167378869db90aa6f8",
      "parents": [
        "5a7f9aca949f26a5bdd4b43b4c639d01f7a2032f"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Jan 30 11:57:35 2018 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Jan 30 11:57:35 2018 +0100"
      },
      "message": "derekovecs: cutoff cannot be larger than number of words in vocabulary\n\nFixes segmentation fault with CoRoLa.\nTODO: cut-off should be frequency based rather than rank based.\n"
    },
    {
      "commit": "e13a355bf4829c096642f5c035de79e23e83c730",
      "tree": "bc7b3a96bfae8167b40d068085c2ebe75c4425be",
      "parents": [
        "8893dec98cb9439e1b3c929e82d8868002680b78"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jan 25 08:48:34 2018 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jan 25 08:48:34 2018 +0100"
      },
      "message": "w2v-server: fix GET method for classic collocators from proxy\n"
    },
    {
      "commit": "65a7125f9b04322cfad072741c57d4536a39300f",
      "tree": "394257c5e6f8f704cc423d2a56741d69bb4bb61d",
      "parents": [
        "ad78372dc790a84804fbe9b6a17bab4e970f0107"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Jan 24 09:49:28 2018 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Jan 24 09:49:28 2018 +0100"
      },
      "message": "w2v-server: allow POST and GET for getClassicCollocators\n"
    },
    {
      "commit": "e243efd2d5339b10ac92594d1018711f79a5eeee",
      "tree": "d5fe3bfa4b49694f751fea869ccd95514c1807aa",
      "parents": [
        "66bfd95980f1838ef0ea4736222219036120e29c"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jan 11 22:19:24 2018 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jan 11 22:19:24 2018 +0100"
      },
      "message": "w2v-server: load and serve collocation db i \u003cnet\u003e.rocksdb existsa\n"
    },
    {
      "commit": "66bfd95980f1838ef0ea4736222219036120e29c",
      "tree": "9e8750381a3f9f3d17a84a606898b6a659163423",
      "parents": [
        "c822118c37af4bb1f5e45b8f671b5320cd192057"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Dec 11 09:59:45 2017 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Dec 11 09:59:45 2017 +0100"
      },
      "message": "w2v-server: add hidden button to show maps for collocators\n\nTODO:\n* put 2D-map functions into objects\n* parametrize dom destinations\n"
    }
  ],
  "next": "4116b43f0f1786e67b838fe72fb69520150fb29a"
}
