oudalab / Arabic-NER

32 stars 11 forks source link

Convert example NER/Prodigy format to full spaCy format #2

Closed ahalterman closed 6 years ago

ahalterman commented 6 years ago

I trained an initial Arabic NER model using annotations in the format in the train_ner example, which I think is also the Prodigy format. Use the Prodigy to spaCy format converter and use spacy train instead, which should make it way faster.

ahalterman commented 6 years ago

Closed by b1cdc4c