tensorflow/text

Span metrics Precision/Recall/F1 are missing (NER)

ykacer opened this issue · 0 comments

ykacer commented

Hi,

Recent updates in tensorflow_text provide capabilities to deal with full tensorflow name entity recognition (NER) using offsets_to_boise_tags and boise_tags_to_offsets. It looks that metrics for ner are still missing... however some previous developments show implementations on that sense (#262) but it seems it has been moved away right after. Is there any plan to make them officially available into tensorflow_text.metrics?