Re: [Moses-support] Moses server with --output-search-graph

2016-04-08 Thread Philipp Koehn
Hi, I am bit confused by this. The point of Mosesserver is to interact with a running Moses process via API requests. If you want to run Moses in a way that it reads and writes local files, you should just uses the regular Moses batch process. -phi On Fri, Apr 8, 2016 at 10:25 AM, Lane

Re: [Moses-support] Moses server with --output-search-graph

2016-04-08 Thread Lane Schwartz
I was interested in the search graph being output to a file by Moses, rather than by the python client. Is that possible? On Thu, Apr 7, 2016 at 2:59 PM, Philipp Koehn wrote: > Hi, > > to get the search graph back, you must also specify sg=true. > > See for an example lines

Re: [Moses-support] Moses server with --output-search-graph

2016-04-07 Thread Philipp Koehn
Hi, to get the search graph back, you must also specify sg=true. See for an example lines 289-298 of: https://github.com/casmacat/moses-mt-server/blob/master/python_server/server.py -phi On Wed, Apr 6, 2016 at 4:02 PM, Lane Schwartz wrote: > When running mosesserver with

[Moses-support] Moses server with --output-search-graph

2016-04-06 Thread Lane Schwartz
When running mosesserver with --output-search-graph, I don't get a search graph file created. Is this the expected behavior? Or is something else going on? Thanks, Lane ___ Moses-support mailing list Moses-support@mit.edu