label-studio icon indicating copy to clipboard operation
label-studio copied to clipboard

Ner for NLP

Open Salim-2020 opened this issue 3 years ago • 3 comments

Hello,

I annotated my data to use them in a deep learning model, but I can't form the csv exported by label studio to a NER_text data, please do you have a python code that allows you to form a ner_text data ?

Thankyou

Salim-2020 avatar Jun 30 '22 10:06 Salim-2020

Hello, what is ner_text data? It's better to export JSON in LS native format and write the converter by yourself, it should be pretty easy if you are familiar with python.

makseq avatar Jul 01 '22 00:07 makseq

ner_text data? : this is NAMED ENTITY RECOGNITION for nlp.

I exported the json file but I couldn't extract the data and write a data to train my bert model

Salim-2020 avatar Jul 01 '22 07:07 Salim-2020

Try to check this example - https://labelstud.io/guide/predictions.html#Import-pre-annotations-for-text , hope this helps for better understanding.

makseq avatar Jul 04 '22 23:07 makseq