rsennrich / ParZu

The Zurich Dependency Parser for German

Home Page:https://pub.cl.uzh.ch/demo/parzu/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Online parser returns random sentences

fliegekunst opened this issue · comments

Online demo version of ParZu (https://pub.cl.uzh.ch/demo/parzu/) returns a parse of a random sentence instead of the input. Is it a bug or a feature?

This seems to have fixed itself. Let me know if this occurs again, and I can have a closer look.

This seems ok so far - commit a38bca7 might have helped. Closing this.

I updated the server to apply all updates to robustness in the face of timeouts (commit c2de805 ) and restarted it. Hope it will be more stable now.

I found a problem with line breaks in the input that could cause the misalignment of input/output. This has been fixed in commit ed0e71c - let me know if there are any more problems.