Created
January 9, 2020 12:43
-
-
Save mohdsanadzakirizvi/dab823a0cc1c95300d79f8495bb577f9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from inltk.inltk import get_similar_sentences | |
# get similar sentences to the one given in hindi | |
output = get_similar_sentences('मैं आज बहुत खुश हूं', 5, 'hi') | |
print(output) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
torch.nn.modules.module.ModuleAttributeError: 'LSTM' object has no attribute '_flat_weights_names'