rnnmorph icon indicating copy to clipboard operation
rnnmorph copied to clipboard

dead kernel from RNNMorphPredictor

Open Ab1992ao opened this issue 3 years ago • 1 comments

mac os cathalina keras = 2.3.1 tf = 1.15.0 rnnmorph=0.4.0

NEXT CODE crushed kernel: from rnnmorph.predictor import RNNMorphPredictor predictor = RNNMorphPredictor(language="ru",) forms = predictor.predict(["мама"]) print(forms[0].pos)

Ab1992ao avatar Jul 14 '20 15:07 Ab1992ao

Please check if this issue persists if you're using this lib from this fork https://github.com/Piteryo/rnnmorph

spolezhaev avatar Jul 21 '20 07:07 spolezhaev