Shunsuke Kando
Results
2
comments of
Shunsuke Kando
I also came across this issue. The problem is that `outputs["multiword_ids"]` is `"None"` (str), not `None`. Due to this, the condition `if outputs["multiword_ids"]:` is always `True` even if there's no...
But actually I found another problem... `outputs["ids"]` is also `"None"` (str) somehow, generating weird conllu as a result: ``` N Un uno DET _ Definite=Ind|Gender=Masc|Number=Sing|PronType=Art 2 det _ _ o...