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

2016-04-08 Thread Lane Schwartz
It makes sense in my (admittedly very arcane) current scenario, but it's not terribly important. I think the answer to my question is - if you run mosesserver with --output-search-graph, the mosesserver executable will not produce an output graph file, and if you want the output graph, the client

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 Schwart

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 289-298 of: > > https