s-ankur / hindi_grammar_correction

Hindi Grammar Correction
3 stars 2 forks source link

Error While running #4

Closed AramTaravat closed 11 months ago

AramTaravat commented 1 year ago

Hello When i was running your code based on this -> https://github.com/s-ankur/hindi_grammar_correction/blob/main/Colab%20Notebooks/https_github.com_s-ankur_fairseq-gec.ipynb ,   I had an error said there is no mosesdecoder file after run this part -> %cd mosesdecoder. What should I do?

I had a few question regarding your work also. As much as i understood you have worked on indian language and considered it as low resource language. I mean you did not use a lot of data for training right? How many sentences did you have in source and target file? And for Copy Augmented Transformer Model, you have edited it to compatible for your language right? 

s-ankur commented 1 year ago

Hi,

I think we missed the command for git clone https://github.com/moses-smt/mosesdecoder before that command. could you please try that?

On Tue, Sep 5, 2023 at 2:56 PM AramTaravat @.***> wrote:

Hello When i was running your code based on this -> https://github.com/s-ankur/hindi_grammar_correction/blob/main/Colab%20Notebooks/https_github.com_s-ankur_fairseq-gec.ipynb , I had an error said there is no mosesdecoder file after run this part -> %cd mosesdecoder. What should I do?

I had a few question regarding your work also. As much as i understood you have worked on indian language and considered it as low resource language. I mean you did not use a lot of data for training right? How many sentences did you have in source and target file? And for Copy Augmented Transformer Model, you have edited it to compatible for your language right?

— Reply to this email directly, view it on GitHub https://github.com/s-ankur/hindi_grammar_correction/issues/4, or unsubscribe https://github.com/notifications/unsubscribe-auth/AH5WHWHBOOOGYTJX2UTEGWTXY3V33ANCNFSM6AAAAAA4LPEVLY . You are receiving this because you are subscribed to this thread.Message ID: @.***>

-- Regards, Ankur Sonawane

AramTaravat commented 1 year ago

It worked after cloning but later at command !chmod +x fairseq-gec/software/mosesdecoder/bin/* , it has problem. There is no bin in mosesdecoder folder