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

Build stoplists from document collections #686

Merged
merged 25 commits into from Feb 22, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 9 additions & 1 deletion .coveragerc
@@ -1,4 +1,12 @@
[report]
omit =
*/python?.?/*
*/site-packages/nose/*
*/site-packages/nose/*
exclude_lines =
pragma: no cover
def __repr__
if self\.debug
if 0:
if __name__ == .__main__.:
# raise AssertionError
# raise NotImplementedError
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -20,6 +20,7 @@ before_script:
- pip install fuzzywuzzy
- pip install python-Levenshtein
- pip install gensim # for word2vec.py
- pip install numpy scipy scikit-learn

script:
# Notes on nose:
Expand Down