henkan 3.0.3 → 3.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs/api/functions/getKanji.md +8 -8
- package/docs/api/functions/getKanjiExtended.md +8 -8
- package/docs/api/functions/getName.md +8 -8
- package/docs/api/functions/getWord.md +10 -10
- package/docs/api/interfaces/DefaultNoteInfo.md +3 -3
- package/docs/api/interfaces/Definition.md +2 -2
- package/docs/api/interfaces/DictKanji.md +3 -3
- package/docs/api/interfaces/DictKanjiForm.md +2 -2
- package/docs/api/interfaces/DictKanjiMisc.md +4 -4
- package/docs/api/interfaces/DictKanjiReadingMeaning.md +2 -2
- package/docs/api/interfaces/DictKanjiReadingMeaningGroup.md +2 -2
- package/docs/api/interfaces/DictMeaning.md +8 -8
- package/docs/api/interfaces/DictName.md +3 -3
- package/docs/api/interfaces/DictRadical.md +1 -1
- package/docs/api/interfaces/DictReading.md +3 -3
- package/docs/api/interfaces/DictWord.md +4 -4
- package/docs/api/interfaces/EntryMaps.md +8 -8
- package/docs/api/interfaces/ExamplePart.md +5 -5
- package/docs/api/interfaces/Grammar.md +12 -12
- package/docs/api/interfaces/GrammarMeaning.md +1 -1
- package/docs/api/interfaces/JaWiktionaryEntry.md +2 -2
- package/docs/api/interfaces/Kana.md +8 -8
- package/docs/api/interfaces/Kanji.md +21 -21
- package/docs/api/interfaces/KanjiComponent.md +1 -1
- package/docs/api/interfaces/KanjiForm.md +2 -2
- package/docs/api/interfaces/Name.md +10 -10
- package/docs/api/interfaces/NeDictMeaning.md +1 -1
- package/docs/api/interfaces/NoteAndTag.md +1 -1
- package/docs/api/interfaces/Phrase.md +1 -1
- package/docs/api/interfaces/Radical.md +12 -12
- package/docs/api/interfaces/Reading.md +3 -3
- package/docs/api/interfaces/ReadingsKanjiFormsPair.md +1 -1
- package/docs/api/interfaces/ResultEntry.md +6 -6
- package/docs/api/interfaces/TanakaExample.md +2 -2
- package/docs/api/interfaces/Translation.md +1 -1
- package/docs/api/interfaces/Word.md +12 -12
- package/docs/api/interfaces/WordDefinitionPair.md +1 -1
- package/package.json +12 -12
|
@@ -16,27 +16,27 @@ Transforms a converted `KANJIDIC` entry into a more readable format, by providin
|
|
|
16
16
|
|
|
17
17
|
### searchedKanji
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
`string` \| [`DictKanji`](../interfaces/DictKanji.md)
|
|
20
20
|
|
|
21
|
-
|
|
21
|
+
The kanji character (requires [dict](#getkanji)) or a [DictKanji](../interfaces/DictKanji.md) object
|
|
22
22
|
|
|
23
23
|
### dict?
|
|
24
24
|
|
|
25
|
-
|
|
25
|
+
[`KanjiEntryMap`](../type-aliases/KanjiEntryMap.md) \| readonly [`DictKanji`](../interfaces/DictKanji.md)[]
|
|
26
26
|
|
|
27
|
-
[
|
|
27
|
+
An array of converted `KANJIDIC` entries or a [KanjiEntryMap](../type-aliases/KanjiEntryMap.md) (not needed if [searchedKanji](#getkanji) is a [DictKanji](../interfaces/DictKanji.md) object)
|
|
28
28
|
|
|
29
29
|
### jmDict?
|
|
30
30
|
|
|
31
|
-
|
|
31
|
+
[`KanjiWordsMap`](../type-aliases/KanjiWordsMap.md) \| readonly [`DictWord`](../interfaces/DictWord.md)[]
|
|
32
32
|
|
|
33
|
-
[
|
|
33
|
+
An array of converted `JMdict` entries or a [KanjiWordsMap](../type-aliases/KanjiWordsMap.md)
|
|
34
34
|
|
|
35
35
|
### svgList?
|
|
36
36
|
|
|
37
|
-
|
|
37
|
+
[`KanjiSVGMap`](../type-aliases/KanjiSVGMap.md) \| readonly `string`[]
|
|
38
38
|
|
|
39
|
-
[
|
|
39
|
+
An array of SVG file names or a [KanjiSVGMap](../type-aliases/KanjiSVGMap.md)
|
|
40
40
|
|
|
41
41
|
### noteTypeName?
|
|
42
42
|
|
|
@@ -22,15 +22,15 @@ Additional info for the kanji (mnemonic, components, words)
|
|
|
22
22
|
|
|
23
23
|
### kanji
|
|
24
24
|
|
|
25
|
-
|
|
25
|
+
`string` \| [`DictKanji`](../interfaces/DictKanji.md)
|
|
26
26
|
|
|
27
|
-
|
|
27
|
+
The kanji character or a [DictKanji](../interfaces/DictKanji.md) object
|
|
28
28
|
|
|
29
29
|
### dict?
|
|
30
30
|
|
|
31
|
-
|
|
31
|
+
[`KanjiEntryMap`](../type-aliases/KanjiEntryMap.md) \| readonly [`DictKanji`](../interfaces/DictKanji.md)[]
|
|
32
32
|
|
|
33
|
-
[
|
|
33
|
+
An array of converted KANJIDIC entries or a [KanjiEntryMap](../type-aliases/KanjiEntryMap.md) *(not needed if [kanji](#getkanjiextended) is a [DictKanji](../interfaces/DictKanji.md) object)*
|
|
34
34
|
|
|
35
35
|
### useWords?
|
|
36
36
|
|
|
@@ -40,15 +40,15 @@ Whether or not to use the words provided in the `info` object (if present) inste
|
|
|
40
40
|
|
|
41
41
|
### jmDict?
|
|
42
42
|
|
|
43
|
-
|
|
43
|
+
[`KanjiWordsMap`](../type-aliases/KanjiWordsMap.md) \| readonly [`DictWord`](../interfaces/DictWord.md)[]
|
|
44
44
|
|
|
45
|
-
[
|
|
45
|
+
An array of converted `JMdict` entries or a [KanjiWordsMap](../type-aliases/KanjiWordsMap.md)
|
|
46
46
|
|
|
47
47
|
### svgList?
|
|
48
48
|
|
|
49
|
-
|
|
49
|
+
[`KanjiSVGMap`](../type-aliases/KanjiSVGMap.md) \| readonly `string`[]
|
|
50
50
|
|
|
51
|
-
[
|
|
51
|
+
An array of SVG file names or a [KanjiSVGMap](../type-aliases/KanjiSVGMap.md)
|
|
52
52
|
|
|
53
53
|
### noteTypeName?
|
|
54
54
|
|
|
@@ -16,27 +16,27 @@ Transforms a converted `JMnedict` entry into a more readable format, by providin
|
|
|
16
16
|
|
|
17
17
|
### searchedName
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
`` `${number}` `` \| [`DictName`](../interfaces/DictName.md)
|
|
20
20
|
|
|
21
|
-
|
|
21
|
+
The ID of the `JMnedict` entry (requires [dict](#getname)) or a [DictName](../interfaces/DictName.md) object
|
|
22
22
|
|
|
23
23
|
### dict?
|
|
24
24
|
|
|
25
|
-
|
|
25
|
+
[`NameIDEntryMap`](../type-aliases/NameIDEntryMap.md) \| readonly [`DictName`](../interfaces/DictName.md)[]
|
|
26
26
|
|
|
27
|
-
[
|
|
27
|
+
An array converted `JMnedict` entries or a [NameIDEntryMap](../type-aliases/NameIDEntryMap.md) *(not needed if [searchedName](#getname) is a [DictName](../interfaces/DictName.md) object)*
|
|
28
28
|
|
|
29
29
|
### kanjiDic?
|
|
30
30
|
|
|
31
|
-
|
|
31
|
+
[`KanjiEntryMap`](../type-aliases/KanjiEntryMap.md) \| readonly [`DictKanji`](../interfaces/DictKanji.md)[]
|
|
32
32
|
|
|
33
|
-
[
|
|
33
|
+
An array of converted `KANJIDIC` entries or a [KanjiEntryMap](../type-aliases/KanjiEntryMap.md)
|
|
34
34
|
|
|
35
35
|
### examples?
|
|
36
36
|
|
|
37
|
-
|
|
37
|
+
[`EntryExamplesMap`](../type-aliases/EntryExamplesMap.md) \| readonly [`TanakaExample`](../interfaces/TanakaExample.md)[]
|
|
38
38
|
|
|
39
|
-
[
|
|
39
|
+
An array of converted `Tanaka Corpus` examples or a [EntryExamplesMap](../type-aliases/EntryExamplesMap.md)
|
|
40
40
|
|
|
41
41
|
### noteTypeName?
|
|
42
42
|
|
|
@@ -16,33 +16,33 @@ Transforms a converted `JMdict` entry into a more readable format, by providing
|
|
|
16
16
|
|
|
17
17
|
### searchedWord
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
`` `${number}` `` \| [`DictWord`](../interfaces/DictWord.md)
|
|
20
20
|
|
|
21
|
-
|
|
21
|
+
The ID of the `JMdict` entry (requires [dict](#getword)) or a [DictWord](../interfaces/DictWord.md) object
|
|
22
22
|
|
|
23
23
|
### dict?
|
|
24
24
|
|
|
25
|
-
|
|
25
|
+
[`WordIDEntryMap`](../type-aliases/WordIDEntryMap.md) \| readonly [`DictWord`](../interfaces/DictWord.md)[]
|
|
26
26
|
|
|
27
|
-
[
|
|
27
|
+
An array converted `JMdict` entries or a [WordIDEntryMap](../type-aliases/WordIDEntryMap.md) *(not needed if [searchedWord](#getword) is a [DictWord](../interfaces/DictWord.md) object)*
|
|
28
28
|
|
|
29
29
|
### kanjiDic?
|
|
30
30
|
|
|
31
|
-
|
|
31
|
+
[`KanjiEntryMap`](../type-aliases/KanjiEntryMap.md) \| readonly [`DictKanji`](../interfaces/DictKanji.md)[]
|
|
32
32
|
|
|
33
|
-
[
|
|
33
|
+
An array of converted `KANJIDIC` entries or a [KanjiEntryMap](../type-aliases/KanjiEntryMap.md)
|
|
34
34
|
|
|
35
35
|
### examples?
|
|
36
36
|
|
|
37
|
-
|
|
37
|
+
[`EntryExamplesMap`](../type-aliases/EntryExamplesMap.md) \| readonly [`TanakaExample`](../interfaces/TanakaExample.md)[]
|
|
38
38
|
|
|
39
|
-
[
|
|
39
|
+
An array of converted `Tanaka Corpus` examples or a [EntryExamplesMap](../type-aliases/EntryExamplesMap.md)
|
|
40
40
|
|
|
41
41
|
### definitions?
|
|
42
42
|
|
|
43
|
-
|
|
43
|
+
[`WordDefinitionsMap`](../type-aliases/WordDefinitionsMap.md) \| readonly [`WordDefinitionPair`](../interfaces/WordDefinitionPair.md)[]
|
|
44
44
|
|
|
45
|
-
|
|
45
|
+
An array of `ja.wiktionary.org` word-definitions pairs or a [WordDefinitionsMap](../type-aliases/WordDefinitionsMap.md)
|
|
46
46
|
|
|
47
47
|
### noteTypeName?
|
|
48
48
|
|
|
@@ -22,7 +22,7 @@ Setting any of the properties to:
|
|
|
22
22
|
|
|
23
23
|
### deckPath?
|
|
24
24
|
|
|
25
|
-
> `optional` **deckPath
|
|
25
|
+
> `optional` **deckPath?**: `string` \| `true`
|
|
26
26
|
|
|
27
27
|
Defined in: [types.ts:1087](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L1087)
|
|
28
28
|
|
|
@@ -32,7 +32,7 @@ A default for [Result.deckPath](Kana.md#deckpath)
|
|
|
32
32
|
|
|
33
33
|
### guid?
|
|
34
34
|
|
|
35
|
-
> `optional` **guid
|
|
35
|
+
> `optional` **guid?**: `true` \| `"main_information"`
|
|
36
36
|
|
|
37
37
|
Defined in: [types.ts:1079](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L1079)
|
|
38
38
|
|
|
@@ -44,7 +44,7 @@ A default for [Result.noteID](Kana.md#noteid)
|
|
|
44
44
|
|
|
45
45
|
### noteType?
|
|
46
46
|
|
|
47
|
-
> `optional` **noteType
|
|
47
|
+
> `optional` **noteType?**: `string` \| `true`
|
|
48
48
|
|
|
49
49
|
Defined in: [types.ts:1083](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L1083)
|
|
50
50
|
|
|
@@ -24,7 +24,7 @@ The definition
|
|
|
24
24
|
|
|
25
25
|
### furigana?
|
|
26
26
|
|
|
27
|
-
> `optional` **furigana
|
|
27
|
+
> `optional` **furigana?**: `string`
|
|
28
28
|
|
|
29
29
|
Defined in: [types.ts:601](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L601)
|
|
30
30
|
|
|
@@ -34,7 +34,7 @@ The definition with furigana attached
|
|
|
34
34
|
|
|
35
35
|
### mayNotBeAccurate?
|
|
36
36
|
|
|
37
|
-
> `optional` **mayNotBeAccurate
|
|
37
|
+
> `optional` **mayNotBeAccurate?**: `1` \| `2`
|
|
38
38
|
|
|
39
39
|
Defined in: [types.ts:609](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L609)
|
|
40
40
|
|
|
@@ -16,7 +16,7 @@ Equivalent to the `character` KANJIDIC2 element *(excluding some subelements)*
|
|
|
16
16
|
|
|
17
17
|
### isKokuji?
|
|
18
18
|
|
|
19
|
-
> `optional` **isKokuji
|
|
19
|
+
> `optional` **isKokuji?**: `true`
|
|
20
20
|
|
|
21
21
|
Defined in: [types.ts:373](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L373)
|
|
22
22
|
|
|
@@ -36,7 +36,7 @@ The kanji character
|
|
|
36
36
|
|
|
37
37
|
### misc?
|
|
38
38
|
|
|
39
|
-
> `optional` **misc
|
|
39
|
+
> `optional` **misc?**: [`DictKanjiMisc`](DictKanjiMisc.md)
|
|
40
40
|
|
|
41
41
|
Defined in: [types.ts:365](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L365)
|
|
42
42
|
|
|
@@ -46,7 +46,7 @@ The miscellaneous information about the kanji
|
|
|
46
46
|
|
|
47
47
|
### readingMeaning?
|
|
48
48
|
|
|
49
|
-
> `optional` **readingMeaning
|
|
49
|
+
> `optional` **readingMeaning?**: [`DictKanjiReadingMeaning`](DictKanjiReadingMeaning.md)[]
|
|
50
50
|
|
|
51
51
|
Defined in: [types.ts:369](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L369)
|
|
52
52
|
|
|
@@ -16,7 +16,7 @@ Equivalent to the `k_ele` JMdict/JMnedict element
|
|
|
16
16
|
|
|
17
17
|
### commonness?
|
|
18
18
|
|
|
19
|
-
> `optional` **commonness
|
|
19
|
+
> `optional` **commonness?**: `string`[]
|
|
20
20
|
|
|
21
21
|
Defined in: [types.ts:78](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L78)
|
|
22
22
|
|
|
@@ -40,7 +40,7 @@ The kanji form of the word
|
|
|
40
40
|
|
|
41
41
|
### notes?
|
|
42
42
|
|
|
43
|
-
> `optional` **notes
|
|
43
|
+
> `optional` **notes?**: `string`[]
|
|
44
44
|
|
|
45
45
|
Defined in: [types.ts:72](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L72)
|
|
46
46
|
|
|
@@ -16,7 +16,7 @@ Equivalent to the `misc` KANJIDIC2 element *(excluding some subelements)*
|
|
|
16
16
|
|
|
17
17
|
### frequency?
|
|
18
18
|
|
|
19
|
-
> `optional` **frequency
|
|
19
|
+
> `optional` **frequency?**: `string`
|
|
20
20
|
|
|
21
21
|
Defined in: [types.ts:299](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L299)
|
|
22
22
|
|
|
@@ -28,7 +28,7 @@ A number from `1` to `2500`
|
|
|
28
28
|
|
|
29
29
|
### grade?
|
|
30
30
|
|
|
31
|
-
> `optional` **grade
|
|
31
|
+
> `optional` **grade?**: `string`
|
|
32
32
|
|
|
33
33
|
Defined in: [types.ts:293](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L293)
|
|
34
34
|
|
|
@@ -44,7 +44,7 @@ The kanji grade level
|
|
|
44
44
|
|
|
45
45
|
### jlpt?
|
|
46
46
|
|
|
47
|
-
> `optional` **jlpt
|
|
47
|
+
> `optional` **jlpt?**: `` `N${number}` ``
|
|
48
48
|
|
|
49
49
|
Defined in: [types.ts:303](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L303)
|
|
50
50
|
|
|
@@ -54,7 +54,7 @@ The [pre-2010 JLPT](https://en.wikipedia.org/wiki/Japanese-Language_Proficiency_
|
|
|
54
54
|
|
|
55
55
|
### strokeNumber?
|
|
56
56
|
|
|
57
|
-
> `optional` **strokeNumber
|
|
57
|
+
> `optional` **strokeNumber?**: `string`
|
|
58
58
|
|
|
59
59
|
Defined in: [types.ts:283](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L283)
|
|
60
60
|
|
|
@@ -16,7 +16,7 @@ Equivalent to the `reading_meaning` KANJIDIC2 element
|
|
|
16
16
|
|
|
17
17
|
### groups?
|
|
18
18
|
|
|
19
|
-
> `optional` **groups
|
|
19
|
+
> `optional` **groups?**: [`DictKanjiReadingMeaningGroup`](DictKanjiReadingMeaningGroup.md)[]
|
|
20
20
|
|
|
21
21
|
Defined in: [types.ts:345](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L345)
|
|
22
22
|
|
|
@@ -26,7 +26,7 @@ The Kanji "readings-meanings" pairs
|
|
|
26
26
|
|
|
27
27
|
### nanori?
|
|
28
28
|
|
|
29
|
-
> `optional` **nanori
|
|
29
|
+
> `optional` **nanori?**: `string`[]
|
|
30
30
|
|
|
31
31
|
Defined in: [types.ts:349](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L349)
|
|
32
32
|
|
|
@@ -16,7 +16,7 @@ Equivalent to the `rmgroup` KANJIDIC2 element
|
|
|
16
16
|
|
|
17
17
|
### meanings?
|
|
18
18
|
|
|
19
|
-
> `optional` **meanings
|
|
19
|
+
> `optional` **meanings?**: `string`[]
|
|
20
20
|
|
|
21
21
|
Defined in: [types.ts:333](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L333)
|
|
22
22
|
|
|
@@ -26,7 +26,7 @@ The kanji meanings
|
|
|
26
26
|
|
|
27
27
|
### readings?
|
|
28
28
|
|
|
29
|
-
> `optional` **readings
|
|
29
|
+
> `optional` **readings?**: [`DictKanjiReading`](DictKanjiReading.md)[]
|
|
30
30
|
|
|
31
31
|
Defined in: [types.ts:329](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L329)
|
|
32
32
|
|
|
@@ -16,7 +16,7 @@ Equivalent to the `sense` JMdict element
|
|
|
16
16
|
|
|
17
17
|
### antonyms?
|
|
18
18
|
|
|
19
|
-
> `optional` **antonyms
|
|
19
|
+
> `optional` **antonyms?**: `string`[]
|
|
20
20
|
|
|
21
21
|
Defined in: [types.ts:159](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L159)
|
|
22
22
|
|
|
@@ -26,7 +26,7 @@ References to antonyms of the word *(when used with this meaning)*
|
|
|
26
26
|
|
|
27
27
|
### dialects?
|
|
28
28
|
|
|
29
|
-
> `optional` **dialects
|
|
29
|
+
> `optional` **dialects?**: `string`[]
|
|
30
30
|
|
|
31
31
|
Defined in: [types.ts:181](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L181)
|
|
32
32
|
|
|
@@ -40,7 +40,7 @@ Regional dialects the meaning is restricted to
|
|
|
40
40
|
|
|
41
41
|
### fields?
|
|
42
42
|
|
|
43
|
-
> `optional` **fields
|
|
43
|
+
> `optional` **fields?**: `string`[]
|
|
44
44
|
|
|
45
45
|
Defined in: [types.ts:165](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L165)
|
|
46
46
|
|
|
@@ -54,7 +54,7 @@ Field of application of the word *(when used with this meaning)*
|
|
|
54
54
|
|
|
55
55
|
### info?
|
|
56
56
|
|
|
57
|
-
> `optional` **info
|
|
57
|
+
> `optional` **info?**: `string`[]
|
|
58
58
|
|
|
59
59
|
Defined in: [types.ts:169](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L169)
|
|
60
60
|
|
|
@@ -64,7 +64,7 @@ Additional information about the meaning
|
|
|
64
64
|
|
|
65
65
|
### kanjiFormRestrictions?
|
|
66
66
|
|
|
67
|
-
> `optional` **kanjiFormRestrictions
|
|
67
|
+
> `optional` **kanjiFormRestrictions?**: `string`[]
|
|
68
68
|
|
|
69
69
|
Defined in: [types.ts:151](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L151)
|
|
70
70
|
|
|
@@ -74,7 +74,7 @@ Kanji forms the meaning is restricted to
|
|
|
74
74
|
|
|
75
75
|
### misc?
|
|
76
76
|
|
|
77
|
-
> `optional` **misc
|
|
77
|
+
> `optional` **misc?**: `string`[]
|
|
78
78
|
|
|
79
79
|
Defined in: [types.ts:175](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L175)
|
|
80
80
|
|
|
@@ -102,7 +102,7 @@ Part of speech information
|
|
|
102
102
|
|
|
103
103
|
### readingRestrictions?
|
|
104
104
|
|
|
105
|
-
> `optional` **readingRestrictions
|
|
105
|
+
> `optional` **readingRestrictions?**: `string`[]
|
|
106
106
|
|
|
107
107
|
Defined in: [types.ts:155](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L155)
|
|
108
108
|
|
|
@@ -112,7 +112,7 @@ Readings the meaning is restricted to
|
|
|
112
112
|
|
|
113
113
|
### references?
|
|
114
114
|
|
|
115
|
-
> `optional` **references
|
|
115
|
+
> `optional` **references?**: `string`[]
|
|
116
116
|
|
|
117
117
|
Defined in: [types.ts:147](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L147)
|
|
118
118
|
|
|
@@ -16,7 +16,7 @@ Equivalent to the `entry` JMnedict element
|
|
|
16
16
|
|
|
17
17
|
### hasPhrases?
|
|
18
18
|
|
|
19
|
-
> `optional` **hasPhrases
|
|
19
|
+
> `optional` **hasPhrases?**: `true`
|
|
20
20
|
|
|
21
21
|
Defined in: [types.ts:271](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L271)
|
|
22
22
|
|
|
@@ -38,7 +38,7 @@ The entry sequence number
|
|
|
38
38
|
|
|
39
39
|
### isCommon?
|
|
40
40
|
|
|
41
|
-
> `optional` **isCommon
|
|
41
|
+
> `optional` **isCommon?**: `true`
|
|
42
42
|
|
|
43
43
|
Defined in: [types.ts:265](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L265)
|
|
44
44
|
|
|
@@ -48,7 +48,7 @@ Whether or not the entry has a priority tag (`k_pri` or `r_pri`)
|
|
|
48
48
|
|
|
49
49
|
### kanjiForms?
|
|
50
50
|
|
|
51
|
-
> `optional` **kanjiForms
|
|
51
|
+
> `optional` **kanjiForms?**: [`DictKanjiForm`](DictKanjiForm.md)[]
|
|
52
52
|
|
|
53
53
|
Defined in: [types.ts:261](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L261)
|
|
54
54
|
|
|
@@ -16,7 +16,7 @@ Equivalent to the `r_ele` JMdict/JMnedict element
|
|
|
16
16
|
|
|
17
17
|
### commonness?
|
|
18
18
|
|
|
19
|
-
> `optional` **commonness
|
|
19
|
+
> `optional` **commonness?**: `string`[]
|
|
20
20
|
|
|
21
21
|
Defined in: [types.ts:102](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L102)
|
|
22
22
|
|
|
@@ -30,7 +30,7 @@ Priority codes
|
|
|
30
30
|
|
|
31
31
|
### kanjiFormRestrictions?
|
|
32
32
|
|
|
33
|
-
> `optional` **kanjiFormRestrictions
|
|
33
|
+
> `optional` **kanjiFormRestrictions?**: `string`[]
|
|
34
34
|
|
|
35
35
|
Defined in: [types.ts:106](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L106)
|
|
36
36
|
|
|
@@ -40,7 +40,7 @@ Kanji forms the reading is restricted to
|
|
|
40
40
|
|
|
41
41
|
### notes?
|
|
42
42
|
|
|
43
|
-
> `optional` **notes
|
|
43
|
+
> `optional` **notes?**: `string`[]
|
|
44
44
|
|
|
45
45
|
Defined in: [types.ts:96](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L96)
|
|
46
46
|
|
|
@@ -16,7 +16,7 @@ Equivalent to the `entry` JMdict element + miscellaneous info
|
|
|
16
16
|
|
|
17
17
|
### hasPhrases?
|
|
18
18
|
|
|
19
|
-
> `optional` **hasPhrases
|
|
19
|
+
> `optional` **hasPhrases?**: `true`
|
|
20
20
|
|
|
21
21
|
Defined in: [types.ts:221](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L221)
|
|
22
22
|
|
|
@@ -38,7 +38,7 @@ The entry sequence number
|
|
|
38
38
|
|
|
39
39
|
### isCommon?
|
|
40
40
|
|
|
41
|
-
> `optional` **isCommon
|
|
41
|
+
> `optional` **isCommon?**: `true`
|
|
42
42
|
|
|
43
43
|
Defined in: [types.ts:209](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L209)
|
|
44
44
|
|
|
@@ -48,7 +48,7 @@ Whether or not the entry has a priority tag (`k_pri` or `r_pri`)
|
|
|
48
48
|
|
|
49
49
|
### kanjiForms?
|
|
50
50
|
|
|
51
|
-
> `optional` **kanjiForms
|
|
51
|
+
> `optional` **kanjiForms?**: [`DictKanjiForm`](DictKanjiForm.md)[]
|
|
52
52
|
|
|
53
53
|
Defined in: [types.ts:205](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L205)
|
|
54
54
|
|
|
@@ -78,7 +78,7 @@ The word's readings
|
|
|
78
78
|
|
|
79
79
|
### usuallyInKana?
|
|
80
80
|
|
|
81
|
-
> `optional` **usuallyInKana
|
|
81
|
+
> `optional` **usuallyInKana?**: `true`
|
|
82
82
|
|
|
83
83
|
Defined in: [types.ts:215](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L215)
|
|
84
84
|
|
|
@@ -14,7 +14,7 @@ Maps with various entry associations
|
|
|
14
14
|
|
|
15
15
|
### kanjiEntryMap?
|
|
16
16
|
|
|
17
|
-
> `optional` **kanjiEntryMap
|
|
17
|
+
> `optional` **kanjiEntryMap?**: [`KanjiEntryMap`](../type-aliases/KanjiEntryMap.md)
|
|
18
18
|
|
|
19
19
|
Defined in: [types.ts:538](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L538)
|
|
20
20
|
|
|
@@ -26,7 +26,7 @@ Defined in: [types.ts:538](https://github.com/Ronokof/Henkan/blob/main/src/types
|
|
|
26
26
|
|
|
27
27
|
### kanjiSVGMap?
|
|
28
28
|
|
|
29
|
-
> `optional` **kanjiSVGMap
|
|
29
|
+
> `optional` **kanjiSVGMap?**: [`KanjiSVGMap`](../type-aliases/KanjiSVGMap.md)
|
|
30
30
|
|
|
31
31
|
Defined in: [types.ts:554](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L554)
|
|
32
32
|
|
|
@@ -38,7 +38,7 @@ Defined in: [types.ts:554](https://github.com/Ronokof/Henkan/blob/main/src/types
|
|
|
38
38
|
|
|
39
39
|
### kanjiWordsMap?
|
|
40
40
|
|
|
41
|
-
> `optional` **kanjiWordsMap
|
|
41
|
+
> `optional` **kanjiWordsMap?**: [`KanjiWordsMap`](../type-aliases/KanjiWordsMap.md)
|
|
42
42
|
|
|
43
43
|
Defined in: [types.ts:534](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L534)
|
|
44
44
|
|
|
@@ -50,7 +50,7 @@ Defined in: [types.ts:534](https://github.com/Ronokof/Henkan/blob/main/src/types
|
|
|
50
50
|
|
|
51
51
|
### nameExamplesMap?
|
|
52
52
|
|
|
53
|
-
> `optional` **nameExamplesMap
|
|
53
|
+
> `optional` **nameExamplesMap?**: [`EntryExamplesMap`](../type-aliases/EntryExamplesMap.md)
|
|
54
54
|
|
|
55
55
|
Defined in: [types.ts:546](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L546)
|
|
56
56
|
|
|
@@ -62,7 +62,7 @@ Defined in: [types.ts:546](https://github.com/Ronokof/Henkan/blob/main/src/types
|
|
|
62
62
|
|
|
63
63
|
### nameIDEntryMap?
|
|
64
64
|
|
|
65
|
-
> `optional` **nameIDEntryMap
|
|
65
|
+
> `optional` **nameIDEntryMap?**: [`NameIDEntryMap`](../type-aliases/NameIDEntryMap.md)
|
|
66
66
|
|
|
67
67
|
Defined in: [types.ts:530](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L530)
|
|
68
68
|
|
|
@@ -74,7 +74,7 @@ Defined in: [types.ts:530](https://github.com/Ronokof/Henkan/blob/main/src/types
|
|
|
74
74
|
|
|
75
75
|
### wordDefinitionsMap?
|
|
76
76
|
|
|
77
|
-
> `optional` **wordDefinitionsMap
|
|
77
|
+
> `optional` **wordDefinitionsMap?**: [`WordDefinitionsMap`](../type-aliases/WordDefinitionsMap.md)
|
|
78
78
|
|
|
79
79
|
Defined in: [types.ts:550](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L550)
|
|
80
80
|
|
|
@@ -86,7 +86,7 @@ Defined in: [types.ts:550](https://github.com/Ronokof/Henkan/blob/main/src/types
|
|
|
86
86
|
|
|
87
87
|
### wordExamplesMap?
|
|
88
88
|
|
|
89
|
-
> `optional` **wordExamplesMap
|
|
89
|
+
> `optional` **wordExamplesMap?**: [`EntryExamplesMap`](../type-aliases/EntryExamplesMap.md)
|
|
90
90
|
|
|
91
91
|
Defined in: [types.ts:542](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L542)
|
|
92
92
|
|
|
@@ -98,7 +98,7 @@ Defined in: [types.ts:542](https://github.com/Ronokof/Henkan/blob/main/src/types
|
|
|
98
98
|
|
|
99
99
|
### wordIDEntryMap?
|
|
100
100
|
|
|
101
|
-
> `optional` **wordIDEntryMap
|
|
101
|
+
> `optional` **wordIDEntryMap?**: [`WordIDEntryMap`](../type-aliases/WordIDEntryMap.md)
|
|
102
102
|
|
|
103
103
|
Defined in: [types.ts:526](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L526)
|
|
104
104
|
|
|
@@ -24,7 +24,7 @@ The common form in which the word is found in JMdict
|
|
|
24
24
|
|
|
25
25
|
### edited?
|
|
26
26
|
|
|
27
|
-
> `optional` **edited
|
|
27
|
+
> `optional` **edited?**: `true`
|
|
28
28
|
|
|
29
29
|
Defined in: [types.ts:441](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L441)
|
|
30
30
|
|
|
@@ -38,7 +38,7 @@ Whether or not the word is part of an entry that has been edited and adapted
|
|
|
38
38
|
|
|
39
39
|
### glossNumber?
|
|
40
40
|
|
|
41
|
-
> `optional` **glossNumber
|
|
41
|
+
> `optional` **glossNumber?**: `number`
|
|
42
42
|
|
|
43
43
|
Defined in: [types.ts:425](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L425)
|
|
44
44
|
|
|
@@ -48,7 +48,7 @@ The JMdict sense number corresponding to the word’s usage in the phrase
|
|
|
48
48
|
|
|
49
49
|
### inflectedForm?
|
|
50
50
|
|
|
51
|
-
> `optional` **inflectedForm
|
|
51
|
+
> `optional` **inflectedForm?**: `string`
|
|
52
52
|
|
|
53
53
|
Defined in: [types.ts:429](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L429)
|
|
54
54
|
|
|
@@ -58,7 +58,7 @@ The actual form in which the word is used in the phrase
|
|
|
58
58
|
|
|
59
59
|
### reading?
|
|
60
60
|
|
|
61
|
-
> `optional` **reading
|
|
61
|
+
> `optional` **reading?**: `string`
|
|
62
62
|
|
|
63
63
|
Defined in: [types.ts:421](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L421)
|
|
64
64
|
|
|
@@ -68,7 +68,7 @@ The reading (in kana) of the word
|
|
|
68
68
|
|
|
69
69
|
### referenceID?
|
|
70
70
|
|
|
71
|
-
> `optional` **referenceID
|
|
71
|
+
> `optional` **referenceID?**: `` `${number}` ``
|
|
72
72
|
|
|
73
73
|
Defined in: [types.ts:433](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L433)
|
|
74
74
|
|