Skip to content

Commit

Permalink
Add explanation for the new JL fields
Browse files Browse the repository at this point in the history
  • Loading branch information
rampaa committed Oct 7, 2023
1 parent 22239b1 commit 73a0a98
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions JL.Windows/GUI/PreferencesWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,11 @@ public static bool IsItVisible()

private const string WordJLFieldsInfo = """
• Primary Spelling: It's the spelling you click to mine the word, e.g., if you look up "わかりました", its primary spelling will be "分かる".
• Readings: Readings of the mined word, e.g., if you look up "描く", its "Readings" will be "えがく, かく".
• Primary Spelling with Orthography Info: It's the spelling you click to mine the word with its orthography Info, e.g., if you look up "珈琲", its "Primary Spelling with Orthography Info" will be "珈琲 (ateji)".
• Readings: Readings of the mined word, e.g., if you look up "従妹", its "Readings" will be "じゅうまい, いとこ".
• Readings with Orthography Info: Readings of the mined word with their orthography info, e.g. if you look up "従妹", its "Readings with Orthography Info" will be "じゅうまい, いとこ (gikun)".
• Alternative Spellings: Alternative spellings of the mined word, e.g., if you look up "わかりました", its alternative spellings will be "解る, 判る, 分る".
• Alternative Spellings with Orthography Info: Alternative spellings of the mined word with their orthography info, e.g., if you look up "嫁" its "Alternative Spellings with Orthography Info" will be "娵 (rK), 婦 (rK), 媳 (rK)".
• Definitions: Definitions of the mined word.
• Dictionary Name: Name of the dictionary, e.g., JMDict.
• Audio: Audio for the first reading of the mined word.
Expand All @@ -57,6 +60,7 @@ public static bool IsItVisible()
• Deconjugated Matched Text: Matched Text's deconjugated form, e.g., if the "Matched Text" is "わかりました", "Deconjugated Matched Text" will be "わかる".
• Deconjugation Process: Deconjugation path from the "Matched Text" to "Deconjugated Matched Text".
• Frequencies: Frequency info for the mined word, e.g., "VN: #77, JPDB: #666".
• Raw Frequencies: Raw frequency info for the mined word, e.g., "77, 666".
• EDICT ID: JMDict entry ID.
• Local Time: Mining date and time expressed in local timezone.
""";
Expand All @@ -74,7 +78,8 @@ public static bool IsItVisible()
• Dictionary Name: Name of the dictionary, e.g., "Kanjidic".
• Source Text: Whole text in which the mined kanji appears in.
• Sentence: Sentence in which the mined kanji appears in.
• Frequencies: Frequency info for the kanji.
• Frequencies: Frequency info for the kanji, e.g., "Kanjidic Freq: #77, jpdb: #666".
• Raw Frequencies: Raw frequency info for the mined word, e.g., "77, 666".
• EDICT ID: KANJIDIC2 entry ID.
• Local Time: Mining date and time expressed in local timezone.
""";
Expand Down

0 comments on commit 73a0a98

Please sign in to comment.