MCPcopy Create free account

hub / github.com/cessen/kobo_jp_dict / functions

Functions37 in github.com/cessen/kobo_jp_dict

↓ 29 callersMethodis_empty
(&self)
src/yomichan.rs:59
↓ 25 callersMethodlen
(&self)
src/yomichan.rs:52
↓ 9 callersFunctionhiragana_to_katakana
(text: &str)
src/main.rs:311
↓ 9 callersMethodidx
(&self)
src/generic_dict.rs:30
↓ 5 callersFunctionis_all_kana
(text: &str)
src/main.rs:341
↓ 3 callersMethoddepth
(&self)
src/yomichan.rs:45
↓ 3 callersFunctionstrip_non_kana
Removes all non-kana text from a `&str`, and returns a `String` of the result.
src/main.rs:301
↓ 2 callersFunctiondefinition_to_html
Converts a defintion(s) to html. `ordered_list` is whether to use an ordered html list type or unordered.
src/yomichan.rs:423
↓ 2 callersFunctionis_kana
(ch: char)
src/main.rs:278
↓ 2 callersFunctionsplit_definition_text
( s: &str, dividers: &[Regex], furigen: &mut Option<furigana_gen::Session>, )
src/yomichan.rs:380
↓ 2 callersFunctionwrite_dictionary
(entries: &[Entry], output_path: &Path)
src/kobo.rs:13
↓ 1 callersMethoddef_text
(&self)
src/yomichan.rs:66
↓ 1 callersFunctiondictionary_prefix
(key: &str)
src/kobo.rs:183
↓ 1 callersFunctiongenerate_definition_text
Generate English definition text from the given JMDict entry.
src/generic_dict.rs:279
↓ 1 callersFunctiongenerate_entries
( yomi_term_table: &TermTable, yomi_name_table: &TermTable, yomi_kanji_table: &KanjiTable, jm_
src/generic_dict.rs:54
↓ 1 callersFunctiongenerate_header_text
Generate header text from the given entry information.
src/generic_dict.rs:163
↓ 1 callersFunctiongenerate_kanji_entry_text
(entry: &yomichan::KanjiEntry)
src/generic_dict.rs:580
↓ 1 callersFunctiongenerate_lookup_keys
Generates the look-up keys for a JMDict word entry. If `generate_inflections == true`, then basic conjugations of the word are also added to the key
src/generic_dict.rs:304
↓ 1 callersFunctiongenerate_name_entry_text
(entry_settings: EntrySettings, entry: &yomichan::TermEntry)
src/generic_dict.rs:537
↓ 1 callersFunctionis_hiragana
(ch: char)
src/main.rs:289
↓ 1 callersMethodis_list
(&self)
src/yomichan.rs:38
↓ 1 callersFunctionkatakana_to_hiragana
(text: &str)
src/main.rs:326
↓ 1 callersFunctionparse
( path: &Path, furigana_generator: Option<&FuriganaGenerator>, )
src/yomichan.rs:98
↓ 1 callersFunctionprocess_definition
Recursively process definitions. The `dividers` regex's are for further splitting definitions into a deeper hierarchy. The first regex in the list i
src/yomichan.rs:312
↓ 1 callersFunctionstardict_strcmp
A StarDict-compatible string comparison function for use in sorting strings.
src/stardict.rs:121
Methodadd_tag
(entry: &mut WordEntry, elem: &str, tag: &str)
src/jmdict.rs:141
Methodbitor
rhs is the "right-hand side" of the expression `a | b`
src/jmdict.rs:532
Methodbitor_assign
(&mut self, rhs: Self)
src/jmdict.rs:566
Functionbytes_to_str
Panics if the bytes aren't utf8.
src/main.rs:270
Functionbytes_to_string
Panics if the bytes aren't utf8.
src/main.rs:265
Methodfrom_reader
(reader: R)
src/jmdict.rs:23
Functionis_all_hiragana
(text: &str)
src/main.rs:349
Functionmain
()
src/main.rs:25
Methodnew
()
src/yomichan.rs:34
Methodnew
()
src/jmdict.rs:58
Methodnext
(&mut self)
src/jmdict.rs:140
Functionwrite_dictionary
(entries: &[Entry], output_path: &Path)
src/stardict.rs:9