Hi 1- I don't know. It's hard to know anything when you describe your problem so unprecisely. Is there an error message ?
2- If you mean a moses decoder, ie something that translates a sentence given by the user, it's quite possible, you can see an example here: http://demo.statmt.org. If you mean an interface to train a system, ie something in which the user gives a parallel corpus from which a moses engine will be made, well, it's also possible (I had done something like this with a web interface), but much less common. Do you really have users that would both want to train moses engines and not want to see the details/parameters? In both cases, in my opinion the most complex decision you'll have to make for your users is what kind of preprocessing and postprocessing to apply (and then of course make sure it is applied automatically). -- Raphael On Thu, May 3, 2012 at 4:36 PM, Info Ic <[email protected]> wrote: > Hello Guys , > > I have Two questions > > 1- Why is that when I try to translate one sentence in the test phase the > the file is generated with 0 ko ?? > 2- If I want to create a window easy to use by a simple user I mean instead > of the line commands that we type ,I build a simple application and a user > will have only to select some parameters and all the work will be done by > moses only the results will be shown .Is it possible ??? can anyone just > give me a hint > > _______________________________________________ > Moses-support mailing list > [email protected] > http://mailman.mit.edu/mailman/listinfo/moses-support > _______________________________________________ Moses-support mailing list [email protected] http://mailman.mit.edu/mailman/listinfo/moses-support
