Amir Zeldes

Results 56 comments of Amir Zeldes

OK - I had a quick look at the data to see the format you're using, and I noticed a few issues with the data that might cause problems: *...

OK, thanks - let me know if you need any input or help figuring out the GUM documentation. The Coptic dataset also has nested (N)NER, in the same conllu tabs+brackets...

I just ran into the same problem. Is there some way to feed stanza pretokenized text (in the sense of white-space separated, possibly mwt tokens) but still run mwt prediction...

Yes, exactly. This situation arises for me when I get a legacy corpus with gold whitespace tokenization, but no MWT analysis (an older French or German TB for example; in...

Sure, I see why you're hesitant. But I actually think running as usual and post-processing is what a user (or at least this user) would expect: * I'm asking you...

This sounds interesting, thanks! Is it documented somewhere?

Thanks, that's fine - personally I don't need it urgently right now, but it would be great to have this in the next release with documentation for whenever this comes...

Hehe true, but it beats having all that hard work sitting there unused because nobody knows about it...

Thanks for the quick reply! This runs successfully now, but despite playing around with hyperparameters I can't get it to predict anything but the 'O' category for anything. To give...

Never mind, I figured it out - BTW I ported this to TF2.2 with tf.compat.v1 and Python 3.X, I can push it to a fork/PR if you're interested