Franck-Dernoncourt / NeuroNER

Named-entity recognition using neural networks. Easy-to-use and state-of-the-art results.
http://neuroner.com
MIT License
1.69k stars 476 forks source link

Multiple CoNLL-2003 format files #136

Closed prabhatM closed 5 years ago

prabhatM commented 5 years ago

Hi,

I have multiple files in CoNLL-2003 format. Can I drop them in train and test folders or must I create a single train.txt and test.txt files?

Franck-Dernoncourt commented 5 years ago

One has to create a single train.txt file and a single test.txt file.