Home
last modified time | relevance | path

Searched refs:get_spelling_suggestion (Results 1 – 25 of 130) sorted by relevance

123456

/dports/databases/xapian-core/xapian-core-1.4.18/tests/
H A Dapi_spelling.cc75 TEST_EQUAL(db.get_spelling_suggestion("izg"), "zig"); in DEFINE_TESTCASE()
82 TEST_EQUAL(db.get_spelling_suggestion("ig"), "zig"); in DEFINE_TESTCASE()
83 TEST_EQUAL(db.get_spelling_suggestion("zg"), "zig"); in DEFINE_TESTCASE()
84 TEST_EQUAL(db.get_spelling_suggestion("zi"), "zig"); in DEFINE_TESTCASE()
94 TEST_EQUAL(db.get_spelling_suggestion("hc"), "ch"); in DEFINE_TESTCASE()
96 TEST_EQUAL(db.get_spelling_suggestion("qh"), ""); in DEFINE_TESTCASE()
97 TEST_EQUAL(db.get_spelling_suggestion("cq"), ""); in DEFINE_TESTCASE()
99 TEST_EQUAL(db.get_spelling_suggestion("c"), ""); in DEFINE_TESTCASE()
100 TEST_EQUAL(db.get_spelling_suggestion("h"), ""); in DEFINE_TESTCASE()
102 TEST_EQUAL(db.get_spelling_suggestion("qch"), "ch"); in DEFINE_TESTCASE()
[all …]
H A Dapi_termgen.cc858 TEST_STRINGS_EQUAL(db.get_spelling_suggestion("hillo"), "hello"); in DEFINE_TESTCASE()
859 TEST_STRINGS_EQUAL(db.get_spelling_suggestion("hillo"), "hello"); in DEFINE_TESTCASE()
860 TEST_STRINGS_EQUAL(db.get_spelling_suggestion("hull"), "hullo"); in DEFINE_TESTCASE()
861 TEST_STRINGS_EQUAL(db.get_spelling_suggestion("mamm"), "mum"); in DEFINE_TESTCASE()
863 TEST_STRINGS_EQUAL(db.get_spelling_suggestion("zzebra"), ""); in DEFINE_TESTCASE()
H A Dapi_closedb.cc434 db.get_spelling_suggestion("newmonia")); in DEFINE_TESTCASE()
/dports/databases/xapian-core12/xapian-core-1.2.25/tests/
H A Dapi_spelling.cc77 TEST_EQUAL(db.get_spelling_suggestion("izg"), "zig"); in DEFINE_TESTCASE()
84 TEST_EQUAL(db.get_spelling_suggestion("ig"), "zig"); in DEFINE_TESTCASE()
85 TEST_EQUAL(db.get_spelling_suggestion("zg"), "zig"); in DEFINE_TESTCASE()
86 TEST_EQUAL(db.get_spelling_suggestion("zi"), "zig"); in DEFINE_TESTCASE()
96 TEST_EQUAL(db.get_spelling_suggestion("hc"), "ch"); in DEFINE_TESTCASE()
98 TEST_EQUAL(db.get_spelling_suggestion("qh"), ""); in DEFINE_TESTCASE()
99 TEST_EQUAL(db.get_spelling_suggestion("cq"), ""); in DEFINE_TESTCASE()
101 TEST_EQUAL(db.get_spelling_suggestion("c"), ""); in DEFINE_TESTCASE()
102 TEST_EQUAL(db.get_spelling_suggestion("h"), ""); in DEFINE_TESTCASE()
104 TEST_EQUAL(db.get_spelling_suggestion("qch"), "ch"); in DEFINE_TESTCASE()
[all …]
H A Dtermgentest.cc811 TEST_STRINGS_EQUAL(db.get_spelling_suggestion("hillo"), "hello"); in test_tg_spell1()
812 TEST_STRINGS_EQUAL(db.get_spelling_suggestion("hillo"), "hello"); in test_tg_spell1()
813 TEST_STRINGS_EQUAL(db.get_spelling_suggestion("hull"), "hullo"); in test_tg_spell1()
814 TEST_STRINGS_EQUAL(db.get_spelling_suggestion("mamm"), "mum"); in test_tg_spell1()
816 TEST_STRINGS_EQUAL(db.get_spelling_suggestion("zzebra"), ""); in test_tg_spell1()
H A Dapi_closedb.cc298 db.get_spelling_suggestion("newmonia")); in DEFINE_TESTCASE()
/dports/databases/p5-Search-Xapian/Search-Xapian-1.2.25.4/XS/
H A DDatabase.xs259 Database::get_spelling_suggestion(word, max_edit_distance = 2)
264 RETVAL = THIS->get_spelling_suggestion(word, max_edit_distance);
/dports/databases/p5-Search-Xapian12/Search-Xapian-1.2.25.2/XS/
H A DDatabase.xs259 Database::get_spelling_suggestion(word, max_edit_distance = 2)
264 RETVAL = THIS->get_spelling_suggestion(word, max_edit_distance);
/dports/databases/xapian-core12/xapian-core-1.2.25/include/xapian/
H A Ddatabase.h369 std::string get_spelling_suggestion(const std::string &word,
/dports/databases/xapian-core/xapian-core-1.4.18/docs/
H A Dspelling.rst138 to Xapian::Database::get_spelling_suggestion(). If not specified, the default
146 currently works with Unicode characters, so get_spelling_suggestion() should
/dports/databases/xapian-core12/xapian-core-1.2.25/docs/
H A Dspelling.rst138 to Xapian::Database::get_spelling_suggestion(). If not specified, the default
146 currently works with Unicode characters, so get_spelling_suggestion() should
/dports/www/py-django-haystack/django-haystack-2.8.1/haystack/
H A Dquery.py587 return self.query.get_spelling_suggestion(preferred_query)
590 return clone.query.get_spelling_suggestion(preferred_query)
/dports/databases/xapian-core/xapian-core-1.4.18/include/xapian/
H A Ddatabase.h419 std::string get_spelling_suggestion(const std::string &word,
/dports/databases/xapian-bindings12/xapian-bindings-1.2.25/python/
H A Dpythontest3.py839 expect(db.get_spelling_suggestion('hell'), 'mell')
842 expect(dbr.get_spelling_suggestion('hell'), '')
846 expect(db.get_spelling_suggestion('hell'), 'mell')
847 expect(dbr.get_spelling_suggestion('hell'), 'mell')
H A Dpythontest2.py850 expect(db.get_spelling_suggestion('hell'), 'mell')
853 expect(dbr.get_spelling_suggestion('hell'), '')
857 expect(db.get_spelling_suggestion('hell'), 'mell')
858 expect(dbr.get_spelling_suggestion('hell'), 'mell')
/dports/databases/py-xapian/xapian-bindings-1.4.18/python3/
H A Dpythontest.py832 expect(db.get_spelling_suggestion('hell'), b'mell')
835 expect(dbr.get_spelling_suggestion('hell'), b'')
839 expect(db.get_spelling_suggestion('hell'), b'mell')
840 expect(dbr.get_spelling_suggestion('hell'), b'mell')
/dports/databases/py-xapian/xapian-bindings-1.4.18/python/
H A Dpythontest.py839 expect(db.get_spelling_suggestion('hell'), 'mell')
842 expect(dbr.get_spelling_suggestion('hell'), '')
846 expect(db.get_spelling_suggestion('hell'), 'mell')
847 expect(dbr.get_spelling_suggestion('hell'), 'mell')
/dports/databases/p5-Xapian/xapian-bindings-1.4.18/python3/
H A Dpythontest.py832 expect(db.get_spelling_suggestion('hell'), b'mell')
835 expect(dbr.get_spelling_suggestion('hell'), b'')
839 expect(db.get_spelling_suggestion('hell'), b'mell')
840 expect(dbr.get_spelling_suggestion('hell'), b'mell')
/dports/databases/p5-Xapian/xapian-bindings-1.4.18/python/
H A Dpythontest.py839 expect(db.get_spelling_suggestion('hell'), 'mell')
842 expect(dbr.get_spelling_suggestion('hell'), '')
846 expect(db.get_spelling_suggestion('hell'), 'mell')
847 expect(dbr.get_spelling_suggestion('hell'), 'mell')
/dports/databases/php-xapian/xapian-bindings-1.4.18/python/
H A Dpythontest.py839 expect(db.get_spelling_suggestion('hell'), 'mell')
842 expect(dbr.get_spelling_suggestion('hell'), '')
846 expect(db.get_spelling_suggestion('hell'), 'mell')
847 expect(dbr.get_spelling_suggestion('hell'), 'mell')
/dports/databases/php-xapian/xapian-bindings-1.4.18/python3/
H A Dpythontest.py832 expect(db.get_spelling_suggestion('hell'), b'mell')
835 expect(dbr.get_spelling_suggestion('hell'), b'')
839 expect(db.get_spelling_suggestion('hell'), b'mell')
840 expect(dbr.get_spelling_suggestion('hell'), b'mell')
/dports/databases/lua-xapian/xapian-bindings-1.4.18/python/
H A Dpythontest.py839 expect(db.get_spelling_suggestion('hell'), 'mell')
842 expect(dbr.get_spelling_suggestion('hell'), '')
846 expect(db.get_spelling_suggestion('hell'), 'mell')
847 expect(dbr.get_spelling_suggestion('hell'), 'mell')
/dports/databases/lua-xapian/xapian-bindings-1.4.18/python3/
H A Dpythontest.py832 expect(db.get_spelling_suggestion('hell'), b'mell')
835 expect(dbr.get_spelling_suggestion('hell'), b'')
839 expect(db.get_spelling_suggestion('hell'), b'mell')
840 expect(dbr.get_spelling_suggestion('hell'), b'mell')
/dports/databases/p5-Search-Xapian/Search-Xapian-1.2.25.4/t/
H A Dsearch.t70 is( $db->get_spelling_suggestion( 'tost' ), 'test', "spelling suggestion ok" );
/dports/databases/p5-Search-Xapian12/Search-Xapian-1.2.25.2/t/
H A Dsearch.t70 is( $db->get_spelling_suggestion( 'tost' ), 'test', "spelling suggestion ok" );

123456