You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The log file has not more information that the error says, I guess.
tail log/depccg/ja.log
2019-07-10 15:06:36,681 - viasock server - .viasock/sockets/5f79728e3d94a7d0227c9d9374a4faa7 - 24841 - INFO - record 1 start
2019-07-10 15:06:56,699 - viasock server - .viasock/sockets/5f79728e3d94a7d0227c9d9374a4faa7 - 24841 - INFO - killed process
2019-07-10 15:06:56,700 - viasock server - .viasock/sockets/5f79728e3d94a7d0227c9d9374a4faa7 - 24841 - ERROR - process took too long to answer
2019-07-10 15:06:56,701 - viasock server - .viasock/sockets/5f79728e3d94a7d0227c9d9374a4faa7 - 24841 - INFO - stopped
2019-07-10 15:15:32,924 - viasock server - .viasock/sockets/5f79728e3d94a7d0227c9d9374a4faa7 - 1513 - INFO - started
2019-07-10 15:15:33,923 - viasock server - .viasock/sockets/5f79728e3d94a7d0227c9d9374a4faa7 - 1513 - INFO - connection 1 start
2019-07-10 15:15:33,924 - viasock server - .viasock/sockets/5f79728e3d94a7d0227c9d9374a4faa7 - 1513 - INFO - record 1 start
2019-07-10 15:15:53,943 - viasock server - .viasock/sockets/5f79728e3d94a7d0227c9d9374a4faa7 - 1513 - INFO - killed process
2019-07-10 15:15:53,944 - viasock server - .viasock/sockets/5f79728e3d94a7d0227c9d9374a4faa7 - 1513 - ERROR - process took too long to answer
2019-07-10 15:15:53,944 - viasock server - .viasock/sockets/5f79728e3d94a7d0227c9d9374a4faa7 - 1513 - INFO - stopped
I think the default values for -t, -T, and -P parameters are fine for this procedure as each input sentnce is on a separate line and output delimiters and prelude shouldn't have effect on the failure.
p.s. I use the uptodate version of viasock.
The text was updated successfully, but these errors were encountered:
depccg takes tokenized Japanese text and prints in the conll style.
When I use
viasock run
, it throws an error after the timeout is reached. 20 seconds is more than enough to load the model and parse the text.The log file has not more information that the error says, I guess.
I think the default values for
-t
,-T
, and-P
parameters are fine for this procedure as each input sentnce is on a separate line and output delimiters and prelude shouldn't have effect on the failure.p.s. I use the uptodate version of viasock.
The text was updated successfully, but these errors were encountered: