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

AttributeError: module 'neuroner.neuromodel' has no attribute 'fetch_trained_model' #146

Closed nc514819873 closed 5 years ago

nc514819873 commented 5 years ago

Who knows the reason for the error?

pemagrg1 commented 5 years ago

try changing fetch_trained_model to fetch_model Eg: neuromodel.fetch_model('conll_2003_en') It worked for me. I'm using python3.5