ufal / udpipe

UDPipe: Trainable pipeline for tokenizing, tagging, lemmatizing and parsing Universal Treebanks and other CoNLL-U files
Mozilla Public License 2.0
359 stars 75 forks source link

Add support for Big-endian platforms? #169

Closed barracuda156 closed 1 year ago

barracuda156 commented 1 year ago

I have been referred to here from respective R package: https://github.com/bnosac/udpipe/issues/119

Is it possible to add support for Big-endian platforms?

foxik commented 1 year ago

Hi,

I do not plan to do it, because UDPipe is now mostly in maintenance mode, and it would require some non-trivial changes to the code imported from MorphoDiTa (maybe in other places too, the model deserialization is just the first thing that comes to mind). But I am willing to accept patches, if you wanted to do it ;-)

barracuda156 commented 1 year ago

Hi,

I do not plan to do it, because UDPipe is now mostly in maintenance mode, and it would require some non-trivial changes to the code imported from MorphoDiTa (maybe in other places too, the model deserialization is just the first thing that comes to mind). But I am willing to accept patches, if you wanted to do it ;-)

Got it, thanks for a fast reply. This is not my sphere of expertise, unfortunately, so I am afraid I won’t be able to handle non-trivial fixes here…