CodeMixed-Text-Generator icon indicating copy to clipboard operation
CodeMixed-Text-Generator copied to clipboard

Output of GCM is empty

Open cesaSalaam opened this issue 3 years ago • 4 comments

Hello,

I am able to run through the aligner and the pregcm stages of the toolkit but when it comes to gcm stage, the output is empty.

Below is a screenshot of the config file. Screen Shot 2021-08-17 at 1 48 02 PM

Also, It seems that the problem is connected to def run_in_try(func, pipe, params): try: #print(params) ret = func(params) except Exception as e: ret = "fail" pipe.send(ret) pipe.close()

It seems to be returning fail consistently. Is there something that I am missing?

A file "out-cm-en-de.txt" is created, but nothing is in it.

cesaSalaam avatar Aug 17 '21 17:08 cesaSalaam