Ulrich Germann
|
aad5d67947
|
Added option to also count raw cooccurrences.
|
2014-03-10 11:58:46 +00:00 |
|
Ulrich Germann
|
9cf86f6191
|
Added class Alignment as a friend and wlex21 and COOCraw for development purposes while working on word alignment issues.
|
2014-03-10 11:57:40 +00:00 |
|
Ulrich Germann
|
9159729ad0
|
Made internal table COOC public for development purposes.
|
2014-03-10 11:56:22 +00:00 |
|
Ulrich Germann
|
81ed9937e1
|
Routine check-in.
|
2014-03-05 11:53:05 +00:00 |
|
Ulrich Germann
|
2b19b71095
|
Routine check-in.
|
2014-03-04 15:51:59 +00:00 |
|
Ulrich Germann
|
6c37b8d252
|
Routine check-in.
|
2014-03-03 12:13:41 +00:00 |
|
Ulrich Germann
|
2b181ee691
|
Fixed Mmsapt constructor.
|
2014-02-25 03:10:16 +00:00 |
|
Ulrich Germann
|
4c003edb0d
|
Fixed #include-s.
|
2014-02-25 03:09:19 +00:00 |
|
Ulrich Germann
|
a8d66cd68d
|
Removed Mmsapt constuctor with both descriptor and config line.
|
2014-02-22 00:27:07 +00:00 |
|
Ulrich Germann
|
817e3695e0
|
Fixed some include paths.
|
2014-02-22 00:25:58 +00:00 |
|
Ulrich Germann
|
1252700c44
|
Removed constructor with both description and config line.
|
2014-02-22 00:25:02 +00:00 |
|
Ulrich Germann
|
4b95c3a906
|
Merge branch 'dynamic-phrase-tables' of ssh://thor//home/germann/git/mosesdecoder into dynamic-phrase-tables
due to resetting the location of the remote repository.
|
2014-02-21 01:09:38 +00:00 |
|
Ulrich Germann
|
ac238ef2d7
|
Changed construction from a given token sequence to allow partial matches.
|
2014-02-20 23:56:11 +00:00 |
|
Ulrich Germann
|
8afe62145b
|
Minor fix to make the compiler stop complain about unused typedef.
|
2014-02-20 23:54:15 +00:00 |
|
Ulrich Germann
|
e1d07e7475
|
Added pid2str conversion method to convert from phrase ids to the string.
|
2014-02-20 23:53:15 +00:00 |
|
Ulrich Germann
|
9536cf49e9
|
Phrase look-up now also gathers phrase orientation info (work in progress).
|
2014-02-20 23:51:17 +00:00 |
|
Ulrich Germann
|
6c66b9c631
|
Added Jamfile to produce try-align
|
2014-02-20 23:50:07 +00:00 |
|
Ulrich Germann
|
683635ce25
|
Minor fix to make the compiler stop complaining about unused variables.
|
2014-02-20 23:48:56 +00:00 |
|
Ulrich Germann
|
061b861639
|
Small test program for phrase-based alignment via mmsapt.
|
2014-02-20 23:29:37 +00:00 |
|
Ulrich Germann
|
c259e10b23
|
Various changes.
|
2014-02-20 23:28:01 +00:00 |
|
Ulrich Germann
|
9bcc315644
|
Added phrase-based word alignment to mmsapt (work in progress!).
|
2014-02-20 23:25:36 +00:00 |
|
Hieu Hoang
|
50cadc754f
|
use boost::unordered_map for CacheColl. Marginally faster
|
2014-02-11 03:43:58 +00:00 |
|
Ulrich Germann
|
a6ce081e15
|
Minor changes.
|
2014-02-08 18:25:46 +00:00 |
|
Ulrich Germann
|
594272ce05
|
Changed function count_tokens so that it can be run without passing a filter explicitly.
|
2014-02-08 18:06:11 +00:00 |
|
Ulrich Germann
|
9899364c46
|
Added implicit add-1 smoothing.
|
2014-02-08 18:03:18 +00:00 |
|
Ulrich Germann
|
40fbe226e4
|
Added private members numSent and numWords.
|
2014-02-08 18:02:03 +00:00 |
|
Ulrich Germann
|
66822b279b
|
Added append function to grow imTtracks dynamically in a thread-safe fashion.
|
2014-02-08 18:00:27 +00:00 |
|
Ulrich Germann
|
9f317f4849
|
Minor fix.
|
2014-02-08 17:58:05 +00:00 |
|
Ulrich Germann
|
5f8ae20d01
|
Added dynamicly updatable corpus; updated or added query functions.
|
2014-02-08 17:56:48 +00:00 |
|
Ulrich Germann
|
784654c831
|
Initial check-in.
|
2014-02-08 17:50:26 +00:00 |
|
Ulrich Germann
|
584626a767
|
Added a few programs.
|
2014-02-08 17:49:28 +00:00 |
|
Ulrich Germann
|
5c131f196c
|
Minor changes.
|
2014-02-08 17:22:57 +00:00 |
|
Ulrich Germann
|
4fb00ea6fd
|
Minor fixes.
|
2014-02-08 16:55:05 +00:00 |
|
Ulrich Germann
|
0702926dff
|
Added special copy constructor that adds new sentences to the new imTSA.
|
2014-02-08 16:53:15 +00:00 |
|
Ulrich Germann
|
e81e1772f8
|
Added capability to add sentence pairs to imBitext. Various minor fixes.
|
2014-02-08 16:48:39 +00:00 |
|
Hieu Hoang
|
39858ce1ff
|
leak
|
2014-01-21 18:07:12 +00:00 |
|
Hieu Hoang
|
fcadf4511a
|
leak
|
2014-01-21 17:11:16 +00:00 |
|
Rico Sennrich
|
742e59f1e0
|
minor optimization (minimize performance impact of SoftMatchingFeature code if disabled)
|
2014-01-17 11:57:52 +00:00 |
|
Rico Sennrich
|
ed25bb2b99
|
soft matching of target-side nonterminals
|
2014-01-16 18:34:33 +00:00 |
|
jiejiang
|
5f1217d793
|
merged upstream with origin for mingw
|
2014-01-15 18:16:56 +00:00 |
|
Rico Sennrich
|
df30085bbe
|
pass regtest with C++11 and gcc 4.7
|
2014-01-15 09:27:20 +00:00 |
|
Hieu Hoang
|
fbe1332bc7
|
SkeletonPT uses phrase-table cache to store trarget phrases, instead of it's own collection
|
2014-01-14 11:08:57 +00:00 |
|
Hieu Hoang
|
fccf2ea43a
|
get rid of all aborts from decoder
|
2014-01-13 18:32:22 +00:00 |
|
Hieu Hoang
|
b5558c36b8
|
get rid of all aborts
|
2014-01-13 14:37:05 +00:00 |
|
phikoehn
|
25553079d9
|
bug fix with sparse feature handling depending on word alignment in compact phrase table
|
2014-01-10 18:34:47 +00:00 |
|
phikoehn
|
071ba6ca44
|
Merge branch 'master' of ssh://github.com/moses-smt/mosesdecoder
|
2014-01-07 14:46:42 +00:00 |
|
Hieu Hoang
|
a102bbb33c
|
delete cache object. Shows up as memleak in valgrind
|
2014-01-06 11:10:57 +00:00 |
|
phikoehn
|
e8f00eb420
|
Merge branch 'master' of ssh://github.com/moses-smt/mosesdecoder
|
2014-01-05 22:38:51 +00:00 |
|
Hieu Hoang
|
1431cc5688
|
delete check.hh
|
2014-01-05 18:19:51 +00:00 |
|
phikoehn
|
6c34ff207f
|
additional time reporting and stardardization
|
2014-01-05 02:26:47 +00:00 |
|