1. e3c7e64 Bump version also in source code by Marc Kupietz · 4 weeks ago master
  2. b86fee0 README: add example for re-training by Marc Kupietz · 4 weeks ago
  3. d724abd Bump version to 0.9.1 by Marc Kupietz · 4 weeks ago
  4. 0fb4fd6 Update README.md by Marc Kupietz · 4 weeks ago
  5. 7f1fc33 Fix VocabCompare to prevent integer overflow during vocabulary sorting by „feldmueller“ · 4 weeks ago
  6. 61485ad Add Debug profile to CMake by Marc Kupietz · 11 months ago
  7. f00e7b0 Fix compile warning with posix_memalign by Marc Kupietz · 11 months ago
  8. f3b1db0 CI: Use ccache and apt cache by Marc Kupietz · 11 months ago
  9. 6eab2f4 Fix build with gcc 13 by including <cstdint> by Marc Kupietz · 11 months ago
  10. cdb91ba Use and advertise KorAP-XML-CoNLL-U for generating training input by Marc Kupietz · 11 months ago
  11. 309b925 Fix type-3 test typo by Marc Kupietz · 11 months ago
  12. bca9e04 Add test for building collocation db by Marc Kupietz · 2 years, 7 months ago
  13. b738ec7 Rename private -> ids-kl by Marc Kupietz · 2 years, 7 months ago
  14. 2a0c25a ci: try to cache rocksdb by Marc Kupietz · 2 years, 7 months ago
  15. 2a93f3a ci: build and test in one step by Marc Kupietz · 2 years, 8 months ago
  16. 49358e1 Add missing quotes in .gitlab-ci.yml by Marc Kupietz · 2 years, 8 months ago
  17. 485be1c Fix ci script by Marc Kupietz · 2 years, 8 months ago
  18. 97ada39 Add GitLab CI pipeline by Marc Kupietz · 2 years, 8 months ago
  19. 83a67d4 Update version and executable name in source by Marc Kupietz · 3 years, 8 months ago
  20. 66789b8 Update Readme.md by Marc Kupietz · 3 years, 8 months ago
  21. 31e2e31 Add first tests by Marc Kupietz · 3 years, 8 months ago
  22. 6afb352 Switch to cmake by Marc Kupietz · 3 years, 8 months ago
  23. 4c97293 Keep only Marc's current source version by Marc Kupietz · 3 years, 8 months ago
  24. 3584d65 Use new libcollocatordb_static.a by Marc Kupietz · 3 years, 8 months ago
  25. 894401e Merge changes I6922253c,Iad7c595b by Marc Kupietz · 3 years, 8 months ago
  26. dd8b854 bug fixes by Peter Fankhauser · 4 years, 5 months ago
  27. 295ba0f wang2vec: factor out collocator- and rocksdb in makefile by Marc Kupietz · 4 years, 5 months ago
  28. a695cf1 bug fixes by Peter Fankhauser · 4 years, 5 months ago
  29. 2fa0866 wang2vec: factor out collocator- and rocksdb in makefile by Marc Kupietz · 4 years, 5 months ago
  30. 117aab0 Corrected a bug that did no training when reading a vocabulary without recounting (-tc 0). by Peter Fankhauser · 4 years, 7 months ago
  31. 8c7f24e Extended with make for word2vec1 (from word2vecExt1.c) by Peter Fankhauser · 4 years, 7 months ago
  32. 542b687 Extended with option -train-counts by Peter Fankhauser · 4 years, 7 months ago
  33. b16eba4 wang2vec: add type 5 to store positional bigramms / cooccurence counts by Marc Kupietz · 6 years ago
  34. 613edbf wang2vec: add type 5 for saving collocation frequencies only by Marc Kupietz · 7 years ago
  35. b366bcd wang2vec: fix time calculation with bg threads by Marc Kupietz · 7 years ago
  36. e423f73 wang2vec: add -magic-stop-file <file> option by Marc Kupietz · 7 years ago
  37. 4413674 wang2vec: fix save-args option by Marc Kupietz · 7 years ago
  38. c7f773b w2v-server: improve stability by Marc Kupietz · 7 years ago
  39. e23c540 wang2vec: fix debug info and respect locale by Marc Kupietz · 8 years ago
  40. 202723e wang2vec: byte based slice limits and proper progress info by Marc Kupietz · 8 years ago
  41. c2731b2 wang2vec: estimate number of words in train file if -read-vocab by Marc Kupietz · 8 years ago
  42. 22f109f wang2vec: show cycles ahead by Marc Kupietz · 8 years ago
  43. 1c9bc12 Merge branch 'master' of /git/kl by Peter Fankhauser · 9 years ago
  44. 66035a4 wang2vec: Fix of sentence_position running over sentence_length in structured skipgram by Peter Fankhauser · 9 years ago
  45. 5bec9e1 Fix of sentence_position running over sentence_length in structured skipgram by Peter Fankhauser · 9 years ago
  46. da5ebbc wang2vec: fix for consequtive downsampled collocators by Marc Kupietz · 9 years ago
  47. 210b9d5 wang2vec: save args by Marc Kupietz · 9 years ago
  48. ab4e5af wang2vec: keep correct positions when downsampling in structured skipgrams by Marc Kupietz · 9 years ago
  49. c9d5efa Revert "wang2vec: normalize net before saving" by Marc Kupietz · 9 years ago
  50. c14eff0 wang2vec: normalize net before saving by Marc Kupietz · 9 years ago
  51. 79fd83d wang2vec: show position of collocators by Marc Kupietz · 9 years ago
  52. 71996e7 wang2vec: show n max. responsive collocators by Marc Kupietz · 9 years ago
  53. 0a664c1 wang2vec: fix order of collocators by Marc Kupietz · 9 years ago
  54. 57c0df1 wang2vec: make sure nets are read correctly by Marc Kupietz · 9 years ago
  55. 0fb5d61 wang2vec: treat activations as probabilities and compute p(union) accordingly by Marc Kupietz · 9 years ago
  56. 6b1f2ba wang2vec: add option -show-cc <int> to show collocations by Marc Kupietz · 9 years ago
  57. 313fcc5 wang2vec: fix and only support net-reading/saving for structured skipngrams by Marc Kupietz · 9 years ago
  58. 1006a27 wang2vec: init only used hiden->ouput nets by Marc Kupietz · 9 years ago
  59. c697933 wang2vec: simplify net read and save by Marc Kupietz · 9 years ago
  60. 3e6a834 wang2vec: move remaining files by Marc Kupietz · 9 years ago
  61. d6f9c71 wang2vec: move to the right position by Marc Kupietz · 9 years ago