henkan 2.2.5 → 2.3.1
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/LICENSE.md +1 -1
- package/dist/index.cjs.js +596 -604
- package/dist/index.cjs.js.map +3 -3
- package/dist/index.mjs +585 -587
- package/dist/index.mjs.map +3 -3
- package/dist/types/constants.d.ts +1 -0
- package/dist/types/constants.d.ts.map +1 -1
- package/dist/types/types.d.ts +13 -9
- package/dist/types/types.d.ts.map +1 -1
- package/dist/types/utils.d.ts +34 -22
- package/dist/types/utils.d.ts.map +1 -1
- package/docs/api/README.md +2 -0
- package/docs/api/functions/convertJMdict.md +1 -1
- package/docs/api/functions/convertJawiktionaryAsync.md +1 -1
- package/docs/api/functions/convertJawiktionarySync.md +1 -1
- package/docs/api/functions/convertKanjiDic.md +1 -1
- package/docs/api/functions/convertKradFile.md +1 -1
- package/docs/api/functions/convertRadkFile.md +1 -1
- package/docs/api/functions/convertTanakaCorpus.md +1 -1
- package/docs/api/functions/convertTanakaCorpusWithFurigana.md +1 -1
- package/docs/api/functions/createEntryMaps.md +1 -1
- package/docs/api/functions/generateAnkiNote.md +1 -1
- package/docs/api/functions/generateAnkiNotesFile.md +1 -1
- package/docs/api/functions/getKanji.md +4 -4
- package/docs/api/functions/getKanjiExtended.md +1 -1
- package/docs/api/functions/getValidForms.md +1 -1
- package/docs/api/functions/getWord.md +4 -4
- package/docs/api/functions/getWordDefinitions.md +4 -4
- package/docs/api/functions/getWordDefinitionsWithFurigana.md +1 -1
- package/docs/api/functions/hiraganaToKatakana.md +27 -0
- package/docs/api/functions/katakanaToHiragana.md +27 -0
- package/docs/api/interfaces/DefaultNoteInfo.md +4 -4
- package/docs/api/interfaces/Definition.md +6 -2
- package/docs/api/interfaces/DictKanjiMisc.md +1 -1
- package/docs/api/interfaces/DictWord.md +3 -3
- package/docs/api/interfaces/Grammar.md +16 -16
- package/docs/api/interfaces/GrammarMeaning.md +3 -3
- package/docs/api/interfaces/JaWiktionaryEntry.md +2 -2
- package/docs/api/interfaces/Kana.md +11 -11
- package/docs/api/interfaces/Kanji.md +24 -24
- package/docs/api/interfaces/KanjiComponent.md +3 -3
- package/docs/api/interfaces/KanjiForm.md +4 -4
- package/docs/api/interfaces/NoteAndTag.md +3 -3
- package/docs/api/interfaces/NoteHeaderKeys.md +7 -7
- package/docs/api/interfaces/Phrase.md +5 -5
- package/docs/api/interfaces/Radical.md +16 -16
- package/docs/api/interfaces/Reading.md +5 -5
- package/docs/api/interfaces/ResultEntry.md +10 -10
- package/docs/api/interfaces/Translation.md +3 -3
- package/docs/api/interfaces/UsefulRegExps.md +8 -8
- package/docs/api/interfaces/Word.md +15 -15
- package/docs/api/interfaces/WordDefinitionPair.md +4 -4
- package/docs/api/type-aliases/Dict.md +1 -1
- package/docs/api/type-aliases/EntryType.md +1 -1
- package/docs/api/type-aliases/JLPT.md +1 -1
- package/docs/api/type-aliases/Result.md +1 -1
- package/package.json +11 -6
- package/src/constants.ts +1225 -0
- package/src/index.ts +3 -0
- package/src/types.ts +1056 -0
- package/src/utils.ts +3018 -0
- package/tsconfig.json +60 -0
- package/tsconfig.types.json +9 -0
package/src/constants.ts
ADDED
|
@@ -0,0 +1,1225 @@
|
|
|
1
|
+
import { NoteHeaderKeys, POS, UsefulRegExps } from "./types";
|
|
2
|
+
|
|
3
|
+
export const regexps: UsefulRegExps = {
|
|
4
|
+
hiragana: /[\u{3040}-\u{309F}]/u,
|
|
5
|
+
katakana: /[\u{30A0}-\u{30FF}]/u,
|
|
6
|
+
kanji: /\p{Script=Han}+/u,
|
|
7
|
+
regExChars: /[-\/\\^$*+?.()|[\]{}]/,
|
|
8
|
+
tanakaID: /#ID=(?<id>\d+_\d+)$/,
|
|
9
|
+
tanakaPart:
|
|
10
|
+
/(?<base>[^()\[\]\{\}\s]+)(?:\((?<reading>[\S]+)\))?(?:\[(?<glossnum>[\S]+)\])?(?:\{(?<inflection>[\S]+)\})?/,
|
|
11
|
+
tanakaReferenceID: /#(?<entryid>[\d]+)/,
|
|
12
|
+
};
|
|
13
|
+
|
|
14
|
+
export const noteHeaderKeys: NoteHeaderKeys = {
|
|
15
|
+
separator: "#separator:tab",
|
|
16
|
+
html: "#html:true",
|
|
17
|
+
guid: "#guid column:",
|
|
18
|
+
notetype: "#notetype column:",
|
|
19
|
+
deck: "#deck column:",
|
|
20
|
+
tags: "#tags column:",
|
|
21
|
+
};
|
|
22
|
+
|
|
23
|
+
export const notSearchedForms: Set<string> = new Set<string>([
|
|
24
|
+
"search-only kana form",
|
|
25
|
+
"Search-only kana form",
|
|
26
|
+
"rarely used kana form",
|
|
27
|
+
"Rarely used kana form",
|
|
28
|
+
"out-dated or obsolete kana usage",
|
|
29
|
+
"Out-dated or obsolete kana usage",
|
|
30
|
+
"search-only kanji form",
|
|
31
|
+
"Search-only kanji form",
|
|
32
|
+
"rarely-used kanji form",
|
|
33
|
+
"Rarely-used kanji form",
|
|
34
|
+
"out-dated kanji",
|
|
35
|
+
"Out-dated kanji form",
|
|
36
|
+
"out-dated kanji or kanji usage",
|
|
37
|
+
"word containing out-dated kanji or kanji usage",
|
|
38
|
+
"Out-dated kanji or kanji usage",
|
|
39
|
+
]);
|
|
40
|
+
|
|
41
|
+
export const posList: POS[] = [
|
|
42
|
+
"名詞",
|
|
43
|
+
"動詞",
|
|
44
|
+
"成句",
|
|
45
|
+
"副詞",
|
|
46
|
+
"形容動詞",
|
|
47
|
+
"助詞",
|
|
48
|
+
"感動詞",
|
|
49
|
+
"代名詞",
|
|
50
|
+
"接尾辞",
|
|
51
|
+
"接頭語",
|
|
52
|
+
"造語成分",
|
|
53
|
+
"略語",
|
|
54
|
+
"固有名詞",
|
|
55
|
+
"人称代名詞",
|
|
56
|
+
"接頭辞",
|
|
57
|
+
"接続助詞",
|
|
58
|
+
"間投詞",
|
|
59
|
+
"助動詞",
|
|
60
|
+
"形容詞",
|
|
61
|
+
"縮約形",
|
|
62
|
+
"接辞",
|
|
63
|
+
"接続詞",
|
|
64
|
+
"連体詞",
|
|
65
|
+
"人名",
|
|
66
|
+
"記号",
|
|
67
|
+
"数詞",
|
|
68
|
+
"慣用句",
|
|
69
|
+
"ことわざ",
|
|
70
|
+
"助数詞",
|
|
71
|
+
"英数字混合表記",
|
|
72
|
+
"動詞句",
|
|
73
|
+
"成語",
|
|
74
|
+
"意義",
|
|
75
|
+
"頭字語",
|
|
76
|
+
"接尾語",
|
|
77
|
+
];
|
|
78
|
+
|
|
79
|
+
export const noteMap: Map<
|
|
80
|
+
string,
|
|
81
|
+
readonly [string, string] | readonly [string, string, POS | readonly POS[]]
|
|
82
|
+
> = new Map<
|
|
83
|
+
string,
|
|
84
|
+
readonly [string, string] | readonly [string, string, POS | readonly POS[]]
|
|
85
|
+
>([
|
|
86
|
+
["brazilian", ["dialect::brazilian", "Dialect: Brazilian"]],
|
|
87
|
+
["hokkaido-ben", ["dialect::hokkaido-ben", "Dialect: Hokkaidō-ben"]],
|
|
88
|
+
["kansai-ben", ["dialect::kansai-ben", "Dialect: Kansai-ben"]],
|
|
89
|
+
["kantou-ben", ["dialect::kantou-ben", "Dialect: Kantō-ben"]],
|
|
90
|
+
["kyoto-ben", ["dialect::kyoto-ben", "Dialect: Kyōto-ben"]],
|
|
91
|
+
["kyuushuu-ben", ["dialect::kyuushuu-ben", "Dialect: Kyūshū-ben"]],
|
|
92
|
+
["nagano-ben", ["dialect::nagano-ben", "Dialect: Nagano-ben"]],
|
|
93
|
+
["ryuukyuu-ben", ["dialect::ryuukyuu-ben", "Dialect: Ryūkyū-ben"]],
|
|
94
|
+
["osaka-ben", ["dialect::osaka-ben", "Dialect: Ōsaka-ben"]],
|
|
95
|
+
["touhoku-ben", ["dialect::touhoku-ben", "Dialect: Tōhoku-ben"]],
|
|
96
|
+
["tosa-ben", ["dialect::tosa-ben", "Dialect: Tosa-ben"]],
|
|
97
|
+
["tsugaru-ben", ["dialect::tsugaru-ben", "Dialect: Tsugaru-ben"]],
|
|
98
|
+
["aichi dialect", ["dialect::aichi", "Dialect: Aichi"]],
|
|
99
|
+
["tochigi dialect", ["dialect::tochigi", "Dialect: Tochigi"]],
|
|
100
|
+
["lit", ["literal_meaning", "Literal meaning"]],
|
|
101
|
+
["expl", ["explanation", "Explanation"]],
|
|
102
|
+
["tm", ["trademark", "Trademark"]],
|
|
103
|
+
["adjective (keiyoushi)", ["adjective::i", "い-adjective", "形容詞"]],
|
|
104
|
+
["'taru' adjective", ["adjective::taru", "たる-adjective", "形容動詞"]],
|
|
105
|
+
[
|
|
106
|
+
"noun (common) (futsuumeishi)",
|
|
107
|
+
["common_noun", "Common noun", ["名詞", "造語成分"]],
|
|
108
|
+
],
|
|
109
|
+
[
|
|
110
|
+
"pre-noun adjectival (rentaishi)",
|
|
111
|
+
["pre-noun_adjectival", "Pre-noun adjectival", "連体詞"],
|
|
112
|
+
],
|
|
113
|
+
[
|
|
114
|
+
"noun or verb acting prenominally",
|
|
115
|
+
["noun_or_verb_acting_prenominally", "Noun or verb acting prenominally"],
|
|
116
|
+
],
|
|
117
|
+
["pronoun", ["pronoun", "Pronoun", ["代名詞", "人称代名詞"]]],
|
|
118
|
+
["adverb (fukushi)", ["adverb", "Adverb", "副詞"]],
|
|
119
|
+
[
|
|
120
|
+
"adverb taking the 'to' particle",
|
|
121
|
+
["takes::to", "Adverb taking the 'と' particle", "副詞"],
|
|
122
|
+
],
|
|
123
|
+
[
|
|
124
|
+
"onomatopoeic or mimetic word",
|
|
125
|
+
["onomatopoeic_or_mimetic", "Onomatopoeic or mimetic word"],
|
|
126
|
+
],
|
|
127
|
+
[
|
|
128
|
+
"nouns which may take the genitive case particle 'no'",
|
|
129
|
+
["takes::no", "May take the 'の' particle", ["名詞", "造語成分"]],
|
|
130
|
+
],
|
|
131
|
+
[
|
|
132
|
+
"noun or participle which takes the aux. verb suru",
|
|
133
|
+
["takes::suru", "Takes the aux. verb 'する'", "動詞"],
|
|
134
|
+
],
|
|
135
|
+
["suru verb - irregular", ["suru_verb", "Irregular する-verb", "動詞"]],
|
|
136
|
+
["suru verb - special class", ["suru_verb", "Special する-verb", "動詞"]],
|
|
137
|
+
["ichidan verb", ["ichidan_verb", "Ichidan verb", "動詞"]],
|
|
138
|
+
[
|
|
139
|
+
"godan verb with 'ku' ending",
|
|
140
|
+
["godan::ku::verb", "Godan verb with 'く' ending", "動詞"],
|
|
141
|
+
],
|
|
142
|
+
[
|
|
143
|
+
"godan verb with 'gu' ending",
|
|
144
|
+
["godan::gu::verb", "Godan verb with 'ぐ' ending", "動詞"],
|
|
145
|
+
],
|
|
146
|
+
[
|
|
147
|
+
"godan verb with 'u' ending",
|
|
148
|
+
["godan::u::verb", "Godan verb with 'う' ending", "動詞"],
|
|
149
|
+
],
|
|
150
|
+
[
|
|
151
|
+
"godan verb with 'tsu' ending",
|
|
152
|
+
["godan::tsu::verb", "Godan verb with 'つ' ending", "動詞"],
|
|
153
|
+
],
|
|
154
|
+
[
|
|
155
|
+
"godan verb with 'ru' ending",
|
|
156
|
+
["godan::ru::verb", "Godan verb with 'る' ending", "動詞"],
|
|
157
|
+
],
|
|
158
|
+
[
|
|
159
|
+
"godan verb with 'nu' ending",
|
|
160
|
+
["godan::nu::verb", "Godan verb with 'ぬ' ending", "動詞"],
|
|
161
|
+
],
|
|
162
|
+
[
|
|
163
|
+
"godan verb with 'mu' ending",
|
|
164
|
+
["godan::mu::verb", "Godan verb with 'む' ending", "動詞"],
|
|
165
|
+
],
|
|
166
|
+
[
|
|
167
|
+
"godan verb with 'bu' ending",
|
|
168
|
+
["godan::bu::verb", "Godan verb with 'ぶ' ending", "動詞"],
|
|
169
|
+
],
|
|
170
|
+
[
|
|
171
|
+
"godan verb with 'su' ending",
|
|
172
|
+
["godan::su::verb", "Godan verb with 'す' ending", "動詞"],
|
|
173
|
+
],
|
|
174
|
+
[
|
|
175
|
+
"godan verb with 'u' ending (special class)",
|
|
176
|
+
[
|
|
177
|
+
"godan::u::irregular_verb",
|
|
178
|
+
"Irregular godan verb with 'う' ending",
|
|
179
|
+
"動詞",
|
|
180
|
+
],
|
|
181
|
+
],
|
|
182
|
+
[
|
|
183
|
+
"godan verb with 'ru' ending (irregular verb)",
|
|
184
|
+
[
|
|
185
|
+
"godan::ru::irregular_verb",
|
|
186
|
+
"Irregular godan verb with 'る' ending",
|
|
187
|
+
"動詞",
|
|
188
|
+
],
|
|
189
|
+
],
|
|
190
|
+
[
|
|
191
|
+
"godan verb - -aru special class",
|
|
192
|
+
[
|
|
193
|
+
"godan::aru::irregular_verb",
|
|
194
|
+
"Irregular godan verb with '-ある' ending",
|
|
195
|
+
"動詞",
|
|
196
|
+
],
|
|
197
|
+
],
|
|
198
|
+
[
|
|
199
|
+
"godan verb - iku/yuku special class",
|
|
200
|
+
[
|
|
201
|
+
"godan::iku_yuku::irregular_verb",
|
|
202
|
+
"Irregular godan verb with 'いく' or 'ゆく' ending",
|
|
203
|
+
"動詞",
|
|
204
|
+
],
|
|
205
|
+
],
|
|
206
|
+
[
|
|
207
|
+
"irregular nu verb",
|
|
208
|
+
[
|
|
209
|
+
"godan::nu::irregular_verb",
|
|
210
|
+
"Irregular godan verb with 'ぬ' ending",
|
|
211
|
+
"動詞",
|
|
212
|
+
],
|
|
213
|
+
],
|
|
214
|
+
["kuru verb - special class", ["kuru_verb", "Special 'くる' verb", "動詞"]],
|
|
215
|
+
["transitive verb", ["transitive_verb", "Transitive verb", "動詞"]],
|
|
216
|
+
["intransitive verb", ["intransitive_verb", "Intransitive verb", "動詞"]],
|
|
217
|
+
["auxiliary verb", ["auxiliary_verb", "Auxiliary verb", ["動詞", "助動詞"]]],
|
|
218
|
+
[
|
|
219
|
+
"auxiliary adjective",
|
|
220
|
+
["adjective::auxiliary", "Auxiliary adjective", ["助詞", "助動詞"]],
|
|
221
|
+
],
|
|
222
|
+
["auxiliary", ["auxiliary", "Auxiliary", ["助詞", "助動詞"]]],
|
|
223
|
+
["after a verb", ["after::verb", "After a verb"]],
|
|
224
|
+
[
|
|
225
|
+
"after the -te form of a verb",
|
|
226
|
+
["after::te_form", "After the 'て' form of a verb"],
|
|
227
|
+
],
|
|
228
|
+
[
|
|
229
|
+
"after te-form of verbs and adj.",
|
|
230
|
+
[
|
|
231
|
+
"after::verb_or_adjective_te_form",
|
|
232
|
+
"After the 'て' form of a verb or an adjective",
|
|
233
|
+
],
|
|
234
|
+
],
|
|
235
|
+
[
|
|
236
|
+
"after the -masu stem of a verb",
|
|
237
|
+
["after::masu_stem", "After the '-ます' stem of a verb"],
|
|
238
|
+
],
|
|
239
|
+
[
|
|
240
|
+
"after -masu stem of verb",
|
|
241
|
+
["after::masu_stem", "After the '-ます' stem of a verb"],
|
|
242
|
+
],
|
|
243
|
+
[
|
|
244
|
+
"after masu stem of verb",
|
|
245
|
+
["after::masu_stem", "After the '-ます' stem of a verb"],
|
|
246
|
+
],
|
|
247
|
+
[
|
|
248
|
+
"after -masu stem or adj. stem",
|
|
249
|
+
[
|
|
250
|
+
"after::masu_or_adjective_stem",
|
|
251
|
+
"After the '-ます' stem of a verb or an adjective stem",
|
|
252
|
+
],
|
|
253
|
+
],
|
|
254
|
+
[
|
|
255
|
+
"after a noun or the -masu stem of a verb",
|
|
256
|
+
["after::noun_or_masu_stem", "After a noun or the '-ます' stem of a verb"],
|
|
257
|
+
],
|
|
258
|
+
[
|
|
259
|
+
"after the plain past form of a verb",
|
|
260
|
+
["after::past_verb_form", "After the 'た' form of a verb"],
|
|
261
|
+
],
|
|
262
|
+
[
|
|
263
|
+
"after present form of a verb",
|
|
264
|
+
["after::plain_verb_form", "After present form of a verb"],
|
|
265
|
+
],
|
|
266
|
+
[
|
|
267
|
+
"after the dictionary form of a verb",
|
|
268
|
+
["after::plain_verb_form", "After present form of a verb"],
|
|
269
|
+
],
|
|
270
|
+
[
|
|
271
|
+
"after past form of a verb",
|
|
272
|
+
["after::past_verb_form", "After the 'た' form of a verb"],
|
|
273
|
+
],
|
|
274
|
+
[
|
|
275
|
+
"after volitional form of verb",
|
|
276
|
+
["after::volitional_verb_form", "After volitional form of verb"],
|
|
277
|
+
],
|
|
278
|
+
[
|
|
279
|
+
"after the past tense form of a verb",
|
|
280
|
+
["after::past_verb_form", "After the 'た' form of a verb"],
|
|
281
|
+
],
|
|
282
|
+
["after adjective stem", ["after::adjective_stem", "After adjective stem"]],
|
|
283
|
+
["with neg. sentence", ["with::negative_verb", "With negative verb"]],
|
|
284
|
+
["with neg. verb", ["with::negative_verb", "With negative verb"]],
|
|
285
|
+
["with. neg. verb", ["with::negative_verb", "With negative verb"]],
|
|
286
|
+
[
|
|
287
|
+
"with a verb in negative form",
|
|
288
|
+
["with::negative_verb", "With negative verb"],
|
|
289
|
+
],
|
|
290
|
+
["with verb in the negative", ["with::negative_verb", "With negative verb"]],
|
|
291
|
+
["with negative verb", ["with::negative_verb", "With negative verb"]],
|
|
292
|
+
[
|
|
293
|
+
"after negative base of verb",
|
|
294
|
+
["after::negative_verb_base", "After the base of a verb"],
|
|
295
|
+
],
|
|
296
|
+
[
|
|
297
|
+
'follows a verb in "-te" form',
|
|
298
|
+
["after::te_form", "After the 'て' form of a verb"],
|
|
299
|
+
],
|
|
300
|
+
[
|
|
301
|
+
"before a verb in negative form",
|
|
302
|
+
["before::negative_verb", "Before a verb in negative form"],
|
|
303
|
+
],
|
|
304
|
+
[
|
|
305
|
+
"before a negative form",
|
|
306
|
+
["before::negative_verb", "Before a verb in negative form"],
|
|
307
|
+
],
|
|
308
|
+
[
|
|
309
|
+
"before a neg. form",
|
|
310
|
+
["before::negative_verb", "Before a verb in negative form"],
|
|
311
|
+
],
|
|
312
|
+
[
|
|
313
|
+
"before a noun or a verb",
|
|
314
|
+
["before::noun_or_verb", "Before a noun or a verb"],
|
|
315
|
+
],
|
|
316
|
+
["before an adjective", ["before::adjective", "Before an adjective"]],
|
|
317
|
+
["after a noun", ["after::noun", "After a noun"]],
|
|
318
|
+
["prefix", ["prefix", "Prefix", ["接頭語", "接頭辞"]]],
|
|
319
|
+
[
|
|
320
|
+
"noun, used as a prefix",
|
|
321
|
+
[
|
|
322
|
+
"prefix_noun",
|
|
323
|
+
"Noun, used as a prefix",
|
|
324
|
+
["名詞", "造語成分", "接頭語", "接頭辞"],
|
|
325
|
+
],
|
|
326
|
+
],
|
|
327
|
+
["suffix", ["suffix", "Suffix", ["接尾語", "接尾辞"]]],
|
|
328
|
+
[
|
|
329
|
+
"noun, used as a suffix",
|
|
330
|
+
[
|
|
331
|
+
"suffix_noun",
|
|
332
|
+
"Noun, used as a suffix",
|
|
333
|
+
["名詞", "造語成分", "接尾語", "接尾辞"],
|
|
334
|
+
],
|
|
335
|
+
],
|
|
336
|
+
["counter", ["counter", "Counter", "助数詞"]],
|
|
337
|
+
["numeric", ["numeric", "Numeric", "数詞"]],
|
|
338
|
+
["particle", ["particle", "Particle", ["助詞", "接続助詞"]]],
|
|
339
|
+
["conjunction", ["conjunction", "Conjunction", "接続詞"]],
|
|
340
|
+
[
|
|
341
|
+
"expression",
|
|
342
|
+
[
|
|
343
|
+
"expression",
|
|
344
|
+
"Expression",
|
|
345
|
+
["成語", "成句", "慣用句", "動詞句", "感動詞"],
|
|
346
|
+
],
|
|
347
|
+
],
|
|
348
|
+
[
|
|
349
|
+
"idiomatic expression",
|
|
350
|
+
[
|
|
351
|
+
"idiomatic_expression",
|
|
352
|
+
"Idiomatic expression",
|
|
353
|
+
["成語", "成句", "慣用句", "動詞句", "感動詞"],
|
|
354
|
+
],
|
|
355
|
+
],
|
|
356
|
+
[
|
|
357
|
+
"interjection (kandoushi)",
|
|
358
|
+
["interjection", "Interjection", ["感動詞", "間投詞"]],
|
|
359
|
+
],
|
|
360
|
+
[
|
|
361
|
+
"proverb",
|
|
362
|
+
["proverb", "Proverb", ["成語", "成句", "慣用句", "動詞句", "ことわざ"]],
|
|
363
|
+
],
|
|
364
|
+
[
|
|
365
|
+
"yojijukugo",
|
|
366
|
+
["yojijukugo", "Yojijukugo", ["成語", "成句", "慣用句", "動詞句"]],
|
|
367
|
+
],
|
|
368
|
+
["archaism", ["archaism", "Archaism"]],
|
|
369
|
+
["obsolete term", ["obsolete", "Obsolete"]],
|
|
370
|
+
["dated term", ["dated", "Dated"]],
|
|
371
|
+
["rare", ["rare", "Rare"]],
|
|
372
|
+
["colloquialism", ["colloquialism", "Colloquialism"]],
|
|
373
|
+
["slang", ["slang", "Slang"]],
|
|
374
|
+
["internet slang", ["internet_slang", "Internet slang"]],
|
|
375
|
+
["jocular, humorous term", ["jocular_humorous", "Jocular or humorous"]],
|
|
376
|
+
["vulgar expression or word", ["vulgar", "Vulgar"]],
|
|
377
|
+
["derogatory", ["derogatory", "Derogatory"]],
|
|
378
|
+
["sensitive", ["sensitive", "Sensitive"]],
|
|
379
|
+
["euphemistic", ["euphemistic", "Euphemistic"]],
|
|
380
|
+
["abbreviation", ["abbreviation", "Abbreviation", ["略語", "頭字語"]]],
|
|
381
|
+
["male term or language", ["male_language", "Male language"]],
|
|
382
|
+
["female term or language", ["female_language", "Female language"]],
|
|
383
|
+
[
|
|
384
|
+
"honorific or respectful (sonkeigo) language",
|
|
385
|
+
["sonkeigo", "Honorific or respectful (sonkeigo) language"],
|
|
386
|
+
],
|
|
387
|
+
["polite (teineigo) language", ["teineigo", "Polite (teineigo) language"]],
|
|
388
|
+
["humble (kenjougo) language", ["kenjougo", "Humble (kenjougo) language"]],
|
|
389
|
+
["familiar language", ["familiar_language", "Familiar language"]],
|
|
390
|
+
[
|
|
391
|
+
"familiar or derogatory",
|
|
392
|
+
["familiar_or_derogatory", "Familiar or derogatory"],
|
|
393
|
+
],
|
|
394
|
+
[
|
|
395
|
+
"derogatory or familiar",
|
|
396
|
+
["familiar_or_derogatory", "Familiar or derogatory"],
|
|
397
|
+
],
|
|
398
|
+
["children's language", ["children_language", "Children language"]],
|
|
399
|
+
[
|
|
400
|
+
"formal or literary term",
|
|
401
|
+
["formal_or_literary", "Formal or literary term"],
|
|
402
|
+
],
|
|
403
|
+
[
|
|
404
|
+
"usually written using kana alone",
|
|
405
|
+
["usually_in_kana", "Usually written using kana alone"],
|
|
406
|
+
],
|
|
407
|
+
["ateji (phonetic) reading", ["ateji", "Ateji (phonetic) reading"]],
|
|
408
|
+
["rarely-used kanji form", ["rare_kanji_form", "Rarely-used kanji form"]],
|
|
409
|
+
["out-dated kanji", ["out-dated_kanji_form", "Out-dated kanji form"]],
|
|
410
|
+
[
|
|
411
|
+
"gikun (meaning as reading) or jukujikun (special kanji reading)",
|
|
412
|
+
[
|
|
413
|
+
"gikun_or_jukujikun",
|
|
414
|
+
"Gikun (meaning as reading) or jukujikun (special kanji reading)",
|
|
415
|
+
],
|
|
416
|
+
],
|
|
417
|
+
[
|
|
418
|
+
"irregular okurigana usage",
|
|
419
|
+
["irregular::okurigana", "Irregular okurigana usage"],
|
|
420
|
+
],
|
|
421
|
+
["irregular kana usage", ["irregular::kana", "Irregular kana usage"]],
|
|
422
|
+
[
|
|
423
|
+
"word containing irregular kana usage",
|
|
424
|
+
["irregular::kana", "Irregular kana usage"],
|
|
425
|
+
],
|
|
426
|
+
[
|
|
427
|
+
"out-dated or obsolete kana usage",
|
|
428
|
+
["out-dated_or_obsolete_kana", "Out-dated or obsolete kana usage"],
|
|
429
|
+
],
|
|
430
|
+
["irregular kanji", ["irregular::kanji_form", "Irregular kanji form"]],
|
|
431
|
+
["irreg. kanji form", ["irregular::kanji_form", "Irregular kanji form"]],
|
|
432
|
+
["mathematics term", ["mathematics", "Mathematics term"]],
|
|
433
|
+
["computer terminology", ["computer_terminology", "Computer terminology"]],
|
|
434
|
+
["buddhist term", ["buddhism", "Buddhist term"]],
|
|
435
|
+
["physics terminology", ["physics", "Physics terminology"]],
|
|
436
|
+
["food term", ["food", "Food term"]],
|
|
437
|
+
["chemistry term", ["chemistry", "Chemistry term"]],
|
|
438
|
+
["historical term", ["historical", "Historical term"]],
|
|
439
|
+
["grammar", ["grammar", "Grammar"]],
|
|
440
|
+
["martial arts term", ["martial_arts", "Martial arts term"]],
|
|
441
|
+
["linguistics terminology", ["linguistics", "Linguistics terminology"]],
|
|
442
|
+
["sports term", ["sports", "Sports term"]],
|
|
443
|
+
["sumo term", ["sumo", "Sumo term"]],
|
|
444
|
+
["astronomy term", ["astronomy", "Astronomy term"]],
|
|
445
|
+
["baseball term", ["baseball", "Baseball term"]],
|
|
446
|
+
["biology term", ["biology", "Biology term"]],
|
|
447
|
+
["shogi term", ["shogi", "Shogi term"]],
|
|
448
|
+
["logic", ["logic", "Logic"]],
|
|
449
|
+
["medicine term", ["medicine", "Medicine term"]],
|
|
450
|
+
["music", ["music", "Music term"]],
|
|
451
|
+
["music term", ["music", "Music term"]],
|
|
452
|
+
["geology", ["geology", "Geology term"]],
|
|
453
|
+
["geology term", ["geology", "Geology term"]],
|
|
454
|
+
["meteorology", ["meteorology", "Meteorology term"]],
|
|
455
|
+
["shinto term", ["shinto", "Shinto term"]],
|
|
456
|
+
["christianity", ["christianity", "Christianity"]],
|
|
457
|
+
["finance term", ["finance", "Finance term"]],
|
|
458
|
+
["economics term", ["economics", "Economics term"]],
|
|
459
|
+
["business term", ["business", "Business term"]],
|
|
460
|
+
["statistics", ["statistics", "Statistics term"]],
|
|
461
|
+
["anatomical term", ["anatomical", "Anatomical term"]],
|
|
462
|
+
["genetics", ["genetics", "Genetics term"]],
|
|
463
|
+
["engineering term", ["engineering", "Engineering term"]],
|
|
464
|
+
["architecture term", ["architecture", "Architecture term"]],
|
|
465
|
+
["paleography term", ["paleography", "Paleography term"]],
|
|
466
|
+
["psychiatry", ["psychiatry", "Psychiatry term"]],
|
|
467
|
+
["law term", ["law", "Law term"]],
|
|
468
|
+
["military term", ["military", "Military term"]],
|
|
469
|
+
["mahjong term", ["mahjong", "Mahjong term"]],
|
|
470
|
+
["philosophy", ["philosophy", "Philosophy term"]],
|
|
471
|
+
["physiology", ["physiology", "Physiology term"]],
|
|
472
|
+
["zoology term", ["zoology", "Zoology term"]],
|
|
473
|
+
["card games", ["card_games", "Card games term"]],
|
|
474
|
+
["hanafuda", ["hanafuda", "Hanafuda term"]],
|
|
475
|
+
["go (game)", ["go", "Go (game) term"]],
|
|
476
|
+
["golf", ["golf", "Golf term"]],
|
|
477
|
+
["fishing", ["fishing", "Fishing term"]],
|
|
478
|
+
["on-yomi, go", ["on-yomi::go", "On-yomi go-on reading"]],
|
|
479
|
+
["on-yomi, kan", ["on-yomi::kan", "On-yomi kan-on reading"]],
|
|
480
|
+
["on-yomi, kan\\'you", ["on-yomi::kanyou", "On-yomi kan 'yō-on reading"]],
|
|
481
|
+
["kun-yomi", ["kun-yomi", "Kun-yomi reading"]],
|
|
482
|
+
[
|
|
483
|
+
"reading used only in names (nanori)",
|
|
484
|
+
["nanori", "Reading used only in names (nanori)"],
|
|
485
|
+
],
|
|
486
|
+
["on-yomi", ["on-yomi", "On-yomi reading"]],
|
|
487
|
+
[
|
|
488
|
+
"reading used as name of radical",
|
|
489
|
+
["radical_reading", "Reading used as name of radical"],
|
|
490
|
+
],
|
|
491
|
+
["rarely used kana form", ["rare_kana_form", "Rarely used kana form"]],
|
|
492
|
+
["search-only kana form", ["search-only_kana_form", "Search-only kana form"]],
|
|
493
|
+
["on-yomi, tou", ["on-yomi::tou", "On-yomi tō-on reading"]],
|
|
494
|
+
["irregular kanji usage", ["irregular::kanji_form", "Irregular kanji usage"]],
|
|
495
|
+
[
|
|
496
|
+
"word containing irregular kanji usage",
|
|
497
|
+
["irregular::kanji_form", "Irregular kanji usage"],
|
|
498
|
+
],
|
|
499
|
+
[
|
|
500
|
+
"out-dated kanji or kanji usage",
|
|
501
|
+
["out-dated_kanji_form", "Out-dated kanji or kanji usage"],
|
|
502
|
+
],
|
|
503
|
+
[
|
|
504
|
+
"word containing out-dated kanji or kanji usage",
|
|
505
|
+
["out-dated_kanji_form", "Out-dated kanji or kanji usage"],
|
|
506
|
+
],
|
|
507
|
+
["rarely used kanji form", ["rare_kanji_form", "Rarely used kanji form"]],
|
|
508
|
+
[
|
|
509
|
+
"search-only kanji form",
|
|
510
|
+
["search-only_kanji_form", "Search-only kanji form"],
|
|
511
|
+
],
|
|
512
|
+
["aphorism (pithy saying)", ["aphorism", "Aphorism"]],
|
|
513
|
+
["archaic", ["archaism", "Archaism"]],
|
|
514
|
+
["character", ["character", "Character"]],
|
|
515
|
+
["colloquial", ["colloquialism", "Colloquialism"]],
|
|
516
|
+
["company name", ["company_name", "Company name"]],
|
|
517
|
+
["creature", ["creature", "Creature"]],
|
|
518
|
+
["deity", ["deity", "Deity"]],
|
|
519
|
+
["document", ["document", "Document"]],
|
|
520
|
+
["event", ["event", "Event"]],
|
|
521
|
+
["female term, language, or name", ["female_language", "Female language"]],
|
|
522
|
+
["fiction", ["fiction", "Fiction"]],
|
|
523
|
+
[
|
|
524
|
+
"given name or forename, gender not specified",
|
|
525
|
+
["given_name_or_forename", "Given name or forename, gender not specified"],
|
|
526
|
+
],
|
|
527
|
+
["group", ["group", "Group"]],
|
|
528
|
+
["legend", ["legend", "Legend"]],
|
|
529
|
+
["manga slang", ["manga_slang", "Manga slang"]],
|
|
530
|
+
["male term, language, or name", ["male_language", "Male language"]],
|
|
531
|
+
["mythology", ["mythology", "Mythology"]],
|
|
532
|
+
["object", ["object", "Object"]],
|
|
533
|
+
["organization name", ["organization_name", "Organization name"]],
|
|
534
|
+
["other", ["other", "Other"]],
|
|
535
|
+
[
|
|
536
|
+
"full name of a particular person",
|
|
537
|
+
["full_name_or_particular_person", "Full name of a particular person"],
|
|
538
|
+
],
|
|
539
|
+
["place name", ["place_name", "Place name"]],
|
|
540
|
+
["poetical term", ["poetical", "Poetical"]],
|
|
541
|
+
["product name", ["product_name", "Product name"]],
|
|
542
|
+
["quotation", ["quotation", "Quotation"]],
|
|
543
|
+
["rare term", ["rare", "Rare"]],
|
|
544
|
+
["religion", ["religion", "Religion"]],
|
|
545
|
+
["service", ["service", "Service"]],
|
|
546
|
+
["ship name", ["ship_name", "Ship name"]],
|
|
547
|
+
["railway station", ["railway_station", "Railway station"]],
|
|
548
|
+
["family or surname", ["family_or_surname", "Family or surname"]],
|
|
549
|
+
[
|
|
550
|
+
"word usually written using kana alone",
|
|
551
|
+
["usually_in_kana", "Usually written using kana alone"],
|
|
552
|
+
],
|
|
553
|
+
["unclassified name", ["unclassified", "Unclassified name"]],
|
|
554
|
+
[
|
|
555
|
+
"work of art, literature, music, etc. name",
|
|
556
|
+
["work_of_art", "Work of art, literature, music, etc. name"],
|
|
557
|
+
],
|
|
558
|
+
[
|
|
559
|
+
"rude or x-rated term (not displayed in educational software)",
|
|
560
|
+
["rude_or_x-rated", "Rude or X-rated term"],
|
|
561
|
+
],
|
|
562
|
+
[
|
|
563
|
+
"adjective (keiyoushi) - yoi/ii class",
|
|
564
|
+
["adjective::yoi/ii", "い-adjective - よい/いい class", "形容詞"],
|
|
565
|
+
],
|
|
566
|
+
[
|
|
567
|
+
"'kari' adjective (archaic)",
|
|
568
|
+
["adjective::kari", "'かり' adjective (archaic)"],
|
|
569
|
+
],
|
|
570
|
+
["'ku' adjective (archaic)", ["adjective::ku", "'く' adjective (archaic)"]],
|
|
571
|
+
[
|
|
572
|
+
"adjectival nouns or quasi-adjectives (keiyodoshi)",
|
|
573
|
+
["na-adjective", "な-adjective", "形容動詞"],
|
|
574
|
+
],
|
|
575
|
+
[
|
|
576
|
+
"archaic/formal form of na-adjective",
|
|
577
|
+
[
|
|
578
|
+
"na-adjective_archaic_or_formal",
|
|
579
|
+
"archaic/formal form of な-adjective",
|
|
580
|
+
"形容動詞",
|
|
581
|
+
],
|
|
582
|
+
],
|
|
583
|
+
[
|
|
584
|
+
"'shiku' adjective (archaic)",
|
|
585
|
+
["adjective::shiku", "'しく' adjective (archaic)"],
|
|
586
|
+
],
|
|
587
|
+
["copula", ["copula", "Copula"]],
|
|
588
|
+
[
|
|
589
|
+
"expressions (phrases, clauses, etc.)",
|
|
590
|
+
[
|
|
591
|
+
"expression",
|
|
592
|
+
"Expression (phrase, clause, etc.)",
|
|
593
|
+
["成語", "成句", "慣用句", "動詞句", "感動詞"],
|
|
594
|
+
],
|
|
595
|
+
],
|
|
596
|
+
["adverbial noun (fukushitekimeishi)", ["adverbial_noun", "Adverbial noun"]],
|
|
597
|
+
["proper noun", ["proper_noun", "Proper noun"]],
|
|
598
|
+
["noun (temporal) (jisoumeishi)", ["temporal_noun", "Temporal noun"]],
|
|
599
|
+
["unclassified", ["unclassified", "Unclassified"]],
|
|
600
|
+
["verb unspecified", ["unspecified_verb", "Unspecified verb", "動詞"]],
|
|
601
|
+
[
|
|
602
|
+
"ichidan verb - kureru special class",
|
|
603
|
+
["ichidan_verb::kureru", "Ichidan verb - くれる special class", "動詞"],
|
|
604
|
+
],
|
|
605
|
+
[
|
|
606
|
+
"nidan verb with 'u' ending (archaic)",
|
|
607
|
+
["nidan_verb::u", "Nidan verb with 'う' ending (archaic)", "動詞"],
|
|
608
|
+
],
|
|
609
|
+
[
|
|
610
|
+
"nidan verb (upper class) with 'bu' ending (archaic)",
|
|
611
|
+
[
|
|
612
|
+
"nidan_verb::bu::upper_class",
|
|
613
|
+
"Nidan verb (upper class) with 'ぶ' ending (archaic)",
|
|
614
|
+
"動詞",
|
|
615
|
+
],
|
|
616
|
+
],
|
|
617
|
+
[
|
|
618
|
+
"nidan verb (lower class) with 'bu' ending (archaic)",
|
|
619
|
+
[
|
|
620
|
+
"nidan_verb::bu::lower_class",
|
|
621
|
+
"Nidan verb (lower class) with 'ぶ' ending (archaic)",
|
|
622
|
+
"動詞",
|
|
623
|
+
],
|
|
624
|
+
],
|
|
625
|
+
[
|
|
626
|
+
"nidan verb (upper class) with 'dzu' ending (archaic)",
|
|
627
|
+
[
|
|
628
|
+
"nidan_verb::dzu::upper_class",
|
|
629
|
+
"Nidan verb (upper class) with 'づ' ending (archaic)",
|
|
630
|
+
"動詞",
|
|
631
|
+
],
|
|
632
|
+
],
|
|
633
|
+
[
|
|
634
|
+
"nidan verb (lower class) with 'dzu' ending (archaic)",
|
|
635
|
+
[
|
|
636
|
+
"nidan_verb::dzu::lower_class",
|
|
637
|
+
"Nidan verb (lower class) with 'づ' ending (archaic)",
|
|
638
|
+
"動詞",
|
|
639
|
+
],
|
|
640
|
+
],
|
|
641
|
+
[
|
|
642
|
+
"nidan verb (upper class) with 'gu' ending (archaic)",
|
|
643
|
+
[
|
|
644
|
+
"nidan_verb::gu::upper_class",
|
|
645
|
+
"Nidan verb (upper class) with 'ぐ' ending (archaic)",
|
|
646
|
+
"動詞",
|
|
647
|
+
],
|
|
648
|
+
],
|
|
649
|
+
[
|
|
650
|
+
"nidan verb (lower class) with 'gu' ending (archaic)",
|
|
651
|
+
[
|
|
652
|
+
"nidan_verb::gu::lower_class",
|
|
653
|
+
"Nidan verb (lower class) with 'ぐ' ending (archaic)",
|
|
654
|
+
"動詞",
|
|
655
|
+
],
|
|
656
|
+
],
|
|
657
|
+
[
|
|
658
|
+
"nidan verb (upper class) with 'hu/fu' ending (archaic)",
|
|
659
|
+
[
|
|
660
|
+
"nidan_verb::hu/fu::upper_class",
|
|
661
|
+
"Nidan verb (upper class) with 'ふ' ending (archaic)",
|
|
662
|
+
"動詞",
|
|
663
|
+
],
|
|
664
|
+
],
|
|
665
|
+
[
|
|
666
|
+
"nidan verb (lower class) with 'hu/fu' ending (archaic)",
|
|
667
|
+
[
|
|
668
|
+
"nidan_verb::hu/fu::lower_class",
|
|
669
|
+
"Nidan verb (lower class) with 'ふ' ending (archaic)",
|
|
670
|
+
"動詞",
|
|
671
|
+
],
|
|
672
|
+
],
|
|
673
|
+
[
|
|
674
|
+
"nidan verb (upper class) with 'ku' ending (archaic)",
|
|
675
|
+
[
|
|
676
|
+
"nidan_verb::ku::upper_class",
|
|
677
|
+
"Nidan verb (upper class) with 'く' ending (archaic)",
|
|
678
|
+
"動詞",
|
|
679
|
+
],
|
|
680
|
+
],
|
|
681
|
+
[
|
|
682
|
+
"nidan verb (lower class) with 'ku' ending (archaic)",
|
|
683
|
+
[
|
|
684
|
+
"nidan_verb::ku::lower_class",
|
|
685
|
+
"Nidan verb (lower class) with 'く' ending (archaic)",
|
|
686
|
+
"動詞",
|
|
687
|
+
],
|
|
688
|
+
],
|
|
689
|
+
[
|
|
690
|
+
"nidan verb (upper class) with 'mu' ending (archaic)",
|
|
691
|
+
[
|
|
692
|
+
"nidan_verb::mu::upper_class",
|
|
693
|
+
"Nidan verb (upper class) with 'む' ending (archaic)",
|
|
694
|
+
"動詞",
|
|
695
|
+
],
|
|
696
|
+
],
|
|
697
|
+
[
|
|
698
|
+
"nidan verb (lower class) with 'mu' ending (archaic)",
|
|
699
|
+
[
|
|
700
|
+
"nidan_verb::mu::lower_class",
|
|
701
|
+
"Nidan verb (lower class) with 'む' ending (archaic)",
|
|
702
|
+
"動詞",
|
|
703
|
+
],
|
|
704
|
+
],
|
|
705
|
+
[
|
|
706
|
+
"nidan verb (lower class) with 'nu' ending (archaic)",
|
|
707
|
+
[
|
|
708
|
+
"nidan_verb::nu::lower_class",
|
|
709
|
+
"Nidan verb (lower class) with 'ぬ' ending (archaic)",
|
|
710
|
+
"動詞",
|
|
711
|
+
],
|
|
712
|
+
],
|
|
713
|
+
[
|
|
714
|
+
"nidan verb (upper class) with 'ru' ending (archaic)",
|
|
715
|
+
[
|
|
716
|
+
"nidan_verb::ru::upper_class",
|
|
717
|
+
"Nidan verb (upper class) with 'る' ending (archaic)",
|
|
718
|
+
"動詞",
|
|
719
|
+
],
|
|
720
|
+
],
|
|
721
|
+
[
|
|
722
|
+
"nidan verb (lower class) with 'ru' ending (archaic)",
|
|
723
|
+
[
|
|
724
|
+
"nidan_verb::ru::lower_class",
|
|
725
|
+
"Nidan verb (lower class) with 'る' ending (archaic)",
|
|
726
|
+
"動詞",
|
|
727
|
+
],
|
|
728
|
+
],
|
|
729
|
+
[
|
|
730
|
+
"nidan verb (lower class) with 'su' ending (archaic)",
|
|
731
|
+
[
|
|
732
|
+
"nidan_verb::su::lower_class",
|
|
733
|
+
"Nidan verb (lower class) with 'す' ending (archaic)",
|
|
734
|
+
"動詞",
|
|
735
|
+
],
|
|
736
|
+
],
|
|
737
|
+
[
|
|
738
|
+
"nidan verb (upper class) with 'tsu' ending (archaic)",
|
|
739
|
+
[
|
|
740
|
+
"nidan_verb::tsu::upper_class",
|
|
741
|
+
"Nidan verb (upper class) with 'つ' ending (archaic)",
|
|
742
|
+
"動詞",
|
|
743
|
+
],
|
|
744
|
+
],
|
|
745
|
+
[
|
|
746
|
+
"nidan verb (lower class) with 'tsu' ending (archaic)",
|
|
747
|
+
[
|
|
748
|
+
"nidan_verb::tsu::lower_class",
|
|
749
|
+
"Nidan verb (lower class) with 'つ' ending (archaic)",
|
|
750
|
+
"動詞",
|
|
751
|
+
],
|
|
752
|
+
],
|
|
753
|
+
[
|
|
754
|
+
"nidan verb (lower class) with 'u' ending and 'we' conjugation (archaic)",
|
|
755
|
+
[
|
|
756
|
+
"nidan_verb::u_with_we_conjugation::lower_class",
|
|
757
|
+
"Nidan verb (lower class) with 'う' ending and 'ゑ' conjugation (archaic)",
|
|
758
|
+
"動詞",
|
|
759
|
+
],
|
|
760
|
+
],
|
|
761
|
+
[
|
|
762
|
+
"nidan verb (upper class) with 'yu' ending (archaic)",
|
|
763
|
+
[
|
|
764
|
+
"nidan_verb::yu::upper_class",
|
|
765
|
+
"Nidan verb (upper class) with 'ゆ' ending (archaic)",
|
|
766
|
+
"動詞",
|
|
767
|
+
],
|
|
768
|
+
],
|
|
769
|
+
[
|
|
770
|
+
"nidan verb (lower class) with 'yu' ending (archaic)",
|
|
771
|
+
[
|
|
772
|
+
"nidan_verb::yu::lower_class",
|
|
773
|
+
"Nidan verb (lower class) with 'ゆ' ending (archaic)",
|
|
774
|
+
"動詞",
|
|
775
|
+
],
|
|
776
|
+
],
|
|
777
|
+
[
|
|
778
|
+
"nidan verb (lower class) with 'zu' ending (archaic)",
|
|
779
|
+
[
|
|
780
|
+
"nidan_verb::zu::lower_class",
|
|
781
|
+
"Nidan verb (lower class) with 'ず' ending (archaic)",
|
|
782
|
+
"動詞",
|
|
783
|
+
],
|
|
784
|
+
],
|
|
785
|
+
[
|
|
786
|
+
"yodan verb with 'bu' ending (archaic)",
|
|
787
|
+
["yodan_verb::bu", "Yodan verb with 'ぶ' ending (archaic)", "動詞"],
|
|
788
|
+
],
|
|
789
|
+
[
|
|
790
|
+
"yodan verb with 'gu' ending (archaic)",
|
|
791
|
+
["yodan_verb::gu", "Yodan verb with 'ぐ' ending (archaic)", "動詞"],
|
|
792
|
+
],
|
|
793
|
+
[
|
|
794
|
+
"yodan verb with 'hu/fu' ending (archaic)",
|
|
795
|
+
["yodan_verb::hu/fu", "Yodan verb with 'ふ' ending (archaic)", "動詞"],
|
|
796
|
+
],
|
|
797
|
+
[
|
|
798
|
+
"yodan verb with 'ku' ending (archaic)",
|
|
799
|
+
["yodan_verb::ku", "Yodan verb with 'く' ending (archaic)", "動詞"],
|
|
800
|
+
],
|
|
801
|
+
[
|
|
802
|
+
"yodan verb with 'mu' ending (archaic)",
|
|
803
|
+
["yodan_verb::mu", "Yodan verb with 'む' ending (archaic)", "動詞"],
|
|
804
|
+
],
|
|
805
|
+
[
|
|
806
|
+
"yodan verb with 'nu' ending (archaic)",
|
|
807
|
+
["yodan_verb::nu", "Yodan verb with 'ぬ' ending (archaic)", "動詞"],
|
|
808
|
+
],
|
|
809
|
+
[
|
|
810
|
+
"yodan verb with 'ru' ending (archaic)",
|
|
811
|
+
["yodan_verb::ru", "Yodan verb with 'る' ending (archaic)", "動詞"],
|
|
812
|
+
],
|
|
813
|
+
[
|
|
814
|
+
"yodan verb with 'su' ending (archaic)",
|
|
815
|
+
["yodan_verb::su", "Yodan verb with 'す' ending (archaic)", "動詞"],
|
|
816
|
+
],
|
|
817
|
+
[
|
|
818
|
+
"yodan verb with 'tsu' ending (archaic)",
|
|
819
|
+
["yodan_verb::tsu", "Yodan verb with 'つ' ending (archaic)", "動詞"],
|
|
820
|
+
],
|
|
821
|
+
[
|
|
822
|
+
"godan verb - uru old class verb (old form of eru)",
|
|
823
|
+
[
|
|
824
|
+
"godan::uru::irregular_verb",
|
|
825
|
+
"Godan verb - 'うる' old class verb (old form of える)",
|
|
826
|
+
"動詞",
|
|
827
|
+
],
|
|
828
|
+
],
|
|
829
|
+
[
|
|
830
|
+
"irregular ru verb, plain form ends with -ri",
|
|
831
|
+
[
|
|
832
|
+
"irregular_ru_verb_plain_form_ending_with_ri",
|
|
833
|
+
"irregular 'る' verb, plain form ends with '-り'",
|
|
834
|
+
"動詞",
|
|
835
|
+
],
|
|
836
|
+
],
|
|
837
|
+
[
|
|
838
|
+
"su verb - precursor to the modern suru",
|
|
839
|
+
["su_verb", "'す' verb - precursor to the modern する", "動詞"],
|
|
840
|
+
],
|
|
841
|
+
["suru verb - included", ["suru_verb", "'する' verb - included", "動詞"]],
|
|
842
|
+
[
|
|
843
|
+
"ichidan verb - zuru verb (alternative form of -jiru verbs)",
|
|
844
|
+
[
|
|
845
|
+
"ichidan_verb::zuru",
|
|
846
|
+
"Ichidan verb - 'ずる' verb (alternative form of '-じる' verbs)",
|
|
847
|
+
"動詞",
|
|
848
|
+
],
|
|
849
|
+
],
|
|
850
|
+
["agriculture", ["agriculture", "Agriculture term"]],
|
|
851
|
+
["anatomy", ["anatomical", "Anatomical term"]],
|
|
852
|
+
["archeology", ["archeology", "Archeology term"]],
|
|
853
|
+
["architecture", ["architecture", "Architecture term"]],
|
|
854
|
+
["art, aesthetics", ["art/aesthetics", "Art, aesthetics"]],
|
|
855
|
+
["astronomy", ["astronomy", "Astronomy term"]],
|
|
856
|
+
["audiovisual", ["audiovisual", "Audiovisual"]],
|
|
857
|
+
["aviation", ["aviation", "Aviation"]],
|
|
858
|
+
["baseball", ["baseball", "Baseball term"]],
|
|
859
|
+
["biochemistry", ["biochemistry", "Biochemistry term"]],
|
|
860
|
+
["biology", ["biology", "Biology term"]],
|
|
861
|
+
["botany", ["botany", "Botany term"]],
|
|
862
|
+
["botany term", ["botany", "Botany term"]],
|
|
863
|
+
["boxing", ["boxing", "Boxing term"]],
|
|
864
|
+
["buddhism", ["buddhism", "Buddhist term"]],
|
|
865
|
+
["business", ["business", "Business term"]],
|
|
866
|
+
["chemistry", ["chemistry", "Chemistry term"]],
|
|
867
|
+
["chinese mythology", ["mythology::chinese", "Chinese mythology"]],
|
|
868
|
+
["civil engineering", ["civil_engineering", "Civil engineering"]],
|
|
869
|
+
["clothing", ["clothing", "Clothing"]],
|
|
870
|
+
["computing", ["computing", "Computing"]],
|
|
871
|
+
["crystallography", ["crystallography", "Crystallography"]],
|
|
872
|
+
["dentistry", ["dentistry", "Dentistry"]],
|
|
873
|
+
["ecology", ["ecology", "Ecology"]],
|
|
874
|
+
["economics", ["economics", "Economics term"]],
|
|
875
|
+
[
|
|
876
|
+
"electricity, elec. eng.",
|
|
877
|
+
["electrical_engineering", "Electrical engineering"],
|
|
878
|
+
],
|
|
879
|
+
["electronics", ["electronics", "Electronics"]],
|
|
880
|
+
["embryology", ["embryology", "Embryology"]],
|
|
881
|
+
["engineering", ["engineering", "Engineering term"]],
|
|
882
|
+
["entomology", ["entomology", "Entomology"]],
|
|
883
|
+
["figure skating", ["figure_skating", "Figure skating"]],
|
|
884
|
+
["film", ["film", "Film"]],
|
|
885
|
+
["finance", ["finance", "Finance term"]],
|
|
886
|
+
["food, cooking", ["food", "Food term"]],
|
|
887
|
+
["gardening, horticulture", ["gardening", "Gardening"]],
|
|
888
|
+
["geography", ["geography", "Geography term"]],
|
|
889
|
+
["geometry", ["geometry", "Geometry term"]],
|
|
890
|
+
["geometry term", ["geometry", "Geometry term"]],
|
|
891
|
+
["greek mythology", ["mythology::greek", "Greek mythology"]],
|
|
892
|
+
["horse racing", ["horse_racing", "Horse racing"]],
|
|
893
|
+
["internet", ["internet", "Internet"]],
|
|
894
|
+
["japanese mythology", ["mythology::japanese", "Japanese mythology"]],
|
|
895
|
+
["kabuki", ["kabuki", "Kabuki"]],
|
|
896
|
+
["law", ["law", "Law term"]],
|
|
897
|
+
["linguistics", ["linguistics", "Linguistics terminology"]],
|
|
898
|
+
["martial arts", ["martial_arts", "Martial arts term"]],
|
|
899
|
+
["mahjong", ["mahjong", "Mahjong term"]],
|
|
900
|
+
["manga", ["manga", "Manga term"]],
|
|
901
|
+
["mathematics", ["mathematics", "Mathematics term"]],
|
|
902
|
+
[
|
|
903
|
+
"mechanical engineering",
|
|
904
|
+
["mechanical_engineering", "Mechanical engineering"],
|
|
905
|
+
],
|
|
906
|
+
["medicine", ["medicine", "Medicine term"]],
|
|
907
|
+
["military", ["military", "Military term"]],
|
|
908
|
+
["mineralogy", ["mineralogy", "Mineralogy term"]],
|
|
909
|
+
["mining", ["mining", "Mining term"]],
|
|
910
|
+
["motorsport", ["motorsport", "Motorsport"]],
|
|
911
|
+
["noh", ["noh", "Noh term"]],
|
|
912
|
+
["ornithology", ["ornithology", "Ornithology"]],
|
|
913
|
+
["paleontology", ["paleontology", "Paleontology"]],
|
|
914
|
+
["pathology", ["pathology", "Pathology"]],
|
|
915
|
+
["pharmacology", ["pharmacology", "Pharmacology"]],
|
|
916
|
+
["photography", ["photography", "Photography"]],
|
|
917
|
+
["physics", ["physics", "Physics terminology"]],
|
|
918
|
+
["politics", ["politics", "Politics term"]],
|
|
919
|
+
["printing", ["printing", "Printing term"]],
|
|
920
|
+
[
|
|
921
|
+
"professional wrestling",
|
|
922
|
+
["professional_wrestling", "Professional wrestling term"],
|
|
923
|
+
],
|
|
924
|
+
["psychoanalysis", ["psychoanalysis", "Psychoanalysis term"]],
|
|
925
|
+
["psychology", ["psychology", "Psychology term"]],
|
|
926
|
+
["railway", ["railway_station", "Railway station"]],
|
|
927
|
+
["roman mythology", ["mythology::roman", "Roman mythology"]],
|
|
928
|
+
["shinto", ["shinto", "Shinto term"]],
|
|
929
|
+
["shogi", ["shogi", "Shogi term"]],
|
|
930
|
+
["skiing", ["skiing", "Skiing"]],
|
|
931
|
+
["sports", ["sports", "Sports term"]],
|
|
932
|
+
["stock market", ["stock_market", "Stock market"]],
|
|
933
|
+
["sumo", ["sumo", "Sumo term"]],
|
|
934
|
+
["surgery", ["surgery", "Surgery"]],
|
|
935
|
+
["telecommunications", ["telecommunications", "Telecommunications"]],
|
|
936
|
+
["television", ["television", "Television"]],
|
|
937
|
+
["veterinary terms", ["veterinary", "Veterinary term"]],
|
|
938
|
+
["video games", ["video_games", "Video games term"]],
|
|
939
|
+
["zoology", ["zoology", "Zoology term"]],
|
|
940
|
+
["equivalent", ["equivalent", "Equivalent"]],
|
|
941
|
+
["edo-period term", ["edo-period", "Edo-period term"]],
|
|
942
|
+
["heian-period term", ["heian-period", "Heian-period term"]],
|
|
943
|
+
[
|
|
944
|
+
"imperial japanese army jargon",
|
|
945
|
+
["imperial_japanese_army_jargon", "Imperial Japanese army jargon"],
|
|
946
|
+
],
|
|
947
|
+
[
|
|
948
|
+
"meiji and taishō-era term",
|
|
949
|
+
["meiji_and_taishou_era", "Meiji and Taishō-era term"],
|
|
950
|
+
],
|
|
951
|
+
[
|
|
952
|
+
"after -masu base of verb; indicates contempt or disdain for another's actions",
|
|
953
|
+
[
|
|
954
|
+
"after::masu_stem",
|
|
955
|
+
"After '-ます' base of verb; indicates contempt or disdain for another's actions",
|
|
956
|
+
],
|
|
957
|
+
],
|
|
958
|
+
[
|
|
959
|
+
"after -masu stem of verb; indicates an action is being directed to someone",
|
|
960
|
+
[
|
|
961
|
+
"after::masu_stem",
|
|
962
|
+
"After '-ます' stem of verb; indicates an action is being directed to someone",
|
|
963
|
+
],
|
|
964
|
+
],
|
|
965
|
+
[
|
|
966
|
+
"after -masu stem of verb; often ぐるしい",
|
|
967
|
+
["after::masu_stem", "After '-ます' stem of verb; often ぐるしい"],
|
|
968
|
+
],
|
|
969
|
+
[
|
|
970
|
+
"after -masu stems, onomatopoeic and mimetic words",
|
|
971
|
+
["after::masu_stem", "After '-ます' stems, onomatopoeic and mimetic words"],
|
|
972
|
+
],
|
|
973
|
+
[
|
|
974
|
+
"after a -masu stem, esp. of a suru verb",
|
|
975
|
+
["after::masu_stem", "After a '-ます' stem, esp. of a する verb"],
|
|
976
|
+
],
|
|
977
|
+
["after a -nai stem", ["after::nai_stem", "After a '-ない' stem"]],
|
|
978
|
+
["after a name", ["after::name", "After a name"]],
|
|
979
|
+
["after a noun (+ の)", ["after::noun", "After a noun (+ の)"]],
|
|
980
|
+
[
|
|
981
|
+
"after a noun at the end of an interjection",
|
|
982
|
+
["after::noun", "After a noun at the end of an interjection"],
|
|
983
|
+
],
|
|
984
|
+
[
|
|
985
|
+
"after a noun indicating a person",
|
|
986
|
+
["after::noun", "After a noun indicating a person"],
|
|
987
|
+
],
|
|
988
|
+
[
|
|
989
|
+
"after a noun or -masu stem",
|
|
990
|
+
["after::noun_or_masu_stem", "After a noun or '-ます' stem"],
|
|
991
|
+
],
|
|
992
|
+
[
|
|
993
|
+
"after a noun or counter",
|
|
994
|
+
["after::noun_or_counter", "After a noun or counter"],
|
|
995
|
+
],
|
|
996
|
+
[
|
|
997
|
+
"after a noun or na-adjective; in conditional clauses",
|
|
998
|
+
[
|
|
999
|
+
"after::noun_or_na-adjective",
|
|
1000
|
+
"After a noun or な-adjective; in conditional clauses",
|
|
1001
|
+
],
|
|
1002
|
+
],
|
|
1003
|
+
[
|
|
1004
|
+
"after a noun or pronoun",
|
|
1005
|
+
["after::noun_or_pronoun", "After a noun or pronoun"],
|
|
1006
|
+
],
|
|
1007
|
+
[
|
|
1008
|
+
"after a noun, adverb or adj. stem",
|
|
1009
|
+
[
|
|
1010
|
+
"after::noun_adverb_or_adjective_stem",
|
|
1011
|
+
"After a noun, adverb or adjective stem",
|
|
1012
|
+
],
|
|
1013
|
+
],
|
|
1014
|
+
["after a number n", ["after::number", "After a number"]],
|
|
1015
|
+
[
|
|
1016
|
+
"after a number of people",
|
|
1017
|
+
["after::number_of_people", "After a number of people"],
|
|
1018
|
+
],
|
|
1019
|
+
[
|
|
1020
|
+
"after a number or counter",
|
|
1021
|
+
["after::number_or_counter", "After a number or counter"],
|
|
1022
|
+
],
|
|
1023
|
+
["after a quantity", ["after::quantity", "After a quantity"]],
|
|
1024
|
+
[
|
|
1025
|
+
"after a quantity, age, time, etc.",
|
|
1026
|
+
["after::quantity", "After a quantity, age, time, etc."],
|
|
1027
|
+
],
|
|
1028
|
+
["after a surname", ["after::surname", "After a surname"]],
|
|
1029
|
+
[
|
|
1030
|
+
"after a time, date, etc.",
|
|
1031
|
+
["after::time_date", "After a time, date, etc."],
|
|
1032
|
+
],
|
|
1033
|
+
[
|
|
1034
|
+
"after a verb in the past tense",
|
|
1035
|
+
["after::past_verb_form", "After the 'た' form of a verb"],
|
|
1036
|
+
],
|
|
1037
|
+
[
|
|
1038
|
+
"after a volitional form",
|
|
1039
|
+
["after::volitional_verb_form", "After volitional form of verb"],
|
|
1040
|
+
],
|
|
1041
|
+
[
|
|
1042
|
+
"after an adjective, verb, or noun",
|
|
1043
|
+
["after::adjective_verb_or_noun", "After an adjective, verb, or noun"],
|
|
1044
|
+
],
|
|
1045
|
+
["after an adverb", ["after::adverb", "After an adverb"]],
|
|
1046
|
+
["after an age", ["after::age", "After an age"]],
|
|
1047
|
+
[
|
|
1048
|
+
"after an interrogative",
|
|
1049
|
+
["after::interrogative", "After an interrogative"],
|
|
1050
|
+
],
|
|
1051
|
+
[
|
|
1052
|
+
"after conditional -ba form of verb",
|
|
1053
|
+
["after::conditional_ba_verb_form", "After conditional '-ば' form of verb"],
|
|
1054
|
+
],
|
|
1055
|
+
[
|
|
1056
|
+
"after dictionary form verb",
|
|
1057
|
+
["after::plain_verb_form", "After present form of a verb"],
|
|
1058
|
+
],
|
|
1059
|
+
["after neg. verb", ["with::negative_verb", "With negative verb"]],
|
|
1060
|
+
["after negative verb", ["with::negative_verb", "With negative verb"]],
|
|
1061
|
+
[
|
|
1062
|
+
"after past tense verb",
|
|
1063
|
+
["after::past_verb_form", "After the 'た' form of a verb"],
|
|
1064
|
+
],
|
|
1065
|
+
[
|
|
1066
|
+
"after plain form of a verb or adjective",
|
|
1067
|
+
[
|
|
1068
|
+
"after::plain_verb_or_adjective_form",
|
|
1069
|
+
"After present form of a verb or an adjective stem",
|
|
1070
|
+
],
|
|
1071
|
+
],
|
|
1072
|
+
[
|
|
1073
|
+
"after the -nai stem of a verb",
|
|
1074
|
+
["after::nai_stem", "After a '-ない' stem"],
|
|
1075
|
+
],
|
|
1076
|
+
[
|
|
1077
|
+
"after the -ta form of a verb",
|
|
1078
|
+
["after::past_verb_form", "After the 'た' form of a verb"],
|
|
1079
|
+
],
|
|
1080
|
+
[
|
|
1081
|
+
"after the -te form of a verb or adjective",
|
|
1082
|
+
[
|
|
1083
|
+
"after::te_verb_or_adjective_form",
|
|
1084
|
+
"After the 'て' form of a verb or adjective",
|
|
1085
|
+
],
|
|
1086
|
+
],
|
|
1087
|
+
[
|
|
1088
|
+
"after the dictionary form of verb",
|
|
1089
|
+
["after::plain_verb_form", "After present form of a verb"],
|
|
1090
|
+
],
|
|
1091
|
+
[
|
|
1092
|
+
"after the stem of an adjective",
|
|
1093
|
+
["after::adjective_stem", "After adjective stem"],
|
|
1094
|
+
],
|
|
1095
|
+
[
|
|
1096
|
+
"after the volitional form of verb",
|
|
1097
|
+
["after::volitional_verb_form", "After volitional form of verb"],
|
|
1098
|
+
],
|
|
1099
|
+
["at sentence end", ["at_sentence_end", "At sentence end"]],
|
|
1100
|
+
[
|
|
1101
|
+
"at sentence end after the -masu form of a verb",
|
|
1102
|
+
["at_sentence_end", "At sentence end after the '-ます' form of a verb"],
|
|
1103
|
+
],
|
|
1104
|
+
[
|
|
1105
|
+
"at sentence end after the question marker か",
|
|
1106
|
+
["at_sentence_end", "At sentence end after the question marker か"],
|
|
1107
|
+
],
|
|
1108
|
+
[
|
|
1109
|
+
"at sentence end; adds emphasis; usu. ったら",
|
|
1110
|
+
["at_sentence_end", "At sentence end; adds emphasis; usu. ったら"],
|
|
1111
|
+
],
|
|
1112
|
+
[
|
|
1113
|
+
"at sentence end; expresses depth of feeling or emphasis",
|
|
1114
|
+
[
|
|
1115
|
+
"at_sentence_end",
|
|
1116
|
+
"At sentence end; expresses depth of feeling or emphasis",
|
|
1117
|
+
],
|
|
1118
|
+
],
|
|
1119
|
+
[
|
|
1120
|
+
"at sentence end; gives reason for an unstated but deducible conclusion",
|
|
1121
|
+
[
|
|
1122
|
+
"at_sentence_end",
|
|
1123
|
+
"At sentence end; gives reason for an unstated but deducible conclusion",
|
|
1124
|
+
],
|
|
1125
|
+
],
|
|
1126
|
+
[
|
|
1127
|
+
"at sentence end; used as a request for confirmation or agreement",
|
|
1128
|
+
[
|
|
1129
|
+
"at_sentence_end",
|
|
1130
|
+
"At sentence end; used as a request for confirmation or agreement",
|
|
1131
|
+
],
|
|
1132
|
+
],
|
|
1133
|
+
[
|
|
1134
|
+
"at sentence end; used to express one's thoughts or feelings",
|
|
1135
|
+
[
|
|
1136
|
+
"at_sentence_end",
|
|
1137
|
+
"At sentence end; used to express one's thoughts or feelings",
|
|
1138
|
+
],
|
|
1139
|
+
],
|
|
1140
|
+
[
|
|
1141
|
+
"at sentence end; used to make a sentence threatening or ironic",
|
|
1142
|
+
[
|
|
1143
|
+
"at_sentence_end",
|
|
1144
|
+
"At sentence end; used to make a sentence threatening or ironic",
|
|
1145
|
+
],
|
|
1146
|
+
],
|
|
1147
|
+
[
|
|
1148
|
+
"at sentence end; used to make an informal request",
|
|
1149
|
+
["at_sentence_end", "At sentence end; used to make an informal request"],
|
|
1150
|
+
],
|
|
1151
|
+
[
|
|
1152
|
+
"at sentence end; with a negative",
|
|
1153
|
+
["at_sentence_end", "At sentence end; with a negative"],
|
|
1154
|
+
],
|
|
1155
|
+
["at sentence-end", ["at_sentence_end", "At sentence end"]],
|
|
1156
|
+
[
|
|
1157
|
+
"at sentence-end; indicates certainty, emphasis, contempt, request, warning, etc.",
|
|
1158
|
+
[
|
|
1159
|
+
"at_sentence_end",
|
|
1160
|
+
"At sentence end; indicates certainty, emphasis, contempt, request, warning, etc.",
|
|
1161
|
+
],
|
|
1162
|
+
],
|
|
1163
|
+
[
|
|
1164
|
+
"at sentence-end; indicates certainty, emphasis, etc.",
|
|
1165
|
+
["at_sentence_end", "At sentence end; indicates certainty, emphasis, etc."],
|
|
1166
|
+
],
|
|
1167
|
+
[
|
|
1168
|
+
"sentence end, mainly masc.",
|
|
1169
|
+
["at_sentence_end", "At sentence end, mainly masculine"],
|
|
1170
|
+
],
|
|
1171
|
+
["sentence final", ["at_sentence_end", "At sentence end"]],
|
|
1172
|
+
["at start of sentence", ["at_sentence_start", "At sentence start"]],
|
|
1173
|
+
["at the start of a sentence", ["at_sentence_start", "At sentence start"]],
|
|
1174
|
+
["before a noun", ["before::noun", "Before a noun"]],
|
|
1175
|
+
["before a verb", ["before::verb", "Before a verb"]],
|
|
1176
|
+
["emphatic", ["emphatic", "Emphatic"]],
|
|
1177
|
+
["fig.", ["figurative", "Figurative"]],
|
|
1178
|
+
["figurative", ["figurative", "Figurative"]],
|
|
1179
|
+
["followed by a counter", ["after::counter", "Followed by a counter"]],
|
|
1180
|
+
[
|
|
1181
|
+
"followed by a counter and か",
|
|
1182
|
+
["after::counter", "Followed by a counter and か"],
|
|
1183
|
+
],
|
|
1184
|
+
[
|
|
1185
|
+
"followed by a verb in negative form",
|
|
1186
|
+
["after::negative_verb", "Followed by a verb in negative form"],
|
|
1187
|
+
],
|
|
1188
|
+
["following adj. stem", ["after::adjective_stem", "After adjective stem"]],
|
|
1189
|
+
[
|
|
1190
|
+
"following adj. stem or noun",
|
|
1191
|
+
["after::adjective_stem_or_noun", "After adjective stem or noun"],
|
|
1192
|
+
],
|
|
1193
|
+
[
|
|
1194
|
+
"following the te-form of a verb",
|
|
1195
|
+
["after::te_form", "After the 'て' form of a verb"],
|
|
1196
|
+
],
|
|
1197
|
+
[
|
|
1198
|
+
"follows verbs, adjectives",
|
|
1199
|
+
["after::verb_or_adjective", "After a verb or an adjective"],
|
|
1200
|
+
],
|
|
1201
|
+
[
|
|
1202
|
+
"formal or literary polite copula",
|
|
1203
|
+
["formal_or_literary_polite_copula", "Formal or literary polite copula"],
|
|
1204
|
+
],
|
|
1205
|
+
["general term", ["general", "General term"]],
|
|
1206
|
+
["in a negative sentence", ["with::negative_verb", "With negative verb"]],
|
|
1207
|
+
["non-standard", ["non-standard", "Non-standard usage"]],
|
|
1208
|
+
["non-standard usage", ["non-standard", "Non-standard usage"]],
|
|
1209
|
+
["orig. meaning", ["original_meaning", "Original meaning"]],
|
|
1210
|
+
["original meaning", ["original_meaning", "Original meaning"]],
|
|
1211
|
+
["plain copula", ["plain_copula", "Plain copula"]],
|
|
1212
|
+
["vocative", ["vocative", "Vocative"]],
|
|
1213
|
+
[
|
|
1214
|
+
"with a verb in the negative",
|
|
1215
|
+
["with::negative_verb", "With negative verb"],
|
|
1216
|
+
],
|
|
1217
|
+
[
|
|
1218
|
+
"with an interrogative word",
|
|
1219
|
+
["with::interrogative", "With an interrogative"],
|
|
1220
|
+
],
|
|
1221
|
+
[
|
|
1222
|
+
"with neg. verb or adjective",
|
|
1223
|
+
["with::negative_verb_or_adjective", "With negative verb or adjective"],
|
|
1224
|
+
],
|
|
1225
|
+
]);
|