Moses-support Digest, Vol 90, Issue 32

Send Moses-support mailing list submissions to
moses-support@mit.edu

To subscribe or unsubscribe via the World Wide Web, visit
http://mailman.mit.edu/mailman/listinfo/moses-support
or, via email, send a message with subject or body 'help' to
moses-support-request@mit.edu

You can reach the person managing the list at
moses-support-owner@mit.edu

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Moses-support digest..."


Today's Topics:

1. cube pruning and growing (David Mrva)


----------------------------------------------------------------------

Message: 1
Date: Fri, 11 Apr 2014 16:17:44 +0100
From: David Mrva <davidm@cantabresearch.com>
Subject: [Moses-support] cube pruning and growing
To: moses-support@mit.edu
Message-ID: <53480798.1040708@cantabresearch.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Hi all,

Is cube pruning (see http://www.aclweb.org/anthology/P/P07/P07-1019.pdf)
supported by moses out of the box?

The search-algortihm option's description suggests that it is:
-search-algorithm: Which search algorithm to use. 0=normal stack, 1=cube
pruning, 2=cube growing, 4=stack with batched lm requests (default = 0)

and despite the SearchAlgorithm enum in moses/TypeDef.h having a slot
for it:
enum SearchAlgorithm {
...
,CubeGrowing = 2
...
};

the Search::CreateSearch() method does not seem to support this choice:
...
case CubeGrowing:
return NULL;
....

Using "-search-algorithm 2" results in an instant seg fault. I use moses
checked out of github.

Many thanks,
David



------------------------------

_______________________________________________
Moses-support mailing list
Moses-support@mit.edu
http://mailman.mit.edu/mailman/listinfo/moses-support


End of Moses-support Digest, Vol 90, Issue 32
*********************************************

0 Response to "Moses-support Digest, Vol 90, Issue 32"

Post a Comment