sawan16

Results 8 comments of sawan16

> ignore me: > > ``` > Best: unk=-0.278779 egfl=0.00129339 w=0.103592 fgep=0.0420955 lfreq=0.001817 parse=0.291264 p=-0.0358876 egfp=0.02107 fgel=0.0162464 lm=0.207954 => 0.767743 > ``` what is this ????

best ====> 0.76 Is this training best of dev best?

what is the desired version of perl... I have perl as follows: This is **perl 5, version 22**, subversion 1 (v5.22.1) built for x86_64-linux-gnu-thread-multi

I have run the code for training, testing with python 3.5 and perl 5, version 22. I got following message in between the execution: Executing: /home/sawan/Downloads/pseudogen2/tools/travatar/script/train/symmetrize.pl travatar-model/align/src-trg.giza.A3.final travatar-model/align/trg-src.giza.A3.final > travatar-model/align/align.txt...

During Training We pass **all.code** file as input to the **_parse.py_** which returns rawtree. I have tried your `python3 scripts/parse.py < data/test.pytok | grep '^$' | wc -l.` all.code passed...

Installed perl5.21.11. (python3.5 as per your instruction) Executed the training, testing steps. Result BLEU=0.010495 RIBES=0.114281

Hi, I am still not able to replicate your results. Please help me out. Provide the full details of system and software (need to execute the code), so that I...

Hi, I am now able to replicate your results. I passed the python code in reduced tree format instead of tokenized format. I am able to get 52.87 BLEU. Please...