Subject: | Tests broken with BioLemmatizer core 1.002 |
Testing Lingua::EN::BioLemmatizer with biolemmatizer-core-1.1-jar-with-
dependencies.jar
[http://sourceforge.net/projects/biolemmatizer/files/biolemmatizer/1.1/b
i
olemmatizer-core-1.1-jar-with-dependencies.jar/download] failed.
Seams that most of the errors are due to changes in spelling and such:
# got: 'hydrolyse'
# expected: 'hydrolyze'
# got: 'solubilise'
# expected: 'solubilize'
# got: 'break'
# expected: 'broken'
etc
Tests output in attached file.
Subject: | Lingua-EN-BioLemmatizer_make_test.txt |
PERL_DL_NONLAZY=1 /home/andrefs/.perl5/perls/perl-5.16.0/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/Lingua-EN-BioLemmatizer.t .. ok
t/oo-class.t ................. ok
t/oo-object.t ................ ok
t/penn.t ..................... 2/?
# Failed test 'Penn tagged: colonise/VB'
# at t/penn.t line 547.
# got: 'colonize'
# expected: 'colonise'
# Failed test 'Penn tagged: hydrolyze/VB'
# at t/penn.t line 547.
# got: 'hydrolyse'
# expected: 'hydrolyze'
# Failed test 'Penn tagged: solubilize/VB'
# at t/penn.t line 547.
# got: 'solubilise'
# expected: 'solubilize'
# Failed test 'Penn tagged: characterise/VB'
# at t/penn.t line 547.
# got: 'characterize'
# expected: 'characterise'
# Failed test 'Penn tagged: catalyzed/VBD'
# at t/penn.t line 547.
# got: 'catalyse'
# expected: 'catalyze'
t/penn.t ..................... 294/?
# Failed test 'Penn tagged: visualized/VBD'
# at t/penn.t line 547.
# got: 'visualise'
# expected: 'visualize'
# Failed test 'Penn tagged: hydrolyzing/VBG'
# at t/penn.t line 547.
# got: 'hydrolyse'
# expected: 'hydrolyze'
# Failed test 'Penn tagged: synergized/VBN'
# at t/penn.t line 547.
# got: 'synergise'
# expected: 'synergize'
# Failed test 'Penn tagged: colonise/VBP'
# at t/penn.t line 547.
# got: 'colonize'
# expected: 'colonise'
# Failed test 'Penn tagged: hydrolyze/VBP'
# at t/penn.t line 547.
# got: 'hydrolyse'
# expected: 'hydrolyze'
# Failed test 'Penn tagged: synergize/VBP'
# at t/penn.t line 547.
# got: 'synergise'
# expected: 'synergize'
# Failed test 'Penn tagged: solubilize/VBP'
# at t/penn.t line 547.
# got: 'solubilise'
# expected: 'solubilize'
# Looks like you failed 12 tests of 490.
t/penn.t ..................... Failed 12/490 subtests
t/procedural.t ............... 3/?
# Failed test at t/procedural.t line 29.
# got: 'break'
# expected: 'broken'
# Looks like you failed 1 test of 10.
t/procedural.t ............... Failed 1/10 subtests
Test Summary Report
-------------------
t/penn.t (Wstat: 0 Tests: 490 Failed: 12)
Failed tests: 271, 273-275, 283, 323, 344, 421, 432, 434-436
t/procedural.t (Wstat: 0 Tests: 10 Failed: 1)
Failed test: 8
Files=5, Tests=616, 23 wallclock secs ( 0.15 usr 0.02 sys + 36.90 cusr 1.56 csys = 38.63 CPU)
Result: FAIL
Failed 2/5 test programs. 13/616 subtests failed.
make: *** [test_dynamic] Error 255