deep-spell-checkr
deep-spell-checkr copied to clipboard
Keras implementation of character-level sequence-to-sequence learning for spelling correction
ValueError Traceback (most recent call last) in () 43 misspelled_tokens, target_tokens, input_ctable, target_ctable, 44 maxlen, reverse, encoder_model, decoder_model, nb_tokens, ---> 45 sample_mode=sample_mode, random=False) 46 47 print('-') 10 frames /usr/local/lib/python3.7/dist-packages/tensorflow/python/framework/func_graph.py in...
Hello friend, I implement your facinate code for arabic text, and I want to trace graph with matplotlib But it's easy to do that. please as you are expert, I...
Hello, I cannot train my own model when running the `train_val.py` script on macOS in PyCharm (conda env). **System information:** tensorflow 2.5.0 Python 3.9 Keras 2.4.3 ``` 45/45 [==============================] -...
ones = K.ones_like(K.squeeze(inputs[:, 0:1, :], axis=1)) TypeError: list indices must be integers or slices, not tuple
I want to test your model on my data, I have 5k sentences consisting of some misspelled words. How can I use your model for the same. I don't want...
Size of training vocabulary = 19 Number of unique input characters: 34 Number of unique target characters: 31 Max sequence length in the training set: 11 Traceback (most recent call...