-
Notifications
You must be signed in to change notification settings - Fork 581
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
Update requirements.txt and README #531
Conversation
NLTK version increase
Added C in supported languages list
hey, could you take a look at http://coala.readthedocs.io/en/latest/Getting_Involved/Writing_Good_Commits.html#how-to-write-good-commit-messages ? For the first commit you'll want to have e.g. "requirements.txt: Increase NLTK version" which holds more precise information in the shortlog. Also you'll want to have a |
(you can use |
@@ -24,7 +24,7 @@ cmakelint==1.* | |||
vim-vint==0.3.* | |||
# Stable version 3.2 is problematic in Windows. | |||
# Use >=3.3,==3.* once nltk-3.3 is released. | |||
nltk==3.1.* | |||
nltk==3.2.* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
did you read the comment in line 25? Sounds like we don't want this
@sils1297 Thanks! Got it! |
@harshdattani ping :D |
Hey? Still aroudn? |
NLTK version increase #509