HumanSignal / label-studio

Label Studio is a multi-type data labeling and annotation tool with standardized output format
https://labelstud.io
Apache License 2.0
18.27k stars 2.29k forks source link

Ner for NLP #2588

Open Salim-2020 opened 2 years ago

Salim-2020 commented 2 years ago

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

makseq commented 2 years ago

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.

Salim-2020 commented 2 years ago

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

makseq commented 2 years ago

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