)]}'
{
  "log": [
    {
      "commit": "50de14a4ee0d1ca15fee6aaf1e3a8f8a872014d9",
      "tree": "d59698eebe5848b9fd9635ecb01d5354a6786977",
      "parents": [
        "f47b8cb9dc7009090022e4ba7d4831ce60e8b8fc"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Jul 31 14:48:02 2026 +0900"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Jul 31 14:48:02 2026 +0900"
      },
      "message": "Write the memory mappable model form after training\n\nderekovecs memory maps \u003cmodel\u003e.vecs and \u003cmodel\u003e.words next to the model. When\nthey are missing it builds them on its first start, which takes a while and\nneeds write access to the directory the models live in. A server in a\ncontainer usually has that directory mounted read only and then does not start\nat all:\n\n  Converting /models/dereko-2026-i.vecs to memory mappable structures\n  Cannot open /models/dereko-2026-i.vecs.words or .../dereko-2026-i.vecs.vecs\n\ndereko2vec writes both files right after saving the vectors now, and\nvecs2mmap does it for models that were trained earlier.\n\nThe conversion mirrors init_net() of derekovecs including the order of the\nfloating point operations. Verified against the model of the derekovecs test\ndata: the vectors come out byte identical, and derekovecs serves the same\nneighbours and collocators from the generated files, with the model directory\nmounted read only and without converting anything itself.\n\nWords are cut off at 49 characters plus the terminator instead of filling all\n50 bytes, so that every entry is terminated within its own record.\n\nCo-Authored-By: Claude Opus 5 \u003cnoreply@anthropic.com\u003e\nChange-Id: I297e2db98bd425aa388e441aca6d2b0b14f0c66c\n"
    },
    {
      "commit": "ac23b98ffcb7edfdf74fbe0dc5e0eab00dd5ca46",
      "tree": "4a96d8350ddbf2c6a674391064d5d5734ff9f81f",
      "parents": [
        "c4f874e44836bc0da5eed67c36eb77e9b827804b"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Aug 05 19:56:00 2025 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Aug 05 19:56:00 2025 +0200"
      },
      "message": "fully fix potential bug with count based collocation window\n\nChange-Id: Ie9e19c3cd2afaf9e48f7ce0dc69decbc1850e84b\n"
    },
    {
      "commit": "c4f874e44836bc0da5eed67c36eb77e9b827804b",
      "tree": "96b4cd1a9085e3d027ac8bb11a3ec9baa42e2f90",
      "parents": [
        "b1032200256cb3e15461548b5deb16b670611a7b"
      ],
      "author": {
        "name": "feldmueller",
        "email": "feldmueller@posteo.de",
        "time": "Tue Aug 05 17:03:37 2025 +0200"
      },
      "committer": {
        "name": "feldmueller",
        "email": "feldmueller@posteo.de",
        "time": "Tue Aug 05 17:03:37 2025 +0200"
      },
      "message": "fix potential bug with count based collocation window\n\nChange-Id: Icb1dbc29c0c287c71f7b295e3b397d6d10bc5a85\n"
    },
    {
      "commit": "e3c7e64ed480c12def993110322ed444ff3f551d",
      "tree": "16a94041ff1f2b689ecd6cdcd97f62dbfbbf3d10",
      "parents": [
        "b86fee04916ba37b5f1e82eda58404b82fe03ee6"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Oct 21 18:51:21 2024 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Oct 21 18:51:21 2024 +0200"
      },
      "message": "Bump version also in source code\n\nChange-Id: I3c60e888216bc8cb0264fe3c7c68a0cc670e43f1\n"
    },
    {
      "commit": "7f1fc3399340b6c017bad9a8a107616ea8ed0705",
      "tree": "2de7b997211de50a4ffb0727e76737353bfd9ba4",
      "parents": [
        "61485ad6c593da9675b0fa4302d478281609ed7e"
      ],
      "author": {
        "name": "„feldmueller“",
        "email": "„feldmueller@posteo.de“",
        "time": "Mon Oct 21 18:05:57 2024 +0200"
      },
      "committer": {
        "name": "„feldmueller“",
        "email": "„feldmueller@posteo.de“",
        "time": "Mon Oct 21 18:05:57 2024 +0200"
      },
      "message": "Fix VocabCompare to prevent integer overflow during vocabulary sorting\n\nChange-Id: I3796e5aef14b3de1200907e135952258a004d049\n"
    },
    {
      "commit": "61485ad6c593da9675b0fa4302d478281609ed7e",
      "tree": "5b42e5acabd6a45a1a1b7bad55dd2151e81f1edd",
      "parents": [
        "f00e7b098d72638601a6d6848375359a3e770c37"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Dec 22 16:16:59 2023 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Dec 22 16:17:31 2023 +0100"
      },
      "message": "Add Debug profile to CMake\n\nChange-Id: Ie544d6f37a62f0a9b226c71ba76d13a18bf5d228\n"
    },
    {
      "commit": "f00e7b098d72638601a6d6848375359a3e770c37",
      "tree": "f3ae5cc22d1f271d483e298c77c36194a7c9e2f6",
      "parents": [
        "f3b1db0a886cbb5a3ab21f1013bea44a9b671835"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Dec 22 11:11:56 2023 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Dec 22 11:13:27 2023 +0100"
      },
      "message": "Fix compile warning with posix_memalign\n\nChange-Id: I2e63c401e530525989a6aaa42115bc2d803ef821\n"
    },
    {
      "commit": "83a67d4583c1ff8a5ad098fc7e14b4f883db6578",
      "tree": "efac90b543165e70d0367a667d08ddf21b262881",
      "parents": [
        "66789b89d32b828298b97b7fc7ca27481403c3a8"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Mar 22 17:29:36 2021 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Mar 22 17:29:36 2021 +0100"
      },
      "message": "Update version and executable name in source\n\nChange-Id: I848caf260d5da8c2f65ae88b7feddfe185e22f08\n"
    },
    {
      "commit": "6afb352dd98bf1b72f34537c925b4f6aabcd900f",
      "tree": "b1ac7c07b8036f5ae14c296ea49915b6960a5d3f",
      "parents": [
        "4c972938524f7884ced84da8a094d3b08b90671f"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Mar 22 17:22:55 2021 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Mar 22 17:22:55 2021 +0100"
      },
      "message": "Switch to cmake\n\nChange-Id: I6543259b210b1a87c0b4f627927245407bac3f06\n"
    },
    {
      "commit": "613edbfa5670834dd33849766ff87f393ee8ec59",
      "tree": "890a2ce0b4902e97b81b6f3f732c8fe31dbfeeef",
      "parents": [
        "b366bcd11348bc70c5afdf12b8bcbe8446357c44"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jan 11 21:38:03 2018 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jan 11 21:38:03 2018 +0100"
      },
      "message": "wang2vec: add type 5 for saving collocation frequencies only\n"
    },
    {
      "commit": "b366bcd11348bc70c5afdf12b8bcbe8446357c44",
      "tree": "3319a8539216759312f9df37e9a9921dadd73747",
      "parents": [
        "e423f73427a94e6f9b3a89009878298654bbd7c0"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jan 11 21:29:41 2018 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jan 11 21:29:41 2018 +0100"
      },
      "message": "wang2vec: fix time calculation with bg threads\n"
    },
    {
      "commit": "e423f73427a94e6f9b3a89009878298654bbd7c0",
      "tree": "abf427c0a96566b27686610cb350a3e9ed87b080",
      "parents": [
        "4413674f30c70bd77d8683583eec01bb2bef12d1"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Dec 22 17:57:03 2017 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Dec 22 17:57:03 2017 +0100"
      },
      "message": "wang2vec: add -magic-stop-file \u003cfile\u003e option\n\nWill stop after an iteration if magic \u003cfile\u003e exists. With this\nextension, the perfect number of iterations does not have to be known in\nadavance.\n"
    },
    {
      "commit": "4413674f30c70bd77d8683583eec01bb2bef12d1",
      "tree": "c752c8fdd23379398ce4fe390e9ff200cb6ce057",
      "parents": [
        "c7f773bdd6ed01097df8500613ea33470d34824f"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Dec 22 17:52:56 2017 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Dec 22 17:52:56 2017 +0100"
      },
      "message": "wang2vec: fix save-args option\n"
    },
    {
      "commit": "c7f773bdd6ed01097df8500613ea33470d34824f",
      "tree": "809c529ff4e5454a4e32d08719757da7d9b48f7e",
      "parents": [
        "e23c54058161ea7e643c6910398b6daa78ca3823"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Dec 02 12:04:03 2017 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Dec 02 12:04:03 2017 +0100"
      },
      "message": "w2v-server: improve stability\n"
    },
    {
      "commit": "e23c54058161ea7e643c6910398b6daa78ca3823",
      "tree": "f70b90ab079aaef095518ad1b73435895f937dcd",
      "parents": [
        "202723e2ed7696ed23203801ddd048d9d4eadbba"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jul 14 11:10:09 2016 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jul 14 11:10:09 2016 +0200"
      },
      "message": "wang2vec: fix debug info and respect locale\n"
    },
    {
      "commit": "202723e2ed7696ed23203801ddd048d9d4eadbba",
      "tree": "f7bad7082120afe866f12f65da4973a9e9b85b7c",
      "parents": [
        "c2731b2b7133ac55a0d3fb48d69aa5a491cf9aba"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jul 14 09:12:00 2016 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jul 14 10:02:15 2016 +0200"
      },
      "message": "wang2vec: byte based slice limits and proper progress info\n\nThe upper limmits of the training data slices were previously calculated\nbased on the number of words that could, if at all be estimated, but\ncould also go totally wrong when using -read-vocab.\n\nSlice sizes in bytes are known. Use them to check limits and give\nproper progress and ETA info.\n"
    },
    {
      "commit": "c2731b2b7133ac55a0d3fb48d69aa5a491cf9aba",
      "tree": "4baeeb529e9ffc43ed38e6523e5ab461b5d912e8",
      "parents": [
        "22f109f93b01930da0e76a0b51112486019e4f34"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jul 14 08:56:14 2016 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jul 14 08:56:14 2016 +0200"
      },
      "message": "wang2vec: estimate number of words in train file if -read-vocab\n\n... instead of taking the number from the vocabulary which migth be\ntotally unrelated\n"
    },
    {
      "commit": "22f109f93b01930da0e76a0b51112486019e4f34",
      "tree": "4ae1078df959900cedbf55694f747b3eb990fe63",
      "parents": [
        "1c9bc1275838605344123370f89f055ce18325a9"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Jul 12 16:02:28 2016 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Jul 12 16:02:28 2016 +0200"
      },
      "message": "wang2vec: show cycles ahead\n"
    },
    {
      "commit": "66035a4b2c5a1334ee20b2151366d7751bdd9a04",
      "tree": "57ca47ba858aba11e981f211f416da965ae7f9cc",
      "parents": [
        "da5ebbc0ba3a9f0fef0cb4abec5c565249874148"
      ],
      "author": {
        "name": "Peter Fankhauser",
        "email": "fankhauser@ids-mannheim.de",
        "time": "Wed Apr 20 13:29:33 2016 +0200"
      },
      "committer": {
        "name": "Peter Fankhauser",
        "email": "fankhauser@ids-mannheim.de",
        "time": "Wed Apr 20 13:40:33 2016 +0200"
      },
      "message": "wang2vec: Fix of sentence_position running over sentence_length in structured skipgram\n"
    },
    {
      "commit": "da5ebbc0ba3a9f0fef0cb4abec5c565249874148",
      "tree": "f4307905395613bda7de2617a26b235f640e01ce",
      "parents": [
        "210b9d5389f7383148766d2a586e9d432c71369c"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Apr 19 09:16:02 2016 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Apr 19 09:16:02 2016 +0200"
      },
      "message": "wang2vec: fix for consequtive downsampled collocators\n"
    },
    {
      "commit": "210b9d5389f7383148766d2a586e9d432c71369c",
      "tree": "cab0a075efdf630a84ce3cac83ee0568b5b8bdab",
      "parents": [
        "ab4e5afb17fecbbcab2bb623d2d734d95877234e"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Apr 02 21:48:13 2016 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Apr 02 21:48:13 2016 +0200"
      },
      "message": "wang2vec: save args\n"
    },
    {
      "commit": "ab4e5afb17fecbbcab2bb623d2d734d95877234e",
      "tree": "de41ec5efc56ba7d3646ce600b6a6555f739bdc5",
      "parents": [
        "c9d5efa7920e90957b50624c47ed6ac25a276716"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Mar 22 14:24:03 2016 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Mar 31 21:26:12 2016 +0200"
      },
      "message": "wang2vec: keep correct positions when downsampling in structured skipgrams\n\nUse new flag -2 to mark positions to bes skipped.\n"
    },
    {
      "commit": "c9d5efa7920e90957b50624c47ed6ac25a276716",
      "tree": "f11a46c269fe28362f85f52d8e3f23cfcd78f6eb",
      "parents": [
        "c14eff04653c49608ab59fb9f70e2b5424f51429"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Mar 21 11:21:59 2016 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Mar 21 11:21:59 2016 +0100"
      },
      "message": "Revert \"wang2vec: normalize net before saving\"\n\nThis reverts commit 1f25e787f110a11364c88e42e071d9de9d666bbf.\n"
    },
    {
      "commit": "c14eff04653c49608ab59fb9f70e2b5424f51429",
      "tree": "eb0f80407cb5416e29c108df7c7c042fff303853",
      "parents": [
        "79fd83d1673e349db8a92a0057ffb93cad03ebd7"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Mar 19 15:23:14 2016 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Mar 19 15:23:14 2016 +0100"
      },
      "message": "wang2vec: normalize net before saving\n"
    },
    {
      "commit": "79fd83d1673e349db8a92a0057ffb93cad03ebd7",
      "tree": "f11a46c269fe28362f85f52d8e3f23cfcd78f6eb",
      "parents": [
        "71996e70db31a3cf81b902ea907625ee50795d25"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Mar 18 14:09:07 2016 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Mar 18 14:09:07 2016 +0100"
      },
      "message": "wang2vec: show position of collocators\n\nTo be interpreted with caution because of sub-sampling.\n"
    },
    {
      "commit": "71996e70db31a3cf81b902ea907625ee50795d25",
      "tree": "9e198b76047c106756785ed21ac0a06240650bdd",
      "parents": [
        "0a664c16c525f73b03cb4366d7ccfba2f54a2bbe"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Mar 18 13:40:24 2016 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Mar 18 13:52:46 2016 +0100"
      },
      "message": "wang2vec: show n max. responsive collocators\n"
    },
    {
      "commit": "0a664c16c525f73b03cb4366d7ccfba2f54a2bbe",
      "tree": "d43aca7dd94f87abdba3a1d0812d40d3dd4c81c2",
      "parents": [
        "57c0df1419b5e9a0c1a5c81b25666b435f8f4896"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Mar 18 13:18:22 2016 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Mar 18 13:18:22 2016 +0100"
      },
      "message": "wang2vec: fix order of collocators\n"
    },
    {
      "commit": "57c0df1419b5e9a0c1a5c81b25666b435f8f4896",
      "tree": "8a1fb48b2976102a8ee250e5546d443f13aedcf2",
      "parents": [
        "0fb5d61ee30efb0c602a19c58938b1f5aecfc744"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Mar 18 12:48:00 2016 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Mar 18 13:17:37 2016 +0100"
      },
      "message": "wang2vec: make sure nets are read correctly\n"
    },
    {
      "commit": "0fb5d61ee30efb0c602a19c58938b1f5aecfc744",
      "tree": "37d7e2c4a5d353ce89fb6f05931b35f2c1210a89",
      "parents": [
        "6b1f2ba515e63af4c52c8a9c0bc12d3206686cb7"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Mar 18 11:01:21 2016 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Mar 18 11:01:21 2016 +0100"
      },
      "message": "wang2vec: treat activations as probabilities and compute p(union) accordingly\n"
    },
    {
      "commit": "6b1f2ba515e63af4c52c8a9c0bc12d3206686cb7",
      "tree": "6b9447944f83e670aa3684ffaeca5b7ec0599c6e",
      "parents": [
        "313fcc58b809534a106ceb30714fecc353e47883"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Mar 17 21:17:42 2016 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Mar 17 21:17:42 2016 +0100"
      },
      "message": "wang2vec: add option -show-cc \u003cint\u003e to show collocations\n\nShow words with their collocators starting from word rank\n\u003cint\u003e. Depends on -read-vocab and -read-net.\n"
    },
    {
      "commit": "313fcc58b809534a106ceb30714fecc353e47883",
      "tree": "d8ac83d409db8c39e1f38281a511a176bc39ef3f",
      "parents": [
        "1006a2789adaf72b098819d6b7e8419e4180b782"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Mar 16 16:43:37 2016 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Mar 16 16:46:21 2016 +0100"
      },
      "message": "wang2vec: fix and only support net-reading/saving for structured skipngrams\n"
    },
    {
      "commit": "1006a2789adaf72b098819d6b7e8419e4180b782",
      "tree": "255ed304e2641aac1d0b9fb837b7508c48b514be",
      "parents": [
        "c697933328988e431494c183fc0d4f5b0ae2592f"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Mar 16 15:50:20 2016 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Mar 16 16:03:55 2016 +0100"
      },
      "message": "wang2vec: init only used hiden-\u003eouput nets\n"
    },
    {
      "commit": "c697933328988e431494c183fc0d4f5b0ae2592f",
      "tree": "a04fa6870f2daae786dfaf7c47df314f8a7b4591",
      "parents": [
        "3e6a834c712b771e66be070572cbf77b705808ad"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Mar 16 15:29:07 2016 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Mar 16 15:52:18 2016 +0100"
      },
      "message": "wang2vec: simplify net read and save\n"
    },
    {
      "commit": "d6f9c716e38c07d722f657122877a661a4885965",
      "tree": "374459a2fa0fb816081b65c59cc7429421416d7e",
      "parents": [],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Mar 16 11:50:56 2016 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Mar 16 11:50:56 2016 +0100"
      },
      "message": "wang2vec: move to the right position\n"
    }
  ]
}
