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

Run NeuroNer on multithreading #120

Open vksh0486 opened 6 years ago

vksh0486 commented 6 years ago

I created an api to predict entities,

But when I am runing on single request it is working find. But when there are multiple request simultaneously it is giving error

FileNotFoundError: [Errno 2] No such file or directory: '../output/temp_2018-08-28_10-09-23-393074/brat/deploy

please help me, how can I resolve this issue.