Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test improvements #17

Merged
merged 7 commits into from
Jan 12, 2012
Merged

Test improvements #17

merged 7 commits into from
Jan 12, 2012

Commits on Jan 11, 2012

  1. doctests that were failing because of different float and exception r…

    …epresentations are fixed
    kmike committed Jan 11, 2012
    Configuration menu
    Copy the full SHA
    b4e8e67 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60a3b9b View commit details
    Browse the repository at this point in the history
  3. A better way to fix doctests

    kmike committed Jan 11, 2012
    Configuration menu
    Copy the full SHA
    881c62a View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2012

  1. Configuration menu
    Copy the full SHA
    1ecad43 View commit details
    Browse the repository at this point in the history
  2. A lot of doctests are fixed (or skipped), a couple of imports are fixed.

    Some nltk.align tests are marked as +SKIP because they consume huge amount of memory;
    AnnotationTask doctest is marked as +SKIP because __file__ doesn't work in doctests;
    some other tests are marked as +SKIP because they require external software;
    
    RegexpTokenizer is fixed (finditer should be re.finditer);
    nltk.metrics.confusionmatrix is fixed (FreqDist import was missing).
    kmike committed Jan 12, 2012
    Configuration menu
    Copy the full SHA
    0542ec4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    372059b View commit details
    Browse the repository at this point in the history
  4. no, numpy is not a requirement

    kmike committed Jan 12, 2012
    Configuration menu
    Copy the full SHA
    9402f34 View commit details
    Browse the repository at this point in the history