search for: stemtest

Displaying 8 results from an estimated 8 matches for "stemtest".

2007 Mar 29
1
stemtest failing with romanian
...rtin's new romanian stemmer. At the time, I also updated the stemming test data (by re-generating the output file using snowball's "stemwords" utility), and I clearly remember re-running the testsuite at the time and checking that all tests passed. Now, when I run make check, stemtest fails with the romanian stemmer on the word "acela?I". This should stem to "acel" according to the output file generated by the stemwords utility from snowball, but xapian stems it to "acela?i". The only change I can see to the stemming algorithms since then is a...
2015 Sep 11
0
xapian-core-1.0.23 compiled on Interix / Eric Lindblad
Report by Eric Lindblad 11-09-2015 http://www.ericlindblad.blogspot.com I compiled xapian-core-1.0.23 today on Interix. 'gmake check' summary PASS: btreetest, quartztest, stemtest, termgentest FAIL: apitest, internaltest, queryparsertest MS XP SP3 HOME modified SFU Interix 3.5 w/ getopt.h, inttypes.h, & stdint.h copied over from SUA Interix for Vista (and newer) into C:\SFU\usr\include - SFU Interix 3.5 sys/types.h and SUA for Vista (& newer) sys/types.h are not i...
2015 Sep 11
1
xapian 1.0.x compiled on Interix / Eric Lindblad
Report by Eric Lindblad 11-09-2015 http://www.ericlindblad.blogspot.com I compiled xapian-core-1.0.23 today on Interix. 'gmake check' summary PASS: btreetest, quartztest, stemtest, termgentest FAIL: apitest, internaltest, queryparsertest MS XP SP3 HOME modified SFU Interix 3.5 w/ getopt.h, inttypes.h, & stdint.h copied over from SUA Interix for Vista (and newer) into C:\SFU\usr\include - SFU Interix 3.5 sys/types.h and SUA for Vista (& newer) sys/types.h are not id...
2015 Jan 25
2
TestCases Failure
...lgrind Running tests with backend "none"... ./apitest backend none: All 85 tests passed. Running tests with backend "inmemory"... Running test: topercent2...FAIL: apitest Running test './internaltest' under eatmydata and valgrind PASS: internaltest Running test './stemtest' under eatmydata and valgrind The random seed is 42 Please report the seed when reporting a test failure. Running tests with armenian stemmer... Running test: stemdict... SKIPPED Running tests with basque stemmer... Running tests with catalan stemmer... Running test: stemdict... SKIPPED Runn...
2016 Dec 11
0
old stable configure & make_check logs
...ed. ./apitest backend remotetcp_chert: All 227 tests passed, 3 skipped. ./apitest backend remoteprog_flint: All 221 tests passed, 2 skipped. ./apitest backend remotetcp_flint: All 221 tests passed, 2 skipped. ./apitest total: All 3019 tests passed, 45 skipped. PASS: apitest PASS: internaltest PASS: stemtest PASS: queryparsertest PASS: termgentest PASS: unittest ================== All 6 tests passed ==================
2015 Sep 15
0
xapian porting to Interix / conclusion
...lti_flint: 153 tests passed, 2 failed, 5 skipped. ./apitest backend remoteprog_flint: 137 tests passed, 82 failed, 2 skipped. ./apitest backend remotetcp_flint: 199 tests passed, 20 failed, 2 skipped. ./apitest total: 1059 tests passed, 116 failed, 19 skipped. FAIL: apitest FAIL: internaltest PASS: stemtest FAIL: queryparsertest PASS: termgentest resolverelativepath1 ... ok PASS: unittest The disabling of brass and chert backends (the same mailing-list member noting that compile of 1.2.x with just flint support being of somewhat limited use) was due to an earlier encountered 'ambiguous overload...
2015 Oct 07
0
brass and chert compiled / xapian port to Interix
.../apitest backend remotetcp_chert: 202 tests passed, 23 failed, 3 skipped. ./apitest backend remoteprog_flint: ./apitest backend remotetcp_flint: 197 passed, 22 failed, 2 skipped. ./apitest total: 2661 tests passed, 333 failed, 44 skipped. FAIL: apitest FAIL: internaltest The random seed is 42 PASS: stemtest FAIL: queryparsertest PASS: termgentest resolverelativepath1 ... ok PASS: unittest Running test: adddoc1... FAILED Running test: bm25weight4... FAILED Running test: bm25weight5... FAILED Running test: decvalwtsource1... FAILED Running test: decvalwtsource2... FAILED Running test: expandweights4......
2011 Apr 17
3
Report for http://trac.xapian.org/wiki/SupportedPlatforms
...Running tests with russian stemmer... Running test: stemdict... SKIPPED Running tests with spanish stemmer... Running test: stemdict... SKIPPED Running tests with swedish stemmer... Running test: stemdict... SKIPPED Running tests with turkish stemmer... Running test: stemdict... SKIPPED PASS: stemtest PASS: queryparsertest PASS: termgentest resolverelativepath1 ... ok PASS: unittest ================== All 6 tests passed ================== For the installation, used a custom script: === script begins === #! /bin/bash if [[ $PWD != '/tmp/xapian-omega-1.2.4' ]]; then echo "In wr...