MCPcopy Create free account

hub / github.com/CurrySoftware/rust-stemmers / functions

Functions299 in github.com/CurrySoftware/rust-stemmers

↓ 370 callersMethodslice_from
Replace string between `bra` and `ket` with s
src/snowball/snowball_env.rs:88
↓ 339 callersMethodslice_del
Helper function that removes the string slice between `bra` and `ket`
src/snowball/snowball_env.rs:234
↓ 254 callersMethodeq_s_b
Check if 's' is before cursor If so, move cursor to the beginning of s
src/snowball/snowball_env.rs:74
↓ 227 callersMethodfind_among_b
(&mut self, amongs: &[Among<T>], context: &mut T)
src/snowball/snowball_env.rs:322
↓ 100 callersMethodnext_char
Move cursor to next charater
src/snowball/snowball_env.rs:95
↓ 67 callersMethodin_grouping
A grouping is represented by a minimum code point, a maximum code point, and a bitfield of which code points in that range are in the grouping. For ex
src/snowball/snowball_env.rs:151
↓ 53 callersMethodinsert
(&mut self, bra: usize, ket: usize, s: &str)
src/snowball/snowball_env.rs:238
↓ 48 callersMethodslice_to
(&mut self)
src/snowball/snowball_env.rs:248
↓ 45 callersMethodin_grouping_b
(&mut self, chars: &[u8], min: u32, max: u32)
src/snowball/snowball_env.rs:170
↓ 43 callersMethodout_grouping
(&mut self, chars: &[u8], min: u32, max: u32)
src/snowball/snowball_env.rs:191
↓ 40 callersMethodprevious_char
Move cursor to previous character
src/snowball/snowball_env.rs:103
↓ 36 callersMethodeq_s
Check if s is after cursor. If so, move cursor to the end of s
src/snowball/snowball_env.rs:57
↓ 26 callersMethodfind_among
(&mut self, amongs: &[Among<T>], context: &mut T)
src/snowball/snowball_env.rs:252
↓ 21 callersMethodout_grouping_b
(&mut self, chars: &[u8], min: u32, max: u32)
src/snowball/snowball_env.rs:210
↓ 20 callersFunctionr_R2
(env: &mut SnowballEnv, context: &mut Context)
src/snowball/algorithms/french.rs:518
↓ 20 callersFunctionr_check_vowel_harmony
(env: &mut SnowballEnv, context: &mut Context)
src/snowball/algorithms/turkish.rs:225
↓ 19 callersFunctionr_mark_lAr
(env: &mut SnowballEnv, context: &mut Context)
src/snowball/algorithms/turkish.rs:941
↓ 15 callersFunctionr_stem_suffix_chain_before_ki
(env: &mut SnowballEnv, context: &mut Context)
src/snowball/algorithms/turkish.rs:1385
↓ 14 callersFunctionr_R2
(env: &mut SnowballEnv, context: &mut Context)
src/snowball/algorithms/spanish.rs:505
↓ 13 callersFunctionr_R2
(env: &mut SnowballEnv, context: &mut Context)
src/snowball/algorithms/italian.rs:619
↓ 12 callersFunctionr_R2
(env: &mut SnowballEnv, context: &mut Context)
src/snowball/algorithms/portuguese.rs:520
↓ 12 callersFunctionstemms_to
(lhs: &str, rhs: &str, stemmer: Algorithm)
src/lib.rs:105
↓ 10 callersFunctionr_R1
(env: &mut SnowballEnv, context: &mut Context)
src/snowball/algorithms/hungarian.rs:310
↓ 9 callersFunctionr_mark_suffix_with_optional_y_consonant
(env: &mut SnowballEnv, context: &mut Context)
src/snowball/algorithms/turkish.rs:561
↓ 8 callersMethodbyte_index_for_hop
(&self, mut delta: i32)
src/snowball/snowball_env.rs:110
↓ 7 callersFunctionr_R2
(env: &mut SnowballEnv, context: &mut Context)
src/snowball/algorithms/dutch.rs:348
↓ 7 callersFunctionr_has_min_length
(env: &mut SnowballEnv, context: &mut Context)
src/snowball/algorithms/tamil.rs:263
↓ 7 callersFunctionr_mark_possessives
(env: &mut SnowballEnv, context: &mut Context)
src/snowball/algorithms/turkish.rs:667
↓ 7 callersFunctionr_mark_sU
(env: &mut SnowballEnv, context: &mut Context)
src/snowball/algorithms/turkish.rs:681
↓ 6 callersFunctionr_mark_lArI
(env: &mut SnowballEnv, context: &mut Context)
src/snowball/algorithms/turkish.rs:698
↓ 5 callersFunctionr_RV
(env: &mut SnowballEnv, context: &mut Context)
src/snowball/algorithms/portuguese.rs:506
↓ 5 callersFunctionr_RV
(env: &mut SnowballEnv, context: &mut Context)
src/snowball/algorithms/italian.rs:605
↓ 5 callersFunctionr_RV
(env: &mut SnowballEnv, context: &mut Context)
src/snowball/algorithms/french.rs:504
↓ 5 callersFunctionr_mark_ymUs_
(env: &mut SnowballEnv, context: &mut Context)
src/snowball/algorithms/turkish.rs:1021
↓ 4 callersFunctionr_R1
(env: &mut SnowballEnv, context: &mut Context)
src/snowball/algorithms/dutch.rs:341
↓ 4 callersFunctionr_R1
(env: &mut SnowballEnv, context: &mut Context)
src/snowball/algorithms/french.rs:511
↓ 4 callersFunctionr_R1
(env: &mut SnowballEnv, context: &mut Context)
src/snowball/algorithms/english.rs:380
↓ 4 callersFunctionr_R2
(env: &mut SnowballEnv, context: &mut Context)
src/snowball/algorithms/english.rs:387
↓ 4 callersFunctionr_RV
(env: &mut SnowballEnv, context: &mut Context)
src/snowball/algorithms/spanish.rs:491
↓ 4 callersFunctionr_double
(env: &mut SnowballEnv, context: &mut Context)
src/snowball/algorithms/hungarian.rs:351
↓ 4 callersFunctionr_fix_endings
(env: &mut SnowballEnv, context: &mut Context)
src/snowball/algorithms/tamil.rs:398
↓ 3 callersFunctionr_R1
(env: &mut SnowballEnv, context: &mut Context)
src/snowball/algorithms/german.rs:324
↓ 3 callersFunctionr_R2
(env: &mut SnowballEnv, context: &mut Context)
src/snowball/algorithms/german.rs:331
↓ 3 callersFunctionr_Suffix_Noun_Step2a
(env: &mut SnowballEnv, context: &mut Context)
src/snowball/algorithms/arabic.rs:1213
↓ 3 callersFunctionr_Suffix_Noun_Step2b
(env: &mut SnowballEnv, context: &mut Context)
src/snowball/algorithms/arabic.rs:1241
↓ 3 callersFunctionr_fix_ending
(env: &mut SnowballEnv, context: &mut Context)
src/snowball/algorithms/tamil.rs:466
↓ 3 callersFunctionr_mark_sUn
(env: &mut SnowballEnv, context: &mut Context)
src/snowball/algorithms/turkish.rs:901
↓ 3 callersFunctionr_mark_sUnUz
(env: &mut SnowballEnv, context: &mut Context)
src/snowball/algorithms/turkish.rs:932
↓ 3 callersFunctionr_mark_yDU
(env: &mut SnowballEnv, context: &mut Context)
src/snowball/algorithms/turkish.rs:989
↓ 3 callersFunctionr_mark_yUm
(env: &mut SnowballEnv, context: &mut Context)
src/snowball/algorithms/turkish.rs:883
↓ 3 callersFunctionr_mark_yUz
(env: &mut SnowballEnv, context: &mut Context)
src/snowball/algorithms/turkish.rs:914
↓ 3 callersFunctionr_mark_ysA
(env: &mut SnowballEnv, context: &mut Context)
src/snowball/algorithms/turkish.rs:1007
↓ 3 callersFunctionr_undouble
(env: &mut SnowballEnv, context: &mut Context)
src/snowball/algorithms/dutch.rs:355
↓ 2 callersFunctionr_LONG
(env: &mut SnowballEnv, context: &mut Context)
src/snowball/algorithms/finnish.rs:368
↓ 2 callersFunctionr_R1
(env: &mut SnowballEnv, context: &mut Context)
src/snowball/algorithms/romanian.rs:563
↓ 2 callersFunctionr_Suffix_Noun_Step2c1
(env: &mut SnowballEnv, context: &mut Context)
src/snowball/algorithms/arabic.rs:1269
↓ 2 callersFunctionr_Suffix_Verb_Step2a
(env: &mut SnowballEnv, context: &mut Context)
src/snowball/algorithms/arabic.rs:1399
↓ 2 callersFunctionr_consonant_pair
(env: &mut SnowballEnv, context: &mut Context)
src/snowball/algorithms/danish.rs:176
↓ 2 callersFunctionr_e_ending
(env: &mut SnowballEnv, context: &mut Context)
src/snowball/algorithms/dutch.rs:380
↓ 2 callersFunctionr_en_ending
(env: &mut SnowballEnv, context: &mut Context)
src/snowball/algorithms/dutch.rs:415
↓ 2 callersFunctionr_fix_va_start
(env: &mut SnowballEnv, context: &mut Context)
src/snowball/algorithms/tamil.rs:272
↓ 2 callersFunctionr_mark_DA
(env: &mut SnowballEnv, context: &mut Context)
src/snowball/algorithms/turkish.rs:786
↓ 2 callersFunctionr_mark_DUr
(env: &mut SnowballEnv, context: &mut Context)
src/snowball/algorithms/turkish.rs:967
↓ 2 callersFunctionr_mark_nUn
(env: &mut SnowballEnv, context: &mut Context)
src/snowball/algorithms/turkish.rs:737
↓ 2 callersFunctionr_mark_ndA
(env: &mut SnowballEnv, context: &mut Context)
src/snowball/algorithms/turkish.rs:799
↓ 2 callersFunctionr_mark_suffix_with_optional_n_consonant
(env: &mut SnowballEnv, context: &mut Context)
src/snowball/algorithms/turkish.rs:453
↓ 2 callersFunctionr_shortv
(env: &mut SnowballEnv, context: &mut Context)
src/snowball/algorithms/english.rs:345
↓ 2 callersFunctionr_undouble
(env: &mut SnowballEnv, context: &mut Context)
src/snowball/algorithms/hungarian.rs:363
↓ 2 callersMethodreplace_s
(&mut self, bra: usize, ket: usize, s: &str)
src/snowball/snowball_env.rs:32
↓ 1 callersMethodget_current
(self)
src/snowball/snowball_env.rs:28
↓ 1 callersFunctionr_Checks1
(env: &mut SnowballEnv, context: &mut Context)
src/snowball/algorithms/arabic.rs:797
↓ 1 callersFunctionr_Normalize_post
(env: &mut SnowballEnv, context: &mut Context)
src/snowball/algorithms/arabic.rs:694
↓ 1 callersFunctionr_Normalize_pre
(env: &mut SnowballEnv, context: &mut Context)
src/snowball/algorithms/arabic.rs:327
↓ 1 callersFunctionr_Prefix_Step1
(env: &mut SnowballEnv, context: &mut Context)
src/snowball/algorithms/arabic.rs:838
↓ 1 callersFunctionr_Prefix_Step2
(env: &mut SnowballEnv, context: &mut Context)
src/snowball/algorithms/arabic.rs:902
↓ 1 callersFunctionr_Prefix_Step3_Verb
(env: &mut SnowballEnv, context: &mut Context)
src/snowball/algorithms/arabic.rs:1052
↓ 1 callersFunctionr_Prefix_Step3a_Noun
(env: &mut SnowballEnv, context: &mut Context)
src/snowball/algorithms/arabic.rs:959
↓ 1 callersFunctionr_Prefix_Step3b_Noun
(env: &mut SnowballEnv, context: &mut Context)
src/snowball/algorithms/arabic.rs:996
↓ 1 callersFunctionr_Prefix_Step4_Verb
(env: &mut SnowballEnv, context: &mut Context)
src/snowball/algorithms/arabic.rs:1107
↓ 1 callersFunctionr_R1
(env: &mut SnowballEnv, context: &mut Context)
src/snowball/algorithms/portuguese.rs:513
↓ 1 callersFunctionr_R1
(env: &mut SnowballEnv, context: &mut Context)
src/snowball/algorithms/spanish.rs:498
↓ 1 callersFunctionr_R1
(env: &mut SnowballEnv, context: &mut Context)
src/snowball/algorithms/italian.rs:612
↓ 1 callersFunctionr_R2
(env: &mut SnowballEnv, context: &mut Context)
src/snowball/algorithms/romanian.rs:570
↓ 1 callersFunctionr_R2
(env: &mut SnowballEnv, context: &mut Context)
src/snowball/algorithms/finnish.rs:214
↓ 1 callersFunctionr_R2
(env: &mut SnowballEnv, context: &mut Context)
src/snowball/algorithms/russian.rs:246
↓ 1 callersFunctionr_R2
(env: &mut SnowballEnv, context: &mut Context)
src/snowball/algorithms/armenian.rs:282
↓ 1 callersFunctionr_RV
(env: &mut SnowballEnv, context: &mut Context)
src/snowball/algorithms/romanian.rs:556
↓ 1 callersFunctionr_Step_1a
(env: &mut SnowballEnv, context: &mut Context)
src/snowball/algorithms/english.rs:394
↓ 1 callersFunctionr_Step_1b
(env: &mut SnowballEnv, context: &mut Context)
src/snowball/algorithms/english.rs:494
↓ 1 callersFunctionr_Step_1c
(env: &mut SnowballEnv, context: &mut Context)
src/snowball/algorithms/english.rs:595
↓ 1 callersFunctionr_Step_2
(env: &mut SnowballEnv, context: &mut Context)
src/snowball/algorithms/english.rs:638
↓ 1 callersFunctionr_Step_3
(env: &mut SnowballEnv, context: &mut Context)
src/snowball/algorithms/english.rs:763
↓ 1 callersFunctionr_Step_4
(env: &mut SnowballEnv, context: &mut Context)
src/snowball/algorithms/english.rs:825
↓ 1 callersFunctionr_Step_5
(env: &mut SnowballEnv, context: &mut Context)
src/snowball/algorithms/english.rs:876
↓ 1 callersFunctionr_Suffix_All_alef_maqsura
(env: &mut SnowballEnv, context: &mut Context)
src/snowball/algorithms/arabic.rs:1528
↓ 1 callersFunctionr_Suffix_Noun_Step1a
(env: &mut SnowballEnv, context: &mut Context)
src/snowball/algorithms/arabic.rs:1139
↓ 1 callersFunctionr_Suffix_Noun_Step1b
(env: &mut SnowballEnv, context: &mut Context)
src/snowball/algorithms/arabic.rs:1185
↓ 1 callersFunctionr_Suffix_Noun_Step2c2
(env: &mut SnowballEnv, context: &mut Context)
src/snowball/algorithms/arabic.rs:1297
↓ 1 callersFunctionr_Suffix_Noun_Step3
(env: &mut SnowballEnv, context: &mut Context)
src/snowball/algorithms/arabic.rs:1325
↓ 1 callersFunctionr_Suffix_Verb_Step1
(env: &mut SnowballEnv, context: &mut Context)
src/snowball/algorithms/arabic.rs:1353
next →1–100 of 299, ranked by callers