pytextrank

OSError: [E050] Can't find model 'en'

OSError: [E050] Can't find model 'en' Question: I am trying to use this pytextrank library of python- https://github.com/DerwenAI/pytextrank/blob/master/example.ipynb but i am unable to resolve this error , earlier i was getting an error that ip.json can’t be found, but then was resolved import pytextrank import sys path_stage0=”data/ip.json” path_stage1=”o1.json” with open(path_stage1,’w’) as f: for graf in …

Total answers: 7