spacy-ner-annotator icon indicating copy to clipboard operation
spacy-ner-annotator copied to clipboard

Train Spacy ner with custom dataset

Results 7 spacy-ner-annotator issues
Sort by recently updated
recently updated
newest added

I'm selecting text to associate with an entity label but sometimes when I do so, the text itself (and sometimes other unselected texts) is repeated in an overlay that looks...

Removed redundant initialize in train_spacy method inside train.py file

![Capture](https://user-images.githubusercontent.com/47770728/86113167-85e76400-bae6-11ea-8819-8abfb04b6e1e.PNG) Getting this error

This is a good tool as I annotated everything in one hour. But as the title says, my browser (Internet Explorer) does not download my train.json when I'm done. Any...

i have used the code exactly as written, changed the TRAIN_DATA, used your ner annotator to get the data but still the error thrown as soon as train_spacy function is...

Hi ! Does your tool convert files generated by webanno (uima binary cas, uima cas json, uima cas xmi, conll, tsv3) to Spacy NER training data format? Thank you in...

Since the GoldParse is no longer available in spacy. How would you go about rewriting the evaluate function?