Franck-Dernoncourt / NeuroNER

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

Avoid disk I/O during predict #117

Open sanjanarjn opened 6 years ago

sanjanarjn commented 6 years ago

Hi,

I can see a lot of file writes happening while using the nn.predict(). This is not desirable for me since I have to use the prediction module real time; it can adversely affect the performance. Can something be done about this?