You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)