edoust

Results 9 comments of edoust

@helpmefindaname Were you able to finish this? I did an export of the german flair model to a single ONNX ~2 years ago but need the english version too, did...

I created a script for ONNX export for the de-pos model, it is running just fine on the onnxruntime on .NET. Will test if I can also get an export...

I created single file ONNX models from `de-pos`, `flair/upos-multi`, `flair/upos-multi-fast` that work with variable batch and sentence sizes. Basically it first computes the forward and backward embeddings, selects the right...

Will this be able to run on `net6.0-maccatalyst` or generally speaking be usable with MAUI? This compatibility issue is around for quite some time now, but none of the open...

Any news on when the .NET 6 compatible version will be released?

Hi @helpmefindaname thanks for the reply, you are right `striping` is not necessary, thanks for that :) Regarding the ONNX export, I think it would be great to have the...

I have the same issue on `v5.0.19`, @PeterHagen did reverting to `v5.0.17` solve the issue for now?

How can I accept a displayed suggestion? Neither `Tab` nor `Enter` work for me

Hey @guillaume-be I noticed this does not happen when I checkout this repo and run the mentioned sentence in the example for keyword extraction. When I run my code in...