Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upUse NLTK stopwords, cite example dataset. #15
Conversation
ruebot
added some commits
Mar 1, 2019
ruebot
requested review from
ianmilligan1
and
greebie
Mar 3, 2019
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Since we have some discussion going on #13, we'll need to make sure we don't mark it as resolved in the commit message. Just partially addressed, since we're actually citing it now. |
ianmilligan1
approved these changes
Mar 3, 2019
Tested and works well with the NLTK stop words! |
ruebot
added some commits
Mar 4, 2019
This comment has been minimized.
This comment has been minimized.
ruebot
reviewed
Mar 4, 2019
docker build -t auk-notebook . | ||
docker run --rm -it -p 8888:8888 auk-notebook | ||
```console | ||
$ docker run --rm -it -p 8888:8888 archivesunleashed/auk-notebooks |
This comment has been minimized.
This comment has been minimized.
ruebot
Mar 4, 2019
Author
Member
@ianmilligan1 @greebie something to consider here, do you want the prompt example (console)? Or remove the prompt, and use bash? I'm fine with either.
This comment has been minimized.
This comment has been minimized.
ianmilligan1
Mar 4, 2019
Member
I'm fine with either as well. Is there a preferred style in this field do you think? I've seen both..
This comment has been minimized.
This comment has been minimized.
ruebot
Mar 4, 2019
Author
Member
It's usually one or the other. My general preference is for the prompt to be there. But, that can cause problems for folks copying & pasting without knowing what the $
represents.
This comment has been minimized.
This comment has been minimized.
ianmilligan1
Mar 4, 2019
Member
Heh, and checking our repositories, I see we use both (I tend to just provide bash commands myself without prompts). I think given our audience, maybe if everything's equal, let's just make it copy-and-paste friendly and go with bash?
This comment has been minimized.
This comment has been minimized.
ianmilligan1
approved these changes
Mar 4, 2019
This comment has been minimized.
This comment has been minimized.
Works great. One reminder is that if someone has a notebook up, the docker instructions may not show the correct output. Something to consider for the README.md. |
greebie
approved these changes
Mar 4, 2019
ruebot
added some commits
Mar 4, 2019
This comment has been minimized.
This comment has been minimized.
@ianmilligan1 once dockercloud finishes, this should be good to merge with the commit message above. Once that's done, I'm jump on some of the other open issues. |
ruebot commentedMar 3, 2019
•
edited
DO NOT MERGE UNTIL #12 is merged.