Daniel M. Melanchthon
Results
2
comments of
Daniel M. Melanchthon
I found the same issue. I followed the provided link and found models here http://vectors.nlpl.eu/repository/
I suggest you look at this repo https://github.com/EMBEDDIA/supar-elmo#Usage They have a util function to achieve what you want in an easy way: ``` from supar.utils import CoNLL print(CoNLL.toconll(['She', 'enjoys', 'playing',...