-
Notifications
You must be signed in to change notification settings - Fork 12
Output of GCM is empty #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hello, is anyone able to help me with this? |
Hey Cesa, The GCM isn't perfect and sometimes gives empty output if either the quality of alignments or parse trees isn't good. The quality of parse trees should be something that you can check based on which parser you're using ( The main thing that you might want to check is the quality of the alignments. The Hope this helps, |
Also in |
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.
The text was updated successfully, but these errors were encountered: