CodeMixed-Text-Generator
CodeMixed-Text-Generator copied to clipboard
Output of GCM is empty
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.
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.