- 01 Dec, 2016 7 commits
-
-
Andreas Mueller authored
Fix install
-
Remi Rampin authored
-
Remi Rampin authored
It matches setup.py.
-
Andreas Mueller authored
-
Remi Rampin authored
-
Remi Rampin authored
-
Remi Rampin authored
-
- 16 Nov, 2016 1 commit
-
-
Andreas Mueller authored
Add a colored by group example
-
- 14 Nov, 2016 2 commits
-
-
Andreas Mueller authored
-
Valentin authored
-
- 03 Nov, 2016 1 commit
-
-
vkolmakov authored
-
- 02 Nov, 2016 2 commits
-
-
Andreas Mueller authored
* fix collocation score computation on 2.7, remove words with empty counts. * copy dict keys on python3
-
Andreas Mueller authored
-
- 31 Oct, 2016 1 commit
-
-
vkolmakov authored
-
- 23 Oct, 2016 1 commit
-
-
Andreas Mueller authored
* trying to fix plurals remove bigram example as all examples now do bigrams add test for tokenization, let ``words_`` be a dict add colormaps, always try horizontal/vertical if other doesn't fit! remove relative_scaling form simple.py add matplotlib to dependencies * fix setting of self.words_, special case for a single word * add matplotlib to travis script * set matplotlib backend in tests * hack for old matplotlib
-
- 21 Oct, 2016 1 commit
-
-
Andreas Mueller authored
* f...ine pep8 changes * refactor tokenization, use collocations by default. * trying to refactor sensibly * return standard cases for each word, disambiguate for bigrams * add simple smoke tests for the no-collocations path
-
- 22 Jul, 2016 1 commit
-
-
Piyush authored
* Added more words to list of stopwords * Modified list of stopwords * Modified list of stopwords- more restricted set included
-
- 29 Jun, 2016 4 commits
-
-
Andreas Mueller authored
-
Andreas Mueller authored
* starting on bigrams example * slight cleanup, seems to work well.
-
Andreas Mueller authored
-
Andreas Mueller authored
Copy STOPWORDS and add to it, then pass it (instead of passing None).
-
- 29 May, 2016 2 commits
-
-
Andreas Mueller authored
use setuptools, add install_requires
-
Andreas Mueller authored
-
- 17 Apr, 2016 1 commit
-
-
Andreas Mueller authored
-
- 11 Apr, 2016 1 commit
-
-
Andreas Mueller authored
Let process_text() return a dict.
-
- 09 Apr, 2016 1 commit
-
-
Marianne Corvellec authored
-
- 07 Apr, 2016 4 commits
-
-
Marianne Corvellec authored
-
Marianne Corvellec authored
-
Marianne Corvellec authored
-
Marianne Corvellec authored
-
- 18 Mar, 2016 4 commits
-
-
Andreas Mueller authored
-
Andreas Mueller authored
allow a custom regexp
-
Andreas Mueller authored
-
Andreas Mueller authored
Add recipe for building the package with conda
-
- 13 Mar, 2016 1 commit
-
-
vaastav authored
-
- 01 Mar, 2016 2 commits
-
-
Andreas Mueller authored
Use a set for the (lowercase) stopwords, instead of looking up every word via linear search
-
terrycojones authored
-
- 29 Feb, 2016 3 commits
-
-
terrycojones authored
-
Andreas Mueller authored
lower-case stopwords before using them.
-
Andreas Mueller authored
-