Ner column for Italian connlu format #993
Replies: 5 comments 1 reply
-
The primary limitation here is that there is no standardized NER format for
the misc column, and I don't want to be person who defines one
…On Tue, Apr 5, 2022 at 8:12 AM robertobartolini ***@***.***> wrote:
Good evening,
I'm trying to have the Italian output of Stanza in Conllu format with the
NER column.
I use the instruction CoNLL.write_doc2conll (doc, "output.conllu") but
unfortunately it doesn't add the NER information:
is there a procedure in the CoNLL module that adds it?
Best Regards,
Roberto.
—
Reply to this email directly, view it on GitHub
<#993>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA2AYWLMC6WU6KRYSSN5ODTVDRJ7JANCNFSM5STC7WDA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
#996
something like this will be in the next release
…On Wed, Apr 6, 2022 at 3:08 AM robertobartolini ***@***.***> wrote:
ok,
thanks for the quick reply!
I suspected it was as you say. I'll implement my own procedure to add that
column. T
Thanks so much,
Best,
Roberto.
—
Reply to this email directly, view it on GitHub
<#993 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA2AYWLPTBNI7RYPV3E4KADVDVPA7ANCNFSM5STC7WDA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Thanks so much John, you are very efficient! I don't like the solution with the information on NER concatenated to the text span, but I understand that it is not up to you .... in the meantime I have modified the Python code, the CoNNL class, only for my purposes and I have produced the conll output format with the NER in a separate additional column |
Beta Was this translation helpful? Give feedback.
-
Putting it in an additional column was something we considered, but it opens a whole new can of worms regarding other people using extended conll files instead of the regular 10 column files |
Beta Was this translation helpful? Give feedback.
-
yes I understand the situation, I had imagined it... |
Beta Was this translation helpful? Give feedback.
-
Good evening,
I'm trying to have the Italian output of Stanza in Conllu format with the NER column.
I use the instruction CoNLL.write_doc2conll (doc, "output.conllu") but unfortunately it doesn't add the NER information:
is there a procedure in the CoNLL module that adds it?
Best Regards,
Roberto.
Beta Was this translation helpful? Give feedback.
All reactions