Erick

Results 37 comments of Erick

This is fixed here: https://github.com/erickpeirson/django-pagination ``` shell pip install -U git+https://github.com/erickpeirson/django-pagination@master ```

@dat This was a while ago, but maybe still useful? Just added a `.travis.yml` file so this PR wouldn't look so scary... BTW, I'm happy to help maintain this.

Ack, this bug won't die. There were a couple of places where we assumed that metadata records and feature sets were complete for all papers in a corpus, which is...

Yes, sorry it took so long. The patched version is available as release [v0.6.3.3-beta2 ](https://github.com/diging/tethne/releases/tag/v0.6.3.3-beta2), or via [PyPI](https://pypi.python.org/pypi/tethne/0.6.3.3-beta). If you're using pip, you should be able to just do: ```...

Hi @mubashirqasim, Can you post your code for initializing the MALLETModelManager? Its constructor accepts a parameter mallet_path, and I'm specifically interested in what you're passing there. Tethne is almost entirely...

Flagging this for a future Windows-compatible version

This may be fixed in v0.8-beta. If anyone has a chance to test this in Windows, I'd appreciate hearing about it!

@epipremnum Yeah, that's a great idea. Just the last few days I have been working on "streaming" representations of corpora and papers (i.e. on disk, in a database) to cut...

This will be [TETHNE-124](https://diging.atlassian.net/browse/TETHNE-124).

@epipremnum On the `develop` branch I have added a parameter called `parse_only` to the WoS and DfR readers. If you have a moment, it would be great to hear whether...