Vladimir-Chan

Results 3 issues of Vladimir-Chan

When processing left recursion, the function computeFirst will be in endless loop

Hi, when pre-trainning model, I got TypeError as the following: > Traceback (most recent call last): File "exp.py", line 615, in pretrain(args) File "exp.py", line 530, in pretrain verbose=True, eval_top_pred_only=args.eval_top_pred_only)...

As my comment in the issue #648 , modify the condition is helpful to the bug when setting `only_summaries` to `True`. The same bug was rise in the issue #250...