|
xapian-core
2.0.0
|
#include "api.h"
Include dependency graph for snowball_runtime.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | among |
Macros | |
| #define | HEAD 2*sizeof(int) |
| #define | SIZE(p) ((const int *)(p))[-1] |
| #define | SET_SIZE(p, n) ((int *)(p))[-1] = n |
| #define | CAPACITY(p) ((int *)(p))[-2] |
| #define | SNOWBALL_ERR int |
Functions | |
| symbol * | create_s (void) |
| void | lose_s (symbol *p) |
| int | skip_utf8 (const symbol *p, int c, int limit, int n) |
| int | skip_b_utf8 (const symbol *p, int c, int limit, int n) |
| int | in_grouping_U (struct SN_env *z, const unsigned char *s, int min, int max, int repeat) |
| int | in_grouping_b_U (struct SN_env *z, const unsigned char *s, int min, int max, int repeat) |
| int | out_grouping_U (struct SN_env *z, const unsigned char *s, int min, int max, int repeat) |
| int | out_grouping_b_U (struct SN_env *z, const unsigned char *s, int min, int max, int repeat) |
| int | in_grouping (struct SN_env *z, const unsigned char *s, int min, int max, int repeat) |
| int | in_grouping_b (struct SN_env *z, const unsigned char *s, int min, int max, int repeat) |
| int | out_grouping (struct SN_env *z, const unsigned char *s, int min, int max, int repeat) |
| int | out_grouping_b (struct SN_env *z, const unsigned char *s, int min, int max, int repeat) |
| int | eq_s (struct SN_env *z, int s_size, const symbol *s) |
| int | eq_s_b (struct SN_env *z, int s_size, const symbol *s) |
| int | eq_v (struct SN_env *z, const symbol *p) |
| int | eq_v_b (struct SN_env *z, const symbol *p) |
| int | find_among (struct SN_env *z, const struct among *v, int v_size, int(*)(struct SN_env *)) |
| int | find_among_b (struct SN_env *z, const struct among *v, int v_size, int(*)(struct SN_env *)) |
| SNOWBALL_ERR | replace_s (struct SN_env *z, int c_bra, int c_ket, int s_size, const symbol *s) |
| SNOWBALL_ERR | slice_from_s (struct SN_env *z, int s_size, const symbol *s) |
| SNOWBALL_ERR | slice_from_v (struct SN_env *z, const symbol *p) |
| SNOWBALL_ERR | slice_del (struct SN_env *z) |
| SNOWBALL_ERR | insert_s (struct SN_env *z, int bra, int ket, int s_size, const symbol *s) |
| SNOWBALL_ERR | insert_v (struct SN_env *z, int bra, int ket, const symbol *p) |
| SNOWBALL_ERR | slice_to (struct SN_env *z, symbol **p) |
| SNOWBALL_ERR | assign_to (struct SN_env *z, symbol **p) |
| int | len_utf8 (const symbol *p) |
Definition at line 16 of file snowball_runtime.h.
| #define HEAD 2*sizeof(int) |
Definition at line 6 of file snowball_runtime.h.
Definition at line 15 of file snowball_runtime.h.
Definition at line 14 of file snowball_runtime.h.
| #define SNOWBALL_ERR int |
Definition at line 22 of file snowball_runtime.h.
| SNOWBALL_ERR assign_to | ( | struct SN_env * | z, |
| symbol ** | p | ||
| ) |
Definition at line 498 of file utilities.cc.
References CAPACITY, increase_size(), SN_env::l, p, SN_env::p, SET_SIZE, SNOWBALL_PROPAGATE_ERR, and SNOWBALL_RETURN_OK.
| symbol* create_s | ( | void | ) |
Definition at line 27 of file utilities.cc.
References CAPACITY, CREATE_SIZE, HEAD, p, SET_SIZE, and SNOWBALL_RETURN_OR_THROW.
Definition at line 238 of file utilities.cc.
References SN_env::c, SN_env::l, and SN_env::p.
Referenced by eq_v(), r_elisions(), r_initial_apostrophe(), r_Lose_infix(), r_Lose_prefix(), r_mark_regions(), r_measure(), r_Prefix_Step2(), r_prelude(), r_remove_pronoun_prefixes(), r_remove_question_prefixes(), r_remove_second_order_prefix(), and Xapian::Internal::Snowball::Russian::stem().
Definition at line 243 of file utilities.cc.
References SN_env::c, SN_env::lb, and SN_env::p.
Referenced by eq_v_b(), r_adjectival(), r_append_U_to_stems_ending_with_d_or_g(), r_BB(), r_C(), r_case_ending(), r_check_vowel_harmony(), r_en_ending(), r_final_apostrophe(), r_fix_ending(), r_fix_gd(), r_H(), r_is_reserved_word(), r_main_suffix(), r_mark_ki(), r_mark_yken(), r_other_endings(), r_other_suffix(), r_perfective_gerund(), r_possessive(), r_remove_category_1(), r_remove_category_2(), r_remove_tense_suffix(), r_remove_um(), r_remove_vetrumai_urupukal(), r_residual_suffix(), r_S(), r_shortv(), r_standard_suffix(), r_step_0(), r_Step_1(), r_Step_1c(), r_Step_2(), r_Step_3(), r_Step_4(), r_step_5a(), r_step_5b(), r_step_5c(), r_step_5d(), r_step_5e(), r_step_5f(), r_step_5i(), r_step_5k(), r_step_s3(), r_step_s8(), r_Suffix_All_alef_maqsura(), r_Suffix_Noun_Step1b(), r_Suffix_Noun_Step2b(), r_Suffix_Noun_Step2c1(), r_Suffix_Noun_Step2c2(), r_Suffix_Noun_Step3(), r_t_plural(), r_tidy_up(), r_un_accent(), r_V(), r_verb(), r_VX(), r_Y(), Xapian::Internal::Snowball::French::stem(), and Xapian::Internal::Snowball::Russian::stem().
Definition at line 248 of file utilities.cc.
Definition at line 252 of file utilities.cc.
References eq_s_b(), p, and SIZE.
Referenced by r_tidy(), and r_undouble().
| int find_among | ( | struct SN_env * | z, |
| const struct among * | v, | ||
| int | v_size, | ||
| int(*)(struct SN_env *) | call_among_func | ||
| ) |
Definition at line 256 of file utilities.cc.
References SN_env::af, SN_env::c, among::function, SN_env::l, SN_env::p, among::result, among::s, among::s_size, and among::substring_i.
Referenced by r_canonical_form(), r_Checks1(), r_cleaning(), r_cyr_to_lat(), r_exception1(), r_fix_va_start(), r_initial_apostrophe(), r_initial_morph(), r_Lose_infix(), r_Lose_prefix(), r_mark_regions(), r_norm(), r_Normalize_post(), r_Normalize_pre(), r_postlude(), r_Prefix_Step1(), r_Prefix_Step2(), r_Prefix_Step3_Verb(), r_Prefix_Step3a_Noun(), r_Prefix_Step3b_Noun(), r_Prefix_Step4_Verb(), r_prelude(), r_remove_first_order_prefix(), r_remove_pronoun_prefixes(), r_remove_question_prefixes(), r_remove_second_order_prefix(), and r_verb_exceptions().
| int find_among_b | ( | struct SN_env * | z, |
| const struct among * | v, | ||
| int | v_size, | ||
| int(*)(struct SN_env *) | call_among_func | ||
| ) |
Definition at line 322 of file utilities.cc.
References SN_env::af, SN_env::c, among::function, SN_env::lb, SN_env::p, among::result, among::s, among::s_size, and among::substring_i.
Referenced by r_AA(), r_aditzak(), r_adjectival(), r_adjective(), r_adjetiboak(), r_attached_pronoun(), r_case(), r_case_ending(), r_case_other(), r_case_special(), r_combo_suffix(), r_consonant_pair(), r_correlative(), r_degrees(), r_deriv(), r_derivational(), r_double(), r_emphasis(), r_ending(), r_endings(), r_et_condition(), r_factive(), r_final_apostrophe(), r_fix_chdz(), r_fix_conflicts(), r_fix_ending(), r_i_verb_suffix(), r_instrum(), r_izenak(), r_lengthen_V(), r_LONG(), r_LONGV(), r_main_suffix(), r_mark_cAsInA(), r_mark_DA(), r_mark_DAn(), r_mark_DUr(), r_mark_lAr(), r_mark_lArI(), r_mark_nA(), r_mark_ncA(), r_mark_ndA(), r_mark_ndAn(), r_mark_nU(), r_mark_nUn(), r_mark_nUz(), r_mark_possessives(), r_mark_sUn(), r_mark_sUnUz(), r_mark_yDU(), r_mark_ylA(), r_mark_ymUs_(), r_mark_ysA(), r_mark_yUm(), r_mark_yUz(), r_merged_numeral(), r_normalize_consonant(), r_Normalize_post(), r_noun(), r_noun_sfx(), r_nu(), r_other_endings(), r_other_suffix(), r_owned(), r_particle_etc(), r_perfective_gerund(), r_plur_owner(), r_plural(), r_plural_three_first_cases(), r_possessive(), r_post_process_last_consonants(), r_pronoun(), r_reflexive(), r_remove_category_1(), r_remove_category_2(), r_remove_category_3(), r_remove_command_suffixes(), r_remove_common_word_endings(), r_remove_endings(), r_remove_particle(), r_remove_plural_suffix(), r_remove_possessive_pronoun(), r_remove_question_suffixes(), r_remove_suffix(), r_remove_tense_suffix(), r_remove_vetrumai_urupukal(), r_residual_form(), r_residual_suffix(), r_respell(), r_sing_owner(), r_special_noun_endings(), r_standard_suffix(), r_step1(), r_step2(), r_step_0(), r_Step_1(), r_step_1(), r_Step_1a(), r_Step_1b(), r_Step_1c(), r_Step_2(), r_step_2a(), r_step_2b(), r_step_2c(), r_step_2d(), r_Step_3(), r_step_3(), r_Step_4(), r_step_4(), r_Step_5(), r_step_5a(), r_step_5b(), r_step_5c(), r_step_5d(), r_step_5e(), r_step_5f(), r_step_5g(), r_step_5h(), r_step_5i(), r_step_5j(), r_step_5k(), r_step_5l(), r_step_5m(), r_Step_6(), r_step_6(), r_Step_7(), r_step_7(), r_step_s1(), r_step_s10(), r_step_s2(), r_step_s3(), r_step_s4(), r_step_s5(), r_step_s6(), r_step_s7(), r_step_s8(), r_step_s9(), r_Suffix_Noun_Step1a(), r_Suffix_Noun_Step2a(), r_Suffix_Verb_Step1(), r_Suffix_Verb_Step2a(), r_Suffix_Verb_Step2b(), r_Suffix_Verb_Step2c(), r_t_plural(), r_tidy_up(), r_tolower(), r_ujn_suffix(), r_un_double(), r_undouble(), r_undouble_kpt(), r_uninflected(), r_v_ending(), r_verb(), r_verb_sfx(), r_verb_suffix(), r_vowel_suffix(), r_y_verb_suffix(), and Xapian::Internal::Snowball::Hindi::stem().
| int in_grouping | ( | struct SN_env * | z, |
| const unsigned char * | s, | ||
| int | min, | ||
| int | max, | ||
| int | repeat | ||
| ) |
Definition at line 190 of file utilities.cc.
| int in_grouping_b | ( | struct SN_env * | z, |
| const unsigned char * | s, | ||
| int | min, | ||
| int | max, | ||
| int | repeat | ||
| ) |
Definition at line 202 of file utilities.cc.
References SN_env::c, SN_env::lb, and SN_env::p.
| int in_grouping_b_U | ( | struct SN_env * | z, |
| const unsigned char * | s, | ||
| int | min, | ||
| int | max, | ||
| int | repeat | ||
| ) |
Definition at line 152 of file utilities.cc.
References SN_env::c, get_b_utf8(), SN_env::lb, and SN_env::p.
Referenced by r_case_ending(), r_CONSONANT(), r_correlative(), r_degrees(), r_emphasis(), r_et_condition(), r_i_plural(), r_lengthen_V(), r_main_suffix(), r_mark_sU(), r_mark_suffix_with_optional_n_consonant(), r_mark_suffix_with_optional_s_consonant(), r_mark_suffix_with_optional_U_vowel(), r_mark_suffix_with_optional_y_consonant(), r_mark_yU(), r_other_suffix(), r_particle_etc(), r_plural_three_first_cases(), r_shortv(), r_standard_suffix(), r_Step_1b(), r_Step_2(), r_step_3(), r_step_4(), r_step_5b(), r_step_5c(), r_t_plural(), r_tidy(), r_undouble(), r_undouble_kpt(), r_V(), r_verb(), r_VI(), r_vowel_suffix(), and r_VX().
| int in_grouping_U | ( | struct SN_env * | z, |
| const unsigned char * | s, | ||
| int | min, | ||
| int | max, | ||
| int | repeat | ||
| ) |
Definition at line 140 of file utilities.cc.
References SN_env::c, get_utf8(), SN_env::l, and SN_env::p.
Referenced by r_elisions(), r_Lose_infix(), r_Lose_prefix(), r_mark_regions(), r_measure(), r_prelude(), r_remove_first_order_prefix(), Xapian::Internal::Snowball::Lithuanian::stem(), and Xapian::Internal::Snowball::Porter::stem().
| SNOWBALL_ERR insert_s | ( | struct SN_env * | z, |
| int | bra, | ||
| int | ket, | ||
| int | s_size, | ||
| const symbol * | s | ||
| ) |
Definition at line 471 of file utilities.cc.
References SN_env::bra, SN_env::ket, REPLACE_S, among::s, among::s_size, and SNOWBALL_RETURN_OK.
Referenced by insert_v(), r_Step_1b(), r_Step_2(), r_step_2a(), and r_Step_3().
| SNOWBALL_ERR insert_v | ( | struct SN_env * | z, |
| int | bra, | ||
| int | ket, | ||
| const symbol * | p | ||
| ) |
Definition at line 481 of file utilities.cc.
References insert_s(), p, and SIZE.
Referenced by r_lengthen_V().
| int len_utf8 | ( | const symbol * | p | ) |
Definition at line 508 of file utilities.cc.
References among::b, p, and SIZE.
Referenced by r_Checks1(), r_fix_ending(), r_has_min_length(), r_Prefix_Step1(), r_Prefix_Step2(), r_Prefix_Step3_Verb(), r_Prefix_Step3a_Noun(), r_Prefix_Step3b_Noun(), r_Prefix_Step4_Verb(), r_remove_vetrumai_urupukal(), r_Suffix_Noun_Step1a(), r_Suffix_Noun_Step1b(), r_Suffix_Noun_Step2a(), r_Suffix_Noun_Step2b(), r_Suffix_Noun_Step2c1(), r_Suffix_Noun_Step2c2(), r_Suffix_Noun_Step3(), r_Suffix_Verb_Step1(), r_Suffix_Verb_Step2a(), r_Suffix_Verb_Step2b(), r_Suffix_Verb_Step2c(), and Xapian::Internal::Snowball::Lithuanian::stem().
| void lose_s | ( | symbol * | p | ) |
Definition at line 38 of file utilities.cc.
| int out_grouping | ( | struct SN_env * | z, |
| const unsigned char * | s, | ||
| int | min, | ||
| int | max, | ||
| int | repeat | ||
| ) |
Definition at line 214 of file utilities.cc.
| int out_grouping_b | ( | struct SN_env * | z, |
| const unsigned char * | s, | ||
| int | min, | ||
| int | max, | ||
| int | repeat | ||
| ) |
Definition at line 226 of file utilities.cc.
References SN_env::c, SN_env::lb, and SN_env::p.
| int out_grouping_b_U | ( | struct SN_env * | z, |
| const unsigned char * | s, | ||
| int | min, | ||
| int | max, | ||
| int | repeat | ||
| ) |
Definition at line 176 of file utilities.cc.
References SN_env::c, get_b_utf8(), SN_env::lb, and SN_env::p.
Referenced by r_append_U_to_stems_ending_with_d_or_g(), r_C(), r_check_vowel_harmony(), r_e_ending(), r_en_ending(), r_et_condition(), r_i_verb_suffix(), r_lengthen_V(), r_long_word(), r_main_suffix(), r_mark_suffix_with_optional_U_vowel(), r_residual_suffix(), r_shortv(), r_standard_suffix(), r_Step_1a(), r_Step_1b(), r_Step_1c(), r_un_accent(), and r_verb_suffix().
| int out_grouping_U | ( | struct SN_env * | z, |
| const unsigned char * | s, | ||
| int | min, | ||
| int | max, | ||
| int | repeat | ||
| ) |
Definition at line 164 of file utilities.cc.
References SN_env::c, get_utf8(), SN_env::l, and SN_env::p.
Referenced by r_mark_regions(), r_measure(), r_more_than_one_syllable_word(), r_prelude(), r_remove_second_order_prefix(), Xapian::Internal::Snowball::Indonesian::stem(), Xapian::Internal::Snowball::Lithuanian::stem(), and Xapian::Internal::Snowball::Porter::stem().
| SNOWBALL_ERR replace_s | ( | struct SN_env * | z, |
| int | c_bra, | ||
| int | c_ket, | ||
| int | s_size, | ||
| const symbol * | s | ||
| ) |
Definition at line 396 of file utilities.cc.
References SN_env::c, c_bra, c_ket, CAPACITY, increase_size(), SN_env::l, SN_env::p, among::s, among::s_size, SET_SIZE, SIZE, SNOWBALL_PROPAGATE_ERR, and SNOWBALL_RETURN_OK.
Referenced by Xapian::Internal::Snowball::Arabic::operator()(), Xapian::Internal::Snowball::Armenian::operator()(), Xapian::Internal::Snowball::Basque::operator()(), Xapian::Internal::Snowball::Catalan::operator()(), Xapian::Internal::Snowball::Danish::operator()(), Xapian::Internal::Snowball::Dutch::operator()(), Xapian::Internal::Snowball::DutchPorter::operator()(), Xapian::Internal::Snowball::Earlyenglish::operator()(), Xapian::Internal::Snowball::English::operator()(), Xapian::Internal::Snowball::Esperanto::operator()(), Xapian::Internal::Snowball::Estonian::operator()(), Xapian::Internal::Snowball::Finnish::operator()(), Xapian::Internal::Snowball::French::operator()(), Xapian::Internal::Snowball::German::operator()(), Xapian::Internal::Snowball::Greek::operator()(), Xapian::Internal::Snowball::Hindi::operator()(), Xapian::Internal::Snowball::Hungarian::operator()(), Xapian::Internal::Snowball::Indonesian::operator()(), Xapian::Internal::Snowball::Irish::operator()(), Xapian::Internal::Snowball::Italian::operator()(), Xapian::Internal::Snowball::Lithuanian::operator()(), Xapian::Internal::Snowball::Lovins::operator()(), Xapian::Internal::Snowball::Nepali::operator()(), Xapian::Internal::Snowball::Norwegian::operator()(), Xapian::Internal::Snowball::Polish::operator()(), Xapian::Internal::Snowball::Porter::operator()(), Xapian::Internal::Snowball::Portuguese::operator()(), Xapian::Internal::Snowball::Romanian::operator()(), Xapian::Internal::Snowball::Russian::operator()(), Xapian::Internal::Snowball::Serbian::operator()(), Xapian::Internal::Snowball::Spanish::operator()(), Xapian::Internal::Snowball::Swedish::operator()(), Xapian::Internal::Snowball::Tamil::operator()(), Xapian::Internal::Snowball::Turkish::operator()(), and Xapian::Internal::Snowball::Yiddish::operator()().
| int skip_b_utf8 | ( | const symbol * | p, |
| int | c, | ||
| int | limit, | ||
| int | n | ||
| ) |
Definition at line 75 of file utilities.cc.
References p.
Referenced by r_A(), r_AA(), r_B(), r_BB(), r_C(), r_case_ending(), r_CC(), r_consonant_pair(), r_D(), r_E(), r_emphasis(), r_F(), r_G(), r_H(), r_I(), r_J(), r_K(), r_L(), r_lengthen_V(), r_long_word(), r_M(), r_mark_suffix_with_optional_n_consonant(), r_mark_suffix_with_optional_s_consonant(), r_mark_suffix_with_optional_U_vowel(), r_mark_suffix_with_optional_y_consonant(), r_N(), r_O(), r_P(), r_plural_three_first_cases(), r_Q(), r_R(), r_S(), r_standard_suffix(), r_Step_1a(), r_Step_1b(), r_T(), r_tidy(), r_tolower(), r_U(), r_un_double(), r_undouble(), r_V(), r_verb_suffix(), r_VX(), r_W(), r_X(), r_Y(), r_Z(), and Xapian::Internal::Snowball::Arabic::stem().
| int skip_utf8 | ( | const symbol * | p, |
| int | c, | ||
| int | limit, | ||
| int | n | ||
| ) |
Definition at line 50 of file utilities.cc.
References p.
Referenced by r_canonical_form(), r_cleaning(), r_cyr_to_lat(), r_Lose_infix(), r_Lose_prefix(), r_mark_regions(), r_norm(), r_Normalize_post(), r_Normalize_pre(), r_postlude(), r_prelude(), r_remove_proper_noun_suffix(), Xapian::Internal::Snowball::Earlyenglish::stem(), Xapian::Internal::Snowball::English::stem(), Xapian::Internal::Snowball::Hindi::stem(), Xapian::Internal::Snowball::Polish::stem(), Xapian::Internal::Snowball::Porter::stem(), and Xapian::Internal::Snowball::Russian::stem().
| SNOWBALL_ERR slice_del | ( | struct SN_env * | z | ) |
Definition at line 450 of file utilities.cc.
References SN_env::bra, SN_env::c, SN_env::ket, SN_env::l, SN_env::p, SET_SIZE, SIZE, SLICE_CHECK, and SNOWBALL_RETURN_OK.
Referenced by r_aditzak(), r_adjectival(), r_adjective(), r_adjetiboak(), r_attached_pronoun(), r_case(), r_case_ending(), r_case_other(), r_consonant_pair(), r_correlative(), r_degrees(), r_deriv(), r_derivational(), r_e_ending(), r_elisions(), r_emphasis(), r_en_ending(), r_ending(), r_endings(), r_factive(), r_fix_ending(), r_i_plural(), r_i_verb_suffix(), r_initial_morph(), r_instrum(), r_izenak(), r_Lose_infix(), r_Lose_prefix(), r_main_suffix(), r_Normalize_pre(), r_noun(), r_noun_sfx(), r_nu(), r_other_endings(), r_other_suffix(), r_owned(), r_particle_etc(), r_perfective_gerund(), r_plur_owner(), r_plural(), r_plural_three_first_cases(), r_possessive(), r_postlude(), r_Prefix_Step2(), r_Prefix_Step3a_Noun(), r_Prefix_Step3b_Noun(), r_prelude(), r_pronoun(), r_reflexive(), r_remove_category_1(), r_remove_category_2(), r_remove_category_3(), r_remove_command_suffixes(), r_remove_common_word_endings(), r_remove_endings(), r_remove_first_order_prefix(), r_remove_particle(), r_remove_plural_suffix(), r_remove_possessive_pronoun(), r_remove_pronoun_prefixes(), r_remove_proper_noun_suffix(), r_remove_question_prefixes(), r_remove_second_order_prefix(), r_remove_suffix(), r_remove_tense_suffix(), r_remove_vetrumai_urupukal(), r_residual_form(), r_residual_suffix(), r_sing_owner(), r_standard_suffix(), r_stem_nominal_verb_suffixes(), r_stem_noun_suffixes(), r_stem_suffix_chain_before_ki(), r_step1(), r_step2(), r_step_0(), r_Step_1(), r_Step_1a(), r_Step_1b(), r_Step_1c(), r_Step_2(), r_step_2a(), r_step_2b(), r_step_2c(), r_step_2d(), r_Step_3(), r_step_3(), r_Step_4(), r_step_4(), r_Step_5(), r_step_5a(), r_Step_5a(), r_step_5b(), r_Step_5b(), r_step_5c(), r_step_5d(), r_step_5e(), r_step_5f(), r_step_5g(), r_step_5h(), r_step_5i(), r_step_5j(), r_step_5k(), r_step_5l(), r_step_5m(), r_step_6(), r_step_7(), r_step_s1(), r_step_s10(), r_step_s2(), r_step_s3(), r_step_s4(), r_step_s5(), r_step_s6(), r_step_s7(), r_step_s8(), r_step_s9(), r_Suffix_Noun_Step1a(), r_Suffix_Noun_Step1b(), r_Suffix_Noun_Step2a(), r_Suffix_Noun_Step2b(), r_Suffix_Noun_Step2c1(), r_Suffix_Noun_Step2c2(), r_Suffix_Noun_Step3(), r_Suffix_Verb_Step1(), r_Suffix_Verb_Step2a(), r_Suffix_Verb_Step2b(), r_Suffix_Verb_Step2c(), r_t_plural(), r_tidy(), r_tidy_up(), r_ujn_suffix(), r_un_double(), r_undouble(), r_verb(), r_verb_sfx(), r_verb_suffix(), r_vowel_suffix(), r_y_verb_suffix(), Xapian::Internal::Snowball::Hindi::stem(), Xapian::Internal::Snowball::Portuguese::stem(), and Xapian::Internal::Snowball::Russian::stem().
| SNOWBALL_ERR slice_from_s | ( | struct SN_env * | z, |
| int | s_size, | ||
| const symbol * | s | ||
| ) |
Definition at line 439 of file utilities.cc.
References SN_env::bra, SN_env::ket, REPLACE_S, among::s, among::s_size, SLICE_CHECK, and SNOWBALL_RETURN_OK.
Referenced by r_adjetiboak(), r_append_U_to_stems_ending_with_d_or_g(), r_attached_pronoun(), r_canonical_form(), r_case_other(), r_case_special(), r_cleaning(), r_combo_suffix(), r_cyr_to_lat(), r_deriv(), r_exception1(), r_final_apostrophe(), r_fix_chdz(), r_fix_conflicts(), r_fix_ending(), r_fix_gd(), r_fix_va_start(), r_initial_apostrophe(), r_initial_morph(), r_izenak(), r_lengthen_V(), r_Lose_infix(), r_Lose_prefix(), r_main_suffix(), r_mark_regions(), r_norm(), r_normalize_consonant(), r_Normalize_post(), r_Normalize_pre(), r_other_suffix(), r_owned(), r_plur_owner(), r_plural(), r_plural_three_first_cases(), r_possessive(), r_post_process_last_consonants(), r_postlude(), r_Prefix_Step1(), r_Prefix_Step3_Verb(), r_Prefix_Step3b_Noun(), r_Prefix_Step4_Verb(), r_prelude(), r_remove_common_word_endings(), r_remove_endings(), r_remove_first_order_prefix(), r_remove_plural_suffix(), r_remove_question_suffixes(), r_remove_tense_suffix(), r_remove_um(), r_remove_vetrumai_urupukal(), r_residual_form(), r_residual_suffix(), r_respell(), r_sing_owner(), r_special_noun_endings(), r_standard_suffix(), r_step_0(), r_Step_1(), r_step_1(), r_Step_1a(), r_Step_1b(), r_Step_1c(), r_Step_2(), r_step_2b(), r_step_2c(), r_step_2d(), r_Step_3(), r_step_3(), r_Step_4(), r_step_4(), r_step_5a(), r_step_5b(), r_step_5c(), r_step_5d(), r_step_5e(), r_step_5f(), r_step_5g(), r_step_5h(), r_step_5i(), r_step_5j(), r_step_5k(), r_step_5l(), r_step_5m(), r_Step_6(), r_step_6(), r_Step_7(), r_step_s1(), r_step_s10(), r_step_s2(), r_step_s3(), r_step_s4(), r_step_s5(), r_step_s6(), r_step_s7(), r_step_s8(), r_step_s9(), r_Suffix_All_alef_maqsura(), r_tolower(), r_un_accent(), r_undouble_kpt(), r_v_ending(), r_verb(), r_verb_exceptions(), slice_from_v(), Xapian::Internal::Snowball::French::stem(), Xapian::Internal::Snowball::Porter::stem(), and Xapian::Internal::Snowball::Russian::stem().
| SNOWBALL_ERR slice_from_v | ( | struct SN_env * | z, |
| const symbol * | p | ||
| ) |
Definition at line 446 of file utilities.cc.
References p, SIZE, and slice_from_s().
| SNOWBALL_ERR slice_to | ( | struct SN_env * | z, |
| symbol ** | p | ||
| ) |
Definition at line 485 of file utilities.cc.
References SN_env::bra, CAPACITY, increase_size(), SN_env::ket, p, SN_env::p, SET_SIZE, SLICE_CHECK, SNOWBALL_PROPAGATE_ERR, and SNOWBALL_RETURN_OK.
Referenced by r_lengthen_V(), r_tidy(), and r_undouble().