Hi, the tuning and evaluation sets only need syntax in the input. The references are regular text.
-phi On Tue, Sep 17, 2013 at 5:44 PM, karan sharma <[email protected]> wrote: > sir, > In case I am using tree-to-tree model,then input will be parsed files for > both the sides. > > [CORPUS] > parsed-stem = /file/name/without/extension > > [Tuning] > parsed-input= filename(parsed) > > parsed-output= filename(parsed) > > [Evaluation] > > I am not able to find the correct files,because input and output for testing > should be in sgm format. > If you could help me with it or correct me if i am wrong somewhere. > > > Regards > > > > > > > On Tue, Sep 17, 2013 at 9:11 PM, Philipp Koehn <[email protected]> wrote: >> >> Hi, >> >> If you are building a model with target side syntax, you will only need >> the annotation on the target side of the parallel corpus. >> >> If you build a model with source side syntax, you will need the annotation >> on the source side of the parallel corpus, the tuning set, and the >> evaluation set(s). >> >> If you already have the data parsed, you can specify it with: >> >> [CORPUS] >> parsed-stem = /file/name/without/extension >> >> [TUNING] >> parsed-input = /file/name >> >> [EVALUATION] >> parsed-input = /file/name >> >> -phi >> >> >> >> On Sun, Sep 15, 2013 at 10:16 AM, karan sharma >> <[email protected]> wrote: >>> >>> Hey, >>> >>> I am using syntax based model in EMS.In the config file it is asking for >>> path to collins parser. >>> I am already giving input in XML format.Is their any way I skip this >>> step.Also please mention the file format for LM,development and testing.Do I >>> have to give XML input for all steps. >>> >>> Regards >>> >>> _______________________________________________ >>> 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
