Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes to bugs in various files #2

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

gokuney
Copy link

@gokuney gokuney commented Aug 29, 2016

Fixed multiple bugs that were creating havoc. Please merge the request to master branch so that other can benefit.

@@ -128,7 +128,7 @@ def loadEnglishDict(self, fname):
words = open(fname).read().split()
self.engWords = dict([(w, None) for w in words])

"Loaded english dictionary from...", fname
print ("Loaded english dictionary from...", fname)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is not working..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants