- 07 Nov, 2012 3 commits
-
-
Steven Bird committed
-
protect all numpy imports with a try-except block; so that NLTK can be imported when numpy is not installed (i.e. missing numpy should only generate errors at runtime
Steven Bird committed -
protect all numpy imports with a try-except block; so that NLTK can be imported when numpy is not installed (i.e. missing numpy should only generate errors at runtime
Steven Bird committed
-
- 24 Sep, 2012 2 commits
-
-
Steven Bird committed
-
Dan Garrette committed
-
- 21 Sep, 2012 7 commits
-
-
Steven Bird committed
-
(py25, py26, py27) * call this in __init__.py (deciding whether to import align, which requires 2.6+) * call this in corpus/reader/util.py (deciding whether to use followlinks flag)
Steven Bird committed -
Steven Bird committed
-
Steven Bird committed
-
Steven Bird committed
-
Steven Bird committed
-
Steven Bird committed
-
- 17 Sep, 2012 1 commit
-
-
Fixes Issue #294
Steven Bird committed
-
- 15 Sep, 2012 1 commit
-
-
Added a regression test for SimpleGoodTuringProbDist to probability.doctest. Fixed another doctest. All tests in probability.doctest now pass
Nitin Madnani committed
-
- 14 Sep, 2012 1 commit
-
-
Pablo Duboue committed
-
- 10 Sep, 2012 1 commit
-
-
Fix to #229
Steven Bird committed
-
- 08 Sep, 2012 2 commits
-
-
(meaning that it will now fail 4 tests in Python 2.5 and 2.6)
Peter Ljunglöf committed -
Make MaltParser safe to use in parallel
Steven Bird committed
-
- 07 Sep, 2012 1 commit
-
-
Peter Ljunglöf committed
-
- 06 Sep, 2012 1 commit
-
-
Plug DependencyGraph file descriptor leak
Alex Rudnick committed
-
- 05 Sep, 2012 8 commits
-
-
Forgot a ".mco" in "${working_dir}/${mco}.mco".Pierre-François Laquerre committed -
As far as I could see, MaltParser does not take a full path as input for mco models. You must specify the name of the model, which MaltParser then uses to look for a file in ${working_dir}/${mco}.mco. It's a bit clunky, but I couldn't find alternatives in their documentation.Pierre-Francois Laquerre committed -
Call gettempdir() at initialisation time instead of module load time.
Pierre-Francois Laquerre committed -
Pierre-Francois Laquerre committed
-
This is not a major leak, since the garbage collector will destroy the file object relatively soon, but it might still be problematic if called in a tight loop.
Pierre-Francois Laquerre committed -
Just moved the code inside the try block.
Pierre-Francois Laquerre committed -
Pierre-Francois Laquerre committed
-
- Actually use self.working_dir - Replace hard-coded temporary file names with tempfile.NamedTemporaryFile - Use subprocess instead of os.system to avoid quoting issues when calling java - Error out if subprocess fails
Pierre-Francois Laquerre committed
-
- 25 Aug, 2012 1 commit
-
-
Steven Bird committed
-
- 21 Aug, 2012 1 commit
-
-
Steven Bird committed
-
- 14 Aug, 2012 2 commits
-
-
https://github.com/nltk/nltkEwan Klein committed
-
Ewan Klein committed
-
- 06 Aug, 2012 1 commit
-
-
Steven Bird committed
-
- 02 Aug, 2012 2 commits
-
-
Steven Bird committed
-
Steven Bird committed
-
- 01 Aug, 2012 1 commit
-
-
Steven Bird committed
-
- 31 Jul, 2012 1 commit
-
-
Ewan Klein committed
-
- 21 Jul, 2012 1 commit
-
-
Bugfix for agreement.py removing dependence on ordered coder names.
Steven Bird committed
-
- 17 Jul, 2012 1 commit
-
-
Steven Bird committed
-
- 11 Jul, 2012 1 commit
-
-
Fix issue 285
Steven Bird committed
-