Groups
Groups
Sign in
Groups
Groups
cdec users
Conversations
About
Send feedback
Help
cdec users
1–30 of 46
Mark all as read
Report group
0 selected
Marwa Refaie
2/9/16
Python -fPIC
Hello I compile cdec successfully , when it comes to python install i have the following error cd~/
unread,
Python -fPIC
Hello I compile cdec successfully , when it comes to python install i have the following error cd~/
2/9/16
Jacob Eisenstein
,
Chris Dyer
2
5/27/15
problem compiling cdec
Kenneth, have you seen errors like this before? On Wed, May 27, 2015 at 6:29 PM, Jacob Eisenstein
unread,
problem compiling cdec
Kenneth, have you seen errors like this before? On Wed, May 27, 2015 at 6:29 PM, Jacob Eisenstein
5/27/15
eric baucom
4/13/15
cdec with t2s formalism
Hello, I'm working on some experiments with structure prediction over a syntactic simplification
unread,
cdec with t2s formalism
Hello, I'm working on some experiments with structure prediction over a syntactic simplification
4/13/15
SAUMITRA YADAV
2/16/15
error while making cdec
Im new to cdec Decoder , and trying to compile it on my system, path to boost was provided while
unread,
error while making cdec
Im new to cdec Decoder , and trying to compile it on my system, path to boost was provided while
2/16/15
Sandipan Dandapat
,
Felix H
4
9/5/14
Word-to-word alignment information in CDEC decoder
I specified --extract_rules <fname> and --show_derivations <fname> in the cdec.ini file
unread,
Word-to-word alignment information in CDEC decoder
I specified --extract_rules <fname> and --show_derivations <fname> in the cdec.ini file
9/5/14
Amir Pouya Agha Sadeghi
,
Ramtin Mehdizadeh Seraj
2
6/26/14
After step by step tutorial , What to do next?
http://www.cs.cmu.edu/~./mdenkows/cdec-realtime.html On Thursday, April 17, 2014 1:22:12 AM UTC-7,
unread,
After step by step tutorial , What to do next?
http://www.cs.cmu.edu/~./mdenkows/cdec-realtime.html On Thursday, April 17, 2014 1:22:12 AM UTC-7,
6/26/14
Huiying Li
5/6/14
extracting phrase table
Another silly question: I simply used the python tool cdec.sa.extract with maxNT=0 to extract (what I
unread,
extracting phrase table
Another silly question: I simply used the python tool cdec.sa.extract with maxNT=0 to extract (what I
5/6/14
Huiying Li
5/6/14
About the implementation of phrase based decoder in cdec
Hi, When I was looking at cdec's phrase based decoder (formalism=pb), I found that it does not
unread,
About the implementation of phrase based decoder in cdec
Hi, When I was looking at cdec's phrase based decoder (formalism=pb), I found that it does not
5/6/14
Huiying Li
,
Chris Dyer
3
5/6/14
Are EgivenF and CoherenceProb substituted by EgivenFCoherence in featuer extraction?
Thanks Chris. Yeah there is ap(e|f), but the feature actually being used (imported to scorer) is
unread,
Are EgivenF and CoherenceProb substituted by EgivenFCoherence in featuer extraction?
Thanks Chris. Yeah there is ap(e|f), but the feature actually being used (imported to scorer) is
5/6/14
Ramtin Mehdizadeh Seraj
3/3/14
Grammars used for decoding
Hi, I want to find grammars used by decoder for an input sentence (hiero phrases used to produce that
unread,
Grammars used for decoding
Hi, I want to find grammars used by decoder for an input sentence (hiero phrases used to produce that
3/3/14
Hieu Hoang
2
2/17/14
hierarchical extraction
I was asking more about the algorithm but comparing the extracted output might also a good idea.
unread,
hierarchical extraction
I was asking more about the algorithm but comparing the extracted output might also a good idea.
2/17/14
Junhui Li
,
Chris Dyer
2
2/14/14
class-based lm in cdec
You can enable the class-based LM by adding the following line to your cdec.ini file:
unread,
class-based lm in cdec
You can enable the class-based LM by adding the following line to your cdec.ini file:
2/14/14
Ramtin Mehdizadeh Seraj
12/12/13
Adding features to SCFG grammar files
Hi, I have a question regarding adding features to SCFG files. I would be very pleased if you can
unread,
Adding features to SCFG grammar files
Hi, I have a question regarding adding features to SCFG files. I would be very pleased if you can
12/12/13
Chris Dyer
11/11/13
New cdec release, version 2013-11-10
Folks, there's a new cdec release (http://www.cdec-decoder.org/releases/rel-2013-11-10.html). The
unread,
New cdec release, version 2013-11-10
Folks, there's a new cdec release (http://www.cdec-decoder.org/releases/rel-2013-11-10.html). The
11/11/13
Hieu Hoang
,
Chris Dyer
4
10/7/13
lattices with EPSILON
@ondrej - Yes, Yulia's lattices look like confusion networks in disguised so there will be a
unread,
lattices with EPSILON
@ondrej - Yes, Yulia's lattices look like confusion networks in disguised so there will be a
10/7/13
John Morgan
9/16/13
hpyplm in cdec
Hello, Can LMs trained with cpyp/hpyplm/hpyplm_train be used in cdec or moses? -- Regards, John J
unread,
hpyplm in cdec
Hello, Can LMs trained with cpyp/hpyplm/hpyplm_train be used in cdec or moses? -- Regards, John J
9/16/13
Varvara Logacheva
,
Victor Chahuneau
5
6/10/13
Illegal key type <type 'long'> for IntList
Hi, sorry for the late answer. yes, I've reinstalled the python module. The error remained the
unread,
Illegal key type <type 'long'> for IntList
Hi, sorry for the late answer. yes, I've reinstalled the python module. The error remained the
6/10/13
Chris Dyer
5/1/13
unique k-best extraction bug
Hi cdec-users, Wu, Ke from UMD pointed out to me a rather serious long-standing bug affecting unique
unread,
unique k-best extraction bug
Hi cdec-users, Wu, Ke from UMD pointed out to me a rather serious long-standing bug affecting unique
5/1/13
Philip Dasler
,
Chris Dyer
2
4/4/13
Phrase Based Translation Using CDEC
Hey guys, sorry for the delayed response this didn't get into my starred emails until Philip R
unread,
Phrase Based Translation Using CDEC
Hey guys, sorry for the delayed response this didn't get into my starred emails until Philip R
4/4/13
Felix H
3/27/13
linking external feature functions under UNIX
Hi. I am writing an external feature function for cdec based on the example given in '
unread,
linking external feature functions under UNIX
Hi. I am writing an external feature function for cdec based on the example given in '
3/27/13
waleed ammar
2
1/30/13
serializing FastSparseVector
fixed. it turned out there was another (earlier) header file which included fast_sparse_vector.h
unread,
serializing FastSparseVector
fixed. it turned out there was another (earlier) header file which included fast_sparse_vector.h
1/30/13
Vivek Mahajan
, …
Chris Dyer
5
11/20/12
missing makefile in word-aligner
Hi Chris, Thank you so much. It works now. Best, Vivek On Tue, Nov 20, 2012 at 11:04 AM, Chris Dyer
unread,
missing makefile in word-aligner
Hi Chris, Thank you so much. It works now. Best, Vivek On Tue, Nov 20, 2012 at 11:04 AM, Chris Dyer
11/20/12
Chris Dyer
11/18/12
cdec model training software reorganization
Hello cdec-users & friends, This is just an announcement that I've done a bit of cleanup this
unread,
cdec model training software reorganization
Hello cdec-users & friends, This is just an announcement that I've done a bit of cleanup this
11/18/12
Chris Dyer
11/11/12
cdec update: new devset format with MERT, new website
Hello cdec users! This is just a quick announcement about a non-backward compatible change that has
unread,
cdec update: new devset format with MERT, new website
Hello cdec users! This is just a quick announcement about a non-backward compatible change that has
11/11/12
chen
8/10/12
Not sure about the entries in weights file
Hello, I looked into the weights file of cdec-demo. I don't understand of the following entries:
unread,
Not sure about the entries in weights file
Hello, I looked into the weights file of cdec-demo. I don't understand of the following entries:
8/10/12
chen
, …
Victor Chahuneau
8
8/9/12
what kind of alignment should be used for SCFG extraction
Thanks very much 在 2012年8月9日星期四UTC+8上午7时27分14秒,Victor Chahuneau写道: Hi Chen, if you pull the latest
unread,
what kind of alignment should be used for SCFG extraction
Thanks very much 在 2012年8月9日星期四UTC+8上午7时27分14秒,Victor Chahuneau写道: Hi Chen, if you pull the latest
8/9/12
chen
,
Chris Dyer
3
8/5/12
speed of the cdec SCFG decoding
Thanks very much. 在 2012年8月5日星期日UTC+8上午9时01分40秒,Chris Dyer写道: Neither cdec nor Thrax do any filtering
unread,
speed of the cdec SCFG decoding
Thanks very much. 在 2012年8月5日星期日UTC+8上午9时01分40秒,Chris Dyer写道: Neither cdec nor Thrax do any filtering
8/5/12
陈徐希
, …
Chris Dyer
7
8/2/12
phrase-based translation training error
Hey guys, sorry for the trouble. A couple things: 1) cdec's phrase based MT implementation is
unread,
phrase-based translation training error
Hey guys, sorry for the trouble. A couple things: 1) cdec's phrase based MT implementation is
8/2/12
Yang Gao
7/30/12
klm on cdec does not compile
Hi! I checked out the latest cdec from git. I would like to also be able to call the "query
unread,
klm on cdec does not compile
Hi! I checked out the latest cdec from git. I would like to also be able to call the "query
7/30/12
dnm
, …
Chris Dyer
9
7/6/12
aligner fails
Somehow, this thing let me delete the entire post history. That's no good for those who want to
unread,
aligner fails
Somehow, this thing let me delete the entire post history. That's no good for those who want to
7/6/12