Grégory Howard
Results
3
comments of
Grégory Howard
Hi (I'm the guy who uses NeuroNER in French)! These 2 steps are true, but you also need spacy (or nltk) working in Korean. I'm explaining a bit more for...
Spacy is used in this file : https://github.com/Franck-Dernoncourt/NeuroNER/blob/master/src/brat_to_conll.py#L20 The problem here is ```for span in document.sents:``` this method need a model to works. I think if we transform a bit...
I also had the problem but to lazy to improve it.