IlyaGusev / rnnmorph

Morphological analyzer for Russian and English languages based on neural networks and dictionary-lookup systems.
Apache License 2.0
152 stars 24 forks source link

Update model.py (np.float -> float) #9

Closed a-belov closed 5 months ago

a-belov commented 8 months ago

np.float was deprecated in numpy 1.20; changed it to float