Hieu Hoang
|
40d938be1a
|
Merge branch 'weight-new' of github.com:hieuhoang/mosesdecoder into weight-new
|
2013-03-02 19:08:25 +01:00 |
|
Hieu Hoang
|
9d4f1c8555
|
Merge github.com:moses-smt/mosesdecoder into weight-new
|
2013-03-02 18:03:08 +00:00 |
|
Hieu Hoang
|
349dffd750
|
Fix for incorrect alignment from moses_chart
|
2013-03-02 17:58:33 +00:00 |
|
Hieu Hoang
|
f3e3bc7636
|
Merge github.com:moses-smt/mosesdecoder into weight-new
|
2013-02-27 23:32:50 +01:00 |
|
Hieu Hoang
|
68dbe85545
|
Merge pull request #28 from amittai/amittai
three small things
|
2013-02-27 07:33:52 -08:00 |
|
amittai
|
7ca271b200
|
fixed typo
|
2013-02-26 19:47:44 -08:00 |
|
amittai
|
1f82a43837
|
where'd the edit go?
|
2013-02-26 11:37:31 -08:00 |
|
amittai
|
5cdf65ba33
|
Revert "Revert "let's be consistently case-insensitive with respect to the xml tags""
This reverts commit 8b6e98c633 .
|
2013-02-26 11:32:29 -08:00 |
|
amittai
|
225feafb9e
|
Merge remote-tracking branch 'upstream/master' into amittai
|
2013-02-26 11:23:33 -08:00 |
|
amittai
|
1fb51dc674
|
use 'gunzip -c' instead of 'zcat' for better cross-platform compatibility
zcat is identical to "gunzip -c", but Mac OS X doesn't ship with zcat.
|
2013-02-26 11:19:33 -08:00 |
|
Hieu Hoang
|
1ee365e0d7
|
WIP. Fix for incorrect alignment from moses_chart
|
2013-02-26 18:27:55 +00:00 |
|
Hieu Hoang
|
1bba58b134
|
eclipse project files
|
2013-02-26 11:01:01 +00:00 |
|
Hieu Hoang
|
5b18e393a5
|
compile error in queryPhraseTableMin.cpp
|
2013-02-25 21:15:16 +00:00 |
|
Hieu Hoang
|
1483f35b71
|
Merge branch 'weight-new' of github.com:hieuhoang/mosesdecoder into weight-new
|
2013-02-25 20:32:18 +00:00 |
|
Hieu Hoang
|
63be801652
|
compressed pt works with new pt format
|
2013-02-25 18:52:58 +00:00 |
|
Hieu Hoang
|
30ef335226
|
sparse pt features works with new pt format
|
2013-02-25 16:52:02 +00:00 |
|
Hieu Hoang
|
025416a038
|
new pt format
|
2013-02-25 15:39:34 +00:00 |
|
Hieu Hoang
|
5344cc1a63
|
load PhraseDictionarySCFG
|
2013-02-25 14:50:33 +00:00 |
|
Hieu Hoang
|
c90eec946f
|
load scfg on-disk pt
|
2013-02-25 14:24:34 +00:00 |
|
Hieu Hoang
|
9f33f5ba7e
|
load scfg on-disk pt
|
2013-02-25 14:19:48 +00:00 |
|
Hieu Hoang
|
c789ce81e6
|
load binary pt
|
2013-02-25 11:49:34 +00:00 |
|
Hieu Hoang
|
682aaf4c6f
|
load pt memory
|
2013-02-25 11:03:34 +00:00 |
|
amittai
|
8b6e98c633
|
Revert "let's be consistently case-insensitive with respect to the xml tags"
This reverts commit 2eb0c5e11d .
|
2013-02-24 18:10:19 -08:00 |
|
amittai
|
2eb0c5e11d
|
let's be consistently case-insensitive with respect to the xml tags
|
2013-02-24 18:07:11 -08:00 |
|
Hieu Hoang
|
0fb8f2b08e
|
Merge branch 'weight-new' of github.com:hieuhoang/mosesdecoder into weight-new
|
2013-02-24 22:51:33 +00:00 |
|
Hieu Hoang
|
24aac70a69
|
new pt format compiles. Doesn't run probably, doesn't load
|
2013-02-24 16:01:50 +00:00 |
|
Hieu Hoang
|
7d4ca4f21e
|
new pt format compiles. Doesn't run probably, doesn't load
|
2013-02-24 15:38:29 +00:00 |
|
Hieu Hoang
|
bcecfe55db
|
merge with Lane's search graph output
|
2013-02-24 00:31:29 +00:00 |
|
Hieu Hoang
|
30e0d1e0fa
|
Merge github.com:moses-smt/mosesdecoder into weight-new
|
2013-02-22 22:39:24 +00:00 |
|
Hieu Hoang
|
eaacbb1c92
|
compiles
|
2013-02-22 22:23:55 +00:00 |
|
Lane Schwartz
|
4adeb7e338
|
Output feature weights to a separate file when producing hypergraph
|
2013-02-22 16:28:48 -05:00 |
|
Lane Schwartz
|
285661fec7
|
Deleted stale commented code
|
2013-02-22 16:28:48 -05:00 |
|
Lane Schwartz
|
764ce06726
|
More work on outputting search graph as hypergraph
|
2013-02-22 16:28:48 -05:00 |
|
Lane Schwartz
|
04f107fbb0
|
Add flag to output search graph in Kenneth's hypergraph format.
|
2013-02-22 16:28:48 -05:00 |
|
Lane Schwartz
|
e7563111de
|
More work on outputting HTK lattice format
|
2013-02-22 16:28:47 -05:00 |
|
Lane Schwartz
|
e106e04dc3
|
More work on outputting HTK SLF.
Now, each arc emits exactly one word.
|
2013-02-22 16:28:47 -05:00 |
|
Lane Schwartz
|
774ed64f2e
|
Work to allow output search graph in HTK standard lattice format
|
2013-02-22 16:28:47 -05:00 |
|
Hieu Hoang
|
194adf8130
|
change format for phrase model
|
2013-02-22 19:17:57 +00:00 |
|
Hieu Hoang
|
5e23eb502d
|
delete enum LMImplementation
|
2013-02-22 11:55:28 +00:00 |
|
Hieu Hoang
|
f8a554ff22
|
delete PTLOAD_TIME
|
2013-02-21 22:55:41 +00:00 |
|
Hieu Hoang
|
01af82310b
|
delete ScoreProducer
|
2013-02-21 20:03:35 +00:00 |
|
Hieu Hoang
|
86b848ef24
|
set m_useThreadSafePhraseDictionary
|
2013-02-21 18:06:03 +00:00 |
|
Hieu Hoang
|
56506281c5
|
move class PointerState into its own file
|
2013-02-21 14:48:23 +00:00 |
|
Hieu Hoang
|
ce26defbf7
|
move class LanguageModelChartState into its own file
|
2013-02-21 14:29:51 +00:00 |
|
Hieu Hoang
|
28d189ffe6
|
delete Useable()
|
2013-02-21 13:21:03 +00:00 |
|
Hieu Hoang
|
8e6c65d43b
|
delete InitializeBeforeSentenceProcessing() and CleanUpAfterSentenceProcessing()
|
2013-02-21 13:01:36 +00:00 |
|
Hieu Hoang
|
eca3661de3
|
rename a variable and function
|
2013-02-21 11:30:54 +00:00 |
|
Hieu Hoang
|
eb789874ea
|
delete CLOCK_MONOTONIC
|
2013-02-21 01:09:05 +00:00 |
|
Hieu Hoang
|
a0927b98e6
|
delete class LMRefCount. Merge LM and LM implementation back together again
|
2013-02-20 23:36:04 +00:00 |
|
Hieu Hoang
|
ab44825f29
|
delete GetLMType()
|
2013-02-20 23:02:09 +00:00 |
|