- 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
-
- 19 Feb, 2016 2 commits
-
-
Andreas Mueller authored
-
Andreas Mueller authored
-
- 01 Feb, 2016 1 commit
-
-
Andreas Mueller authored
fix handling of scale parameter & python 3 compatibility for cli
-
- 30 Jan, 2016 1 commit
-
-
Raphael Boidol authored
-
- 26 Jan, 2016 2 commits
-
-
Raphael Boidol authored
-
Raphael Boidol authored
-
- 25 Jan, 2016 1 commit
-
-
Andreas Mueller authored
Add a command line interface
-
- 23 Jan, 2016 3 commits
-
-
Raphael Boidol authored
-
Raphael Boidol authored
-
Raphael Boidol authored
-
- 07 Dec, 2015 1 commit
-
-
Raphael Boidol authored
-
- 06 Dec, 2015 4 commits
-
-
Andreas Mueller authored
Update font API & merge upper and lower case words when stemming
-
Raphael Boidol authored
-
Raphael Boidol authored
Has the advantage of producing fewer checks, as most words will be multiples.
-
Raphael Boidol authored
-