forked from piskvorky/gensim
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Issue piskvorky#805: Added check in summarize_corpus for too few …
…words (piskvorky#885) * Added check in summarize_corpus to fix bug in summarizer * Fix piskvorky#805: Added check in summarizing text * Added test for checking low number of distinct words in text * Text split method changed to allow running in Python 3.3 and above. * Change to fix test in python versions 3.3 and higher * Added blank line test_wikicorpus.py file Added blank line to fix issue with travis CI
- Loading branch information
1 parent
cc931b7
commit c0f5896
Showing
4 changed files
with
30 additions
and
1 deletion.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
here here. | ||
there there. | ||
here here. | ||
there there. | ||
here here. | ||
there there. | ||
here here. | ||
there there. | ||
here here. | ||
there there. |
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
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