I'd like to experiment with this but I don't want to train a model, I want to use an existing model (the best one available if possible) Is there some way to do something like: `deeptype.run('Jaguars are running in the wild') ` And get an output like: `['Jaguar', 'wiki URL'] ` Or `{'Jaguar': 'wiki URL'} ` ?