Commit Graph

  • be3ae968ba
    Merge pull request #239 from fergusq/eflomal master Hieu Hoang 2024-06-07 11:25:10 -0700
  • d298817cc2
    Merge pull request #240 from fergusq/fix-jam-pathc Hieu Hoang 2024-06-06 10:50:21 -0700
  • 1752993414 disable giza when eflomal is in use Iikka Hauhio 2024-06-06 15:44:50 +0300
  • f208973a61 fixed path.c in jam-files Iikka Hauhio 2024-06-06 15:38:25 +0300
  • d25a7c44d3 add support for eflomal aligner Iikka Hauhio 2024-06-06 15:32:46 +0300
  • db09150c85
    Merge pull request #238 from moses-smt/hieu3 Hieu Hoang 2024-05-08 12:11:29 -0700
  • 018e3caba8 README Hieu Hoang 2024-05-02 23:35:36 -0700
  • 6adf521600 kill non-working compile scripts Hieu Hoang 2024-05-02 17:34:44 -0700
  • 7cc62afddc chmod -x Hieu Hoang 2024-04-30 13:54:01 -0700
  • 0c03b80afc chmod -x Hieu Hoang 2024-04-30 13:53:05 -0700
  • 79a3739753 delete duplicate config Hieu Hoang 2024-04-30 13:43:32 -0700
  • b0d97a7974 use dequeue. Stack doesn't have clear() Hieu Hoang 2024-04-29 02:04:47 -0700
  • bf8691e94d clean up recycler, use stack instead of dequeue Hieu Hoang 2024-04-29 01:43:00 -0700
  • bd5300eef0 clear recycler, don't create for every new instance Hieu Hoang 2024-04-29 01:28:30 -0700
  • 2e5f997d5f mempool size Hieu Hoang 2024-04-29 00:42:27 -0700
  • 0f33bcb85f create recycler for every new sentence. Hypos from eacj sentence can't be mixed in case they are from different models Hieu Hoang 2024-04-28 23:53:13 -0700
  • bd6a38215c use array class rather ptr for scores. hieu2 Hieu Hoang 2024-04-26 20:50:16 -0700
  • 47108c97a9 debug Hieu Hoang 2024-04-25 14:45:35 -0700
  • 1dabc3ff13 debug Hieu Hoang 2024-04-25 14:38:37 -0700
  • c41ff18111 chmod -x Hieu Hoang 2024-03-18 12:23:35 -0700
  • 542447b26d chmod -x Hieu Hoang 2024-03-18 12:22:57 -0700
  • c41bc4099e return nbest Hieu Hoang 2024-03-16 22:50:35 -0700
  • b35ba85196 test harness for dll exports Hieu Hoang 2024-03-16 21:47:27 -0700
  • 0af3b0b56a cleanup debug output Hieu Hoang 2024-03-15 10:32:29 -0700
  • 9fe6cd88af compile on ubuntu 22 Hieu Hoang 2024-03-14 13:27:33 -0700
  • b1b7237305 avoid using thread local on Windows due to https://developercommunity.visualstudio.com/t/thread-local-variables-fail-to-be-initialized-when/124121 Hieu Hoang 2024-03-14 13:14:06 -0700
  • 0fc225c004 add debug info Hieu Hoang 2024-03-12 15:44:02 -0700
  • 58400043b4 add debug-dll Hieu Hoang 2024-03-12 10:53:22 -0700
  • 8cc5712808 abort -> throw Hieu Hoang 2024-02-22 12:09:02 -0800
  • 41e7c6807d release-dll Hieu Hoang 2024-02-22 11:23:25 -0800
  • 118a7ae75c delete unimplemented functions Hieu Hoang 2024-02-22 10:10:42 -0800
  • b71ccf8f32 avoide boost Hieu Hoang 2024-02-21 16:50:13 -0800
  • a056e26a5f avoid boost Hieu Hoang 2024-02-21 16:06:21 -0800
  • b36637ffb3 align Hieu Hoang 2024-02-21 15:01:38 -0800
  • 6324ec3e50 move method body to cpp. Use unordered map Hieu Hoang 2024-02-21 14:56:17 -0800
  • cb7191e85a vs proj Hieu Hoang 2024-02-21 14:55:37 -0800
  • bfe30b386c vs proj Hieu Hoang 2024-02-21 14:55:04 -0800
  • 82f0fcb663 move method body to cpp. Use unordered map Hieu Hoang 2024-02-21 14:53:57 -0800
  • d2a6074b45 move method body to cpp. Use unordered map Hieu Hoang 2024-02-21 14:10:32 -0800
  • afc2942e37 delete unused class. Merge pages in mempool Hieu Hoang 2024-02-21 13:55:12 -0800
  • f1f815669a align each object in array to 16 bits Hieu Hoang 2024-02-20 14:42:46 -0800
  • d3f6744161 delete debug Hieu Hoang 2024-02-16 14:21:19 -0800
  • fc411260f0 delete debug msg Hieu Hoang 2024-02-16 14:04:56 -0800
  • 50fb47ef33 tighten asserts Hieu Hoang 2024-02-16 12:51:53 -0800
  • daf35ead47 align memory to 16 bytes. Move Allocate() to cpp Hieu Hoang 2024-02-15 14:59:52 -0800
  • a93c3270dc don't need MosesDir variable Hieu Hoang 2024-02-14 23:45:06 -0800
  • 3dbe5196ba memleak debug Hieu Hoang 2024-02-13 20:19:09 -0800
  • 0dd186ee23 windows build Hieu Hoang 2024-02-13 13:05:57 -0800
  • 819f9806c1 windows build Hieu Hoang 2024-02-13 13:03:08 -0800
  • 9ed8a319c3 mem leak. All variables in SentenceWithCandidates class must to allocated from pool Hieu Hoang 2024-02-06 01:20:22 +0000
  • 399072419e
    Merge pull request #231 from raphaelmerx/master Hieu Hoang 2022-05-07 23:28:27 -0700
  • 8cee20eaca
    nonbreaking_prefix.tdt: add "Nu" for "Numeru" Raphaël Merx 2022-05-08 10:33:58 +0800
  • d607841c30
    Merge pull request #228 from swk0627/dev Hieu Hoang 2022-01-21 07:29:52 -0800
  • b2a3b96154 Modify a comment on usage in the script swk0627 2022-01-21 21:11:02 +0900
  • ba9cc85194 clang once again Hieu Hoang 2022-01-06 21:53:24 +0000
  • ddbbf4c7da Revert "macos" Hieu Hoang 2022-01-05 16:36:37 -0800
  • 7e396312aa macos Hieu Hoang 2021-12-17 00:56:06 +0000
  • 0036c6c3d6
    Merge pull request #224 from raphaelmerx/master Hieu Hoang 2021-03-14 20:37:09 -0700
  • 75d4c672e8 Add tokenisation support for the Tetun language Raphael Merx 2021-03-13 18:37:30 +0800
  • 7dd812180e merge Hieu Hoang 2021-02-04 11:47:35 -0800
  • b1db9be80a cleanup siddharth jain 2021-02-04 11:36:42 +0530
  • b73a685e91 typo and jamfile fixes siddharth jain 2021-02-04 11:23:27 +0530
  • bf2c915696 jamfile siddharth jain 2021-01-13 10:06:54 +0530
  • 64b356c79d enum header siddharth jain 2021-01-12 22:51:31 +0530
  • 1631aa14d1 api signature update siddharth jain 2021-01-12 22:48:42 +0530
  • e9cc90e73a shared object generation siddharth jain 2020-12-18 11:28:26 +0530
  • 31a67524c8 add datasets Sohyo 2020-12-07 18:01:19 +0100
  • b8c5ad2bbc relative path siddharth jain 2020-11-25 21:22:47 +0530
  • c961624aa8 env separator siddharth jain 2020-11-25 12:53:19 +0530
  • b46da0dc50 appending relative path to lm at runtime siddharth jain 2020-11-23 17:20:33 +0530
  • bfc0bc57a3 remaining clean up changes siddharth jain 2020-11-10 00:21:14 +0530
  • 26fcdca23b merge resolve siddharth jain 2020-11-04 16:37:24 +0530
  • f40a775723 changes to release memory siddharth jain 2020-11-04 16:32:48 +0530
  • affcd000bd dos2unix Hieu Hoang 2020-10-27 11:50:02 -0700
  • 3cc2f4fde6 Dynamic loading Sid Jain 2020-10-26 14:06:23 +0530
  • 47129bd4bc always compile moses2. No need to include xmlrpc-c Hieu Hoang 2020-10-16 00:27:10 -0700
  • 8dffc2da05 rename MSPT -> DynamicPhraseTable Hieu Hoang 2020-10-15 23:16:13 -0700
  • 44352a5315 removing unused code Sid Jain 2020-10-16 11:26:15 +0530
  • baef226200 todo Sid Jain 2020-10-16 11:23:46 +0530
  • c33c8d6605 TODO Sid Jain 2020-10-16 11:17:49 +0530
  • 714a873e4b nitpick , uncomment the server and registry function Sid Jain 2020-10-16 11:16:45 +0530
  • 48fa90931b adding preprocessor for xmlrpc server , renaming MSPT to DynamicPT Sid Jain 2020-10-16 10:30:47 +0530
  • 84fb13c57c nitpick Sid Jain 2020-10-15 15:22:15 +0530
  • 733418985d adding test code Sid Jain 2020-10-15 15:17:21 +0530
  • 8837f3c2a3 code clean up Sid Jain 2020-10-15 15:15:35 +0530
  • 5cbafabfd5 incorrect assert Hieu Hoang 2020-10-14 11:48:26 -0700
  • a312312e78 windows build and managed clr Sid Jain 2020-10-14 19:00:25 +0530
  • 5579cbd463 2Merge branch 'master' of https://machinetranslation.visualstudio.com/DefaultCollection/moses-mstranslator/_git/moses-mstranslator sid jain 2020-10-06 08:46:21 +0530
  • 74e2e11bfa thread-safe Hieu Hoang 2020-10-05 15:39:26 -0700
  • dd638e16f5 use manager pool instead of system pool. Get ready for thread-safe Hieu Hoang 2020-10-05 15:26:20 -0700
  • cd18c7aa79 delete scfp Hieu Hoang 2020-10-05 15:12:03 -0700
  • 83dd5fb7ff MSPT works Hieu Hoang 2020-10-05 12:47:13 -0700
  • 73d1504cda wMerge branch 'master' of https://machinetranslation.visualstudio.com/DefaultCollection/moses-mstranslator/_git/moses-mstranslator sid jain 2020-10-05 22:45:26 +0530
  • b8ae6d58af Merge branch 'master' of vs-ssh.visualstudio.com:v3/machinetranslation/moses-mstranslator/moses-mstranslator Anoop Kunchukuttan 2020-10-05 22:39:06 +0530
  • 0b0d5e8492 MSPT changes for parsing phrase table string Anoop Kunchukuttan 2020-10-05 22:38:15 +0530
  • 55ea76b268 2Merge branch 'master' of https://machinetranslation.visualstudio.com/DefaultCollection/moses-mstranslator/_git/moses-mstranslator sid jain 2020-10-05 22:37:27 +0530
  • 6e78aae34f abort SCFG Hieu Hoang 2020-10-05 09:08:16 -0700
  • a34623140a Merge branch 'master' Anoop Kunchukuttan 2020-10-05 15:24:23 +0530
  • 6801d65c58 some code for parsing input Anoop Kunchukuttan 2020-10-05 08:25:29 +0530
  • 5e38a00a5f debug Hieu Hoang 2020-10-04 12:17:44 -0700