Pop-up dictionary browser extension for language learning. Successor to Yomichan. (PERSONAL FORK)
1[
2 {
3 "name": "Basic kanji test 1",
4 "dictionaryEntries": [
5 {
6 "type": "kanji",
7 "character": "打",
8 "dictionary": "Test Dictionary 2",
9 "dictionaryIndex": 0,
10 "dictionaryAlias": "kanjiDictAlias",
11 "onyomi": [
12 "ダ",
13 "ダアス"
14 ],
15 "kunyomi": [
16 "う.つ",
17 "う.ち-",
18 "ぶ.つ"
19 ],
20 "tags": [
21 {
22 "name": "K1",
23 "category": "default",
24 "order": 0,
25 "score": 0,
26 "content": [
27 "example kanji tag 1"
28 ],
29 "dictionaries": [
30 "Test Dictionary 2"
31 ],
32 "redundant": false
33 },
34 {
35 "name": "K2",
36 "category": "default",
37 "order": 0,
38 "score": 0,
39 "content": [
40 "example kanji tag 2"
41 ],
42 "dictionaries": [
43 "Test Dictionary 2"
44 ],
45 "redundant": false
46 }
47 ],
48 "stats": {
49 "class": [
50 {
51 "name": "kstat1",
52 "category": "class",
53 "content": "kanji stat 1",
54 "order": 0,
55 "score": 0,
56 "dictionary": "Test Dictionary 2",
57 "value": "kanji stat 1 value"
58 }
59 ],
60 "code": [
61 {
62 "name": "kstat2",
63 "category": "code",
64 "content": "kanji stat 2",
65 "order": 0,
66 "score": 0,
67 "dictionary": "Test Dictionary 2",
68 "value": "kanji stat 2 value"
69 }
70 ],
71 "index": [
72 {
73 "name": "kstat3",
74 "category": "index",
75 "content": "kanji stat 3",
76 "order": 0,
77 "score": 0,
78 "dictionary": "Test Dictionary 2",
79 "value": "kanji stat 3 value"
80 }
81 ],
82 "misc": [
83 {
84 "name": "kstat4",
85 "category": "misc",
86 "content": "kanji stat 4",
87 "order": 0,
88 "score": 0,
89 "dictionary": "Test Dictionary 2",
90 "value": "kanji stat 4 value"
91 },
92 {
93 "name": "kstat5",
94 "category": "misc",
95 "content": "kanji stat 5",
96 "order": 0,
97 "score": 0,
98 "dictionary": "Test Dictionary 2",
99 "value": "kanji stat 5 value"
100 }
101 ]
102 },
103 "definitions": [
104 "utsu meaning 1",
105 "utsu meaning 2",
106 "utsu meaning 3",
107 "utsu meaning 4",
108 "utsu meaning 5"
109 ],
110 "frequencies": [
111 {
112 "index": 0,
113 "dictionary": "Test Dictionary 2",
114 "dictionaryIndex": 0,
115 "dictionaryAlias": "kanjiDictAlias",
116 "character": "打",
117 "frequency": 1,
118 "displayValue": null,
119 "displayValueParsed": false
120 },
121 {
122 "index": 1,
123 "dictionary": "Test Dictionary 2",
124 "dictionaryIndex": 0,
125 "dictionaryAlias": "kanjiDictAlias",
126 "character": "打",
127 "frequency": 0,
128 "displayValue": "three",
129 "displayValueParsed": true
130 },
131 {
132 "index": 2,
133 "dictionary": "Test Dictionary 2",
134 "dictionaryIndex": 0,
135 "dictionaryAlias": "kanjiDictAlias",
136 "character": "打",
137 "frequency": 5,
138 "displayValue": null,
139 "displayValueParsed": false
140 }
141 ]
142 }
143 ]
144 },
145 {
146 "name": "Basic kanji test 2",
147 "dictionaryEntries": [
148 {
149 "type": "kanji",
150 "character": "込",
151 "dictionary": "Test Dictionary 2",
152 "dictionaryIndex": 0,
153 "dictionaryAlias": "kanjiDictAlias",
154 "onyomi": [],
155 "kunyomi": [
156 "-こ.む",
157 "こ.む",
158 "こ.み",
159 "-こ.み",
160 "こ.める"
161 ],
162 "tags": [
163 {
164 "name": "K1",
165 "category": "default",
166 "order": 0,
167 "score": 0,
168 "content": [
169 "example kanji tag 1"
170 ],
171 "dictionaries": [
172 "Test Dictionary 2"
173 ],
174 "redundant": false
175 },
176 {
177 "name": "K2",
178 "category": "default",
179 "order": 0,
180 "score": 0,
181 "content": [
182 "example kanji tag 2"
183 ],
184 "dictionaries": [
185 "Test Dictionary 2"
186 ],
187 "redundant": false
188 }
189 ],
190 "stats": {
191 "class": [
192 {
193 "name": "kstat1",
194 "category": "class",
195 "content": "kanji stat 1",
196 "order": 0,
197 "score": 0,
198 "dictionary": "Test Dictionary 2",
199 "value": "kanji stat 1 value"
200 }
201 ],
202 "code": [
203 {
204 "name": "kstat2",
205 "category": "code",
206 "content": "kanji stat 2",
207 "order": 0,
208 "score": 0,
209 "dictionary": "Test Dictionary 2",
210 "value": "kanji stat 2 value"
211 }
212 ],
213 "index": [
214 {
215 "name": "kstat3",
216 "category": "index",
217 "content": "kanji stat 3",
218 "order": 0,
219 "score": 0,
220 "dictionary": "Test Dictionary 2",
221 "value": "kanji stat 3 value"
222 }
223 ],
224 "misc": [
225 {
226 "name": "kstat4",
227 "category": "misc",
228 "content": "kanji stat 4",
229 "order": 0,
230 "score": 0,
231 "dictionary": "Test Dictionary 2",
232 "value": "kanji stat 4 value"
233 },
234 {
235 "name": "kstat5",
236 "category": "misc",
237 "content": "kanji stat 5",
238 "order": 0,
239 "score": 0,
240 "dictionary": "Test Dictionary 2",
241 "value": "kanji stat 5 value"
242 }
243 ]
244 },
245 "definitions": [
246 "komu meaning 1",
247 "komu meaning 2",
248 "komu meaning 3",
249 "komu meaning 4",
250 "komu meaning 5"
251 ],
252 "frequencies": [
253 {
254 "index": 0,
255 "dictionary": "Test Dictionary 2",
256 "dictionaryIndex": 0,
257 "dictionaryAlias": "kanjiDictAlias",
258 "character": "込",
259 "frequency": 2,
260 "displayValue": null,
261 "displayValueParsed": false
262 },
263 {
264 "index": 1,
265 "dictionary": "Test Dictionary 2",
266 "dictionaryIndex": 0,
267 "dictionaryAlias": "kanjiDictAlias",
268 "character": "込",
269 "frequency": 4,
270 "displayValue": "four (4)",
271 "displayValueParsed": true
272 },
273 {
274 "index": 2,
275 "dictionary": "Test Dictionary 2",
276 "dictionaryIndex": 0,
277 "dictionaryAlias": "kanjiDictAlias",
278 "character": "込",
279 "frequency": 6,
280 "displayValue": "six",
281 "displayValueParsed": false
282 }
283 ]
284 }
285 ]
286 },
287 {
288 "name": "Missing kanji test",
289 "dictionaryEntries": []
290 },
291 {
292 "name": "Find term using expression text 1",
293 "originalTextLength": 1,
294 "dictionaryEntries": [
295 {
296 "type": "term",
297 "isPrimary": true,
298 "textProcessorRuleChainCandidates": [
299 []
300 ],
301 "inflectionRuleChainCandidates": [
302 {
303 "source": "algorithm",
304 "inflectionRules": []
305 }
306 ],
307 "score": 1,
308 "frequencyOrder": 0,
309 "dictionaryIndex": 0,
310 "dictionaryAlias": "termsDictAlias",
311 "sourceTermExactMatchCount": 1,
312 "matchPrimaryReading": false,
313 "maxOriginalTextLength": 1,
314 "headwords": [
315 {
316 "index": 0,
317 "term": "打",
318 "reading": "だ",
319 "sources": [
320 {
321 "originalText": "打",
322 "transformedText": "打",
323 "deinflectedText": "打",
324 "matchType": "exact",
325 "matchSource": "term",
326 "isPrimary": true
327 }
328 ],
329 "tags": [
330 {
331 "name": "E1",
332 "category": "default",
333 "order": 0,
334 "score": 0,
335 "content": [
336 "example tag 1"
337 ],
338 "dictionaries": [
339 "Test Dictionary 2"
340 ],
341 "redundant": false
342 }
343 ],
344 "wordClasses": [
345 "n"
346 ]
347 }
348 ],
349 "definitions": [
350 {
351 "index": 0,
352 "headwordIndices": [
353 0
354 ],
355 "dictionary": "Test Dictionary 2",
356 "dictionaryIndex": 0,
357 "dictionaryAlias": "termsDictAlias",
358 "id": 1,
359 "score": 1,
360 "frequencyOrder": 0,
361 "sequences": [
362 1
363 ],
364 "isPrimary": true,
365 "tags": [
366 {
367 "name": "n",
368 "category": "partOfSpeech",
369 "order": 0,
370 "score": 0,
371 "content": [
372 "noun"
373 ],
374 "dictionaries": [
375 "Test Dictionary 2"
376 ],
377 "redundant": false
378 }
379 ],
380 "entries": [
381 "da definition 1",
382 "da definition 2"
383 ]
384 }
385 ],
386 "pronunciations": [],
387 "frequencies": [
388 {
389 "index": 0,
390 "headwordIndex": 0,
391 "dictionary": "Test Dictionary 2",
392 "dictionaryIndex": 0,
393 "dictionaryAlias": "termsDictAlias",
394 "hasReading": false,
395 "frequency": 1,
396 "displayValue": null,
397 "displayValueParsed": false
398 },
399 {
400 "index": 1,
401 "headwordIndex": 0,
402 "dictionary": "Test Dictionary 2",
403 "dictionaryIndex": 0,
404 "dictionaryAlias": "termsDictAlias",
405 "hasReading": false,
406 "frequency": 0,
407 "displayValue": "four",
408 "displayValueParsed": true
409 },
410 {
411 "index": 2,
412 "headwordIndex": 0,
413 "dictionary": "Test Dictionary 2",
414 "dictionaryIndex": 0,
415 "dictionaryAlias": "termsDictAlias",
416 "hasReading": false,
417 "frequency": 5,
418 "displayValue": "five (5)",
419 "displayValueParsed": true
420 },
421 {
422 "index": 3,
423 "headwordIndex": 0,
424 "dictionary": "Test Dictionary 2",
425 "dictionaryIndex": 0,
426 "dictionaryAlias": "termsDictAlias",
427 "hasReading": true,
428 "frequency": 8,
429 "displayValue": null,
430 "displayValueParsed": false
431 },
432 {
433 "index": 4,
434 "headwordIndex": 0,
435 "dictionary": "Test Dictionary 2",
436 "dictionaryIndex": 0,
437 "dictionaryAlias": "termsDictAlias",
438 "hasReading": true,
439 "frequency": 0,
440 "displayValue": "fourteen",
441 "displayValueParsed": true
442 },
443 {
444 "index": 5,
445 "headwordIndex": 0,
446 "dictionary": "Test Dictionary 2",
447 "dictionaryIndex": 0,
448 "dictionaryAlias": "termsDictAlias",
449 "hasReading": true,
450 "frequency": 20,
451 "displayValue": "twenty (20)",
452 "displayValueParsed": true
453 },
454 {
455 "index": 6,
456 "headwordIndex": 0,
457 "dictionary": "Test Dictionary 2",
458 "dictionaryIndex": 0,
459 "dictionaryAlias": "termsDictAlias",
460 "hasReading": true,
461 "frequency": 26,
462 "displayValue": null,
463 "displayValueParsed": false
464 }
465 ]
466 },
467 {
468 "type": "term",
469 "isPrimary": true,
470 "textProcessorRuleChainCandidates": [
471 []
472 ],
473 "inflectionRuleChainCandidates": [
474 {
475 "source": "algorithm",
476 "inflectionRules": []
477 }
478 ],
479 "score": 1,
480 "frequencyOrder": 0,
481 "dictionaryIndex": 0,
482 "dictionaryAlias": "termsDictAlias",
483 "sourceTermExactMatchCount": 1,
484 "matchPrimaryReading": false,
485 "maxOriginalTextLength": 1,
486 "headwords": [
487 {
488 "index": 0,
489 "term": "打",
490 "reading": "ダース",
491 "sources": [
492 {
493 "originalText": "打",
494 "transformedText": "打",
495 "deinflectedText": "打",
496 "matchType": "exact",
497 "matchSource": "term",
498 "isPrimary": true
499 }
500 ],
501 "tags": [
502 {
503 "name": "E1",
504 "category": "default",
505 "order": 0,
506 "score": 0,
507 "content": [
508 "example tag 1"
509 ],
510 "dictionaries": [
511 "Test Dictionary 2"
512 ],
513 "redundant": false
514 }
515 ],
516 "wordClasses": [
517 "n"
518 ]
519 }
520 ],
521 "definitions": [
522 {
523 "index": 0,
524 "headwordIndices": [
525 0
526 ],
527 "dictionary": "Test Dictionary 2",
528 "dictionaryIndex": 0,
529 "dictionaryAlias": "termsDictAlias",
530 "id": 2,
531 "score": 1,
532 "frequencyOrder": 0,
533 "sequences": [
534 2
535 ],
536 "isPrimary": true,
537 "tags": [
538 {
539 "name": "abbr",
540 "category": "default",
541 "order": 0,
542 "score": 0,
543 "content": [
544 "abbreviation"
545 ],
546 "dictionaries": [
547 "Test Dictionary 2"
548 ],
549 "redundant": false
550 },
551 {
552 "name": "n",
553 "category": "partOfSpeech",
554 "order": 0,
555 "score": 0,
556 "content": [
557 "noun"
558 ],
559 "dictionaries": [
560 "Test Dictionary 2"
561 ],
562 "redundant": false
563 }
564 ],
565 "entries": [
566 "daasu definition 1",
567 "daasu definition 2"
568 ]
569 }
570 ],
571 "pronunciations": [],
572 "frequencies": [
573 {
574 "index": 0,
575 "headwordIndex": 0,
576 "dictionary": "Test Dictionary 2",
577 "dictionaryIndex": 0,
578 "dictionaryAlias": "termsDictAlias",
579 "hasReading": false,
580 "frequency": 1,
581 "displayValue": null,
582 "displayValueParsed": false
583 },
584 {
585 "index": 1,
586 "headwordIndex": 0,
587 "dictionary": "Test Dictionary 2",
588 "dictionaryIndex": 0,
589 "dictionaryAlias": "termsDictAlias",
590 "hasReading": false,
591 "frequency": 0,
592 "displayValue": "four",
593 "displayValueParsed": true
594 },
595 {
596 "index": 2,
597 "headwordIndex": 0,
598 "dictionary": "Test Dictionary 2",
599 "dictionaryIndex": 0,
600 "dictionaryAlias": "termsDictAlias",
601 "hasReading": false,
602 "frequency": 5,
603 "displayValue": "five (5)",
604 "displayValueParsed": true
605 },
606 {
607 "index": 3,
608 "headwordIndex": 0,
609 "dictionary": "Test Dictionary 2",
610 "dictionaryIndex": 0,
611 "dictionaryAlias": "termsDictAlias",
612 "hasReading": true,
613 "frequency": 9,
614 "displayValue": null,
615 "displayValueParsed": false
616 },
617 {
618 "index": 4,
619 "headwordIndex": 0,
620 "dictionary": "Test Dictionary 2",
621 "dictionaryIndex": 0,
622 "dictionaryAlias": "termsDictAlias",
623 "hasReading": true,
624 "frequency": 0,
625 "displayValue": "fifteen",
626 "displayValueParsed": true
627 },
628 {
629 "index": 5,
630 "headwordIndex": 0,
631 "dictionary": "Test Dictionary 2",
632 "dictionaryIndex": 0,
633 "dictionaryAlias": "termsDictAlias",
634 "hasReading": true,
635 "frequency": 21,
636 "displayValue": "twenty-one (21)",
637 "displayValueParsed": true
638 },
639 {
640 "index": 6,
641 "headwordIndex": 0,
642 "dictionary": "Test Dictionary 2",
643 "dictionaryIndex": 0,
644 "dictionaryAlias": "termsDictAlias",
645 "hasReading": true,
646 "frequency": 27,
647 "displayValue": "twenty-seven",
648 "displayValueParsed": false
649 }
650 ]
651 }
652 ]
653 },
654 {
655 "name": "Find term using expression text 2",
656 "originalTextLength": 2,
657 "dictionaryEntries": [
658 {
659 "type": "term",
660 "isPrimary": true,
661 "textProcessorRuleChainCandidates": [
662 []
663 ],
664 "inflectionRuleChainCandidates": [
665 {
666 "source": "algorithm",
667 "inflectionRules": []
668 }
669 ],
670 "score": 10,
671 "frequencyOrder": 0,
672 "dictionaryIndex": 0,
673 "dictionaryAlias": "termsDictAlias",
674 "sourceTermExactMatchCount": 1,
675 "matchPrimaryReading": false,
676 "maxOriginalTextLength": 2,
677 "headwords": [
678 {
679 "index": 0,
680 "term": "打つ",
681 "reading": "うつ",
682 "sources": [
683 {
684 "originalText": "打つ",
685 "transformedText": "打つ",
686 "deinflectedText": "打つ",
687 "matchType": "exact",
688 "matchSource": "term",
689 "isPrimary": true
690 }
691 ],
692 "tags": [
693 {
694 "name": "E1",
695 "category": "default",
696 "order": 0,
697 "score": 0,
698 "content": [
699 "example tag 1"
700 ],
701 "dictionaries": [
702 "Test Dictionary 2"
703 ],
704 "redundant": false
705 },
706 {
707 "name": "P",
708 "category": "popular",
709 "order": 0,
710 "score": 0,
711 "content": [
712 "popular term"
713 ],
714 "dictionaries": [
715 "Test Dictionary 2"
716 ],
717 "redundant": false
718 }
719 ],
720 "wordClasses": [
721 "v5"
722 ]
723 }
724 ],
725 "definitions": [
726 {
727 "index": 0,
728 "headwordIndices": [
729 0
730 ],
731 "dictionary": "Test Dictionary 2",
732 "dictionaryIndex": 0,
733 "dictionaryAlias": "termsDictAlias",
734 "id": 3,
735 "score": 10,
736 "frequencyOrder": 0,
737 "sequences": [
738 3
739 ],
740 "isPrimary": true,
741 "tags": [
742 {
743 "name": "vt",
744 "category": "partOfSpeech",
745 "order": 0,
746 "score": 0,
747 "content": [
748 "transitive verb"
749 ],
750 "dictionaries": [
751 "Test Dictionary 2"
752 ],
753 "redundant": false
754 }
755 ],
756 "entries": [
757 "utsu definition 1",
758 "utsu definition 2"
759 ]
760 }
761 ],
762 "pronunciations": [],
763 "frequencies": [
764 {
765 "index": 0,
766 "headwordIndex": 0,
767 "dictionary": "Test Dictionary 2",
768 "dictionaryIndex": 0,
769 "dictionaryAlias": "termsDictAlias",
770 "hasReading": false,
771 "frequency": 2,
772 "displayValue": null,
773 "displayValueParsed": false
774 },
775 {
776 "index": 1,
777 "headwordIndex": 0,
778 "dictionary": "Test Dictionary 2",
779 "dictionaryIndex": 0,
780 "dictionaryAlias": "termsDictAlias",
781 "hasReading": false,
782 "frequency": 6,
783 "displayValue": null,
784 "displayValueParsed": false
785 },
786 {
787 "index": 2,
788 "headwordIndex": 0,
789 "dictionary": "Test Dictionary 2",
790 "dictionaryIndex": 0,
791 "dictionaryAlias": "termsDictAlias",
792 "hasReading": true,
793 "frequency": 10,
794 "displayValue": null,
795 "displayValueParsed": false
796 },
797 {
798 "index": 3,
799 "headwordIndex": 0,
800 "dictionary": "Test Dictionary 2",
801 "dictionaryIndex": 0,
802 "dictionaryAlias": "termsDictAlias",
803 "hasReading": true,
804 "frequency": 0,
805 "displayValue": "sixteen",
806 "displayValueParsed": true
807 },
808 {
809 "index": 4,
810 "headwordIndex": 0,
811 "dictionary": "Test Dictionary 2",
812 "dictionaryIndex": 0,
813 "dictionaryAlias": "termsDictAlias",
814 "hasReading": true,
815 "frequency": 22,
816 "displayValue": "twenty-two (22)",
817 "displayValueParsed": true
818 },
819 {
820 "index": 5,
821 "headwordIndex": 0,
822 "dictionary": "Test Dictionary 2",
823 "dictionaryIndex": 0,
824 "dictionaryAlias": "termsDictAlias",
825 "hasReading": true,
826 "frequency": 28,
827 "displayValue": null,
828 "displayValueParsed": false
829 }
830 ]
831 },
832 {
833 "type": "term",
834 "isPrimary": true,
835 "textProcessorRuleChainCandidates": [
836 []
837 ],
838 "inflectionRuleChainCandidates": [
839 {
840 "source": "algorithm",
841 "inflectionRules": []
842 }
843 ],
844 "score": 10,
845 "frequencyOrder": 0,
846 "dictionaryIndex": 0,
847 "dictionaryAlias": "termsDictAlias",
848 "sourceTermExactMatchCount": 1,
849 "matchPrimaryReading": false,
850 "maxOriginalTextLength": 2,
851 "headwords": [
852 {
853 "index": 0,
854 "term": "打つ",
855 "reading": "ぶつ",
856 "sources": [
857 {
858 "originalText": "打つ",
859 "transformedText": "打つ",
860 "deinflectedText": "打つ",
861 "matchType": "exact",
862 "matchSource": "term",
863 "isPrimary": true
864 }
865 ],
866 "tags": [
867 {
868 "name": "E1",
869 "category": "default",
870 "order": 0,
871 "score": 0,
872 "content": [
873 "example tag 1"
874 ],
875 "dictionaries": [
876 "Test Dictionary 2"
877 ],
878 "redundant": false
879 },
880 {
881 "name": "P",
882 "category": "popular",
883 "order": 0,
884 "score": 0,
885 "content": [
886 "popular term"
887 ],
888 "dictionaries": [
889 "Test Dictionary 2"
890 ],
891 "redundant": false
892 }
893 ],
894 "wordClasses": [
895 "v5"
896 ]
897 }
898 ],
899 "definitions": [
900 {
901 "index": 0,
902 "headwordIndices": [
903 0
904 ],
905 "dictionary": "Test Dictionary 2",
906 "dictionaryIndex": 0,
907 "dictionaryAlias": "termsDictAlias",
908 "id": 5,
909 "score": 10,
910 "frequencyOrder": 0,
911 "sequences": [
912 3
913 ],
914 "isPrimary": true,
915 "tags": [
916 {
917 "name": "vt",
918 "category": "partOfSpeech",
919 "order": 0,
920 "score": 0,
921 "content": [
922 "transitive verb"
923 ],
924 "dictionaries": [
925 "Test Dictionary 2"
926 ],
927 "redundant": false
928 }
929 ],
930 "entries": [
931 "butsu definition 1",
932 "butsu definition 2"
933 ]
934 }
935 ],
936 "pronunciations": [],
937 "frequencies": [
938 {
939 "index": 0,
940 "headwordIndex": 0,
941 "dictionary": "Test Dictionary 2",
942 "dictionaryIndex": 0,
943 "dictionaryAlias": "termsDictAlias",
944 "hasReading": false,
945 "frequency": 2,
946 "displayValue": null,
947 "displayValueParsed": false
948 },
949 {
950 "index": 1,
951 "headwordIndex": 0,
952 "dictionary": "Test Dictionary 2",
953 "dictionaryIndex": 0,
954 "dictionaryAlias": "termsDictAlias",
955 "hasReading": false,
956 "frequency": 6,
957 "displayValue": null,
958 "displayValueParsed": false
959 },
960 {
961 "index": 2,
962 "headwordIndex": 0,
963 "dictionary": "Test Dictionary 2",
964 "dictionaryIndex": 0,
965 "dictionaryAlias": "termsDictAlias",
966 "hasReading": true,
967 "frequency": 11,
968 "displayValue": null,
969 "displayValueParsed": false
970 },
971 {
972 "index": 3,
973 "headwordIndex": 0,
974 "dictionary": "Test Dictionary 2",
975 "dictionaryIndex": 0,
976 "dictionaryAlias": "termsDictAlias",
977 "hasReading": true,
978 "frequency": 0,
979 "displayValue": "seventeen",
980 "displayValueParsed": true
981 },
982 {
983 "index": 4,
984 "headwordIndex": 0,
985 "dictionary": "Test Dictionary 2",
986 "dictionaryIndex": 0,
987 "dictionaryAlias": "termsDictAlias",
988 "hasReading": true,
989 "frequency": 23,
990 "displayValue": "twenty-three (23)",
991 "displayValueParsed": true
992 },
993 {
994 "index": 5,
995 "headwordIndex": 0,
996 "dictionary": "Test Dictionary 2",
997 "dictionaryIndex": 0,
998 "dictionaryAlias": "termsDictAlias",
999 "hasReading": true,
1000 "frequency": 29,
1001 "displayValue": "twenty-nine",
1002 "displayValueParsed": false
1003 }
1004 ]
1005 },
1006 {
1007 "type": "term",
1008 "isPrimary": true,
1009 "textProcessorRuleChainCandidates": [
1010 []
1011 ],
1012 "inflectionRuleChainCandidates": [
1013 {
1014 "source": "algorithm",
1015 "inflectionRules": []
1016 }
1017 ],
1018 "score": 1,
1019 "frequencyOrder": 0,
1020 "dictionaryIndex": 0,
1021 "dictionaryAlias": "termsDictAlias",
1022 "sourceTermExactMatchCount": 1,
1023 "matchPrimaryReading": false,
1024 "maxOriginalTextLength": 2,
1025 "headwords": [
1026 {
1027 "index": 0,
1028 "term": "打つ",
1029 "reading": "うつ",
1030 "sources": [
1031 {
1032 "originalText": "打つ",
1033 "transformedText": "打つ",
1034 "deinflectedText": "打つ",
1035 "matchType": "exact",
1036 "matchSource": "term",
1037 "isPrimary": true
1038 }
1039 ],
1040 "tags": [
1041 {
1042 "name": "E2",
1043 "category": "default",
1044 "order": 0,
1045 "score": 0,
1046 "content": [
1047 "example tag 2"
1048 ],
1049 "dictionaries": [
1050 "Test Dictionary 2"
1051 ],
1052 "redundant": false
1053 },
1054 {
1055 "name": "P",
1056 "category": "popular",
1057 "order": 0,
1058 "score": 0,
1059 "content": [
1060 "popular term"
1061 ],
1062 "dictionaries": [
1063 "Test Dictionary 2"
1064 ],
1065 "redundant": false
1066 }
1067 ],
1068 "wordClasses": [
1069 "v5"
1070 ]
1071 }
1072 ],
1073 "definitions": [
1074 {
1075 "index": 0,
1076 "headwordIndices": [
1077 0
1078 ],
1079 "dictionary": "Test Dictionary 2",
1080 "dictionaryIndex": 0,
1081 "dictionaryAlias": "termsDictAlias",
1082 "id": 4,
1083 "score": 1,
1084 "frequencyOrder": 0,
1085 "sequences": [
1086 3
1087 ],
1088 "isPrimary": true,
1089 "tags": [
1090 {
1091 "name": "vt",
1092 "category": "partOfSpeech",
1093 "order": 0,
1094 "score": 0,
1095 "content": [
1096 "transitive verb"
1097 ],
1098 "dictionaries": [
1099 "Test Dictionary 2"
1100 ],
1101 "redundant": false
1102 }
1103 ],
1104 "entries": [
1105 "utsu definition 3",
1106 "utsu definition 4"
1107 ]
1108 }
1109 ],
1110 "pronunciations": [],
1111 "frequencies": [
1112 {
1113 "index": 0,
1114 "headwordIndex": 0,
1115 "dictionary": "Test Dictionary 2",
1116 "dictionaryIndex": 0,
1117 "dictionaryAlias": "termsDictAlias",
1118 "hasReading": false,
1119 "frequency": 2,
1120 "displayValue": null,
1121 "displayValueParsed": false
1122 },
1123 {
1124 "index": 1,
1125 "headwordIndex": 0,
1126 "dictionary": "Test Dictionary 2",
1127 "dictionaryIndex": 0,
1128 "dictionaryAlias": "termsDictAlias",
1129 "hasReading": false,
1130 "frequency": 6,
1131 "displayValue": null,
1132 "displayValueParsed": false
1133 },
1134 {
1135 "index": 2,
1136 "headwordIndex": 0,
1137 "dictionary": "Test Dictionary 2",
1138 "dictionaryIndex": 0,
1139 "dictionaryAlias": "termsDictAlias",
1140 "hasReading": true,
1141 "frequency": 10,
1142 "displayValue": null,
1143 "displayValueParsed": false
1144 },
1145 {
1146 "index": 3,
1147 "headwordIndex": 0,
1148 "dictionary": "Test Dictionary 2",
1149 "dictionaryIndex": 0,
1150 "dictionaryAlias": "termsDictAlias",
1151 "hasReading": true,
1152 "frequency": 0,
1153 "displayValue": "sixteen",
1154 "displayValueParsed": true
1155 },
1156 {
1157 "index": 4,
1158 "headwordIndex": 0,
1159 "dictionary": "Test Dictionary 2",
1160 "dictionaryIndex": 0,
1161 "dictionaryAlias": "termsDictAlias",
1162 "hasReading": true,
1163 "frequency": 22,
1164 "displayValue": "twenty-two (22)",
1165 "displayValueParsed": true
1166 },
1167 {
1168 "index": 5,
1169 "headwordIndex": 0,
1170 "dictionary": "Test Dictionary 2",
1171 "dictionaryIndex": 0,
1172 "dictionaryAlias": "termsDictAlias",
1173 "hasReading": true,
1174 "frequency": 28,
1175 "displayValue": null,
1176 "displayValueParsed": false
1177 }
1178 ]
1179 },
1180 {
1181 "type": "term",
1182 "isPrimary": true,
1183 "textProcessorRuleChainCandidates": [
1184 []
1185 ],
1186 "inflectionRuleChainCandidates": [
1187 {
1188 "source": "algorithm",
1189 "inflectionRules": []
1190 }
1191 ],
1192 "score": 1,
1193 "frequencyOrder": 0,
1194 "dictionaryIndex": 0,
1195 "dictionaryAlias": "termsDictAlias",
1196 "sourceTermExactMatchCount": 1,
1197 "matchPrimaryReading": false,
1198 "maxOriginalTextLength": 2,
1199 "headwords": [
1200 {
1201 "index": 0,
1202 "term": "打つ",
1203 "reading": "ぶつ",
1204 "sources": [
1205 {
1206 "originalText": "打つ",
1207 "transformedText": "打つ",
1208 "deinflectedText": "打つ",
1209 "matchType": "exact",
1210 "matchSource": "term",
1211 "isPrimary": true
1212 }
1213 ],
1214 "tags": [
1215 {
1216 "name": "E2",
1217 "category": "default",
1218 "order": 0,
1219 "score": 0,
1220 "content": [
1221 "example tag 2"
1222 ],
1223 "dictionaries": [
1224 "Test Dictionary 2"
1225 ],
1226 "redundant": false
1227 },
1228 {
1229 "name": "P",
1230 "category": "popular",
1231 "order": 0,
1232 "score": 0,
1233 "content": [
1234 "popular term"
1235 ],
1236 "dictionaries": [
1237 "Test Dictionary 2"
1238 ],
1239 "redundant": false
1240 }
1241 ],
1242 "wordClasses": [
1243 "v5"
1244 ]
1245 }
1246 ],
1247 "definitions": [
1248 {
1249 "index": 0,
1250 "headwordIndices": [
1251 0
1252 ],
1253 "dictionary": "Test Dictionary 2",
1254 "dictionaryIndex": 0,
1255 "dictionaryAlias": "termsDictAlias",
1256 "id": 6,
1257 "score": 1,
1258 "frequencyOrder": 0,
1259 "sequences": [
1260 3
1261 ],
1262 "isPrimary": true,
1263 "tags": [
1264 {
1265 "name": "vt",
1266 "category": "partOfSpeech",
1267 "order": 0,
1268 "score": 0,
1269 "content": [
1270 "transitive verb"
1271 ],
1272 "dictionaries": [
1273 "Test Dictionary 2"
1274 ],
1275 "redundant": false
1276 }
1277 ],
1278 "entries": [
1279 "butsu definition 3",
1280 "butsu definition 4"
1281 ]
1282 }
1283 ],
1284 "pronunciations": [],
1285 "frequencies": [
1286 {
1287 "index": 0,
1288 "headwordIndex": 0,
1289 "dictionary": "Test Dictionary 2",
1290 "dictionaryIndex": 0,
1291 "dictionaryAlias": "termsDictAlias",
1292 "hasReading": false,
1293 "frequency": 2,
1294 "displayValue": null,
1295 "displayValueParsed": false
1296 },
1297 {
1298 "index": 1,
1299 "headwordIndex": 0,
1300 "dictionary": "Test Dictionary 2",
1301 "dictionaryIndex": 0,
1302 "dictionaryAlias": "termsDictAlias",
1303 "hasReading": false,
1304 "frequency": 6,
1305 "displayValue": null,
1306 "displayValueParsed": false
1307 },
1308 {
1309 "index": 2,
1310 "headwordIndex": 0,
1311 "dictionary": "Test Dictionary 2",
1312 "dictionaryIndex": 0,
1313 "dictionaryAlias": "termsDictAlias",
1314 "hasReading": true,
1315 "frequency": 11,
1316 "displayValue": null,
1317 "displayValueParsed": false
1318 },
1319 {
1320 "index": 3,
1321 "headwordIndex": 0,
1322 "dictionary": "Test Dictionary 2",
1323 "dictionaryIndex": 0,
1324 "dictionaryAlias": "termsDictAlias",
1325 "hasReading": true,
1326 "frequency": 0,
1327 "displayValue": "seventeen",
1328 "displayValueParsed": true
1329 },
1330 {
1331 "index": 4,
1332 "headwordIndex": 0,
1333 "dictionary": "Test Dictionary 2",
1334 "dictionaryIndex": 0,
1335 "dictionaryAlias": "termsDictAlias",
1336 "hasReading": true,
1337 "frequency": 23,
1338 "displayValue": "twenty-three (23)",
1339 "displayValueParsed": true
1340 },
1341 {
1342 "index": 5,
1343 "headwordIndex": 0,
1344 "dictionary": "Test Dictionary 2",
1345 "dictionaryIndex": 0,
1346 "dictionaryAlias": "termsDictAlias",
1347 "hasReading": true,
1348 "frequency": 29,
1349 "displayValue": "twenty-nine",
1350 "displayValueParsed": false
1351 }
1352 ]
1353 },
1354 {
1355 "type": "term",
1356 "isPrimary": true,
1357 "textProcessorRuleChainCandidates": [
1358 []
1359 ],
1360 "inflectionRuleChainCandidates": [
1361 {
1362 "source": "algorithm",
1363 "inflectionRules": []
1364 }
1365 ],
1366 "score": 1,
1367 "frequencyOrder": 0,
1368 "dictionaryIndex": 0,
1369 "dictionaryAlias": "termsDictAlias",
1370 "sourceTermExactMatchCount": 1,
1371 "matchPrimaryReading": false,
1372 "maxOriginalTextLength": 1,
1373 "headwords": [
1374 {
1375 "index": 0,
1376 "term": "打",
1377 "reading": "だ",
1378 "sources": [
1379 {
1380 "originalText": "打",
1381 "transformedText": "打",
1382 "deinflectedText": "打",
1383 "matchType": "exact",
1384 "matchSource": "term",
1385 "isPrimary": true
1386 }
1387 ],
1388 "tags": [
1389 {
1390 "name": "E1",
1391 "category": "default",
1392 "order": 0,
1393 "score": 0,
1394 "content": [
1395 "example tag 1"
1396 ],
1397 "dictionaries": [
1398 "Test Dictionary 2"
1399 ],
1400 "redundant": false
1401 }
1402 ],
1403 "wordClasses": [
1404 "n"
1405 ]
1406 }
1407 ],
1408 "definitions": [
1409 {
1410 "index": 0,
1411 "headwordIndices": [
1412 0
1413 ],
1414 "dictionary": "Test Dictionary 2",
1415 "dictionaryIndex": 0,
1416 "dictionaryAlias": "termsDictAlias",
1417 "id": 1,
1418 "score": 1,
1419 "frequencyOrder": 0,
1420 "sequences": [
1421 1
1422 ],
1423 "isPrimary": true,
1424 "tags": [
1425 {
1426 "name": "n",
1427 "category": "partOfSpeech",
1428 "order": 0,
1429 "score": 0,
1430 "content": [
1431 "noun"
1432 ],
1433 "dictionaries": [
1434 "Test Dictionary 2"
1435 ],
1436 "redundant": false
1437 }
1438 ],
1439 "entries": [
1440 "da definition 1",
1441 "da definition 2"
1442 ]
1443 }
1444 ],
1445 "pronunciations": [],
1446 "frequencies": [
1447 {
1448 "index": 0,
1449 "headwordIndex": 0,
1450 "dictionary": "Test Dictionary 2",
1451 "dictionaryIndex": 0,
1452 "dictionaryAlias": "termsDictAlias",
1453 "hasReading": false,
1454 "frequency": 1,
1455 "displayValue": null,
1456 "displayValueParsed": false
1457 },
1458 {
1459 "index": 1,
1460 "headwordIndex": 0,
1461 "dictionary": "Test Dictionary 2",
1462 "dictionaryIndex": 0,
1463 "dictionaryAlias": "termsDictAlias",
1464 "hasReading": false,
1465 "frequency": 0,
1466 "displayValue": "four",
1467 "displayValueParsed": true
1468 },
1469 {
1470 "index": 2,
1471 "headwordIndex": 0,
1472 "dictionary": "Test Dictionary 2",
1473 "dictionaryIndex": 0,
1474 "dictionaryAlias": "termsDictAlias",
1475 "hasReading": false,
1476 "frequency": 5,
1477 "displayValue": "five (5)",
1478 "displayValueParsed": true
1479 },
1480 {
1481 "index": 3,
1482 "headwordIndex": 0,
1483 "dictionary": "Test Dictionary 2",
1484 "dictionaryIndex": 0,
1485 "dictionaryAlias": "termsDictAlias",
1486 "hasReading": true,
1487 "frequency": 8,
1488 "displayValue": null,
1489 "displayValueParsed": false
1490 },
1491 {
1492 "index": 4,
1493 "headwordIndex": 0,
1494 "dictionary": "Test Dictionary 2",
1495 "dictionaryIndex": 0,
1496 "dictionaryAlias": "termsDictAlias",
1497 "hasReading": true,
1498 "frequency": 0,
1499 "displayValue": "fourteen",
1500 "displayValueParsed": true
1501 },
1502 {
1503 "index": 5,
1504 "headwordIndex": 0,
1505 "dictionary": "Test Dictionary 2",
1506 "dictionaryIndex": 0,
1507 "dictionaryAlias": "termsDictAlias",
1508 "hasReading": true,
1509 "frequency": 20,
1510 "displayValue": "twenty (20)",
1511 "displayValueParsed": true
1512 },
1513 {
1514 "index": 6,
1515 "headwordIndex": 0,
1516 "dictionary": "Test Dictionary 2",
1517 "dictionaryIndex": 0,
1518 "dictionaryAlias": "termsDictAlias",
1519 "hasReading": true,
1520 "frequency": 26,
1521 "displayValue": null,
1522 "displayValueParsed": false
1523 }
1524 ]
1525 },
1526 {
1527 "type": "term",
1528 "isPrimary": true,
1529 "textProcessorRuleChainCandidates": [
1530 []
1531 ],
1532 "inflectionRuleChainCandidates": [
1533 {
1534 "source": "algorithm",
1535 "inflectionRules": []
1536 }
1537 ],
1538 "score": 1,
1539 "frequencyOrder": 0,
1540 "dictionaryIndex": 0,
1541 "dictionaryAlias": "termsDictAlias",
1542 "sourceTermExactMatchCount": 1,
1543 "matchPrimaryReading": false,
1544 "maxOriginalTextLength": 1,
1545 "headwords": [
1546 {
1547 "index": 0,
1548 "term": "打",
1549 "reading": "ダース",
1550 "sources": [
1551 {
1552 "originalText": "打",
1553 "transformedText": "打",
1554 "deinflectedText": "打",
1555 "matchType": "exact",
1556 "matchSource": "term",
1557 "isPrimary": true
1558 }
1559 ],
1560 "tags": [
1561 {
1562 "name": "E1",
1563 "category": "default",
1564 "order": 0,
1565 "score": 0,
1566 "content": [
1567 "example tag 1"
1568 ],
1569 "dictionaries": [
1570 "Test Dictionary 2"
1571 ],
1572 "redundant": false
1573 }
1574 ],
1575 "wordClasses": [
1576 "n"
1577 ]
1578 }
1579 ],
1580 "definitions": [
1581 {
1582 "index": 0,
1583 "headwordIndices": [
1584 0
1585 ],
1586 "dictionary": "Test Dictionary 2",
1587 "dictionaryIndex": 0,
1588 "dictionaryAlias": "termsDictAlias",
1589 "id": 2,
1590 "score": 1,
1591 "frequencyOrder": 0,
1592 "sequences": [
1593 2
1594 ],
1595 "isPrimary": true,
1596 "tags": [
1597 {
1598 "name": "abbr",
1599 "category": "default",
1600 "order": 0,
1601 "score": 0,
1602 "content": [
1603 "abbreviation"
1604 ],
1605 "dictionaries": [
1606 "Test Dictionary 2"
1607 ],
1608 "redundant": false
1609 },
1610 {
1611 "name": "n",
1612 "category": "partOfSpeech",
1613 "order": 0,
1614 "score": 0,
1615 "content": [
1616 "noun"
1617 ],
1618 "dictionaries": [
1619 "Test Dictionary 2"
1620 ],
1621 "redundant": false
1622 }
1623 ],
1624 "entries": [
1625 "daasu definition 1",
1626 "daasu definition 2"
1627 ]
1628 }
1629 ],
1630 "pronunciations": [],
1631 "frequencies": [
1632 {
1633 "index": 0,
1634 "headwordIndex": 0,
1635 "dictionary": "Test Dictionary 2",
1636 "dictionaryIndex": 0,
1637 "dictionaryAlias": "termsDictAlias",
1638 "hasReading": false,
1639 "frequency": 1,
1640 "displayValue": null,
1641 "displayValueParsed": false
1642 },
1643 {
1644 "index": 1,
1645 "headwordIndex": 0,
1646 "dictionary": "Test Dictionary 2",
1647 "dictionaryIndex": 0,
1648 "dictionaryAlias": "termsDictAlias",
1649 "hasReading": false,
1650 "frequency": 0,
1651 "displayValue": "four",
1652 "displayValueParsed": true
1653 },
1654 {
1655 "index": 2,
1656 "headwordIndex": 0,
1657 "dictionary": "Test Dictionary 2",
1658 "dictionaryIndex": 0,
1659 "dictionaryAlias": "termsDictAlias",
1660 "hasReading": false,
1661 "frequency": 5,
1662 "displayValue": "five (5)",
1663 "displayValueParsed": true
1664 },
1665 {
1666 "index": 3,
1667 "headwordIndex": 0,
1668 "dictionary": "Test Dictionary 2",
1669 "dictionaryIndex": 0,
1670 "dictionaryAlias": "termsDictAlias",
1671 "hasReading": true,
1672 "frequency": 9,
1673 "displayValue": null,
1674 "displayValueParsed": false
1675 },
1676 {
1677 "index": 4,
1678 "headwordIndex": 0,
1679 "dictionary": "Test Dictionary 2",
1680 "dictionaryIndex": 0,
1681 "dictionaryAlias": "termsDictAlias",
1682 "hasReading": true,
1683 "frequency": 0,
1684 "displayValue": "fifteen",
1685 "displayValueParsed": true
1686 },
1687 {
1688 "index": 5,
1689 "headwordIndex": 0,
1690 "dictionary": "Test Dictionary 2",
1691 "dictionaryIndex": 0,
1692 "dictionaryAlias": "termsDictAlias",
1693 "hasReading": true,
1694 "frequency": 21,
1695 "displayValue": "twenty-one (21)",
1696 "displayValueParsed": true
1697 },
1698 {
1699 "index": 6,
1700 "headwordIndex": 0,
1701 "dictionary": "Test Dictionary 2",
1702 "dictionaryIndex": 0,
1703 "dictionaryAlias": "termsDictAlias",
1704 "hasReading": true,
1705 "frequency": 27,
1706 "displayValue": "twenty-seven",
1707 "displayValueParsed": false
1708 }
1709 ]
1710 }
1711 ]
1712 },
1713 {
1714 "name": "Find term using expression text 3",
1715 "originalTextLength": 4,
1716 "dictionaryEntries": [
1717 {
1718 "type": "term",
1719 "isPrimary": true,
1720 "textProcessorRuleChainCandidates": [
1721 []
1722 ],
1723 "inflectionRuleChainCandidates": [
1724 {
1725 "source": "algorithm",
1726 "inflectionRules": []
1727 }
1728 ],
1729 "score": 10,
1730 "frequencyOrder": 0,
1731 "dictionaryIndex": 0,
1732 "dictionaryAlias": "termsDictAlias",
1733 "sourceTermExactMatchCount": 1,
1734 "matchPrimaryReading": false,
1735 "maxOriginalTextLength": 4,
1736 "headwords": [
1737 {
1738 "index": 0,
1739 "term": "打ち込む",
1740 "reading": "うちこむ",
1741 "sources": [
1742 {
1743 "originalText": "打ち込む",
1744 "transformedText": "打ち込む",
1745 "deinflectedText": "打ち込む",
1746 "matchType": "exact",
1747 "matchSource": "term",
1748 "isPrimary": true
1749 }
1750 ],
1751 "tags": [
1752 {
1753 "name": "E1",
1754 "category": "default",
1755 "order": 0,
1756 "score": 0,
1757 "content": [
1758 "example tag 1"
1759 ],
1760 "dictionaries": [
1761 "Test Dictionary 2"
1762 ],
1763 "redundant": false
1764 },
1765 {
1766 "name": "P",
1767 "category": "popular",
1768 "order": 0,
1769 "score": 0,
1770 "content": [
1771 "popular term"
1772 ],
1773 "dictionaries": [
1774 "Test Dictionary 2"
1775 ],
1776 "redundant": false
1777 }
1778 ],
1779 "wordClasses": [
1780 "v5"
1781 ]
1782 }
1783 ],
1784 "definitions": [
1785 {
1786 "index": 0,
1787 "headwordIndices": [
1788 0
1789 ],
1790 "dictionary": "Test Dictionary 2",
1791 "dictionaryIndex": 0,
1792 "dictionaryAlias": "termsDictAlias",
1793 "id": 7,
1794 "score": 10,
1795 "frequencyOrder": 0,
1796 "sequences": [
1797 4
1798 ],
1799 "isPrimary": true,
1800 "tags": [
1801 {
1802 "name": "vt",
1803 "category": "partOfSpeech",
1804 "order": 0,
1805 "score": 0,
1806 "content": [
1807 "transitive verb"
1808 ],
1809 "dictionaries": [
1810 "Test Dictionary 2"
1811 ],
1812 "redundant": false
1813 }
1814 ],
1815 "entries": [
1816 "uchikomu definition 1",
1817 "uchikomu definition 2"
1818 ]
1819 }
1820 ],
1821 "pronunciations": [
1822 {
1823 "index": 0,
1824 "headwordIndex": 0,
1825 "dictionary": "Test Dictionary 2",
1826 "dictionaryIndex": 0,
1827 "dictionaryAlias": "termsDictAlias",
1828 "pronunciations": [
1829 {
1830 "type": "pitch-accent",
1831 "positions": 0,
1832 "nasalPositions": [],
1833 "devoicePositions": [],
1834 "tags": []
1835 },
1836 {
1837 "type": "pitch-accent",
1838 "positions": 3,
1839 "nasalPositions": [],
1840 "devoicePositions": [],
1841 "tags": []
1842 }
1843 ]
1844 },
1845 {
1846 "index": 1,
1847 "headwordIndex": 0,
1848 "dictionary": "Test Dictionary 2",
1849 "dictionaryIndex": 0,
1850 "dictionaryAlias": "termsDictAlias",
1851 "pronunciations": [
1852 {
1853 "type": "pitch-accent",
1854 "positions": "HHHHH",
1855 "nasalPositions": [],
1856 "devoicePositions": [],
1857 "tags": []
1858 },
1859 {
1860 "type": "pitch-accent",
1861 "positions": "HHHHL",
1862 "nasalPositions": [],
1863 "devoicePositions": [],
1864 "tags": []
1865 },
1866 {
1867 "type": "pitch-accent",
1868 "positions": "HHHH",
1869 "nasalPositions": [],
1870 "devoicePositions": [],
1871 "tags": []
1872 },
1873 {
1874 "type": "pitch-accent",
1875 "positions": "HHHL",
1876 "nasalPositions": [],
1877 "devoicePositions": [],
1878 "tags": []
1879 },
1880 {
1881 "type": "pitch-accent",
1882 "positions": "HHLH",
1883 "nasalPositions": [],
1884 "devoicePositions": [],
1885 "tags": []
1886 },
1887 {
1888 "type": "pitch-accent",
1889 "positions": "HHLL",
1890 "nasalPositions": [],
1891 "devoicePositions": [
1892 2
1893 ],
1894 "tags": []
1895 },
1896 {
1897 "type": "pitch-accent",
1898 "positions": "HLHH",
1899 "nasalPositions": [],
1900 "devoicePositions": [],
1901 "tags": []
1902 },
1903 {
1904 "type": "pitch-accent",
1905 "positions": "HLHL",
1906 "nasalPositions": [],
1907 "devoicePositions": [],
1908 "tags": []
1909 },
1910 {
1911 "type": "pitch-accent",
1912 "positions": "HLLH",
1913 "nasalPositions": [],
1914 "devoicePositions": [],
1915 "tags": []
1916 },
1917 {
1918 "type": "pitch-accent",
1919 "positions": "HLLL",
1920 "nasalPositions": [
1921 3
1922 ],
1923 "devoicePositions": [],
1924 "tags": []
1925 },
1926 {
1927 "type": "pitch-accent",
1928 "positions": "LHHH",
1929 "nasalPositions": [],
1930 "devoicePositions": [],
1931 "tags": []
1932 },
1933 {
1934 "type": "pitch-accent",
1935 "positions": "LHHL",
1936 "nasalPositions": [],
1937 "devoicePositions": [],
1938 "tags": []
1939 },
1940 {
1941 "type": "pitch-accent",
1942 "positions": "LHLH",
1943 "nasalPositions": [],
1944 "devoicePositions": [],
1945 "tags": []
1946 },
1947 {
1948 "type": "pitch-accent",
1949 "positions": "LHLL",
1950 "nasalPositions": [
1951 3
1952 ],
1953 "devoicePositions": [
1954 2
1955 ],
1956 "tags": []
1957 },
1958 {
1959 "type": "pitch-accent",
1960 "positions": "LLHH",
1961 "nasalPositions": [],
1962 "devoicePositions": [],
1963 "tags": []
1964 },
1965 {
1966 "type": "pitch-accent",
1967 "positions": "LLHL",
1968 "nasalPositions": [],
1969 "devoicePositions": [],
1970 "tags": []
1971 },
1972 {
1973 "type": "pitch-accent",
1974 "positions": "LLLH",
1975 "nasalPositions": [],
1976 "devoicePositions": [],
1977 "tags": []
1978 },
1979 {
1980 "type": "pitch-accent",
1981 "positions": "LLLL",
1982 "nasalPositions": [],
1983 "devoicePositions": [],
1984 "tags": []
1985 }
1986 ]
1987 }
1988 ],
1989 "frequencies": [
1990 {
1991 "index": 0,
1992 "headwordIndex": 0,
1993 "dictionary": "Test Dictionary 2",
1994 "dictionaryIndex": 0,
1995 "dictionaryAlias": "termsDictAlias",
1996 "hasReading": false,
1997 "frequency": 3,
1998 "displayValue": null,
1999 "displayValueParsed": false
2000 },
2001 {
2002 "index": 1,
2003 "headwordIndex": 0,
2004 "dictionary": "Test Dictionary 2",
2005 "dictionaryIndex": 0,
2006 "dictionaryAlias": "termsDictAlias",
2007 "hasReading": false,
2008 "frequency": 7,
2009 "displayValue": "seven",
2010 "displayValueParsed": false
2011 },
2012 {
2013 "index": 2,
2014 "headwordIndex": 0,
2015 "dictionary": "Test Dictionary 2",
2016 "dictionaryIndex": 0,
2017 "dictionaryAlias": "termsDictAlias",
2018 "hasReading": true,
2019 "frequency": 12,
2020 "displayValue": null,
2021 "displayValueParsed": false
2022 },
2023 {
2024 "index": 3,
2025 "headwordIndex": 0,
2026 "dictionary": "Test Dictionary 2",
2027 "dictionaryIndex": 0,
2028 "dictionaryAlias": "termsDictAlias",
2029 "hasReading": true,
2030 "frequency": 0,
2031 "displayValue": "eighteen",
2032 "displayValueParsed": true
2033 },
2034 {
2035 "index": 4,
2036 "headwordIndex": 0,
2037 "dictionary": "Test Dictionary 2",
2038 "dictionaryIndex": 0,
2039 "dictionaryAlias": "termsDictAlias",
2040 "hasReading": true,
2041 "frequency": 24,
2042 "displayValue": "twenty-four (24)",
2043 "displayValueParsed": true
2044 },
2045 {
2046 "index": 5,
2047 "headwordIndex": 0,
2048 "dictionary": "Test Dictionary 2",
2049 "dictionaryIndex": 0,
2050 "dictionaryAlias": "termsDictAlias",
2051 "hasReading": true,
2052 "frequency": 30,
2053 "displayValue": null,
2054 "displayValueParsed": false
2055 }
2056 ]
2057 },
2058 {
2059 "type": "term",
2060 "isPrimary": true,
2061 "textProcessorRuleChainCandidates": [
2062 []
2063 ],
2064 "inflectionRuleChainCandidates": [
2065 {
2066 "source": "algorithm",
2067 "inflectionRules": []
2068 }
2069 ],
2070 "score": 10,
2071 "frequencyOrder": 0,
2072 "dictionaryIndex": 0,
2073 "dictionaryAlias": "termsDictAlias",
2074 "sourceTermExactMatchCount": 1,
2075 "matchPrimaryReading": false,
2076 "maxOriginalTextLength": 4,
2077 "headwords": [
2078 {
2079 "index": 0,
2080 "term": "打ち込む",
2081 "reading": "ぶちこむ",
2082 "sources": [
2083 {
2084 "originalText": "打ち込む",
2085 "transformedText": "打ち込む",
2086 "deinflectedText": "打ち込む",
2087 "matchType": "exact",
2088 "matchSource": "term",
2089 "isPrimary": true
2090 }
2091 ],
2092 "tags": [
2093 {
2094 "name": "E1",
2095 "category": "default",
2096 "order": 0,
2097 "score": 0,
2098 "content": [
2099 "example tag 1"
2100 ],
2101 "dictionaries": [
2102 "Test Dictionary 2"
2103 ],
2104 "redundant": false
2105 },
2106 {
2107 "name": "P",
2108 "category": "popular",
2109 "order": 0,
2110 "score": 0,
2111 "content": [
2112 "popular term"
2113 ],
2114 "dictionaries": [
2115 "Test Dictionary 2"
2116 ],
2117 "redundant": false
2118 }
2119 ],
2120 "wordClasses": [
2121 "v5"
2122 ]
2123 }
2124 ],
2125 "definitions": [
2126 {
2127 "index": 0,
2128 "headwordIndices": [
2129 0
2130 ],
2131 "dictionary": "Test Dictionary 2",
2132 "dictionaryIndex": 0,
2133 "dictionaryAlias": "termsDictAlias",
2134 "id": 9,
2135 "score": 10,
2136 "frequencyOrder": 0,
2137 "sequences": [
2138 4
2139 ],
2140 "isPrimary": true,
2141 "tags": [
2142 {
2143 "name": "vt",
2144 "category": "partOfSpeech",
2145 "order": 0,
2146 "score": 0,
2147 "content": [
2148 "transitive verb"
2149 ],
2150 "dictionaries": [
2151 "Test Dictionary 2"
2152 ],
2153 "redundant": false
2154 }
2155 ],
2156 "entries": [
2157 "buchikomu definition 1",
2158 "buchikomu definition 2"
2159 ]
2160 }
2161 ],
2162 "pronunciations": [
2163 {
2164 "index": 0,
2165 "headwordIndex": 0,
2166 "dictionary": "Test Dictionary 2",
2167 "dictionaryIndex": 0,
2168 "dictionaryAlias": "termsDictAlias",
2169 "pronunciations": [
2170 {
2171 "type": "pitch-accent",
2172 "positions": 0,
2173 "nasalPositions": [],
2174 "devoicePositions": [],
2175 "tags": []
2176 },
2177 {
2178 "type": "pitch-accent",
2179 "positions": 3,
2180 "nasalPositions": [],
2181 "devoicePositions": [],
2182 "tags": []
2183 }
2184 ]
2185 }
2186 ],
2187 "frequencies": [
2188 {
2189 "index": 0,
2190 "headwordIndex": 0,
2191 "dictionary": "Test Dictionary 2",
2192 "dictionaryIndex": 0,
2193 "dictionaryAlias": "termsDictAlias",
2194 "hasReading": false,
2195 "frequency": 3,
2196 "displayValue": null,
2197 "displayValueParsed": false
2198 },
2199 {
2200 "index": 1,
2201 "headwordIndex": 0,
2202 "dictionary": "Test Dictionary 2",
2203 "dictionaryIndex": 0,
2204 "dictionaryAlias": "termsDictAlias",
2205 "hasReading": false,
2206 "frequency": 7,
2207 "displayValue": "seven",
2208 "displayValueParsed": false
2209 },
2210 {
2211 "index": 2,
2212 "headwordIndex": 0,
2213 "dictionary": "Test Dictionary 2",
2214 "dictionaryIndex": 0,
2215 "dictionaryAlias": "termsDictAlias",
2216 "hasReading": true,
2217 "frequency": 13,
2218 "displayValue": null,
2219 "displayValueParsed": false
2220 },
2221 {
2222 "index": 3,
2223 "headwordIndex": 0,
2224 "dictionary": "Test Dictionary 2",
2225 "dictionaryIndex": 0,
2226 "dictionaryAlias": "termsDictAlias",
2227 "hasReading": true,
2228 "frequency": 0,
2229 "displayValue": "nineteen",
2230 "displayValueParsed": true
2231 },
2232 {
2233 "index": 4,
2234 "headwordIndex": 0,
2235 "dictionary": "Test Dictionary 2",
2236 "dictionaryIndex": 0,
2237 "dictionaryAlias": "termsDictAlias",
2238 "hasReading": true,
2239 "frequency": 25,
2240 "displayValue": "twenty-five (25)",
2241 "displayValueParsed": true
2242 },
2243 {
2244 "index": 5,
2245 "headwordIndex": 0,
2246 "dictionary": "Test Dictionary 2",
2247 "dictionaryIndex": 0,
2248 "dictionaryAlias": "termsDictAlias",
2249 "hasReading": true,
2250 "frequency": 31,
2251 "displayValue": "thirty-one",
2252 "displayValueParsed": false
2253 }
2254 ]
2255 },
2256 {
2257 "type": "term",
2258 "isPrimary": true,
2259 "textProcessorRuleChainCandidates": [
2260 []
2261 ],
2262 "inflectionRuleChainCandidates": [
2263 {
2264 "source": "algorithm",
2265 "inflectionRules": []
2266 }
2267 ],
2268 "score": 1,
2269 "frequencyOrder": 0,
2270 "dictionaryIndex": 0,
2271 "dictionaryAlias": "termsDictAlias",
2272 "sourceTermExactMatchCount": 1,
2273 "matchPrimaryReading": false,
2274 "maxOriginalTextLength": 4,
2275 "headwords": [
2276 {
2277 "index": 0,
2278 "term": "打ち込む",
2279 "reading": "うちこむ",
2280 "sources": [
2281 {
2282 "originalText": "打ち込む",
2283 "transformedText": "打ち込む",
2284 "deinflectedText": "打ち込む",
2285 "matchType": "exact",
2286 "matchSource": "term",
2287 "isPrimary": true
2288 }
2289 ],
2290 "tags": [
2291 {
2292 "name": "E2",
2293 "category": "default",
2294 "order": 0,
2295 "score": 0,
2296 "content": [
2297 "example tag 2"
2298 ],
2299 "dictionaries": [
2300 "Test Dictionary 2"
2301 ],
2302 "redundant": false
2303 },
2304 {
2305 "name": "P",
2306 "category": "popular",
2307 "order": 0,
2308 "score": 0,
2309 "content": [
2310 "popular term"
2311 ],
2312 "dictionaries": [
2313 "Test Dictionary 2"
2314 ],
2315 "redundant": false
2316 }
2317 ],
2318 "wordClasses": [
2319 "v5"
2320 ]
2321 }
2322 ],
2323 "definitions": [
2324 {
2325 "index": 0,
2326 "headwordIndices": [
2327 0
2328 ],
2329 "dictionary": "Test Dictionary 2",
2330 "dictionaryIndex": 0,
2331 "dictionaryAlias": "termsDictAlias",
2332 "id": 8,
2333 "score": 1,
2334 "frequencyOrder": 0,
2335 "sequences": [
2336 4
2337 ],
2338 "isPrimary": true,
2339 "tags": [
2340 {
2341 "name": "vt",
2342 "category": "partOfSpeech",
2343 "order": 0,
2344 "score": 0,
2345 "content": [
2346 "transitive verb"
2347 ],
2348 "dictionaries": [
2349 "Test Dictionary 2"
2350 ],
2351 "redundant": false
2352 }
2353 ],
2354 "entries": [
2355 "uchikomu definition 3",
2356 "uchikomu definition 4"
2357 ]
2358 }
2359 ],
2360 "pronunciations": [
2361 {
2362 "index": 0,
2363 "headwordIndex": 0,
2364 "dictionary": "Test Dictionary 2",
2365 "dictionaryIndex": 0,
2366 "dictionaryAlias": "termsDictAlias",
2367 "pronunciations": [
2368 {
2369 "type": "pitch-accent",
2370 "positions": 0,
2371 "nasalPositions": [],
2372 "devoicePositions": [],
2373 "tags": []
2374 },
2375 {
2376 "type": "pitch-accent",
2377 "positions": 3,
2378 "nasalPositions": [],
2379 "devoicePositions": [],
2380 "tags": []
2381 }
2382 ]
2383 },
2384 {
2385 "index": 1,
2386 "headwordIndex": 0,
2387 "dictionary": "Test Dictionary 2",
2388 "dictionaryIndex": 0,
2389 "dictionaryAlias": "termsDictAlias",
2390 "pronunciations": [
2391 {
2392 "type": "pitch-accent",
2393 "positions": "HHHHH",
2394 "nasalPositions": [],
2395 "devoicePositions": [],
2396 "tags": []
2397 },
2398 {
2399 "type": "pitch-accent",
2400 "positions": "HHHHL",
2401 "nasalPositions": [],
2402 "devoicePositions": [],
2403 "tags": []
2404 },
2405 {
2406 "type": "pitch-accent",
2407 "positions": "HHHH",
2408 "nasalPositions": [],
2409 "devoicePositions": [],
2410 "tags": []
2411 },
2412 {
2413 "type": "pitch-accent",
2414 "positions": "HHHL",
2415 "nasalPositions": [],
2416 "devoicePositions": [],
2417 "tags": []
2418 },
2419 {
2420 "type": "pitch-accent",
2421 "positions": "HHLH",
2422 "nasalPositions": [],
2423 "devoicePositions": [],
2424 "tags": []
2425 },
2426 {
2427 "type": "pitch-accent",
2428 "positions": "HHLL",
2429 "nasalPositions": [],
2430 "devoicePositions": [
2431 2
2432 ],
2433 "tags": []
2434 },
2435 {
2436 "type": "pitch-accent",
2437 "positions": "HLHH",
2438 "nasalPositions": [],
2439 "devoicePositions": [],
2440 "tags": []
2441 },
2442 {
2443 "type": "pitch-accent",
2444 "positions": "HLHL",
2445 "nasalPositions": [],
2446 "devoicePositions": [],
2447 "tags": []
2448 },
2449 {
2450 "type": "pitch-accent",
2451 "positions": "HLLH",
2452 "nasalPositions": [],
2453 "devoicePositions": [],
2454 "tags": []
2455 },
2456 {
2457 "type": "pitch-accent",
2458 "positions": "HLLL",
2459 "nasalPositions": [
2460 3
2461 ],
2462 "devoicePositions": [],
2463 "tags": []
2464 },
2465 {
2466 "type": "pitch-accent",
2467 "positions": "LHHH",
2468 "nasalPositions": [],
2469 "devoicePositions": [],
2470 "tags": []
2471 },
2472 {
2473 "type": "pitch-accent",
2474 "positions": "LHHL",
2475 "nasalPositions": [],
2476 "devoicePositions": [],
2477 "tags": []
2478 },
2479 {
2480 "type": "pitch-accent",
2481 "positions": "LHLH",
2482 "nasalPositions": [],
2483 "devoicePositions": [],
2484 "tags": []
2485 },
2486 {
2487 "type": "pitch-accent",
2488 "positions": "LHLL",
2489 "nasalPositions": [
2490 3
2491 ],
2492 "devoicePositions": [
2493 2
2494 ],
2495 "tags": []
2496 },
2497 {
2498 "type": "pitch-accent",
2499 "positions": "LLHH",
2500 "nasalPositions": [],
2501 "devoicePositions": [],
2502 "tags": []
2503 },
2504 {
2505 "type": "pitch-accent",
2506 "positions": "LLHL",
2507 "nasalPositions": [],
2508 "devoicePositions": [],
2509 "tags": []
2510 },
2511 {
2512 "type": "pitch-accent",
2513 "positions": "LLLH",
2514 "nasalPositions": [],
2515 "devoicePositions": [],
2516 "tags": []
2517 },
2518 {
2519 "type": "pitch-accent",
2520 "positions": "LLLL",
2521 "nasalPositions": [],
2522 "devoicePositions": [],
2523 "tags": []
2524 }
2525 ]
2526 }
2527 ],
2528 "frequencies": [
2529 {
2530 "index": 0,
2531 "headwordIndex": 0,
2532 "dictionary": "Test Dictionary 2",
2533 "dictionaryIndex": 0,
2534 "dictionaryAlias": "termsDictAlias",
2535 "hasReading": false,
2536 "frequency": 3,
2537 "displayValue": null,
2538 "displayValueParsed": false
2539 },
2540 {
2541 "index": 1,
2542 "headwordIndex": 0,
2543 "dictionary": "Test Dictionary 2",
2544 "dictionaryIndex": 0,
2545 "dictionaryAlias": "termsDictAlias",
2546 "hasReading": false,
2547 "frequency": 7,
2548 "displayValue": "seven",
2549 "displayValueParsed": false
2550 },
2551 {
2552 "index": 2,
2553 "headwordIndex": 0,
2554 "dictionary": "Test Dictionary 2",
2555 "dictionaryIndex": 0,
2556 "dictionaryAlias": "termsDictAlias",
2557 "hasReading": true,
2558 "frequency": 12,
2559 "displayValue": null,
2560 "displayValueParsed": false
2561 },
2562 {
2563 "index": 3,
2564 "headwordIndex": 0,
2565 "dictionary": "Test Dictionary 2",
2566 "dictionaryIndex": 0,
2567 "dictionaryAlias": "termsDictAlias",
2568 "hasReading": true,
2569 "frequency": 0,
2570 "displayValue": "eighteen",
2571 "displayValueParsed": true
2572 },
2573 {
2574 "index": 4,
2575 "headwordIndex": 0,
2576 "dictionary": "Test Dictionary 2",
2577 "dictionaryIndex": 0,
2578 "dictionaryAlias": "termsDictAlias",
2579 "hasReading": true,
2580 "frequency": 24,
2581 "displayValue": "twenty-four (24)",
2582 "displayValueParsed": true
2583 },
2584 {
2585 "index": 5,
2586 "headwordIndex": 0,
2587 "dictionary": "Test Dictionary 2",
2588 "dictionaryIndex": 0,
2589 "dictionaryAlias": "termsDictAlias",
2590 "hasReading": true,
2591 "frequency": 30,
2592 "displayValue": null,
2593 "displayValueParsed": false
2594 }
2595 ]
2596 },
2597 {
2598 "type": "term",
2599 "isPrimary": true,
2600 "textProcessorRuleChainCandidates": [
2601 []
2602 ],
2603 "inflectionRuleChainCandidates": [
2604 {
2605 "source": "algorithm",
2606 "inflectionRules": []
2607 }
2608 ],
2609 "score": 1,
2610 "frequencyOrder": 0,
2611 "dictionaryIndex": 0,
2612 "dictionaryAlias": "termsDictAlias",
2613 "sourceTermExactMatchCount": 1,
2614 "matchPrimaryReading": false,
2615 "maxOriginalTextLength": 4,
2616 "headwords": [
2617 {
2618 "index": 0,
2619 "term": "打ち込む",
2620 "reading": "ぶちこむ",
2621 "sources": [
2622 {
2623 "originalText": "打ち込む",
2624 "transformedText": "打ち込む",
2625 "deinflectedText": "打ち込む",
2626 "matchType": "exact",
2627 "matchSource": "term",
2628 "isPrimary": true
2629 }
2630 ],
2631 "tags": [
2632 {
2633 "name": "E2",
2634 "category": "default",
2635 "order": 0,
2636 "score": 0,
2637 "content": [
2638 "example tag 2"
2639 ],
2640 "dictionaries": [
2641 "Test Dictionary 2"
2642 ],
2643 "redundant": false
2644 },
2645 {
2646 "name": "P",
2647 "category": "popular",
2648 "order": 0,
2649 "score": 0,
2650 "content": [
2651 "popular term"
2652 ],
2653 "dictionaries": [
2654 "Test Dictionary 2"
2655 ],
2656 "redundant": false
2657 }
2658 ],
2659 "wordClasses": [
2660 "v5"
2661 ]
2662 }
2663 ],
2664 "definitions": [
2665 {
2666 "index": 0,
2667 "headwordIndices": [
2668 0
2669 ],
2670 "dictionary": "Test Dictionary 2",
2671 "dictionaryIndex": 0,
2672 "dictionaryAlias": "termsDictAlias",
2673 "id": 10,
2674 "score": 1,
2675 "frequencyOrder": 0,
2676 "sequences": [
2677 4
2678 ],
2679 "isPrimary": true,
2680 "tags": [
2681 {
2682 "name": "vt",
2683 "category": "partOfSpeech",
2684 "order": 0,
2685 "score": 0,
2686 "content": [
2687 "transitive verb"
2688 ],
2689 "dictionaries": [
2690 "Test Dictionary 2"
2691 ],
2692 "redundant": false
2693 }
2694 ],
2695 "entries": [
2696 "buchikomu definition 3",
2697 "buchikomu definition 4"
2698 ]
2699 }
2700 ],
2701 "pronunciations": [
2702 {
2703 "index": 0,
2704 "headwordIndex": 0,
2705 "dictionary": "Test Dictionary 2",
2706 "dictionaryIndex": 0,
2707 "dictionaryAlias": "termsDictAlias",
2708 "pronunciations": [
2709 {
2710 "type": "pitch-accent",
2711 "positions": 0,
2712 "nasalPositions": [],
2713 "devoicePositions": [],
2714 "tags": []
2715 },
2716 {
2717 "type": "pitch-accent",
2718 "positions": 3,
2719 "nasalPositions": [],
2720 "devoicePositions": [],
2721 "tags": []
2722 }
2723 ]
2724 }
2725 ],
2726 "frequencies": [
2727 {
2728 "index": 0,
2729 "headwordIndex": 0,
2730 "dictionary": "Test Dictionary 2",
2731 "dictionaryIndex": 0,
2732 "dictionaryAlias": "termsDictAlias",
2733 "hasReading": false,
2734 "frequency": 3,
2735 "displayValue": null,
2736 "displayValueParsed": false
2737 },
2738 {
2739 "index": 1,
2740 "headwordIndex": 0,
2741 "dictionary": "Test Dictionary 2",
2742 "dictionaryIndex": 0,
2743 "dictionaryAlias": "termsDictAlias",
2744 "hasReading": false,
2745 "frequency": 7,
2746 "displayValue": "seven",
2747 "displayValueParsed": false
2748 },
2749 {
2750 "index": 2,
2751 "headwordIndex": 0,
2752 "dictionary": "Test Dictionary 2",
2753 "dictionaryIndex": 0,
2754 "dictionaryAlias": "termsDictAlias",
2755 "hasReading": true,
2756 "frequency": 13,
2757 "displayValue": null,
2758 "displayValueParsed": false
2759 },
2760 {
2761 "index": 3,
2762 "headwordIndex": 0,
2763 "dictionary": "Test Dictionary 2",
2764 "dictionaryIndex": 0,
2765 "dictionaryAlias": "termsDictAlias",
2766 "hasReading": true,
2767 "frequency": 0,
2768 "displayValue": "nineteen",
2769 "displayValueParsed": true
2770 },
2771 {
2772 "index": 4,
2773 "headwordIndex": 0,
2774 "dictionary": "Test Dictionary 2",
2775 "dictionaryIndex": 0,
2776 "dictionaryAlias": "termsDictAlias",
2777 "hasReading": true,
2778 "frequency": 25,
2779 "displayValue": "twenty-five (25)",
2780 "displayValueParsed": true
2781 },
2782 {
2783 "index": 5,
2784 "headwordIndex": 0,
2785 "dictionary": "Test Dictionary 2",
2786 "dictionaryIndex": 0,
2787 "dictionaryAlias": "termsDictAlias",
2788 "hasReading": true,
2789 "frequency": 31,
2790 "displayValue": "thirty-one",
2791 "displayValueParsed": false
2792 }
2793 ]
2794 },
2795 {
2796 "type": "term",
2797 "isPrimary": true,
2798 "textProcessorRuleChainCandidates": [
2799 []
2800 ],
2801 "inflectionRuleChainCandidates": [
2802 {
2803 "source": "algorithm",
2804 "inflectionRules": [
2805 {
2806 "name": "continuative",
2807 "description": "Used to indicate actions that are (being) carried out.\nRefers to 連用形, the part of the verb after conjugating with -ます and dropping ます."
2808 }
2809 ]
2810 }
2811 ],
2812 "score": 10,
2813 "frequencyOrder": 0,
2814 "dictionaryIndex": 0,
2815 "dictionaryAlias": "termsDictAlias",
2816 "sourceTermExactMatchCount": 1,
2817 "matchPrimaryReading": false,
2818 "maxOriginalTextLength": 2,
2819 "headwords": [
2820 {
2821 "index": 0,
2822 "term": "打つ",
2823 "reading": "うつ",
2824 "sources": [
2825 {
2826 "originalText": "打ち",
2827 "transformedText": "打ち",
2828 "deinflectedText": "打つ",
2829 "matchType": "exact",
2830 "matchSource": "term",
2831 "isPrimary": true
2832 }
2833 ],
2834 "tags": [
2835 {
2836 "name": "E1",
2837 "category": "default",
2838 "order": 0,
2839 "score": 0,
2840 "content": [
2841 "example tag 1"
2842 ],
2843 "dictionaries": [
2844 "Test Dictionary 2"
2845 ],
2846 "redundant": false
2847 },
2848 {
2849 "name": "P",
2850 "category": "popular",
2851 "order": 0,
2852 "score": 0,
2853 "content": [
2854 "popular term"
2855 ],
2856 "dictionaries": [
2857 "Test Dictionary 2"
2858 ],
2859 "redundant": false
2860 }
2861 ],
2862 "wordClasses": [
2863 "v5"
2864 ]
2865 }
2866 ],
2867 "definitions": [
2868 {
2869 "index": 0,
2870 "headwordIndices": [
2871 0
2872 ],
2873 "dictionary": "Test Dictionary 2",
2874 "dictionaryIndex": 0,
2875 "dictionaryAlias": "termsDictAlias",
2876 "id": 3,
2877 "score": 10,
2878 "frequencyOrder": 0,
2879 "sequences": [
2880 3
2881 ],
2882 "isPrimary": true,
2883 "tags": [
2884 {
2885 "name": "vt",
2886 "category": "partOfSpeech",
2887 "order": 0,
2888 "score": 0,
2889 "content": [
2890 "transitive verb"
2891 ],
2892 "dictionaries": [
2893 "Test Dictionary 2"
2894 ],
2895 "redundant": false
2896 }
2897 ],
2898 "entries": [
2899 "utsu definition 1",
2900 "utsu definition 2"
2901 ]
2902 }
2903 ],
2904 "pronunciations": [],
2905 "frequencies": [
2906 {
2907 "index": 0,
2908 "headwordIndex": 0,
2909 "dictionary": "Test Dictionary 2",
2910 "dictionaryIndex": 0,
2911 "dictionaryAlias": "termsDictAlias",
2912 "hasReading": false,
2913 "frequency": 2,
2914 "displayValue": null,
2915 "displayValueParsed": false
2916 },
2917 {
2918 "index": 1,
2919 "headwordIndex": 0,
2920 "dictionary": "Test Dictionary 2",
2921 "dictionaryIndex": 0,
2922 "dictionaryAlias": "termsDictAlias",
2923 "hasReading": false,
2924 "frequency": 6,
2925 "displayValue": null,
2926 "displayValueParsed": false
2927 },
2928 {
2929 "index": 2,
2930 "headwordIndex": 0,
2931 "dictionary": "Test Dictionary 2",
2932 "dictionaryIndex": 0,
2933 "dictionaryAlias": "termsDictAlias",
2934 "hasReading": true,
2935 "frequency": 10,
2936 "displayValue": null,
2937 "displayValueParsed": false
2938 },
2939 {
2940 "index": 3,
2941 "headwordIndex": 0,
2942 "dictionary": "Test Dictionary 2",
2943 "dictionaryIndex": 0,
2944 "dictionaryAlias": "termsDictAlias",
2945 "hasReading": true,
2946 "frequency": 0,
2947 "displayValue": "sixteen",
2948 "displayValueParsed": true
2949 },
2950 {
2951 "index": 4,
2952 "headwordIndex": 0,
2953 "dictionary": "Test Dictionary 2",
2954 "dictionaryIndex": 0,
2955 "dictionaryAlias": "termsDictAlias",
2956 "hasReading": true,
2957 "frequency": 22,
2958 "displayValue": "twenty-two (22)",
2959 "displayValueParsed": true
2960 },
2961 {
2962 "index": 5,
2963 "headwordIndex": 0,
2964 "dictionary": "Test Dictionary 2",
2965 "dictionaryIndex": 0,
2966 "dictionaryAlias": "termsDictAlias",
2967 "hasReading": true,
2968 "frequency": 28,
2969 "displayValue": null,
2970 "displayValueParsed": false
2971 }
2972 ]
2973 },
2974 {
2975 "type": "term",
2976 "isPrimary": true,
2977 "textProcessorRuleChainCandidates": [
2978 []
2979 ],
2980 "inflectionRuleChainCandidates": [
2981 {
2982 "source": "algorithm",
2983 "inflectionRules": [
2984 {
2985 "name": "continuative",
2986 "description": "Used to indicate actions that are (being) carried out.\nRefers to 連用形, the part of the verb after conjugating with -ます and dropping ます."
2987 }
2988 ]
2989 }
2990 ],
2991 "score": 10,
2992 "frequencyOrder": 0,
2993 "dictionaryIndex": 0,
2994 "dictionaryAlias": "termsDictAlias",
2995 "sourceTermExactMatchCount": 1,
2996 "matchPrimaryReading": false,
2997 "maxOriginalTextLength": 2,
2998 "headwords": [
2999 {
3000 "index": 0,
3001 "term": "打つ",
3002 "reading": "ぶつ",
3003 "sources": [
3004 {
3005 "originalText": "打ち",
3006 "transformedText": "打ち",
3007 "deinflectedText": "打つ",
3008 "matchType": "exact",
3009 "matchSource": "term",
3010 "isPrimary": true
3011 }
3012 ],
3013 "tags": [
3014 {
3015 "name": "E1",
3016 "category": "default",
3017 "order": 0,
3018 "score": 0,
3019 "content": [
3020 "example tag 1"
3021 ],
3022 "dictionaries": [
3023 "Test Dictionary 2"
3024 ],
3025 "redundant": false
3026 },
3027 {
3028 "name": "P",
3029 "category": "popular",
3030 "order": 0,
3031 "score": 0,
3032 "content": [
3033 "popular term"
3034 ],
3035 "dictionaries": [
3036 "Test Dictionary 2"
3037 ],
3038 "redundant": false
3039 }
3040 ],
3041 "wordClasses": [
3042 "v5"
3043 ]
3044 }
3045 ],
3046 "definitions": [
3047 {
3048 "index": 0,
3049 "headwordIndices": [
3050 0
3051 ],
3052 "dictionary": "Test Dictionary 2",
3053 "dictionaryIndex": 0,
3054 "dictionaryAlias": "termsDictAlias",
3055 "id": 5,
3056 "score": 10,
3057 "frequencyOrder": 0,
3058 "sequences": [
3059 3
3060 ],
3061 "isPrimary": true,
3062 "tags": [
3063 {
3064 "name": "vt",
3065 "category": "partOfSpeech",
3066 "order": 0,
3067 "score": 0,
3068 "content": [
3069 "transitive verb"
3070 ],
3071 "dictionaries": [
3072 "Test Dictionary 2"
3073 ],
3074 "redundant": false
3075 }
3076 ],
3077 "entries": [
3078 "butsu definition 1",
3079 "butsu definition 2"
3080 ]
3081 }
3082 ],
3083 "pronunciations": [],
3084 "frequencies": [
3085 {
3086 "index": 0,
3087 "headwordIndex": 0,
3088 "dictionary": "Test Dictionary 2",
3089 "dictionaryIndex": 0,
3090 "dictionaryAlias": "termsDictAlias",
3091 "hasReading": false,
3092 "frequency": 2,
3093 "displayValue": null,
3094 "displayValueParsed": false
3095 },
3096 {
3097 "index": 1,
3098 "headwordIndex": 0,
3099 "dictionary": "Test Dictionary 2",
3100 "dictionaryIndex": 0,
3101 "dictionaryAlias": "termsDictAlias",
3102 "hasReading": false,
3103 "frequency": 6,
3104 "displayValue": null,
3105 "displayValueParsed": false
3106 },
3107 {
3108 "index": 2,
3109 "headwordIndex": 0,
3110 "dictionary": "Test Dictionary 2",
3111 "dictionaryIndex": 0,
3112 "dictionaryAlias": "termsDictAlias",
3113 "hasReading": true,
3114 "frequency": 11,
3115 "displayValue": null,
3116 "displayValueParsed": false
3117 },
3118 {
3119 "index": 3,
3120 "headwordIndex": 0,
3121 "dictionary": "Test Dictionary 2",
3122 "dictionaryIndex": 0,
3123 "dictionaryAlias": "termsDictAlias",
3124 "hasReading": true,
3125 "frequency": 0,
3126 "displayValue": "seventeen",
3127 "displayValueParsed": true
3128 },
3129 {
3130 "index": 4,
3131 "headwordIndex": 0,
3132 "dictionary": "Test Dictionary 2",
3133 "dictionaryIndex": 0,
3134 "dictionaryAlias": "termsDictAlias",
3135 "hasReading": true,
3136 "frequency": 23,
3137 "displayValue": "twenty-three (23)",
3138 "displayValueParsed": true
3139 },
3140 {
3141 "index": 5,
3142 "headwordIndex": 0,
3143 "dictionary": "Test Dictionary 2",
3144 "dictionaryIndex": 0,
3145 "dictionaryAlias": "termsDictAlias",
3146 "hasReading": true,
3147 "frequency": 29,
3148 "displayValue": "twenty-nine",
3149 "displayValueParsed": false
3150 }
3151 ]
3152 },
3153 {
3154 "type": "term",
3155 "isPrimary": true,
3156 "textProcessorRuleChainCandidates": [
3157 []
3158 ],
3159 "inflectionRuleChainCandidates": [
3160 {
3161 "source": "algorithm",
3162 "inflectionRules": [
3163 {
3164 "name": "continuative",
3165 "description": "Used to indicate actions that are (being) carried out.\nRefers to 連用形, the part of the verb after conjugating with -ます and dropping ます."
3166 }
3167 ]
3168 }
3169 ],
3170 "score": 1,
3171 "frequencyOrder": 0,
3172 "dictionaryIndex": 0,
3173 "dictionaryAlias": "termsDictAlias",
3174 "sourceTermExactMatchCount": 1,
3175 "matchPrimaryReading": false,
3176 "maxOriginalTextLength": 2,
3177 "headwords": [
3178 {
3179 "index": 0,
3180 "term": "打つ",
3181 "reading": "うつ",
3182 "sources": [
3183 {
3184 "originalText": "打ち",
3185 "transformedText": "打ち",
3186 "deinflectedText": "打つ",
3187 "matchType": "exact",
3188 "matchSource": "term",
3189 "isPrimary": true
3190 }
3191 ],
3192 "tags": [
3193 {
3194 "name": "E2",
3195 "category": "default",
3196 "order": 0,
3197 "score": 0,
3198 "content": [
3199 "example tag 2"
3200 ],
3201 "dictionaries": [
3202 "Test Dictionary 2"
3203 ],
3204 "redundant": false
3205 },
3206 {
3207 "name": "P",
3208 "category": "popular",
3209 "order": 0,
3210 "score": 0,
3211 "content": [
3212 "popular term"
3213 ],
3214 "dictionaries": [
3215 "Test Dictionary 2"
3216 ],
3217 "redundant": false
3218 }
3219 ],
3220 "wordClasses": [
3221 "v5"
3222 ]
3223 }
3224 ],
3225 "definitions": [
3226 {
3227 "index": 0,
3228 "headwordIndices": [
3229 0
3230 ],
3231 "dictionary": "Test Dictionary 2",
3232 "dictionaryIndex": 0,
3233 "dictionaryAlias": "termsDictAlias",
3234 "id": 4,
3235 "score": 1,
3236 "frequencyOrder": 0,
3237 "sequences": [
3238 3
3239 ],
3240 "isPrimary": true,
3241 "tags": [
3242 {
3243 "name": "vt",
3244 "category": "partOfSpeech",
3245 "order": 0,
3246 "score": 0,
3247 "content": [
3248 "transitive verb"
3249 ],
3250 "dictionaries": [
3251 "Test Dictionary 2"
3252 ],
3253 "redundant": false
3254 }
3255 ],
3256 "entries": [
3257 "utsu definition 3",
3258 "utsu definition 4"
3259 ]
3260 }
3261 ],
3262 "pronunciations": [],
3263 "frequencies": [
3264 {
3265 "index": 0,
3266 "headwordIndex": 0,
3267 "dictionary": "Test Dictionary 2",
3268 "dictionaryIndex": 0,
3269 "dictionaryAlias": "termsDictAlias",
3270 "hasReading": false,
3271 "frequency": 2,
3272 "displayValue": null,
3273 "displayValueParsed": false
3274 },
3275 {
3276 "index": 1,
3277 "headwordIndex": 0,
3278 "dictionary": "Test Dictionary 2",
3279 "dictionaryIndex": 0,
3280 "dictionaryAlias": "termsDictAlias",
3281 "hasReading": false,
3282 "frequency": 6,
3283 "displayValue": null,
3284 "displayValueParsed": false
3285 },
3286 {
3287 "index": 2,
3288 "headwordIndex": 0,
3289 "dictionary": "Test Dictionary 2",
3290 "dictionaryIndex": 0,
3291 "dictionaryAlias": "termsDictAlias",
3292 "hasReading": true,
3293 "frequency": 10,
3294 "displayValue": null,
3295 "displayValueParsed": false
3296 },
3297 {
3298 "index": 3,
3299 "headwordIndex": 0,
3300 "dictionary": "Test Dictionary 2",
3301 "dictionaryIndex": 0,
3302 "dictionaryAlias": "termsDictAlias",
3303 "hasReading": true,
3304 "frequency": 0,
3305 "displayValue": "sixteen",
3306 "displayValueParsed": true
3307 },
3308 {
3309 "index": 4,
3310 "headwordIndex": 0,
3311 "dictionary": "Test Dictionary 2",
3312 "dictionaryIndex": 0,
3313 "dictionaryAlias": "termsDictAlias",
3314 "hasReading": true,
3315 "frequency": 22,
3316 "displayValue": "twenty-two (22)",
3317 "displayValueParsed": true
3318 },
3319 {
3320 "index": 5,
3321 "headwordIndex": 0,
3322 "dictionary": "Test Dictionary 2",
3323 "dictionaryIndex": 0,
3324 "dictionaryAlias": "termsDictAlias",
3325 "hasReading": true,
3326 "frequency": 28,
3327 "displayValue": null,
3328 "displayValueParsed": false
3329 }
3330 ]
3331 },
3332 {
3333 "type": "term",
3334 "isPrimary": true,
3335 "textProcessorRuleChainCandidates": [
3336 []
3337 ],
3338 "inflectionRuleChainCandidates": [
3339 {
3340 "source": "algorithm",
3341 "inflectionRules": [
3342 {
3343 "name": "continuative",
3344 "description": "Used to indicate actions that are (being) carried out.\nRefers to 連用形, the part of the verb after conjugating with -ます and dropping ます."
3345 }
3346 ]
3347 }
3348 ],
3349 "score": 1,
3350 "frequencyOrder": 0,
3351 "dictionaryIndex": 0,
3352 "dictionaryAlias": "termsDictAlias",
3353 "sourceTermExactMatchCount": 1,
3354 "matchPrimaryReading": false,
3355 "maxOriginalTextLength": 2,
3356 "headwords": [
3357 {
3358 "index": 0,
3359 "term": "打つ",
3360 "reading": "ぶつ",
3361 "sources": [
3362 {
3363 "originalText": "打ち",
3364 "transformedText": "打ち",
3365 "deinflectedText": "打つ",
3366 "matchType": "exact",
3367 "matchSource": "term",
3368 "isPrimary": true
3369 }
3370 ],
3371 "tags": [
3372 {
3373 "name": "E2",
3374 "category": "default",
3375 "order": 0,
3376 "score": 0,
3377 "content": [
3378 "example tag 2"
3379 ],
3380 "dictionaries": [
3381 "Test Dictionary 2"
3382 ],
3383 "redundant": false
3384 },
3385 {
3386 "name": "P",
3387 "category": "popular",
3388 "order": 0,
3389 "score": 0,
3390 "content": [
3391 "popular term"
3392 ],
3393 "dictionaries": [
3394 "Test Dictionary 2"
3395 ],
3396 "redundant": false
3397 }
3398 ],
3399 "wordClasses": [
3400 "v5"
3401 ]
3402 }
3403 ],
3404 "definitions": [
3405 {
3406 "index": 0,
3407 "headwordIndices": [
3408 0
3409 ],
3410 "dictionary": "Test Dictionary 2",
3411 "dictionaryIndex": 0,
3412 "dictionaryAlias": "termsDictAlias",
3413 "id": 6,
3414 "score": 1,
3415 "frequencyOrder": 0,
3416 "sequences": [
3417 3
3418 ],
3419 "isPrimary": true,
3420 "tags": [
3421 {
3422 "name": "vt",
3423 "category": "partOfSpeech",
3424 "order": 0,
3425 "score": 0,
3426 "content": [
3427 "transitive verb"
3428 ],
3429 "dictionaries": [
3430 "Test Dictionary 2"
3431 ],
3432 "redundant": false
3433 }
3434 ],
3435 "entries": [
3436 "butsu definition 3",
3437 "butsu definition 4"
3438 ]
3439 }
3440 ],
3441 "pronunciations": [],
3442 "frequencies": [
3443 {
3444 "index": 0,
3445 "headwordIndex": 0,
3446 "dictionary": "Test Dictionary 2",
3447 "dictionaryIndex": 0,
3448 "dictionaryAlias": "termsDictAlias",
3449 "hasReading": false,
3450 "frequency": 2,
3451 "displayValue": null,
3452 "displayValueParsed": false
3453 },
3454 {
3455 "index": 1,
3456 "headwordIndex": 0,
3457 "dictionary": "Test Dictionary 2",
3458 "dictionaryIndex": 0,
3459 "dictionaryAlias": "termsDictAlias",
3460 "hasReading": false,
3461 "frequency": 6,
3462 "displayValue": null,
3463 "displayValueParsed": false
3464 },
3465 {
3466 "index": 2,
3467 "headwordIndex": 0,
3468 "dictionary": "Test Dictionary 2",
3469 "dictionaryIndex": 0,
3470 "dictionaryAlias": "termsDictAlias",
3471 "hasReading": true,
3472 "frequency": 11,
3473 "displayValue": null,
3474 "displayValueParsed": false
3475 },
3476 {
3477 "index": 3,
3478 "headwordIndex": 0,
3479 "dictionary": "Test Dictionary 2",
3480 "dictionaryIndex": 0,
3481 "dictionaryAlias": "termsDictAlias",
3482 "hasReading": true,
3483 "frequency": 0,
3484 "displayValue": "seventeen",
3485 "displayValueParsed": true
3486 },
3487 {
3488 "index": 4,
3489 "headwordIndex": 0,
3490 "dictionary": "Test Dictionary 2",
3491 "dictionaryIndex": 0,
3492 "dictionaryAlias": "termsDictAlias",
3493 "hasReading": true,
3494 "frequency": 23,
3495 "displayValue": "twenty-three (23)",
3496 "displayValueParsed": true
3497 },
3498 {
3499 "index": 5,
3500 "headwordIndex": 0,
3501 "dictionary": "Test Dictionary 2",
3502 "dictionaryIndex": 0,
3503 "dictionaryAlias": "termsDictAlias",
3504 "hasReading": true,
3505 "frequency": 29,
3506 "displayValue": "twenty-nine",
3507 "displayValueParsed": false
3508 }
3509 ]
3510 },
3511 {
3512 "type": "term",
3513 "isPrimary": true,
3514 "textProcessorRuleChainCandidates": [
3515 []
3516 ],
3517 "inflectionRuleChainCandidates": [
3518 {
3519 "source": "algorithm",
3520 "inflectionRules": []
3521 }
3522 ],
3523 "score": 1,
3524 "frequencyOrder": 0,
3525 "dictionaryIndex": 0,
3526 "dictionaryAlias": "termsDictAlias",
3527 "sourceTermExactMatchCount": 1,
3528 "matchPrimaryReading": false,
3529 "maxOriginalTextLength": 1,
3530 "headwords": [
3531 {
3532 "index": 0,
3533 "term": "打",
3534 "reading": "だ",
3535 "sources": [
3536 {
3537 "originalText": "打",
3538 "transformedText": "打",
3539 "deinflectedText": "打",
3540 "matchType": "exact",
3541 "matchSource": "term",
3542 "isPrimary": true
3543 }
3544 ],
3545 "tags": [
3546 {
3547 "name": "E1",
3548 "category": "default",
3549 "order": 0,
3550 "score": 0,
3551 "content": [
3552 "example tag 1"
3553 ],
3554 "dictionaries": [
3555 "Test Dictionary 2"
3556 ],
3557 "redundant": false
3558 }
3559 ],
3560 "wordClasses": [
3561 "n"
3562 ]
3563 }
3564 ],
3565 "definitions": [
3566 {
3567 "index": 0,
3568 "headwordIndices": [
3569 0
3570 ],
3571 "dictionary": "Test Dictionary 2",
3572 "dictionaryIndex": 0,
3573 "dictionaryAlias": "termsDictAlias",
3574 "id": 1,
3575 "score": 1,
3576 "frequencyOrder": 0,
3577 "sequences": [
3578 1
3579 ],
3580 "isPrimary": true,
3581 "tags": [
3582 {
3583 "name": "n",
3584 "category": "partOfSpeech",
3585 "order": 0,
3586 "score": 0,
3587 "content": [
3588 "noun"
3589 ],
3590 "dictionaries": [
3591 "Test Dictionary 2"
3592 ],
3593 "redundant": false
3594 }
3595 ],
3596 "entries": [
3597 "da definition 1",
3598 "da definition 2"
3599 ]
3600 }
3601 ],
3602 "pronunciations": [],
3603 "frequencies": [
3604 {
3605 "index": 0,
3606 "headwordIndex": 0,
3607 "dictionary": "Test Dictionary 2",
3608 "dictionaryIndex": 0,
3609 "dictionaryAlias": "termsDictAlias",
3610 "hasReading": false,
3611 "frequency": 1,
3612 "displayValue": null,
3613 "displayValueParsed": false
3614 },
3615 {
3616 "index": 1,
3617 "headwordIndex": 0,
3618 "dictionary": "Test Dictionary 2",
3619 "dictionaryIndex": 0,
3620 "dictionaryAlias": "termsDictAlias",
3621 "hasReading": false,
3622 "frequency": 0,
3623 "displayValue": "four",
3624 "displayValueParsed": true
3625 },
3626 {
3627 "index": 2,
3628 "headwordIndex": 0,
3629 "dictionary": "Test Dictionary 2",
3630 "dictionaryIndex": 0,
3631 "dictionaryAlias": "termsDictAlias",
3632 "hasReading": false,
3633 "frequency": 5,
3634 "displayValue": "five (5)",
3635 "displayValueParsed": true
3636 },
3637 {
3638 "index": 3,
3639 "headwordIndex": 0,
3640 "dictionary": "Test Dictionary 2",
3641 "dictionaryIndex": 0,
3642 "dictionaryAlias": "termsDictAlias",
3643 "hasReading": true,
3644 "frequency": 8,
3645 "displayValue": null,
3646 "displayValueParsed": false
3647 },
3648 {
3649 "index": 4,
3650 "headwordIndex": 0,
3651 "dictionary": "Test Dictionary 2",
3652 "dictionaryIndex": 0,
3653 "dictionaryAlias": "termsDictAlias",
3654 "hasReading": true,
3655 "frequency": 0,
3656 "displayValue": "fourteen",
3657 "displayValueParsed": true
3658 },
3659 {
3660 "index": 5,
3661 "headwordIndex": 0,
3662 "dictionary": "Test Dictionary 2",
3663 "dictionaryIndex": 0,
3664 "dictionaryAlias": "termsDictAlias",
3665 "hasReading": true,
3666 "frequency": 20,
3667 "displayValue": "twenty (20)",
3668 "displayValueParsed": true
3669 },
3670 {
3671 "index": 6,
3672 "headwordIndex": 0,
3673 "dictionary": "Test Dictionary 2",
3674 "dictionaryIndex": 0,
3675 "dictionaryAlias": "termsDictAlias",
3676 "hasReading": true,
3677 "frequency": 26,
3678 "displayValue": null,
3679 "displayValueParsed": false
3680 }
3681 ]
3682 },
3683 {
3684 "type": "term",
3685 "isPrimary": true,
3686 "textProcessorRuleChainCandidates": [
3687 []
3688 ],
3689 "inflectionRuleChainCandidates": [
3690 {
3691 "source": "algorithm",
3692 "inflectionRules": []
3693 }
3694 ],
3695 "score": 1,
3696 "frequencyOrder": 0,
3697 "dictionaryIndex": 0,
3698 "dictionaryAlias": "termsDictAlias",
3699 "sourceTermExactMatchCount": 1,
3700 "matchPrimaryReading": false,
3701 "maxOriginalTextLength": 1,
3702 "headwords": [
3703 {
3704 "index": 0,
3705 "term": "打",
3706 "reading": "ダース",
3707 "sources": [
3708 {
3709 "originalText": "打",
3710 "transformedText": "打",
3711 "deinflectedText": "打",
3712 "matchType": "exact",
3713 "matchSource": "term",
3714 "isPrimary": true
3715 }
3716 ],
3717 "tags": [
3718 {
3719 "name": "E1",
3720 "category": "default",
3721 "order": 0,
3722 "score": 0,
3723 "content": [
3724 "example tag 1"
3725 ],
3726 "dictionaries": [
3727 "Test Dictionary 2"
3728 ],
3729 "redundant": false
3730 }
3731 ],
3732 "wordClasses": [
3733 "n"
3734 ]
3735 }
3736 ],
3737 "definitions": [
3738 {
3739 "index": 0,
3740 "headwordIndices": [
3741 0
3742 ],
3743 "dictionary": "Test Dictionary 2",
3744 "dictionaryIndex": 0,
3745 "dictionaryAlias": "termsDictAlias",
3746 "id": 2,
3747 "score": 1,
3748 "frequencyOrder": 0,
3749 "sequences": [
3750 2
3751 ],
3752 "isPrimary": true,
3753 "tags": [
3754 {
3755 "name": "abbr",
3756 "category": "default",
3757 "order": 0,
3758 "score": 0,
3759 "content": [
3760 "abbreviation"
3761 ],
3762 "dictionaries": [
3763 "Test Dictionary 2"
3764 ],
3765 "redundant": false
3766 },
3767 {
3768 "name": "n",
3769 "category": "partOfSpeech",
3770 "order": 0,
3771 "score": 0,
3772 "content": [
3773 "noun"
3774 ],
3775 "dictionaries": [
3776 "Test Dictionary 2"
3777 ],
3778 "redundant": false
3779 }
3780 ],
3781 "entries": [
3782 "daasu definition 1",
3783 "daasu definition 2"
3784 ]
3785 }
3786 ],
3787 "pronunciations": [],
3788 "frequencies": [
3789 {
3790 "index": 0,
3791 "headwordIndex": 0,
3792 "dictionary": "Test Dictionary 2",
3793 "dictionaryIndex": 0,
3794 "dictionaryAlias": "termsDictAlias",
3795 "hasReading": false,
3796 "frequency": 1,
3797 "displayValue": null,
3798 "displayValueParsed": false
3799 },
3800 {
3801 "index": 1,
3802 "headwordIndex": 0,
3803 "dictionary": "Test Dictionary 2",
3804 "dictionaryIndex": 0,
3805 "dictionaryAlias": "termsDictAlias",
3806 "hasReading": false,
3807 "frequency": 0,
3808 "displayValue": "four",
3809 "displayValueParsed": true
3810 },
3811 {
3812 "index": 2,
3813 "headwordIndex": 0,
3814 "dictionary": "Test Dictionary 2",
3815 "dictionaryIndex": 0,
3816 "dictionaryAlias": "termsDictAlias",
3817 "hasReading": false,
3818 "frequency": 5,
3819 "displayValue": "five (5)",
3820 "displayValueParsed": true
3821 },
3822 {
3823 "index": 3,
3824 "headwordIndex": 0,
3825 "dictionary": "Test Dictionary 2",
3826 "dictionaryIndex": 0,
3827 "dictionaryAlias": "termsDictAlias",
3828 "hasReading": true,
3829 "frequency": 9,
3830 "displayValue": null,
3831 "displayValueParsed": false
3832 },
3833 {
3834 "index": 4,
3835 "headwordIndex": 0,
3836 "dictionary": "Test Dictionary 2",
3837 "dictionaryIndex": 0,
3838 "dictionaryAlias": "termsDictAlias",
3839 "hasReading": true,
3840 "frequency": 0,
3841 "displayValue": "fifteen",
3842 "displayValueParsed": true
3843 },
3844 {
3845 "index": 5,
3846 "headwordIndex": 0,
3847 "dictionary": "Test Dictionary 2",
3848 "dictionaryIndex": 0,
3849 "dictionaryAlias": "termsDictAlias",
3850 "hasReading": true,
3851 "frequency": 21,
3852 "displayValue": "twenty-one (21)",
3853 "displayValueParsed": true
3854 },
3855 {
3856 "index": 6,
3857 "headwordIndex": 0,
3858 "dictionary": "Test Dictionary 2",
3859 "dictionaryIndex": 0,
3860 "dictionaryAlias": "termsDictAlias",
3861 "hasReading": true,
3862 "frequency": 27,
3863 "displayValue": "twenty-seven",
3864 "displayValueParsed": false
3865 }
3866 ]
3867 }
3868 ]
3869 },
3870 {
3871 "name": "Find term using expression text 4",
3872 "originalTextLength": 2,
3873 "dictionaryEntries": [
3874 {
3875 "type": "term",
3876 "isPrimary": true,
3877 "textProcessorRuleChainCandidates": [
3878 []
3879 ],
3880 "inflectionRuleChainCandidates": [
3881 {
3882 "source": "algorithm",
3883 "inflectionRules": []
3884 }
3885 ],
3886 "score": 1,
3887 "frequencyOrder": 0,
3888 "dictionaryIndex": 0,
3889 "dictionaryAlias": "termsDictAlias",
3890 "sourceTermExactMatchCount": 1,
3891 "matchPrimaryReading": false,
3892 "maxOriginalTextLength": 2,
3893 "headwords": [
3894 {
3895 "index": 0,
3896 "term": "画像",
3897 "reading": "がぞう",
3898 "sources": [
3899 {
3900 "originalText": "画像",
3901 "transformedText": "画像",
3902 "deinflectedText": "画像",
3903 "matchType": "exact",
3904 "matchSource": "term",
3905 "isPrimary": true
3906 }
3907 ],
3908 "tags": [
3909 {
3910 "name": "E1",
3911 "category": "default",
3912 "order": 0,
3913 "score": 0,
3914 "content": [
3915 "example tag 1"
3916 ],
3917 "dictionaries": [
3918 "Test Dictionary 2"
3919 ],
3920 "redundant": false
3921 },
3922 {
3923 "name": "P",
3924 "category": "popular",
3925 "order": 0,
3926 "score": 0,
3927 "content": [
3928 "popular term"
3929 ],
3930 "dictionaries": [
3931 "Test Dictionary 2"
3932 ],
3933 "redundant": false
3934 }
3935 ],
3936 "wordClasses": [
3937 "n"
3938 ]
3939 }
3940 ],
3941 "definitions": [
3942 {
3943 "index": 0,
3944 "headwordIndices": [
3945 0
3946 ],
3947 "dictionary": "Test Dictionary 2",
3948 "dictionaryIndex": 0,
3949 "dictionaryAlias": "termsDictAlias",
3950 "id": 11,
3951 "score": 1,
3952 "frequencyOrder": 0,
3953 "sequences": [
3954 5
3955 ],
3956 "isPrimary": true,
3957 "tags": [
3958 {
3959 "name": "n",
3960 "category": "partOfSpeech",
3961 "order": 0,
3962 "score": 0,
3963 "content": [
3964 "noun"
3965 ],
3966 "dictionaries": [
3967 "Test Dictionary 2"
3968 ],
3969 "redundant": false
3970 }
3971 ],
3972 "entries": [
3973 "gazou definition 1",
3974 {
3975 "type": "image",
3976 "path": "image.gif",
3977 "width": 100,
3978 "height": 100,
3979 "preferredWidth": 350,
3980 "preferredHeight": 350,
3981 "description": "gazou definition 2",
3982 "pixelated": true
3983 }
3984 ]
3985 }
3986 ],
3987 "pronunciations": [],
3988 "frequencies": []
3989 }
3990 ]
3991 },
3992 {
3993 "name": "Find term using reading 1",
3994 "originalTextLength": 1,
3995 "dictionaryEntries": [
3996 {
3997 "type": "term",
3998 "isPrimary": true,
3999 "textProcessorRuleChainCandidates": [
4000 []
4001 ],
4002 "inflectionRuleChainCandidates": [
4003 {
4004 "source": "algorithm",
4005 "inflectionRules": []
4006 }
4007 ],
4008 "score": 1,
4009 "frequencyOrder": 0,
4010 "dictionaryIndex": 0,
4011 "dictionaryAlias": "termsDictAlias",
4012 "sourceTermExactMatchCount": 0,
4013 "matchPrimaryReading": false,
4014 "maxOriginalTextLength": 1,
4015 "headwords": [
4016 {
4017 "index": 0,
4018 "term": "打",
4019 "reading": "だ",
4020 "sources": [
4021 {
4022 "originalText": "だ",
4023 "transformedText": "だ",
4024 "deinflectedText": "だ",
4025 "matchType": "exact",
4026 "matchSource": "reading",
4027 "isPrimary": true
4028 }
4029 ],
4030 "tags": [
4031 {
4032 "name": "E1",
4033 "category": "default",
4034 "order": 0,
4035 "score": 0,
4036 "content": [
4037 "example tag 1"
4038 ],
4039 "dictionaries": [
4040 "Test Dictionary 2"
4041 ],
4042 "redundant": false
4043 }
4044 ],
4045 "wordClasses": [
4046 "n"
4047 ]
4048 }
4049 ],
4050 "definitions": [
4051 {
4052 "index": 0,
4053 "headwordIndices": [
4054 0
4055 ],
4056 "dictionary": "Test Dictionary 2",
4057 "dictionaryIndex": 0,
4058 "dictionaryAlias": "termsDictAlias",
4059 "id": 1,
4060 "score": 1,
4061 "frequencyOrder": 0,
4062 "sequences": [
4063 1
4064 ],
4065 "isPrimary": true,
4066 "tags": [
4067 {
4068 "name": "n",
4069 "category": "partOfSpeech",
4070 "order": 0,
4071 "score": 0,
4072 "content": [
4073 "noun"
4074 ],
4075 "dictionaries": [
4076 "Test Dictionary 2"
4077 ],
4078 "redundant": false
4079 }
4080 ],
4081 "entries": [
4082 "da definition 1",
4083 "da definition 2"
4084 ]
4085 }
4086 ],
4087 "pronunciations": [],
4088 "frequencies": [
4089 {
4090 "index": 0,
4091 "headwordIndex": 0,
4092 "dictionary": "Test Dictionary 2",
4093 "dictionaryIndex": 0,
4094 "dictionaryAlias": "termsDictAlias",
4095 "hasReading": false,
4096 "frequency": 1,
4097 "displayValue": null,
4098 "displayValueParsed": false
4099 },
4100 {
4101 "index": 1,
4102 "headwordIndex": 0,
4103 "dictionary": "Test Dictionary 2",
4104 "dictionaryIndex": 0,
4105 "dictionaryAlias": "termsDictAlias",
4106 "hasReading": false,
4107 "frequency": 0,
4108 "displayValue": "four",
4109 "displayValueParsed": true
4110 },
4111 {
4112 "index": 2,
4113 "headwordIndex": 0,
4114 "dictionary": "Test Dictionary 2",
4115 "dictionaryIndex": 0,
4116 "dictionaryAlias": "termsDictAlias",
4117 "hasReading": false,
4118 "frequency": 5,
4119 "displayValue": "five (5)",
4120 "displayValueParsed": true
4121 },
4122 {
4123 "index": 3,
4124 "headwordIndex": 0,
4125 "dictionary": "Test Dictionary 2",
4126 "dictionaryIndex": 0,
4127 "dictionaryAlias": "termsDictAlias",
4128 "hasReading": true,
4129 "frequency": 8,
4130 "displayValue": null,
4131 "displayValueParsed": false
4132 },
4133 {
4134 "index": 4,
4135 "headwordIndex": 0,
4136 "dictionary": "Test Dictionary 2",
4137 "dictionaryIndex": 0,
4138 "dictionaryAlias": "termsDictAlias",
4139 "hasReading": true,
4140 "frequency": 0,
4141 "displayValue": "fourteen",
4142 "displayValueParsed": true
4143 },
4144 {
4145 "index": 5,
4146 "headwordIndex": 0,
4147 "dictionary": "Test Dictionary 2",
4148 "dictionaryIndex": 0,
4149 "dictionaryAlias": "termsDictAlias",
4150 "hasReading": true,
4151 "frequency": 20,
4152 "displayValue": "twenty (20)",
4153 "displayValueParsed": true
4154 },
4155 {
4156 "index": 6,
4157 "headwordIndex": 0,
4158 "dictionary": "Test Dictionary 2",
4159 "dictionaryIndex": 0,
4160 "dictionaryAlias": "termsDictAlias",
4161 "hasReading": true,
4162 "frequency": 26,
4163 "displayValue": null,
4164 "displayValueParsed": false
4165 }
4166 ]
4167 }
4168 ]
4169 },
4170 {
4171 "name": "Find term using reading 2",
4172 "originalTextLength": 3,
4173 "dictionaryEntries": [
4174 {
4175 "type": "term",
4176 "isPrimary": true,
4177 "textProcessorRuleChainCandidates": [
4178 []
4179 ],
4180 "inflectionRuleChainCandidates": [
4181 {
4182 "source": "algorithm",
4183 "inflectionRules": []
4184 }
4185 ],
4186 "score": 1,
4187 "frequencyOrder": 0,
4188 "dictionaryIndex": 0,
4189 "dictionaryAlias": "termsDictAlias",
4190 "sourceTermExactMatchCount": 0,
4191 "matchPrimaryReading": false,
4192 "maxOriginalTextLength": 3,
4193 "headwords": [
4194 {
4195 "index": 0,
4196 "term": "打",
4197 "reading": "ダース",
4198 "sources": [
4199 {
4200 "originalText": "ダース",
4201 "transformedText": "ダース",
4202 "deinflectedText": "ダース",
4203 "matchType": "exact",
4204 "matchSource": "reading",
4205 "isPrimary": true
4206 }
4207 ],
4208 "tags": [
4209 {
4210 "name": "E1",
4211 "category": "default",
4212 "order": 0,
4213 "score": 0,
4214 "content": [
4215 "example tag 1"
4216 ],
4217 "dictionaries": [
4218 "Test Dictionary 2"
4219 ],
4220 "redundant": false
4221 }
4222 ],
4223 "wordClasses": [
4224 "n"
4225 ]
4226 }
4227 ],
4228 "definitions": [
4229 {
4230 "index": 0,
4231 "headwordIndices": [
4232 0
4233 ],
4234 "dictionary": "Test Dictionary 2",
4235 "dictionaryIndex": 0,
4236 "dictionaryAlias": "termsDictAlias",
4237 "id": 2,
4238 "score": 1,
4239 "frequencyOrder": 0,
4240 "sequences": [
4241 2
4242 ],
4243 "isPrimary": true,
4244 "tags": [
4245 {
4246 "name": "abbr",
4247 "category": "default",
4248 "order": 0,
4249 "score": 0,
4250 "content": [
4251 "abbreviation"
4252 ],
4253 "dictionaries": [
4254 "Test Dictionary 2"
4255 ],
4256 "redundant": false
4257 },
4258 {
4259 "name": "n",
4260 "category": "partOfSpeech",
4261 "order": 0,
4262 "score": 0,
4263 "content": [
4264 "noun"
4265 ],
4266 "dictionaries": [
4267 "Test Dictionary 2"
4268 ],
4269 "redundant": false
4270 }
4271 ],
4272 "entries": [
4273 "daasu definition 1",
4274 "daasu definition 2"
4275 ]
4276 }
4277 ],
4278 "pronunciations": [],
4279 "frequencies": [
4280 {
4281 "index": 0,
4282 "headwordIndex": 0,
4283 "dictionary": "Test Dictionary 2",
4284 "dictionaryIndex": 0,
4285 "dictionaryAlias": "termsDictAlias",
4286 "hasReading": false,
4287 "frequency": 1,
4288 "displayValue": null,
4289 "displayValueParsed": false
4290 },
4291 {
4292 "index": 1,
4293 "headwordIndex": 0,
4294 "dictionary": "Test Dictionary 2",
4295 "dictionaryIndex": 0,
4296 "dictionaryAlias": "termsDictAlias",
4297 "hasReading": false,
4298 "frequency": 0,
4299 "displayValue": "four",
4300 "displayValueParsed": true
4301 },
4302 {
4303 "index": 2,
4304 "headwordIndex": 0,
4305 "dictionary": "Test Dictionary 2",
4306 "dictionaryIndex": 0,
4307 "dictionaryAlias": "termsDictAlias",
4308 "hasReading": false,
4309 "frequency": 5,
4310 "displayValue": "five (5)",
4311 "displayValueParsed": true
4312 },
4313 {
4314 "index": 3,
4315 "headwordIndex": 0,
4316 "dictionary": "Test Dictionary 2",
4317 "dictionaryIndex": 0,
4318 "dictionaryAlias": "termsDictAlias",
4319 "hasReading": true,
4320 "frequency": 9,
4321 "displayValue": null,
4322 "displayValueParsed": false
4323 },
4324 {
4325 "index": 4,
4326 "headwordIndex": 0,
4327 "dictionary": "Test Dictionary 2",
4328 "dictionaryIndex": 0,
4329 "dictionaryAlias": "termsDictAlias",
4330 "hasReading": true,
4331 "frequency": 0,
4332 "displayValue": "fifteen",
4333 "displayValueParsed": true
4334 },
4335 {
4336 "index": 5,
4337 "headwordIndex": 0,
4338 "dictionary": "Test Dictionary 2",
4339 "dictionaryIndex": 0,
4340 "dictionaryAlias": "termsDictAlias",
4341 "hasReading": true,
4342 "frequency": 21,
4343 "displayValue": "twenty-one (21)",
4344 "displayValueParsed": true
4345 },
4346 {
4347 "index": 6,
4348 "headwordIndex": 0,
4349 "dictionary": "Test Dictionary 2",
4350 "dictionaryIndex": 0,
4351 "dictionaryAlias": "termsDictAlias",
4352 "hasReading": true,
4353 "frequency": 27,
4354 "displayValue": "twenty-seven",
4355 "displayValueParsed": false
4356 }
4357 ]
4358 },
4359 {
4360 "type": "term",
4361 "isPrimary": true,
4362 "textProcessorRuleChainCandidates": [
4363 [
4364 "convertHiraganaToKatakana"
4365 ]
4366 ],
4367 "inflectionRuleChainCandidates": [
4368 {
4369 "source": "algorithm",
4370 "inflectionRules": []
4371 }
4372 ],
4373 "score": 1,
4374 "frequencyOrder": 0,
4375 "dictionaryIndex": 0,
4376 "dictionaryAlias": "termsDictAlias",
4377 "sourceTermExactMatchCount": 0,
4378 "matchPrimaryReading": false,
4379 "maxOriginalTextLength": 1,
4380 "headwords": [
4381 {
4382 "index": 0,
4383 "term": "打",
4384 "reading": "だ",
4385 "sources": [
4386 {
4387 "originalText": "ダ",
4388 "transformedText": "だ",
4389 "deinflectedText": "だ",
4390 "matchType": "exact",
4391 "matchSource": "reading",
4392 "isPrimary": true
4393 }
4394 ],
4395 "tags": [
4396 {
4397 "name": "E1",
4398 "category": "default",
4399 "order": 0,
4400 "score": 0,
4401 "content": [
4402 "example tag 1"
4403 ],
4404 "dictionaries": [
4405 "Test Dictionary 2"
4406 ],
4407 "redundant": false
4408 }
4409 ],
4410 "wordClasses": [
4411 "n"
4412 ]
4413 }
4414 ],
4415 "definitions": [
4416 {
4417 "index": 0,
4418 "headwordIndices": [
4419 0
4420 ],
4421 "dictionary": "Test Dictionary 2",
4422 "dictionaryIndex": 0,
4423 "dictionaryAlias": "termsDictAlias",
4424 "id": 1,
4425 "score": 1,
4426 "frequencyOrder": 0,
4427 "sequences": [
4428 1
4429 ],
4430 "isPrimary": true,
4431 "tags": [
4432 {
4433 "name": "n",
4434 "category": "partOfSpeech",
4435 "order": 0,
4436 "score": 0,
4437 "content": [
4438 "noun"
4439 ],
4440 "dictionaries": [
4441 "Test Dictionary 2"
4442 ],
4443 "redundant": false
4444 }
4445 ],
4446 "entries": [
4447 "da definition 1",
4448 "da definition 2"
4449 ]
4450 }
4451 ],
4452 "pronunciations": [],
4453 "frequencies": [
4454 {
4455 "index": 0,
4456 "headwordIndex": 0,
4457 "dictionary": "Test Dictionary 2",
4458 "dictionaryIndex": 0,
4459 "dictionaryAlias": "termsDictAlias",
4460 "hasReading": false,
4461 "frequency": 1,
4462 "displayValue": null,
4463 "displayValueParsed": false
4464 },
4465 {
4466 "index": 1,
4467 "headwordIndex": 0,
4468 "dictionary": "Test Dictionary 2",
4469 "dictionaryIndex": 0,
4470 "dictionaryAlias": "termsDictAlias",
4471 "hasReading": false,
4472 "frequency": 0,
4473 "displayValue": "four",
4474 "displayValueParsed": true
4475 },
4476 {
4477 "index": 2,
4478 "headwordIndex": 0,
4479 "dictionary": "Test Dictionary 2",
4480 "dictionaryIndex": 0,
4481 "dictionaryAlias": "termsDictAlias",
4482 "hasReading": false,
4483 "frequency": 5,
4484 "displayValue": "five (5)",
4485 "displayValueParsed": true
4486 },
4487 {
4488 "index": 3,
4489 "headwordIndex": 0,
4490 "dictionary": "Test Dictionary 2",
4491 "dictionaryIndex": 0,
4492 "dictionaryAlias": "termsDictAlias",
4493 "hasReading": true,
4494 "frequency": 8,
4495 "displayValue": null,
4496 "displayValueParsed": false
4497 },
4498 {
4499 "index": 4,
4500 "headwordIndex": 0,
4501 "dictionary": "Test Dictionary 2",
4502 "dictionaryIndex": 0,
4503 "dictionaryAlias": "termsDictAlias",
4504 "hasReading": true,
4505 "frequency": 0,
4506 "displayValue": "fourteen",
4507 "displayValueParsed": true
4508 },
4509 {
4510 "index": 5,
4511 "headwordIndex": 0,
4512 "dictionary": "Test Dictionary 2",
4513 "dictionaryIndex": 0,
4514 "dictionaryAlias": "termsDictAlias",
4515 "hasReading": true,
4516 "frequency": 20,
4517 "displayValue": "twenty (20)",
4518 "displayValueParsed": true
4519 },
4520 {
4521 "index": 6,
4522 "headwordIndex": 0,
4523 "dictionary": "Test Dictionary 2",
4524 "dictionaryIndex": 0,
4525 "dictionaryAlias": "termsDictAlias",
4526 "hasReading": true,
4527 "frequency": 26,
4528 "displayValue": null,
4529 "displayValueParsed": false
4530 }
4531 ]
4532 }
4533 ]
4534 },
4535 {
4536 "name": "Find term using reading 3",
4537 "originalTextLength": 2,
4538 "dictionaryEntries": [
4539 {
4540 "type": "term",
4541 "isPrimary": true,
4542 "textProcessorRuleChainCandidates": [
4543 []
4544 ],
4545 "inflectionRuleChainCandidates": [
4546 {
4547 "source": "algorithm",
4548 "inflectionRules": []
4549 }
4550 ],
4551 "score": 10,
4552 "frequencyOrder": 0,
4553 "dictionaryIndex": 0,
4554 "dictionaryAlias": "termsDictAlias",
4555 "sourceTermExactMatchCount": 0,
4556 "matchPrimaryReading": false,
4557 "maxOriginalTextLength": 2,
4558 "headwords": [
4559 {
4560 "index": 0,
4561 "term": "打つ",
4562 "reading": "うつ",
4563 "sources": [
4564 {
4565 "originalText": "うつ",
4566 "transformedText": "うつ",
4567 "deinflectedText": "うつ",
4568 "matchType": "exact",
4569 "matchSource": "reading",
4570 "isPrimary": true
4571 }
4572 ],
4573 "tags": [
4574 {
4575 "name": "E1",
4576 "category": "default",
4577 "order": 0,
4578 "score": 0,
4579 "content": [
4580 "example tag 1"
4581 ],
4582 "dictionaries": [
4583 "Test Dictionary 2"
4584 ],
4585 "redundant": false
4586 },
4587 {
4588 "name": "P",
4589 "category": "popular",
4590 "order": 0,
4591 "score": 0,
4592 "content": [
4593 "popular term"
4594 ],
4595 "dictionaries": [
4596 "Test Dictionary 2"
4597 ],
4598 "redundant": false
4599 }
4600 ],
4601 "wordClasses": [
4602 "v5"
4603 ]
4604 }
4605 ],
4606 "definitions": [
4607 {
4608 "index": 0,
4609 "headwordIndices": [
4610 0
4611 ],
4612 "dictionary": "Test Dictionary 2",
4613 "dictionaryIndex": 0,
4614 "dictionaryAlias": "termsDictAlias",
4615 "id": 3,
4616 "score": 10,
4617 "frequencyOrder": 0,
4618 "sequences": [
4619 3
4620 ],
4621 "isPrimary": true,
4622 "tags": [
4623 {
4624 "name": "vt",
4625 "category": "partOfSpeech",
4626 "order": 0,
4627 "score": 0,
4628 "content": [
4629 "transitive verb"
4630 ],
4631 "dictionaries": [
4632 "Test Dictionary 2"
4633 ],
4634 "redundant": false
4635 }
4636 ],
4637 "entries": [
4638 "utsu definition 1",
4639 "utsu definition 2"
4640 ]
4641 }
4642 ],
4643 "pronunciations": [],
4644 "frequencies": [
4645 {
4646 "index": 0,
4647 "headwordIndex": 0,
4648 "dictionary": "Test Dictionary 2",
4649 "dictionaryIndex": 0,
4650 "dictionaryAlias": "termsDictAlias",
4651 "hasReading": false,
4652 "frequency": 2,
4653 "displayValue": null,
4654 "displayValueParsed": false
4655 },
4656 {
4657 "index": 1,
4658 "headwordIndex": 0,
4659 "dictionary": "Test Dictionary 2",
4660 "dictionaryIndex": 0,
4661 "dictionaryAlias": "termsDictAlias",
4662 "hasReading": false,
4663 "frequency": 6,
4664 "displayValue": null,
4665 "displayValueParsed": false
4666 },
4667 {
4668 "index": 2,
4669 "headwordIndex": 0,
4670 "dictionary": "Test Dictionary 2",
4671 "dictionaryIndex": 0,
4672 "dictionaryAlias": "termsDictAlias",
4673 "hasReading": true,
4674 "frequency": 10,
4675 "displayValue": null,
4676 "displayValueParsed": false
4677 },
4678 {
4679 "index": 3,
4680 "headwordIndex": 0,
4681 "dictionary": "Test Dictionary 2",
4682 "dictionaryIndex": 0,
4683 "dictionaryAlias": "termsDictAlias",
4684 "hasReading": true,
4685 "frequency": 0,
4686 "displayValue": "sixteen",
4687 "displayValueParsed": true
4688 },
4689 {
4690 "index": 4,
4691 "headwordIndex": 0,
4692 "dictionary": "Test Dictionary 2",
4693 "dictionaryIndex": 0,
4694 "dictionaryAlias": "termsDictAlias",
4695 "hasReading": true,
4696 "frequency": 22,
4697 "displayValue": "twenty-two (22)",
4698 "displayValueParsed": true
4699 },
4700 {
4701 "index": 5,
4702 "headwordIndex": 0,
4703 "dictionary": "Test Dictionary 2",
4704 "dictionaryIndex": 0,
4705 "dictionaryAlias": "termsDictAlias",
4706 "hasReading": true,
4707 "frequency": 28,
4708 "displayValue": null,
4709 "displayValueParsed": false
4710 }
4711 ]
4712 },
4713 {
4714 "type": "term",
4715 "isPrimary": true,
4716 "textProcessorRuleChainCandidates": [
4717 []
4718 ],
4719 "inflectionRuleChainCandidates": [
4720 {
4721 "source": "algorithm",
4722 "inflectionRules": []
4723 }
4724 ],
4725 "score": 1,
4726 "frequencyOrder": 0,
4727 "dictionaryIndex": 0,
4728 "dictionaryAlias": "termsDictAlias",
4729 "sourceTermExactMatchCount": 0,
4730 "matchPrimaryReading": false,
4731 "maxOriginalTextLength": 2,
4732 "headwords": [
4733 {
4734 "index": 0,
4735 "term": "打つ",
4736 "reading": "うつ",
4737 "sources": [
4738 {
4739 "originalText": "うつ",
4740 "transformedText": "うつ",
4741 "deinflectedText": "うつ",
4742 "matchType": "exact",
4743 "matchSource": "reading",
4744 "isPrimary": true
4745 }
4746 ],
4747 "tags": [
4748 {
4749 "name": "E2",
4750 "category": "default",
4751 "order": 0,
4752 "score": 0,
4753 "content": [
4754 "example tag 2"
4755 ],
4756 "dictionaries": [
4757 "Test Dictionary 2"
4758 ],
4759 "redundant": false
4760 },
4761 {
4762 "name": "P",
4763 "category": "popular",
4764 "order": 0,
4765 "score": 0,
4766 "content": [
4767 "popular term"
4768 ],
4769 "dictionaries": [
4770 "Test Dictionary 2"
4771 ],
4772 "redundant": false
4773 }
4774 ],
4775 "wordClasses": [
4776 "v5"
4777 ]
4778 }
4779 ],
4780 "definitions": [
4781 {
4782 "index": 0,
4783 "headwordIndices": [
4784 0
4785 ],
4786 "dictionary": "Test Dictionary 2",
4787 "dictionaryIndex": 0,
4788 "dictionaryAlias": "termsDictAlias",
4789 "id": 4,
4790 "score": 1,
4791 "frequencyOrder": 0,
4792 "sequences": [
4793 3
4794 ],
4795 "isPrimary": true,
4796 "tags": [
4797 {
4798 "name": "vt",
4799 "category": "partOfSpeech",
4800 "order": 0,
4801 "score": 0,
4802 "content": [
4803 "transitive verb"
4804 ],
4805 "dictionaries": [
4806 "Test Dictionary 2"
4807 ],
4808 "redundant": false
4809 }
4810 ],
4811 "entries": [
4812 "utsu definition 3",
4813 "utsu definition 4"
4814 ]
4815 }
4816 ],
4817 "pronunciations": [],
4818 "frequencies": [
4819 {
4820 "index": 0,
4821 "headwordIndex": 0,
4822 "dictionary": "Test Dictionary 2",
4823 "dictionaryIndex": 0,
4824 "dictionaryAlias": "termsDictAlias",
4825 "hasReading": false,
4826 "frequency": 2,
4827 "displayValue": null,
4828 "displayValueParsed": false
4829 },
4830 {
4831 "index": 1,
4832 "headwordIndex": 0,
4833 "dictionary": "Test Dictionary 2",
4834 "dictionaryIndex": 0,
4835 "dictionaryAlias": "termsDictAlias",
4836 "hasReading": false,
4837 "frequency": 6,
4838 "displayValue": null,
4839 "displayValueParsed": false
4840 },
4841 {
4842 "index": 2,
4843 "headwordIndex": 0,
4844 "dictionary": "Test Dictionary 2",
4845 "dictionaryIndex": 0,
4846 "dictionaryAlias": "termsDictAlias",
4847 "hasReading": true,
4848 "frequency": 10,
4849 "displayValue": null,
4850 "displayValueParsed": false
4851 },
4852 {
4853 "index": 3,
4854 "headwordIndex": 0,
4855 "dictionary": "Test Dictionary 2",
4856 "dictionaryIndex": 0,
4857 "dictionaryAlias": "termsDictAlias",
4858 "hasReading": true,
4859 "frequency": 0,
4860 "displayValue": "sixteen",
4861 "displayValueParsed": true
4862 },
4863 {
4864 "index": 4,
4865 "headwordIndex": 0,
4866 "dictionary": "Test Dictionary 2",
4867 "dictionaryIndex": 0,
4868 "dictionaryAlias": "termsDictAlias",
4869 "hasReading": true,
4870 "frequency": 22,
4871 "displayValue": "twenty-two (22)",
4872 "displayValueParsed": true
4873 },
4874 {
4875 "index": 5,
4876 "headwordIndex": 0,
4877 "dictionary": "Test Dictionary 2",
4878 "dictionaryIndex": 0,
4879 "dictionaryAlias": "termsDictAlias",
4880 "hasReading": true,
4881 "frequency": 28,
4882 "displayValue": null,
4883 "displayValueParsed": false
4884 }
4885 ]
4886 }
4887 ]
4888 },
4889 {
4890 "name": "Find term using reading 4",
4891 "originalTextLength": 2,
4892 "dictionaryEntries": [
4893 {
4894 "type": "term",
4895 "isPrimary": true,
4896 "textProcessorRuleChainCandidates": [
4897 []
4898 ],
4899 "inflectionRuleChainCandidates": [
4900 {
4901 "source": "algorithm",
4902 "inflectionRules": []
4903 }
4904 ],
4905 "score": 10,
4906 "frequencyOrder": 0,
4907 "dictionaryIndex": 0,
4908 "dictionaryAlias": "termsDictAlias",
4909 "sourceTermExactMatchCount": 0,
4910 "matchPrimaryReading": false,
4911 "maxOriginalTextLength": 2,
4912 "headwords": [
4913 {
4914 "index": 0,
4915 "term": "打つ",
4916 "reading": "ぶつ",
4917 "sources": [
4918 {
4919 "originalText": "ぶつ",
4920 "transformedText": "ぶつ",
4921 "deinflectedText": "ぶつ",
4922 "matchType": "exact",
4923 "matchSource": "reading",
4924 "isPrimary": true
4925 }
4926 ],
4927 "tags": [
4928 {
4929 "name": "E1",
4930 "category": "default",
4931 "order": 0,
4932 "score": 0,
4933 "content": [
4934 "example tag 1"
4935 ],
4936 "dictionaries": [
4937 "Test Dictionary 2"
4938 ],
4939 "redundant": false
4940 },
4941 {
4942 "name": "P",
4943 "category": "popular",
4944 "order": 0,
4945 "score": 0,
4946 "content": [
4947 "popular term"
4948 ],
4949 "dictionaries": [
4950 "Test Dictionary 2"
4951 ],
4952 "redundant": false
4953 }
4954 ],
4955 "wordClasses": [
4956 "v5"
4957 ]
4958 }
4959 ],
4960 "definitions": [
4961 {
4962 "index": 0,
4963 "headwordIndices": [
4964 0
4965 ],
4966 "dictionary": "Test Dictionary 2",
4967 "dictionaryIndex": 0,
4968 "dictionaryAlias": "termsDictAlias",
4969 "id": 5,
4970 "score": 10,
4971 "frequencyOrder": 0,
4972 "sequences": [
4973 3
4974 ],
4975 "isPrimary": true,
4976 "tags": [
4977 {
4978 "name": "vt",
4979 "category": "partOfSpeech",
4980 "order": 0,
4981 "score": 0,
4982 "content": [
4983 "transitive verb"
4984 ],
4985 "dictionaries": [
4986 "Test Dictionary 2"
4987 ],
4988 "redundant": false
4989 }
4990 ],
4991 "entries": [
4992 "butsu definition 1",
4993 "butsu definition 2"
4994 ]
4995 }
4996 ],
4997 "pronunciations": [],
4998 "frequencies": [
4999 {
5000 "index": 0,
5001 "headwordIndex": 0,
5002 "dictionary": "Test Dictionary 2",
5003 "dictionaryIndex": 0,
5004 "dictionaryAlias": "termsDictAlias",
5005 "hasReading": false,
5006 "frequency": 2,
5007 "displayValue": null,
5008 "displayValueParsed": false
5009 },
5010 {
5011 "index": 1,
5012 "headwordIndex": 0,
5013 "dictionary": "Test Dictionary 2",
5014 "dictionaryIndex": 0,
5015 "dictionaryAlias": "termsDictAlias",
5016 "hasReading": false,
5017 "frequency": 6,
5018 "displayValue": null,
5019 "displayValueParsed": false
5020 },
5021 {
5022 "index": 2,
5023 "headwordIndex": 0,
5024 "dictionary": "Test Dictionary 2",
5025 "dictionaryIndex": 0,
5026 "dictionaryAlias": "termsDictAlias",
5027 "hasReading": true,
5028 "frequency": 11,
5029 "displayValue": null,
5030 "displayValueParsed": false
5031 },
5032 {
5033 "index": 3,
5034 "headwordIndex": 0,
5035 "dictionary": "Test Dictionary 2",
5036 "dictionaryIndex": 0,
5037 "dictionaryAlias": "termsDictAlias",
5038 "hasReading": true,
5039 "frequency": 0,
5040 "displayValue": "seventeen",
5041 "displayValueParsed": true
5042 },
5043 {
5044 "index": 4,
5045 "headwordIndex": 0,
5046 "dictionary": "Test Dictionary 2",
5047 "dictionaryIndex": 0,
5048 "dictionaryAlias": "termsDictAlias",
5049 "hasReading": true,
5050 "frequency": 23,
5051 "displayValue": "twenty-three (23)",
5052 "displayValueParsed": true
5053 },
5054 {
5055 "index": 5,
5056 "headwordIndex": 0,
5057 "dictionary": "Test Dictionary 2",
5058 "dictionaryIndex": 0,
5059 "dictionaryAlias": "termsDictAlias",
5060 "hasReading": true,
5061 "frequency": 29,
5062 "displayValue": "twenty-nine",
5063 "displayValueParsed": false
5064 }
5065 ]
5066 },
5067 {
5068 "type": "term",
5069 "isPrimary": true,
5070 "textProcessorRuleChainCandidates": [
5071 []
5072 ],
5073 "inflectionRuleChainCandidates": [
5074 {
5075 "source": "algorithm",
5076 "inflectionRules": []
5077 }
5078 ],
5079 "score": 1,
5080 "frequencyOrder": 0,
5081 "dictionaryIndex": 0,
5082 "dictionaryAlias": "termsDictAlias",
5083 "sourceTermExactMatchCount": 0,
5084 "matchPrimaryReading": false,
5085 "maxOriginalTextLength": 2,
5086 "headwords": [
5087 {
5088 "index": 0,
5089 "term": "打つ",
5090 "reading": "ぶつ",
5091 "sources": [
5092 {
5093 "originalText": "ぶつ",
5094 "transformedText": "ぶつ",
5095 "deinflectedText": "ぶつ",
5096 "matchType": "exact",
5097 "matchSource": "reading",
5098 "isPrimary": true
5099 }
5100 ],
5101 "tags": [
5102 {
5103 "name": "E2",
5104 "category": "default",
5105 "order": 0,
5106 "score": 0,
5107 "content": [
5108 "example tag 2"
5109 ],
5110 "dictionaries": [
5111 "Test Dictionary 2"
5112 ],
5113 "redundant": false
5114 },
5115 {
5116 "name": "P",
5117 "category": "popular",
5118 "order": 0,
5119 "score": 0,
5120 "content": [
5121 "popular term"
5122 ],
5123 "dictionaries": [
5124 "Test Dictionary 2"
5125 ],
5126 "redundant": false
5127 }
5128 ],
5129 "wordClasses": [
5130 "v5"
5131 ]
5132 }
5133 ],
5134 "definitions": [
5135 {
5136 "index": 0,
5137 "headwordIndices": [
5138 0
5139 ],
5140 "dictionary": "Test Dictionary 2",
5141 "dictionaryIndex": 0,
5142 "dictionaryAlias": "termsDictAlias",
5143 "id": 6,
5144 "score": 1,
5145 "frequencyOrder": 0,
5146 "sequences": [
5147 3
5148 ],
5149 "isPrimary": true,
5150 "tags": [
5151 {
5152 "name": "vt",
5153 "category": "partOfSpeech",
5154 "order": 0,
5155 "score": 0,
5156 "content": [
5157 "transitive verb"
5158 ],
5159 "dictionaries": [
5160 "Test Dictionary 2"
5161 ],
5162 "redundant": false
5163 }
5164 ],
5165 "entries": [
5166 "butsu definition 3",
5167 "butsu definition 4"
5168 ]
5169 }
5170 ],
5171 "pronunciations": [],
5172 "frequencies": [
5173 {
5174 "index": 0,
5175 "headwordIndex": 0,
5176 "dictionary": "Test Dictionary 2",
5177 "dictionaryIndex": 0,
5178 "dictionaryAlias": "termsDictAlias",
5179 "hasReading": false,
5180 "frequency": 2,
5181 "displayValue": null,
5182 "displayValueParsed": false
5183 },
5184 {
5185 "index": 1,
5186 "headwordIndex": 0,
5187 "dictionary": "Test Dictionary 2",
5188 "dictionaryIndex": 0,
5189 "dictionaryAlias": "termsDictAlias",
5190 "hasReading": false,
5191 "frequency": 6,
5192 "displayValue": null,
5193 "displayValueParsed": false
5194 },
5195 {
5196 "index": 2,
5197 "headwordIndex": 0,
5198 "dictionary": "Test Dictionary 2",
5199 "dictionaryIndex": 0,
5200 "dictionaryAlias": "termsDictAlias",
5201 "hasReading": true,
5202 "frequency": 11,
5203 "displayValue": null,
5204 "displayValueParsed": false
5205 },
5206 {
5207 "index": 3,
5208 "headwordIndex": 0,
5209 "dictionary": "Test Dictionary 2",
5210 "dictionaryIndex": 0,
5211 "dictionaryAlias": "termsDictAlias",
5212 "hasReading": true,
5213 "frequency": 0,
5214 "displayValue": "seventeen",
5215 "displayValueParsed": true
5216 },
5217 {
5218 "index": 4,
5219 "headwordIndex": 0,
5220 "dictionary": "Test Dictionary 2",
5221 "dictionaryIndex": 0,
5222 "dictionaryAlias": "termsDictAlias",
5223 "hasReading": true,
5224 "frequency": 23,
5225 "displayValue": "twenty-three (23)",
5226 "displayValueParsed": true
5227 },
5228 {
5229 "index": 5,
5230 "headwordIndex": 0,
5231 "dictionary": "Test Dictionary 2",
5232 "dictionaryIndex": 0,
5233 "dictionaryAlias": "termsDictAlias",
5234 "hasReading": true,
5235 "frequency": 29,
5236 "displayValue": "twenty-nine",
5237 "displayValueParsed": false
5238 }
5239 ]
5240 }
5241 ]
5242 },
5243 {
5244 "name": "Find term using reading 5",
5245 "originalTextLength": 4,
5246 "dictionaryEntries": [
5247 {
5248 "type": "term",
5249 "isPrimary": true,
5250 "textProcessorRuleChainCandidates": [
5251 []
5252 ],
5253 "inflectionRuleChainCandidates": [
5254 {
5255 "source": "algorithm",
5256 "inflectionRules": []
5257 }
5258 ],
5259 "score": 10,
5260 "frequencyOrder": 0,
5261 "dictionaryIndex": 0,
5262 "dictionaryAlias": "termsDictAlias",
5263 "sourceTermExactMatchCount": 0,
5264 "matchPrimaryReading": false,
5265 "maxOriginalTextLength": 4,
5266 "headwords": [
5267 {
5268 "index": 0,
5269 "term": "打ち込む",
5270 "reading": "うちこむ",
5271 "sources": [
5272 {
5273 "originalText": "うちこむ",
5274 "transformedText": "うちこむ",
5275 "deinflectedText": "うちこむ",
5276 "matchType": "exact",
5277 "matchSource": "reading",
5278 "isPrimary": true
5279 }
5280 ],
5281 "tags": [
5282 {
5283 "name": "E1",
5284 "category": "default",
5285 "order": 0,
5286 "score": 0,
5287 "content": [
5288 "example tag 1"
5289 ],
5290 "dictionaries": [
5291 "Test Dictionary 2"
5292 ],
5293 "redundant": false
5294 },
5295 {
5296 "name": "P",
5297 "category": "popular",
5298 "order": 0,
5299 "score": 0,
5300 "content": [
5301 "popular term"
5302 ],
5303 "dictionaries": [
5304 "Test Dictionary 2"
5305 ],
5306 "redundant": false
5307 }
5308 ],
5309 "wordClasses": [
5310 "v5"
5311 ]
5312 }
5313 ],
5314 "definitions": [
5315 {
5316 "index": 0,
5317 "headwordIndices": [
5318 0
5319 ],
5320 "dictionary": "Test Dictionary 2",
5321 "dictionaryIndex": 0,
5322 "dictionaryAlias": "termsDictAlias",
5323 "id": 7,
5324 "score": 10,
5325 "frequencyOrder": 0,
5326 "sequences": [
5327 4
5328 ],
5329 "isPrimary": true,
5330 "tags": [
5331 {
5332 "name": "vt",
5333 "category": "partOfSpeech",
5334 "order": 0,
5335 "score": 0,
5336 "content": [
5337 "transitive verb"
5338 ],
5339 "dictionaries": [
5340 "Test Dictionary 2"
5341 ],
5342 "redundant": false
5343 }
5344 ],
5345 "entries": [
5346 "uchikomu definition 1",
5347 "uchikomu definition 2"
5348 ]
5349 }
5350 ],
5351 "pronunciations": [
5352 {
5353 "index": 0,
5354 "headwordIndex": 0,
5355 "dictionary": "Test Dictionary 2",
5356 "dictionaryIndex": 0,
5357 "dictionaryAlias": "termsDictAlias",
5358 "pronunciations": [
5359 {
5360 "type": "pitch-accent",
5361 "positions": 0,
5362 "nasalPositions": [],
5363 "devoicePositions": [],
5364 "tags": []
5365 },
5366 {
5367 "type": "pitch-accent",
5368 "positions": 3,
5369 "nasalPositions": [],
5370 "devoicePositions": [],
5371 "tags": []
5372 }
5373 ]
5374 },
5375 {
5376 "index": 1,
5377 "headwordIndex": 0,
5378 "dictionary": "Test Dictionary 2",
5379 "dictionaryIndex": 0,
5380 "dictionaryAlias": "termsDictAlias",
5381 "pronunciations": [
5382 {
5383 "type": "pitch-accent",
5384 "positions": "HHHHH",
5385 "nasalPositions": [],
5386 "devoicePositions": [],
5387 "tags": []
5388 },
5389 {
5390 "type": "pitch-accent",
5391 "positions": "HHHHL",
5392 "nasalPositions": [],
5393 "devoicePositions": [],
5394 "tags": []
5395 },
5396 {
5397 "type": "pitch-accent",
5398 "positions": "HHHH",
5399 "nasalPositions": [],
5400 "devoicePositions": [],
5401 "tags": []
5402 },
5403 {
5404 "type": "pitch-accent",
5405 "positions": "HHHL",
5406 "nasalPositions": [],
5407 "devoicePositions": [],
5408 "tags": []
5409 },
5410 {
5411 "type": "pitch-accent",
5412 "positions": "HHLH",
5413 "nasalPositions": [],
5414 "devoicePositions": [],
5415 "tags": []
5416 },
5417 {
5418 "type": "pitch-accent",
5419 "positions": "HHLL",
5420 "nasalPositions": [],
5421 "devoicePositions": [
5422 2
5423 ],
5424 "tags": []
5425 },
5426 {
5427 "type": "pitch-accent",
5428 "positions": "HLHH",
5429 "nasalPositions": [],
5430 "devoicePositions": [],
5431 "tags": []
5432 },
5433 {
5434 "type": "pitch-accent",
5435 "positions": "HLHL",
5436 "nasalPositions": [],
5437 "devoicePositions": [],
5438 "tags": []
5439 },
5440 {
5441 "type": "pitch-accent",
5442 "positions": "HLLH",
5443 "nasalPositions": [],
5444 "devoicePositions": [],
5445 "tags": []
5446 },
5447 {
5448 "type": "pitch-accent",
5449 "positions": "HLLL",
5450 "nasalPositions": [
5451 3
5452 ],
5453 "devoicePositions": [],
5454 "tags": []
5455 },
5456 {
5457 "type": "pitch-accent",
5458 "positions": "LHHH",
5459 "nasalPositions": [],
5460 "devoicePositions": [],
5461 "tags": []
5462 },
5463 {
5464 "type": "pitch-accent",
5465 "positions": "LHHL",
5466 "nasalPositions": [],
5467 "devoicePositions": [],
5468 "tags": []
5469 },
5470 {
5471 "type": "pitch-accent",
5472 "positions": "LHLH",
5473 "nasalPositions": [],
5474 "devoicePositions": [],
5475 "tags": []
5476 },
5477 {
5478 "type": "pitch-accent",
5479 "positions": "LHLL",
5480 "nasalPositions": [
5481 3
5482 ],
5483 "devoicePositions": [
5484 2
5485 ],
5486 "tags": []
5487 },
5488 {
5489 "type": "pitch-accent",
5490 "positions": "LLHH",
5491 "nasalPositions": [],
5492 "devoicePositions": [],
5493 "tags": []
5494 },
5495 {
5496 "type": "pitch-accent",
5497 "positions": "LLHL",
5498 "nasalPositions": [],
5499 "devoicePositions": [],
5500 "tags": []
5501 },
5502 {
5503 "type": "pitch-accent",
5504 "positions": "LLLH",
5505 "nasalPositions": [],
5506 "devoicePositions": [],
5507 "tags": []
5508 },
5509 {
5510 "type": "pitch-accent",
5511 "positions": "LLLL",
5512 "nasalPositions": [],
5513 "devoicePositions": [],
5514 "tags": []
5515 }
5516 ]
5517 }
5518 ],
5519 "frequencies": [
5520 {
5521 "index": 0,
5522 "headwordIndex": 0,
5523 "dictionary": "Test Dictionary 2",
5524 "dictionaryIndex": 0,
5525 "dictionaryAlias": "termsDictAlias",
5526 "hasReading": false,
5527 "frequency": 3,
5528 "displayValue": null,
5529 "displayValueParsed": false
5530 },
5531 {
5532 "index": 1,
5533 "headwordIndex": 0,
5534 "dictionary": "Test Dictionary 2",
5535 "dictionaryIndex": 0,
5536 "dictionaryAlias": "termsDictAlias",
5537 "hasReading": false,
5538 "frequency": 7,
5539 "displayValue": "seven",
5540 "displayValueParsed": false
5541 },
5542 {
5543 "index": 2,
5544 "headwordIndex": 0,
5545 "dictionary": "Test Dictionary 2",
5546 "dictionaryIndex": 0,
5547 "dictionaryAlias": "termsDictAlias",
5548 "hasReading": true,
5549 "frequency": 12,
5550 "displayValue": null,
5551 "displayValueParsed": false
5552 },
5553 {
5554 "index": 3,
5555 "headwordIndex": 0,
5556 "dictionary": "Test Dictionary 2",
5557 "dictionaryIndex": 0,
5558 "dictionaryAlias": "termsDictAlias",
5559 "hasReading": true,
5560 "frequency": 0,
5561 "displayValue": "eighteen",
5562 "displayValueParsed": true
5563 },
5564 {
5565 "index": 4,
5566 "headwordIndex": 0,
5567 "dictionary": "Test Dictionary 2",
5568 "dictionaryIndex": 0,
5569 "dictionaryAlias": "termsDictAlias",
5570 "hasReading": true,
5571 "frequency": 24,
5572 "displayValue": "twenty-four (24)",
5573 "displayValueParsed": true
5574 },
5575 {
5576 "index": 5,
5577 "headwordIndex": 0,
5578 "dictionary": "Test Dictionary 2",
5579 "dictionaryIndex": 0,
5580 "dictionaryAlias": "termsDictAlias",
5581 "hasReading": true,
5582 "frequency": 30,
5583 "displayValue": null,
5584 "displayValueParsed": false
5585 }
5586 ]
5587 },
5588 {
5589 "type": "term",
5590 "isPrimary": true,
5591 "textProcessorRuleChainCandidates": [
5592 []
5593 ],
5594 "inflectionRuleChainCandidates": [
5595 {
5596 "source": "algorithm",
5597 "inflectionRules": []
5598 }
5599 ],
5600 "score": 1,
5601 "frequencyOrder": 0,
5602 "dictionaryIndex": 0,
5603 "dictionaryAlias": "termsDictAlias",
5604 "sourceTermExactMatchCount": 0,
5605 "matchPrimaryReading": false,
5606 "maxOriginalTextLength": 4,
5607 "headwords": [
5608 {
5609 "index": 0,
5610 "term": "打ち込む",
5611 "reading": "うちこむ",
5612 "sources": [
5613 {
5614 "originalText": "うちこむ",
5615 "transformedText": "うちこむ",
5616 "deinflectedText": "うちこむ",
5617 "matchType": "exact",
5618 "matchSource": "reading",
5619 "isPrimary": true
5620 }
5621 ],
5622 "tags": [
5623 {
5624 "name": "E2",
5625 "category": "default",
5626 "order": 0,
5627 "score": 0,
5628 "content": [
5629 "example tag 2"
5630 ],
5631 "dictionaries": [
5632 "Test Dictionary 2"
5633 ],
5634 "redundant": false
5635 },
5636 {
5637 "name": "P",
5638 "category": "popular",
5639 "order": 0,
5640 "score": 0,
5641 "content": [
5642 "popular term"
5643 ],
5644 "dictionaries": [
5645 "Test Dictionary 2"
5646 ],
5647 "redundant": false
5648 }
5649 ],
5650 "wordClasses": [
5651 "v5"
5652 ]
5653 }
5654 ],
5655 "definitions": [
5656 {
5657 "index": 0,
5658 "headwordIndices": [
5659 0
5660 ],
5661 "dictionary": "Test Dictionary 2",
5662 "dictionaryIndex": 0,
5663 "dictionaryAlias": "termsDictAlias",
5664 "id": 8,
5665 "score": 1,
5666 "frequencyOrder": 0,
5667 "sequences": [
5668 4
5669 ],
5670 "isPrimary": true,
5671 "tags": [
5672 {
5673 "name": "vt",
5674 "category": "partOfSpeech",
5675 "order": 0,
5676 "score": 0,
5677 "content": [
5678 "transitive verb"
5679 ],
5680 "dictionaries": [
5681 "Test Dictionary 2"
5682 ],
5683 "redundant": false
5684 }
5685 ],
5686 "entries": [
5687 "uchikomu definition 3",
5688 "uchikomu definition 4"
5689 ]
5690 }
5691 ],
5692 "pronunciations": [
5693 {
5694 "index": 0,
5695 "headwordIndex": 0,
5696 "dictionary": "Test Dictionary 2",
5697 "dictionaryIndex": 0,
5698 "dictionaryAlias": "termsDictAlias",
5699 "pronunciations": [
5700 {
5701 "type": "pitch-accent",
5702 "positions": 0,
5703 "nasalPositions": [],
5704 "devoicePositions": [],
5705 "tags": []
5706 },
5707 {
5708 "type": "pitch-accent",
5709 "positions": 3,
5710 "nasalPositions": [],
5711 "devoicePositions": [],
5712 "tags": []
5713 }
5714 ]
5715 },
5716 {
5717 "index": 1,
5718 "headwordIndex": 0,
5719 "dictionary": "Test Dictionary 2",
5720 "dictionaryIndex": 0,
5721 "dictionaryAlias": "termsDictAlias",
5722 "pronunciations": [
5723 {
5724 "type": "pitch-accent",
5725 "positions": "HHHHH",
5726 "nasalPositions": [],
5727 "devoicePositions": [],
5728 "tags": []
5729 },
5730 {
5731 "type": "pitch-accent",
5732 "positions": "HHHHL",
5733 "nasalPositions": [],
5734 "devoicePositions": [],
5735 "tags": []
5736 },
5737 {
5738 "type": "pitch-accent",
5739 "positions": "HHHH",
5740 "nasalPositions": [],
5741 "devoicePositions": [],
5742 "tags": []
5743 },
5744 {
5745 "type": "pitch-accent",
5746 "positions": "HHHL",
5747 "nasalPositions": [],
5748 "devoicePositions": [],
5749 "tags": []
5750 },
5751 {
5752 "type": "pitch-accent",
5753 "positions": "HHLH",
5754 "nasalPositions": [],
5755 "devoicePositions": [],
5756 "tags": []
5757 },
5758 {
5759 "type": "pitch-accent",
5760 "positions": "HHLL",
5761 "nasalPositions": [],
5762 "devoicePositions": [
5763 2
5764 ],
5765 "tags": []
5766 },
5767 {
5768 "type": "pitch-accent",
5769 "positions": "HLHH",
5770 "nasalPositions": [],
5771 "devoicePositions": [],
5772 "tags": []
5773 },
5774 {
5775 "type": "pitch-accent",
5776 "positions": "HLHL",
5777 "nasalPositions": [],
5778 "devoicePositions": [],
5779 "tags": []
5780 },
5781 {
5782 "type": "pitch-accent",
5783 "positions": "HLLH",
5784 "nasalPositions": [],
5785 "devoicePositions": [],
5786 "tags": []
5787 },
5788 {
5789 "type": "pitch-accent",
5790 "positions": "HLLL",
5791 "nasalPositions": [
5792 3
5793 ],
5794 "devoicePositions": [],
5795 "tags": []
5796 },
5797 {
5798 "type": "pitch-accent",
5799 "positions": "LHHH",
5800 "nasalPositions": [],
5801 "devoicePositions": [],
5802 "tags": []
5803 },
5804 {
5805 "type": "pitch-accent",
5806 "positions": "LHHL",
5807 "nasalPositions": [],
5808 "devoicePositions": [],
5809 "tags": []
5810 },
5811 {
5812 "type": "pitch-accent",
5813 "positions": "LHLH",
5814 "nasalPositions": [],
5815 "devoicePositions": [],
5816 "tags": []
5817 },
5818 {
5819 "type": "pitch-accent",
5820 "positions": "LHLL",
5821 "nasalPositions": [
5822 3
5823 ],
5824 "devoicePositions": [
5825 2
5826 ],
5827 "tags": []
5828 },
5829 {
5830 "type": "pitch-accent",
5831 "positions": "LLHH",
5832 "nasalPositions": [],
5833 "devoicePositions": [],
5834 "tags": []
5835 },
5836 {
5837 "type": "pitch-accent",
5838 "positions": "LLHL",
5839 "nasalPositions": [],
5840 "devoicePositions": [],
5841 "tags": []
5842 },
5843 {
5844 "type": "pitch-accent",
5845 "positions": "LLLH",
5846 "nasalPositions": [],
5847 "devoicePositions": [],
5848 "tags": []
5849 },
5850 {
5851 "type": "pitch-accent",
5852 "positions": "LLLL",
5853 "nasalPositions": [],
5854 "devoicePositions": [],
5855 "tags": []
5856 }
5857 ]
5858 }
5859 ],
5860 "frequencies": [
5861 {
5862 "index": 0,
5863 "headwordIndex": 0,
5864 "dictionary": "Test Dictionary 2",
5865 "dictionaryIndex": 0,
5866 "dictionaryAlias": "termsDictAlias",
5867 "hasReading": false,
5868 "frequency": 3,
5869 "displayValue": null,
5870 "displayValueParsed": false
5871 },
5872 {
5873 "index": 1,
5874 "headwordIndex": 0,
5875 "dictionary": "Test Dictionary 2",
5876 "dictionaryIndex": 0,
5877 "dictionaryAlias": "termsDictAlias",
5878 "hasReading": false,
5879 "frequency": 7,
5880 "displayValue": "seven",
5881 "displayValueParsed": false
5882 },
5883 {
5884 "index": 2,
5885 "headwordIndex": 0,
5886 "dictionary": "Test Dictionary 2",
5887 "dictionaryIndex": 0,
5888 "dictionaryAlias": "termsDictAlias",
5889 "hasReading": true,
5890 "frequency": 12,
5891 "displayValue": null,
5892 "displayValueParsed": false
5893 },
5894 {
5895 "index": 3,
5896 "headwordIndex": 0,
5897 "dictionary": "Test Dictionary 2",
5898 "dictionaryIndex": 0,
5899 "dictionaryAlias": "termsDictAlias",
5900 "hasReading": true,
5901 "frequency": 0,
5902 "displayValue": "eighteen",
5903 "displayValueParsed": true
5904 },
5905 {
5906 "index": 4,
5907 "headwordIndex": 0,
5908 "dictionary": "Test Dictionary 2",
5909 "dictionaryIndex": 0,
5910 "dictionaryAlias": "termsDictAlias",
5911 "hasReading": true,
5912 "frequency": 24,
5913 "displayValue": "twenty-four (24)",
5914 "displayValueParsed": true
5915 },
5916 {
5917 "index": 5,
5918 "headwordIndex": 0,
5919 "dictionary": "Test Dictionary 2",
5920 "dictionaryIndex": 0,
5921 "dictionaryAlias": "termsDictAlias",
5922 "hasReading": true,
5923 "frequency": 30,
5924 "displayValue": null,
5925 "displayValueParsed": false
5926 }
5927 ]
5928 },
5929 {
5930 "type": "term",
5931 "isPrimary": true,
5932 "textProcessorRuleChainCandidates": [
5933 []
5934 ],
5935 "inflectionRuleChainCandidates": [
5936 {
5937 "source": "algorithm",
5938 "inflectionRules": [
5939 {
5940 "name": "continuative",
5941 "description": "Used to indicate actions that are (being) carried out.\nRefers to 連用形, the part of the verb after conjugating with -ます and dropping ます."
5942 }
5943 ]
5944 }
5945 ],
5946 "score": 10,
5947 "frequencyOrder": 0,
5948 "dictionaryIndex": 0,
5949 "dictionaryAlias": "termsDictAlias",
5950 "sourceTermExactMatchCount": 0,
5951 "matchPrimaryReading": false,
5952 "maxOriginalTextLength": 2,
5953 "headwords": [
5954 {
5955 "index": 0,
5956 "term": "打つ",
5957 "reading": "うつ",
5958 "sources": [
5959 {
5960 "originalText": "うち",
5961 "transformedText": "うち",
5962 "deinflectedText": "うつ",
5963 "matchType": "exact",
5964 "matchSource": "reading",
5965 "isPrimary": true
5966 }
5967 ],
5968 "tags": [
5969 {
5970 "name": "E1",
5971 "category": "default",
5972 "order": 0,
5973 "score": 0,
5974 "content": [
5975 "example tag 1"
5976 ],
5977 "dictionaries": [
5978 "Test Dictionary 2"
5979 ],
5980 "redundant": false
5981 },
5982 {
5983 "name": "P",
5984 "category": "popular",
5985 "order": 0,
5986 "score": 0,
5987 "content": [
5988 "popular term"
5989 ],
5990 "dictionaries": [
5991 "Test Dictionary 2"
5992 ],
5993 "redundant": false
5994 }
5995 ],
5996 "wordClasses": [
5997 "v5"
5998 ]
5999 }
6000 ],
6001 "definitions": [
6002 {
6003 "index": 0,
6004 "headwordIndices": [
6005 0
6006 ],
6007 "dictionary": "Test Dictionary 2",
6008 "dictionaryIndex": 0,
6009 "dictionaryAlias": "termsDictAlias",
6010 "id": 3,
6011 "score": 10,
6012 "frequencyOrder": 0,
6013 "sequences": [
6014 3
6015 ],
6016 "isPrimary": true,
6017 "tags": [
6018 {
6019 "name": "vt",
6020 "category": "partOfSpeech",
6021 "order": 0,
6022 "score": 0,
6023 "content": [
6024 "transitive verb"
6025 ],
6026 "dictionaries": [
6027 "Test Dictionary 2"
6028 ],
6029 "redundant": false
6030 }
6031 ],
6032 "entries": [
6033 "utsu definition 1",
6034 "utsu definition 2"
6035 ]
6036 }
6037 ],
6038 "pronunciations": [],
6039 "frequencies": [
6040 {
6041 "index": 0,
6042 "headwordIndex": 0,
6043 "dictionary": "Test Dictionary 2",
6044 "dictionaryIndex": 0,
6045 "dictionaryAlias": "termsDictAlias",
6046 "hasReading": false,
6047 "frequency": 2,
6048 "displayValue": null,
6049 "displayValueParsed": false
6050 },
6051 {
6052 "index": 1,
6053 "headwordIndex": 0,
6054 "dictionary": "Test Dictionary 2",
6055 "dictionaryIndex": 0,
6056 "dictionaryAlias": "termsDictAlias",
6057 "hasReading": false,
6058 "frequency": 6,
6059 "displayValue": null,
6060 "displayValueParsed": false
6061 },
6062 {
6063 "index": 2,
6064 "headwordIndex": 0,
6065 "dictionary": "Test Dictionary 2",
6066 "dictionaryIndex": 0,
6067 "dictionaryAlias": "termsDictAlias",
6068 "hasReading": true,
6069 "frequency": 10,
6070 "displayValue": null,
6071 "displayValueParsed": false
6072 },
6073 {
6074 "index": 3,
6075 "headwordIndex": 0,
6076 "dictionary": "Test Dictionary 2",
6077 "dictionaryIndex": 0,
6078 "dictionaryAlias": "termsDictAlias",
6079 "hasReading": true,
6080 "frequency": 0,
6081 "displayValue": "sixteen",
6082 "displayValueParsed": true
6083 },
6084 {
6085 "index": 4,
6086 "headwordIndex": 0,
6087 "dictionary": "Test Dictionary 2",
6088 "dictionaryIndex": 0,
6089 "dictionaryAlias": "termsDictAlias",
6090 "hasReading": true,
6091 "frequency": 22,
6092 "displayValue": "twenty-two (22)",
6093 "displayValueParsed": true
6094 },
6095 {
6096 "index": 5,
6097 "headwordIndex": 0,
6098 "dictionary": "Test Dictionary 2",
6099 "dictionaryIndex": 0,
6100 "dictionaryAlias": "termsDictAlias",
6101 "hasReading": true,
6102 "frequency": 28,
6103 "displayValue": null,
6104 "displayValueParsed": false
6105 }
6106 ]
6107 },
6108 {
6109 "type": "term",
6110 "isPrimary": true,
6111 "textProcessorRuleChainCandidates": [
6112 []
6113 ],
6114 "inflectionRuleChainCandidates": [
6115 {
6116 "source": "algorithm",
6117 "inflectionRules": [
6118 {
6119 "name": "continuative",
6120 "description": "Used to indicate actions that are (being) carried out.\nRefers to 連用形, the part of the verb after conjugating with -ます and dropping ます."
6121 }
6122 ]
6123 }
6124 ],
6125 "score": 1,
6126 "frequencyOrder": 0,
6127 "dictionaryIndex": 0,
6128 "dictionaryAlias": "termsDictAlias",
6129 "sourceTermExactMatchCount": 0,
6130 "matchPrimaryReading": false,
6131 "maxOriginalTextLength": 2,
6132 "headwords": [
6133 {
6134 "index": 0,
6135 "term": "打つ",
6136 "reading": "うつ",
6137 "sources": [
6138 {
6139 "originalText": "うち",
6140 "transformedText": "うち",
6141 "deinflectedText": "うつ",
6142 "matchType": "exact",
6143 "matchSource": "reading",
6144 "isPrimary": true
6145 }
6146 ],
6147 "tags": [
6148 {
6149 "name": "E2",
6150 "category": "default",
6151 "order": 0,
6152 "score": 0,
6153 "content": [
6154 "example tag 2"
6155 ],
6156 "dictionaries": [
6157 "Test Dictionary 2"
6158 ],
6159 "redundant": false
6160 },
6161 {
6162 "name": "P",
6163 "category": "popular",
6164 "order": 0,
6165 "score": 0,
6166 "content": [
6167 "popular term"
6168 ],
6169 "dictionaries": [
6170 "Test Dictionary 2"
6171 ],
6172 "redundant": false
6173 }
6174 ],
6175 "wordClasses": [
6176 "v5"
6177 ]
6178 }
6179 ],
6180 "definitions": [
6181 {
6182 "index": 0,
6183 "headwordIndices": [
6184 0
6185 ],
6186 "dictionary": "Test Dictionary 2",
6187 "dictionaryIndex": 0,
6188 "dictionaryAlias": "termsDictAlias",
6189 "id": 4,
6190 "score": 1,
6191 "frequencyOrder": 0,
6192 "sequences": [
6193 3
6194 ],
6195 "isPrimary": true,
6196 "tags": [
6197 {
6198 "name": "vt",
6199 "category": "partOfSpeech",
6200 "order": 0,
6201 "score": 0,
6202 "content": [
6203 "transitive verb"
6204 ],
6205 "dictionaries": [
6206 "Test Dictionary 2"
6207 ],
6208 "redundant": false
6209 }
6210 ],
6211 "entries": [
6212 "utsu definition 3",
6213 "utsu definition 4"
6214 ]
6215 }
6216 ],
6217 "pronunciations": [],
6218 "frequencies": [
6219 {
6220 "index": 0,
6221 "headwordIndex": 0,
6222 "dictionary": "Test Dictionary 2",
6223 "dictionaryIndex": 0,
6224 "dictionaryAlias": "termsDictAlias",
6225 "hasReading": false,
6226 "frequency": 2,
6227 "displayValue": null,
6228 "displayValueParsed": false
6229 },
6230 {
6231 "index": 1,
6232 "headwordIndex": 0,
6233 "dictionary": "Test Dictionary 2",
6234 "dictionaryIndex": 0,
6235 "dictionaryAlias": "termsDictAlias",
6236 "hasReading": false,
6237 "frequency": 6,
6238 "displayValue": null,
6239 "displayValueParsed": false
6240 },
6241 {
6242 "index": 2,
6243 "headwordIndex": 0,
6244 "dictionary": "Test Dictionary 2",
6245 "dictionaryIndex": 0,
6246 "dictionaryAlias": "termsDictAlias",
6247 "hasReading": true,
6248 "frequency": 10,
6249 "displayValue": null,
6250 "displayValueParsed": false
6251 },
6252 {
6253 "index": 3,
6254 "headwordIndex": 0,
6255 "dictionary": "Test Dictionary 2",
6256 "dictionaryIndex": 0,
6257 "dictionaryAlias": "termsDictAlias",
6258 "hasReading": true,
6259 "frequency": 0,
6260 "displayValue": "sixteen",
6261 "displayValueParsed": true
6262 },
6263 {
6264 "index": 4,
6265 "headwordIndex": 0,
6266 "dictionary": "Test Dictionary 2",
6267 "dictionaryIndex": 0,
6268 "dictionaryAlias": "termsDictAlias",
6269 "hasReading": true,
6270 "frequency": 22,
6271 "displayValue": "twenty-two (22)",
6272 "displayValueParsed": true
6273 },
6274 {
6275 "index": 5,
6276 "headwordIndex": 0,
6277 "dictionary": "Test Dictionary 2",
6278 "dictionaryIndex": 0,
6279 "dictionaryAlias": "termsDictAlias",
6280 "hasReading": true,
6281 "frequency": 28,
6282 "displayValue": null,
6283 "displayValueParsed": false
6284 }
6285 ]
6286 }
6287 ]
6288 },
6289 {
6290 "name": "Find term using reading 6",
6291 "originalTextLength": 4,
6292 "dictionaryEntries": [
6293 {
6294 "type": "term",
6295 "isPrimary": true,
6296 "textProcessorRuleChainCandidates": [
6297 []
6298 ],
6299 "inflectionRuleChainCandidates": [
6300 {
6301 "source": "algorithm",
6302 "inflectionRules": []
6303 }
6304 ],
6305 "score": 10,
6306 "frequencyOrder": 0,
6307 "dictionaryIndex": 0,
6308 "dictionaryAlias": "termsDictAlias",
6309 "sourceTermExactMatchCount": 0,
6310 "matchPrimaryReading": false,
6311 "maxOriginalTextLength": 4,
6312 "headwords": [
6313 {
6314 "index": 0,
6315 "term": "打ち込む",
6316 "reading": "ぶちこむ",
6317 "sources": [
6318 {
6319 "originalText": "ぶちこむ",
6320 "transformedText": "ぶちこむ",
6321 "deinflectedText": "ぶちこむ",
6322 "matchType": "exact",
6323 "matchSource": "reading",
6324 "isPrimary": true
6325 }
6326 ],
6327 "tags": [
6328 {
6329 "name": "E1",
6330 "category": "default",
6331 "order": 0,
6332 "score": 0,
6333 "content": [
6334 "example tag 1"
6335 ],
6336 "dictionaries": [
6337 "Test Dictionary 2"
6338 ],
6339 "redundant": false
6340 },
6341 {
6342 "name": "P",
6343 "category": "popular",
6344 "order": 0,
6345 "score": 0,
6346 "content": [
6347 "popular term"
6348 ],
6349 "dictionaries": [
6350 "Test Dictionary 2"
6351 ],
6352 "redundant": false
6353 }
6354 ],
6355 "wordClasses": [
6356 "v5"
6357 ]
6358 }
6359 ],
6360 "definitions": [
6361 {
6362 "index": 0,
6363 "headwordIndices": [
6364 0
6365 ],
6366 "dictionary": "Test Dictionary 2",
6367 "dictionaryIndex": 0,
6368 "dictionaryAlias": "termsDictAlias",
6369 "id": 9,
6370 "score": 10,
6371 "frequencyOrder": 0,
6372 "sequences": [
6373 4
6374 ],
6375 "isPrimary": true,
6376 "tags": [
6377 {
6378 "name": "vt",
6379 "category": "partOfSpeech",
6380 "order": 0,
6381 "score": 0,
6382 "content": [
6383 "transitive verb"
6384 ],
6385 "dictionaries": [
6386 "Test Dictionary 2"
6387 ],
6388 "redundant": false
6389 }
6390 ],
6391 "entries": [
6392 "buchikomu definition 1",
6393 "buchikomu definition 2"
6394 ]
6395 }
6396 ],
6397 "pronunciations": [
6398 {
6399 "index": 0,
6400 "headwordIndex": 0,
6401 "dictionary": "Test Dictionary 2",
6402 "dictionaryIndex": 0,
6403 "dictionaryAlias": "termsDictAlias",
6404 "pronunciations": [
6405 {
6406 "type": "pitch-accent",
6407 "positions": 0,
6408 "nasalPositions": [],
6409 "devoicePositions": [],
6410 "tags": []
6411 },
6412 {
6413 "type": "pitch-accent",
6414 "positions": 3,
6415 "nasalPositions": [],
6416 "devoicePositions": [],
6417 "tags": []
6418 }
6419 ]
6420 }
6421 ],
6422 "frequencies": [
6423 {
6424 "index": 0,
6425 "headwordIndex": 0,
6426 "dictionary": "Test Dictionary 2",
6427 "dictionaryIndex": 0,
6428 "dictionaryAlias": "termsDictAlias",
6429 "hasReading": false,
6430 "frequency": 3,
6431 "displayValue": null,
6432 "displayValueParsed": false
6433 },
6434 {
6435 "index": 1,
6436 "headwordIndex": 0,
6437 "dictionary": "Test Dictionary 2",
6438 "dictionaryIndex": 0,
6439 "dictionaryAlias": "termsDictAlias",
6440 "hasReading": false,
6441 "frequency": 7,
6442 "displayValue": "seven",
6443 "displayValueParsed": false
6444 },
6445 {
6446 "index": 2,
6447 "headwordIndex": 0,
6448 "dictionary": "Test Dictionary 2",
6449 "dictionaryIndex": 0,
6450 "dictionaryAlias": "termsDictAlias",
6451 "hasReading": true,
6452 "frequency": 13,
6453 "displayValue": null,
6454 "displayValueParsed": false
6455 },
6456 {
6457 "index": 3,
6458 "headwordIndex": 0,
6459 "dictionary": "Test Dictionary 2",
6460 "dictionaryIndex": 0,
6461 "dictionaryAlias": "termsDictAlias",
6462 "hasReading": true,
6463 "frequency": 0,
6464 "displayValue": "nineteen",
6465 "displayValueParsed": true
6466 },
6467 {
6468 "index": 4,
6469 "headwordIndex": 0,
6470 "dictionary": "Test Dictionary 2",
6471 "dictionaryIndex": 0,
6472 "dictionaryAlias": "termsDictAlias",
6473 "hasReading": true,
6474 "frequency": 25,
6475 "displayValue": "twenty-five (25)",
6476 "displayValueParsed": true
6477 },
6478 {
6479 "index": 5,
6480 "headwordIndex": 0,
6481 "dictionary": "Test Dictionary 2",
6482 "dictionaryIndex": 0,
6483 "dictionaryAlias": "termsDictAlias",
6484 "hasReading": true,
6485 "frequency": 31,
6486 "displayValue": "thirty-one",
6487 "displayValueParsed": false
6488 }
6489 ]
6490 },
6491 {
6492 "type": "term",
6493 "isPrimary": true,
6494 "textProcessorRuleChainCandidates": [
6495 []
6496 ],
6497 "inflectionRuleChainCandidates": [
6498 {
6499 "source": "algorithm",
6500 "inflectionRules": []
6501 }
6502 ],
6503 "score": 1,
6504 "frequencyOrder": 0,
6505 "dictionaryIndex": 0,
6506 "dictionaryAlias": "termsDictAlias",
6507 "sourceTermExactMatchCount": 0,
6508 "matchPrimaryReading": false,
6509 "maxOriginalTextLength": 4,
6510 "headwords": [
6511 {
6512 "index": 0,
6513 "term": "打ち込む",
6514 "reading": "ぶちこむ",
6515 "sources": [
6516 {
6517 "originalText": "ぶちこむ",
6518 "transformedText": "ぶちこむ",
6519 "deinflectedText": "ぶちこむ",
6520 "matchType": "exact",
6521 "matchSource": "reading",
6522 "isPrimary": true
6523 }
6524 ],
6525 "tags": [
6526 {
6527 "name": "E2",
6528 "category": "default",
6529 "order": 0,
6530 "score": 0,
6531 "content": [
6532 "example tag 2"
6533 ],
6534 "dictionaries": [
6535 "Test Dictionary 2"
6536 ],
6537 "redundant": false
6538 },
6539 {
6540 "name": "P",
6541 "category": "popular",
6542 "order": 0,
6543 "score": 0,
6544 "content": [
6545 "popular term"
6546 ],
6547 "dictionaries": [
6548 "Test Dictionary 2"
6549 ],
6550 "redundant": false
6551 }
6552 ],
6553 "wordClasses": [
6554 "v5"
6555 ]
6556 }
6557 ],
6558 "definitions": [
6559 {
6560 "index": 0,
6561 "headwordIndices": [
6562 0
6563 ],
6564 "dictionary": "Test Dictionary 2",
6565 "dictionaryIndex": 0,
6566 "dictionaryAlias": "termsDictAlias",
6567 "id": 10,
6568 "score": 1,
6569 "frequencyOrder": 0,
6570 "sequences": [
6571 4
6572 ],
6573 "isPrimary": true,
6574 "tags": [
6575 {
6576 "name": "vt",
6577 "category": "partOfSpeech",
6578 "order": 0,
6579 "score": 0,
6580 "content": [
6581 "transitive verb"
6582 ],
6583 "dictionaries": [
6584 "Test Dictionary 2"
6585 ],
6586 "redundant": false
6587 }
6588 ],
6589 "entries": [
6590 "buchikomu definition 3",
6591 "buchikomu definition 4"
6592 ]
6593 }
6594 ],
6595 "pronunciations": [
6596 {
6597 "index": 0,
6598 "headwordIndex": 0,
6599 "dictionary": "Test Dictionary 2",
6600 "dictionaryIndex": 0,
6601 "dictionaryAlias": "termsDictAlias",
6602 "pronunciations": [
6603 {
6604 "type": "pitch-accent",
6605 "positions": 0,
6606 "nasalPositions": [],
6607 "devoicePositions": [],
6608 "tags": []
6609 },
6610 {
6611 "type": "pitch-accent",
6612 "positions": 3,
6613 "nasalPositions": [],
6614 "devoicePositions": [],
6615 "tags": []
6616 }
6617 ]
6618 }
6619 ],
6620 "frequencies": [
6621 {
6622 "index": 0,
6623 "headwordIndex": 0,
6624 "dictionary": "Test Dictionary 2",
6625 "dictionaryIndex": 0,
6626 "dictionaryAlias": "termsDictAlias",
6627 "hasReading": false,
6628 "frequency": 3,
6629 "displayValue": null,
6630 "displayValueParsed": false
6631 },
6632 {
6633 "index": 1,
6634 "headwordIndex": 0,
6635 "dictionary": "Test Dictionary 2",
6636 "dictionaryIndex": 0,
6637 "dictionaryAlias": "termsDictAlias",
6638 "hasReading": false,
6639 "frequency": 7,
6640 "displayValue": "seven",
6641 "displayValueParsed": false
6642 },
6643 {
6644 "index": 2,
6645 "headwordIndex": 0,
6646 "dictionary": "Test Dictionary 2",
6647 "dictionaryIndex": 0,
6648 "dictionaryAlias": "termsDictAlias",
6649 "hasReading": true,
6650 "frequency": 13,
6651 "displayValue": null,
6652 "displayValueParsed": false
6653 },
6654 {
6655 "index": 3,
6656 "headwordIndex": 0,
6657 "dictionary": "Test Dictionary 2",
6658 "dictionaryIndex": 0,
6659 "dictionaryAlias": "termsDictAlias",
6660 "hasReading": true,
6661 "frequency": 0,
6662 "displayValue": "nineteen",
6663 "displayValueParsed": true
6664 },
6665 {
6666 "index": 4,
6667 "headwordIndex": 0,
6668 "dictionary": "Test Dictionary 2",
6669 "dictionaryIndex": 0,
6670 "dictionaryAlias": "termsDictAlias",
6671 "hasReading": true,
6672 "frequency": 25,
6673 "displayValue": "twenty-five (25)",
6674 "displayValueParsed": true
6675 },
6676 {
6677 "index": 5,
6678 "headwordIndex": 0,
6679 "dictionary": "Test Dictionary 2",
6680 "dictionaryIndex": 0,
6681 "dictionaryAlias": "termsDictAlias",
6682 "hasReading": true,
6683 "frequency": 31,
6684 "displayValue": "thirty-one",
6685 "displayValueParsed": false
6686 }
6687 ]
6688 },
6689 {
6690 "type": "term",
6691 "isPrimary": true,
6692 "textProcessorRuleChainCandidates": [
6693 []
6694 ],
6695 "inflectionRuleChainCandidates": [
6696 {
6697 "source": "algorithm",
6698 "inflectionRules": [
6699 {
6700 "name": "continuative",
6701 "description": "Used to indicate actions that are (being) carried out.\nRefers to 連用形, the part of the verb after conjugating with -ます and dropping ます."
6702 }
6703 ]
6704 }
6705 ],
6706 "score": 10,
6707 "frequencyOrder": 0,
6708 "dictionaryIndex": 0,
6709 "dictionaryAlias": "termsDictAlias",
6710 "sourceTermExactMatchCount": 0,
6711 "matchPrimaryReading": false,
6712 "maxOriginalTextLength": 2,
6713 "headwords": [
6714 {
6715 "index": 0,
6716 "term": "打つ",
6717 "reading": "ぶつ",
6718 "sources": [
6719 {
6720 "originalText": "ぶち",
6721 "transformedText": "ぶち",
6722 "deinflectedText": "ぶつ",
6723 "matchType": "exact",
6724 "matchSource": "reading",
6725 "isPrimary": true
6726 }
6727 ],
6728 "tags": [
6729 {
6730 "name": "E1",
6731 "category": "default",
6732 "order": 0,
6733 "score": 0,
6734 "content": [
6735 "example tag 1"
6736 ],
6737 "dictionaries": [
6738 "Test Dictionary 2"
6739 ],
6740 "redundant": false
6741 },
6742 {
6743 "name": "P",
6744 "category": "popular",
6745 "order": 0,
6746 "score": 0,
6747 "content": [
6748 "popular term"
6749 ],
6750 "dictionaries": [
6751 "Test Dictionary 2"
6752 ],
6753 "redundant": false
6754 }
6755 ],
6756 "wordClasses": [
6757 "v5"
6758 ]
6759 }
6760 ],
6761 "definitions": [
6762 {
6763 "index": 0,
6764 "headwordIndices": [
6765 0
6766 ],
6767 "dictionary": "Test Dictionary 2",
6768 "dictionaryIndex": 0,
6769 "dictionaryAlias": "termsDictAlias",
6770 "id": 5,
6771 "score": 10,
6772 "frequencyOrder": 0,
6773 "sequences": [
6774 3
6775 ],
6776 "isPrimary": true,
6777 "tags": [
6778 {
6779 "name": "vt",
6780 "category": "partOfSpeech",
6781 "order": 0,
6782 "score": 0,
6783 "content": [
6784 "transitive verb"
6785 ],
6786 "dictionaries": [
6787 "Test Dictionary 2"
6788 ],
6789 "redundant": false
6790 }
6791 ],
6792 "entries": [
6793 "butsu definition 1",
6794 "butsu definition 2"
6795 ]
6796 }
6797 ],
6798 "pronunciations": [],
6799 "frequencies": [
6800 {
6801 "index": 0,
6802 "headwordIndex": 0,
6803 "dictionary": "Test Dictionary 2",
6804 "dictionaryIndex": 0,
6805 "dictionaryAlias": "termsDictAlias",
6806 "hasReading": false,
6807 "frequency": 2,
6808 "displayValue": null,
6809 "displayValueParsed": false
6810 },
6811 {
6812 "index": 1,
6813 "headwordIndex": 0,
6814 "dictionary": "Test Dictionary 2",
6815 "dictionaryIndex": 0,
6816 "dictionaryAlias": "termsDictAlias",
6817 "hasReading": false,
6818 "frequency": 6,
6819 "displayValue": null,
6820 "displayValueParsed": false
6821 },
6822 {
6823 "index": 2,
6824 "headwordIndex": 0,
6825 "dictionary": "Test Dictionary 2",
6826 "dictionaryIndex": 0,
6827 "dictionaryAlias": "termsDictAlias",
6828 "hasReading": true,
6829 "frequency": 11,
6830 "displayValue": null,
6831 "displayValueParsed": false
6832 },
6833 {
6834 "index": 3,
6835 "headwordIndex": 0,
6836 "dictionary": "Test Dictionary 2",
6837 "dictionaryIndex": 0,
6838 "dictionaryAlias": "termsDictAlias",
6839 "hasReading": true,
6840 "frequency": 0,
6841 "displayValue": "seventeen",
6842 "displayValueParsed": true
6843 },
6844 {
6845 "index": 4,
6846 "headwordIndex": 0,
6847 "dictionary": "Test Dictionary 2",
6848 "dictionaryIndex": 0,
6849 "dictionaryAlias": "termsDictAlias",
6850 "hasReading": true,
6851 "frequency": 23,
6852 "displayValue": "twenty-three (23)",
6853 "displayValueParsed": true
6854 },
6855 {
6856 "index": 5,
6857 "headwordIndex": 0,
6858 "dictionary": "Test Dictionary 2",
6859 "dictionaryIndex": 0,
6860 "dictionaryAlias": "termsDictAlias",
6861 "hasReading": true,
6862 "frequency": 29,
6863 "displayValue": "twenty-nine",
6864 "displayValueParsed": false
6865 }
6866 ]
6867 },
6868 {
6869 "type": "term",
6870 "isPrimary": true,
6871 "textProcessorRuleChainCandidates": [
6872 []
6873 ],
6874 "inflectionRuleChainCandidates": [
6875 {
6876 "source": "algorithm",
6877 "inflectionRules": [
6878 {
6879 "name": "continuative",
6880 "description": "Used to indicate actions that are (being) carried out.\nRefers to 連用形, the part of the verb after conjugating with -ます and dropping ます."
6881 }
6882 ]
6883 }
6884 ],
6885 "score": 1,
6886 "frequencyOrder": 0,
6887 "dictionaryIndex": 0,
6888 "dictionaryAlias": "termsDictAlias",
6889 "sourceTermExactMatchCount": 0,
6890 "matchPrimaryReading": false,
6891 "maxOriginalTextLength": 2,
6892 "headwords": [
6893 {
6894 "index": 0,
6895 "term": "打つ",
6896 "reading": "ぶつ",
6897 "sources": [
6898 {
6899 "originalText": "ぶち",
6900 "transformedText": "ぶち",
6901 "deinflectedText": "ぶつ",
6902 "matchType": "exact",
6903 "matchSource": "reading",
6904 "isPrimary": true
6905 }
6906 ],
6907 "tags": [
6908 {
6909 "name": "E2",
6910 "category": "default",
6911 "order": 0,
6912 "score": 0,
6913 "content": [
6914 "example tag 2"
6915 ],
6916 "dictionaries": [
6917 "Test Dictionary 2"
6918 ],
6919 "redundant": false
6920 },
6921 {
6922 "name": "P",
6923 "category": "popular",
6924 "order": 0,
6925 "score": 0,
6926 "content": [
6927 "popular term"
6928 ],
6929 "dictionaries": [
6930 "Test Dictionary 2"
6931 ],
6932 "redundant": false
6933 }
6934 ],
6935 "wordClasses": [
6936 "v5"
6937 ]
6938 }
6939 ],
6940 "definitions": [
6941 {
6942 "index": 0,
6943 "headwordIndices": [
6944 0
6945 ],
6946 "dictionary": "Test Dictionary 2",
6947 "dictionaryIndex": 0,
6948 "dictionaryAlias": "termsDictAlias",
6949 "id": 6,
6950 "score": 1,
6951 "frequencyOrder": 0,
6952 "sequences": [
6953 3
6954 ],
6955 "isPrimary": true,
6956 "tags": [
6957 {
6958 "name": "vt",
6959 "category": "partOfSpeech",
6960 "order": 0,
6961 "score": 0,
6962 "content": [
6963 "transitive verb"
6964 ],
6965 "dictionaries": [
6966 "Test Dictionary 2"
6967 ],
6968 "redundant": false
6969 }
6970 ],
6971 "entries": [
6972 "butsu definition 3",
6973 "butsu definition 4"
6974 ]
6975 }
6976 ],
6977 "pronunciations": [],
6978 "frequencies": [
6979 {
6980 "index": 0,
6981 "headwordIndex": 0,
6982 "dictionary": "Test Dictionary 2",
6983 "dictionaryIndex": 0,
6984 "dictionaryAlias": "termsDictAlias",
6985 "hasReading": false,
6986 "frequency": 2,
6987 "displayValue": null,
6988 "displayValueParsed": false
6989 },
6990 {
6991 "index": 1,
6992 "headwordIndex": 0,
6993 "dictionary": "Test Dictionary 2",
6994 "dictionaryIndex": 0,
6995 "dictionaryAlias": "termsDictAlias",
6996 "hasReading": false,
6997 "frequency": 6,
6998 "displayValue": null,
6999 "displayValueParsed": false
7000 },
7001 {
7002 "index": 2,
7003 "headwordIndex": 0,
7004 "dictionary": "Test Dictionary 2",
7005 "dictionaryIndex": 0,
7006 "dictionaryAlias": "termsDictAlias",
7007 "hasReading": true,
7008 "frequency": 11,
7009 "displayValue": null,
7010 "displayValueParsed": false
7011 },
7012 {
7013 "index": 3,
7014 "headwordIndex": 0,
7015 "dictionary": "Test Dictionary 2",
7016 "dictionaryIndex": 0,
7017 "dictionaryAlias": "termsDictAlias",
7018 "hasReading": true,
7019 "frequency": 0,
7020 "displayValue": "seventeen",
7021 "displayValueParsed": true
7022 },
7023 {
7024 "index": 4,
7025 "headwordIndex": 0,
7026 "dictionary": "Test Dictionary 2",
7027 "dictionaryIndex": 0,
7028 "dictionaryAlias": "termsDictAlias",
7029 "hasReading": true,
7030 "frequency": 23,
7031 "displayValue": "twenty-three (23)",
7032 "displayValueParsed": true
7033 },
7034 {
7035 "index": 5,
7036 "headwordIndex": 0,
7037 "dictionary": "Test Dictionary 2",
7038 "dictionaryIndex": 0,
7039 "dictionaryAlias": "termsDictAlias",
7040 "hasReading": true,
7041 "frequency": 29,
7042 "displayValue": "twenty-nine",
7043 "displayValueParsed": false
7044 }
7045 ]
7046 }
7047 ]
7048 },
7049 {
7050 "name": "Find term using reading 7",
7051 "originalTextLength": 3,
7052 "dictionaryEntries": [
7053 {
7054 "type": "term",
7055 "isPrimary": true,
7056 "textProcessorRuleChainCandidates": [
7057 []
7058 ],
7059 "inflectionRuleChainCandidates": [
7060 {
7061 "source": "algorithm",
7062 "inflectionRules": []
7063 }
7064 ],
7065 "score": 1,
7066 "frequencyOrder": 0,
7067 "dictionaryIndex": 0,
7068 "dictionaryAlias": "termsDictAlias",
7069 "sourceTermExactMatchCount": 0,
7070 "matchPrimaryReading": false,
7071 "maxOriginalTextLength": 3,
7072 "headwords": [
7073 {
7074 "index": 0,
7075 "term": "画像",
7076 "reading": "がぞう",
7077 "sources": [
7078 {
7079 "originalText": "がぞう",
7080 "transformedText": "がぞう",
7081 "deinflectedText": "がぞう",
7082 "matchType": "exact",
7083 "matchSource": "reading",
7084 "isPrimary": true
7085 }
7086 ],
7087 "tags": [
7088 {
7089 "name": "E1",
7090 "category": "default",
7091 "order": 0,
7092 "score": 0,
7093 "content": [
7094 "example tag 1"
7095 ],
7096 "dictionaries": [
7097 "Test Dictionary 2"
7098 ],
7099 "redundant": false
7100 },
7101 {
7102 "name": "P",
7103 "category": "popular",
7104 "order": 0,
7105 "score": 0,
7106 "content": [
7107 "popular term"
7108 ],
7109 "dictionaries": [
7110 "Test Dictionary 2"
7111 ],
7112 "redundant": false
7113 }
7114 ],
7115 "wordClasses": [
7116 "n"
7117 ]
7118 }
7119 ],
7120 "definitions": [
7121 {
7122 "index": 0,
7123 "headwordIndices": [
7124 0
7125 ],
7126 "dictionary": "Test Dictionary 2",
7127 "dictionaryIndex": 0,
7128 "dictionaryAlias": "termsDictAlias",
7129 "id": 11,
7130 "score": 1,
7131 "frequencyOrder": 0,
7132 "sequences": [
7133 5
7134 ],
7135 "isPrimary": true,
7136 "tags": [
7137 {
7138 "name": "n",
7139 "category": "partOfSpeech",
7140 "order": 0,
7141 "score": 0,
7142 "content": [
7143 "noun"
7144 ],
7145 "dictionaries": [
7146 "Test Dictionary 2"
7147 ],
7148 "redundant": false
7149 }
7150 ],
7151 "entries": [
7152 "gazou definition 1",
7153 {
7154 "type": "image",
7155 "path": "image.gif",
7156 "width": 100,
7157 "height": 100,
7158 "preferredWidth": 350,
7159 "preferredHeight": 350,
7160 "description": "gazou definition 2",
7161 "pixelated": true
7162 }
7163 ]
7164 }
7165 ],
7166 "pronunciations": [],
7167 "frequencies": []
7168 }
7169 ]
7170 },
7171 {
7172 "name": "Missing term 1",
7173 "originalTextLength": 0,
7174 "dictionaryEntries": []
7175 },
7176 {
7177 "name": "Missing term 2",
7178 "originalTextLength": 0,
7179 "dictionaryEntries": []
7180 },
7181 {
7182 "name": "Search using different modes - simple",
7183 "originalTextLength": 4,
7184 "dictionaryEntries": [
7185 {
7186 "type": "term",
7187 "isPrimary": true,
7188 "textProcessorRuleChainCandidates": [
7189 []
7190 ],
7191 "inflectionRuleChainCandidates": [
7192 {
7193 "source": "algorithm",
7194 "inflectionRules": []
7195 }
7196 ],
7197 "score": 10,
7198 "frequencyOrder": 0,
7199 "dictionaryIndex": 0,
7200 "dictionaryAlias": "termsDictAlias",
7201 "sourceTermExactMatchCount": 1,
7202 "matchPrimaryReading": false,
7203 "maxOriginalTextLength": 4,
7204 "headwords": [
7205 {
7206 "index": 0,
7207 "term": "打ち込む",
7208 "reading": "うちこむ",
7209 "sources": [
7210 {
7211 "originalText": "打ち込む",
7212 "transformedText": "打ち込む",
7213 "deinflectedText": "打ち込む",
7214 "matchType": "exact",
7215 "matchSource": "term",
7216 "isPrimary": true
7217 }
7218 ],
7219 "tags": [],
7220 "wordClasses": [
7221 "v5"
7222 ]
7223 }
7224 ],
7225 "definitions": [
7226 {
7227 "index": 0,
7228 "headwordIndices": [
7229 0
7230 ],
7231 "dictionary": "Test Dictionary 2",
7232 "dictionaryIndex": 0,
7233 "dictionaryAlias": "termsDictAlias",
7234 "id": 7,
7235 "score": 10,
7236 "frequencyOrder": 0,
7237 "sequences": [
7238 4
7239 ],
7240 "isPrimary": true,
7241 "tags": [],
7242 "entries": [
7243 "uchikomu definition 1",
7244 "uchikomu definition 2"
7245 ]
7246 }
7247 ],
7248 "pronunciations": [],
7249 "frequencies": []
7250 },
7251 {
7252 "type": "term",
7253 "isPrimary": true,
7254 "textProcessorRuleChainCandidates": [
7255 []
7256 ],
7257 "inflectionRuleChainCandidates": [
7258 {
7259 "source": "algorithm",
7260 "inflectionRules": []
7261 }
7262 ],
7263 "score": 10,
7264 "frequencyOrder": 0,
7265 "dictionaryIndex": 0,
7266 "dictionaryAlias": "termsDictAlias",
7267 "sourceTermExactMatchCount": 1,
7268 "matchPrimaryReading": false,
7269 "maxOriginalTextLength": 4,
7270 "headwords": [
7271 {
7272 "index": 0,
7273 "term": "打ち込む",
7274 "reading": "ぶちこむ",
7275 "sources": [
7276 {
7277 "originalText": "打ち込む",
7278 "transformedText": "打ち込む",
7279 "deinflectedText": "打ち込む",
7280 "matchType": "exact",
7281 "matchSource": "term",
7282 "isPrimary": true
7283 }
7284 ],
7285 "tags": [],
7286 "wordClasses": [
7287 "v5"
7288 ]
7289 }
7290 ],
7291 "definitions": [
7292 {
7293 "index": 0,
7294 "headwordIndices": [
7295 0
7296 ],
7297 "dictionary": "Test Dictionary 2",
7298 "dictionaryIndex": 0,
7299 "dictionaryAlias": "termsDictAlias",
7300 "id": 9,
7301 "score": 10,
7302 "frequencyOrder": 0,
7303 "sequences": [
7304 4
7305 ],
7306 "isPrimary": true,
7307 "tags": [],
7308 "entries": [
7309 "buchikomu definition 1",
7310 "buchikomu definition 2"
7311 ]
7312 }
7313 ],
7314 "pronunciations": [],
7315 "frequencies": []
7316 },
7317 {
7318 "type": "term",
7319 "isPrimary": true,
7320 "textProcessorRuleChainCandidates": [
7321 []
7322 ],
7323 "inflectionRuleChainCandidates": [
7324 {
7325 "source": "algorithm",
7326 "inflectionRules": []
7327 }
7328 ],
7329 "score": 1,
7330 "frequencyOrder": 0,
7331 "dictionaryIndex": 0,
7332 "dictionaryAlias": "termsDictAlias",
7333 "sourceTermExactMatchCount": 1,
7334 "matchPrimaryReading": false,
7335 "maxOriginalTextLength": 4,
7336 "headwords": [
7337 {
7338 "index": 0,
7339 "term": "打ち込む",
7340 "reading": "うちこむ",
7341 "sources": [
7342 {
7343 "originalText": "打ち込む",
7344 "transformedText": "打ち込む",
7345 "deinflectedText": "打ち込む",
7346 "matchType": "exact",
7347 "matchSource": "term",
7348 "isPrimary": true
7349 }
7350 ],
7351 "tags": [],
7352 "wordClasses": [
7353 "v5"
7354 ]
7355 }
7356 ],
7357 "definitions": [
7358 {
7359 "index": 0,
7360 "headwordIndices": [
7361 0
7362 ],
7363 "dictionary": "Test Dictionary 2",
7364 "dictionaryIndex": 0,
7365 "dictionaryAlias": "termsDictAlias",
7366 "id": 8,
7367 "score": 1,
7368 "frequencyOrder": 0,
7369 "sequences": [
7370 4
7371 ],
7372 "isPrimary": true,
7373 "tags": [],
7374 "entries": [
7375 "uchikomu definition 3",
7376 "uchikomu definition 4"
7377 ]
7378 }
7379 ],
7380 "pronunciations": [],
7381 "frequencies": []
7382 },
7383 {
7384 "type": "term",
7385 "isPrimary": true,
7386 "textProcessorRuleChainCandidates": [
7387 []
7388 ],
7389 "inflectionRuleChainCandidates": [
7390 {
7391 "source": "algorithm",
7392 "inflectionRules": []
7393 }
7394 ],
7395 "score": 1,
7396 "frequencyOrder": 0,
7397 "dictionaryIndex": 0,
7398 "dictionaryAlias": "termsDictAlias",
7399 "sourceTermExactMatchCount": 1,
7400 "matchPrimaryReading": false,
7401 "maxOriginalTextLength": 4,
7402 "headwords": [
7403 {
7404 "index": 0,
7405 "term": "打ち込む",
7406 "reading": "ぶちこむ",
7407 "sources": [
7408 {
7409 "originalText": "打ち込む",
7410 "transformedText": "打ち込む",
7411 "deinflectedText": "打ち込む",
7412 "matchType": "exact",
7413 "matchSource": "term",
7414 "isPrimary": true
7415 }
7416 ],
7417 "tags": [],
7418 "wordClasses": [
7419 "v5"
7420 ]
7421 }
7422 ],
7423 "definitions": [
7424 {
7425 "index": 0,
7426 "headwordIndices": [
7427 0
7428 ],
7429 "dictionary": "Test Dictionary 2",
7430 "dictionaryIndex": 0,
7431 "dictionaryAlias": "termsDictAlias",
7432 "id": 10,
7433 "score": 1,
7434 "frequencyOrder": 0,
7435 "sequences": [
7436 4
7437 ],
7438 "isPrimary": true,
7439 "tags": [],
7440 "entries": [
7441 "buchikomu definition 3",
7442 "buchikomu definition 4"
7443 ]
7444 }
7445 ],
7446 "pronunciations": [],
7447 "frequencies": []
7448 },
7449 {
7450 "type": "term",
7451 "isPrimary": true,
7452 "textProcessorRuleChainCandidates": [
7453 []
7454 ],
7455 "inflectionRuleChainCandidates": [
7456 {
7457 "source": "algorithm",
7458 "inflectionRules": [
7459 {
7460 "name": "continuative",
7461 "description": "Used to indicate actions that are (being) carried out.\nRefers to 連用形, the part of the verb after conjugating with -ます and dropping ます."
7462 }
7463 ]
7464 }
7465 ],
7466 "score": 10,
7467 "frequencyOrder": 0,
7468 "dictionaryIndex": 0,
7469 "dictionaryAlias": "termsDictAlias",
7470 "sourceTermExactMatchCount": 1,
7471 "matchPrimaryReading": false,
7472 "maxOriginalTextLength": 2,
7473 "headwords": [
7474 {
7475 "index": 0,
7476 "term": "打つ",
7477 "reading": "うつ",
7478 "sources": [
7479 {
7480 "originalText": "打ち",
7481 "transformedText": "打ち",
7482 "deinflectedText": "打つ",
7483 "matchType": "exact",
7484 "matchSource": "term",
7485 "isPrimary": true
7486 }
7487 ],
7488 "tags": [],
7489 "wordClasses": [
7490 "v5"
7491 ]
7492 }
7493 ],
7494 "definitions": [
7495 {
7496 "index": 0,
7497 "headwordIndices": [
7498 0
7499 ],
7500 "dictionary": "Test Dictionary 2",
7501 "dictionaryIndex": 0,
7502 "dictionaryAlias": "termsDictAlias",
7503 "id": 3,
7504 "score": 10,
7505 "frequencyOrder": 0,
7506 "sequences": [
7507 3
7508 ],
7509 "isPrimary": true,
7510 "tags": [],
7511 "entries": [
7512 "utsu definition 1",
7513 "utsu definition 2"
7514 ]
7515 }
7516 ],
7517 "pronunciations": [],
7518 "frequencies": []
7519 },
7520 {
7521 "type": "term",
7522 "isPrimary": true,
7523 "textProcessorRuleChainCandidates": [
7524 []
7525 ],
7526 "inflectionRuleChainCandidates": [
7527 {
7528 "source": "algorithm",
7529 "inflectionRules": [
7530 {
7531 "name": "continuative",
7532 "description": "Used to indicate actions that are (being) carried out.\nRefers to 連用形, the part of the verb after conjugating with -ます and dropping ます."
7533 }
7534 ]
7535 }
7536 ],
7537 "score": 10,
7538 "frequencyOrder": 0,
7539 "dictionaryIndex": 0,
7540 "dictionaryAlias": "termsDictAlias",
7541 "sourceTermExactMatchCount": 1,
7542 "matchPrimaryReading": false,
7543 "maxOriginalTextLength": 2,
7544 "headwords": [
7545 {
7546 "index": 0,
7547 "term": "打つ",
7548 "reading": "ぶつ",
7549 "sources": [
7550 {
7551 "originalText": "打ち",
7552 "transformedText": "打ち",
7553 "deinflectedText": "打つ",
7554 "matchType": "exact",
7555 "matchSource": "term",
7556 "isPrimary": true
7557 }
7558 ],
7559 "tags": [],
7560 "wordClasses": [
7561 "v5"
7562 ]
7563 }
7564 ],
7565 "definitions": [
7566 {
7567 "index": 0,
7568 "headwordIndices": [
7569 0
7570 ],
7571 "dictionary": "Test Dictionary 2",
7572 "dictionaryIndex": 0,
7573 "dictionaryAlias": "termsDictAlias",
7574 "id": 5,
7575 "score": 10,
7576 "frequencyOrder": 0,
7577 "sequences": [
7578 3
7579 ],
7580 "isPrimary": true,
7581 "tags": [],
7582 "entries": [
7583 "butsu definition 1",
7584 "butsu definition 2"
7585 ]
7586 }
7587 ],
7588 "pronunciations": [],
7589 "frequencies": []
7590 },
7591 {
7592 "type": "term",
7593 "isPrimary": true,
7594 "textProcessorRuleChainCandidates": [
7595 []
7596 ],
7597 "inflectionRuleChainCandidates": [
7598 {
7599 "source": "algorithm",
7600 "inflectionRules": [
7601 {
7602 "name": "continuative",
7603 "description": "Used to indicate actions that are (being) carried out.\nRefers to 連用形, the part of the verb after conjugating with -ます and dropping ます."
7604 }
7605 ]
7606 }
7607 ],
7608 "score": 1,
7609 "frequencyOrder": 0,
7610 "dictionaryIndex": 0,
7611 "dictionaryAlias": "termsDictAlias",
7612 "sourceTermExactMatchCount": 1,
7613 "matchPrimaryReading": false,
7614 "maxOriginalTextLength": 2,
7615 "headwords": [
7616 {
7617 "index": 0,
7618 "term": "打つ",
7619 "reading": "うつ",
7620 "sources": [
7621 {
7622 "originalText": "打ち",
7623 "transformedText": "打ち",
7624 "deinflectedText": "打つ",
7625 "matchType": "exact",
7626 "matchSource": "term",
7627 "isPrimary": true
7628 }
7629 ],
7630 "tags": [],
7631 "wordClasses": [
7632 "v5"
7633 ]
7634 }
7635 ],
7636 "definitions": [
7637 {
7638 "index": 0,
7639 "headwordIndices": [
7640 0
7641 ],
7642 "dictionary": "Test Dictionary 2",
7643 "dictionaryIndex": 0,
7644 "dictionaryAlias": "termsDictAlias",
7645 "id": 4,
7646 "score": 1,
7647 "frequencyOrder": 0,
7648 "sequences": [
7649 3
7650 ],
7651 "isPrimary": true,
7652 "tags": [],
7653 "entries": [
7654 "utsu definition 3",
7655 "utsu definition 4"
7656 ]
7657 }
7658 ],
7659 "pronunciations": [],
7660 "frequencies": []
7661 },
7662 {
7663 "type": "term",
7664 "isPrimary": true,
7665 "textProcessorRuleChainCandidates": [
7666 []
7667 ],
7668 "inflectionRuleChainCandidates": [
7669 {
7670 "source": "algorithm",
7671 "inflectionRules": [
7672 {
7673 "name": "continuative",
7674 "description": "Used to indicate actions that are (being) carried out.\nRefers to 連用形, the part of the verb after conjugating with -ます and dropping ます."
7675 }
7676 ]
7677 }
7678 ],
7679 "score": 1,
7680 "frequencyOrder": 0,
7681 "dictionaryIndex": 0,
7682 "dictionaryAlias": "termsDictAlias",
7683 "sourceTermExactMatchCount": 1,
7684 "matchPrimaryReading": false,
7685 "maxOriginalTextLength": 2,
7686 "headwords": [
7687 {
7688 "index": 0,
7689 "term": "打つ",
7690 "reading": "ぶつ",
7691 "sources": [
7692 {
7693 "originalText": "打ち",
7694 "transformedText": "打ち",
7695 "deinflectedText": "打つ",
7696 "matchType": "exact",
7697 "matchSource": "term",
7698 "isPrimary": true
7699 }
7700 ],
7701 "tags": [],
7702 "wordClasses": [
7703 "v5"
7704 ]
7705 }
7706 ],
7707 "definitions": [
7708 {
7709 "index": 0,
7710 "headwordIndices": [
7711 0
7712 ],
7713 "dictionary": "Test Dictionary 2",
7714 "dictionaryIndex": 0,
7715 "dictionaryAlias": "termsDictAlias",
7716 "id": 6,
7717 "score": 1,
7718 "frequencyOrder": 0,
7719 "sequences": [
7720 3
7721 ],
7722 "isPrimary": true,
7723 "tags": [],
7724 "entries": [
7725 "butsu definition 3",
7726 "butsu definition 4"
7727 ]
7728 }
7729 ],
7730 "pronunciations": [],
7731 "frequencies": []
7732 },
7733 {
7734 "type": "term",
7735 "isPrimary": true,
7736 "textProcessorRuleChainCandidates": [
7737 []
7738 ],
7739 "inflectionRuleChainCandidates": [
7740 {
7741 "source": "algorithm",
7742 "inflectionRules": []
7743 }
7744 ],
7745 "score": 1,
7746 "frequencyOrder": 0,
7747 "dictionaryIndex": 0,
7748 "dictionaryAlias": "termsDictAlias",
7749 "sourceTermExactMatchCount": 1,
7750 "matchPrimaryReading": false,
7751 "maxOriginalTextLength": 1,
7752 "headwords": [
7753 {
7754 "index": 0,
7755 "term": "打",
7756 "reading": "だ",
7757 "sources": [
7758 {
7759 "originalText": "打",
7760 "transformedText": "打",
7761 "deinflectedText": "打",
7762 "matchType": "exact",
7763 "matchSource": "term",
7764 "isPrimary": true
7765 }
7766 ],
7767 "tags": [],
7768 "wordClasses": [
7769 "n"
7770 ]
7771 }
7772 ],
7773 "definitions": [
7774 {
7775 "index": 0,
7776 "headwordIndices": [
7777 0
7778 ],
7779 "dictionary": "Test Dictionary 2",
7780 "dictionaryIndex": 0,
7781 "dictionaryAlias": "termsDictAlias",
7782 "id": 1,
7783 "score": 1,
7784 "frequencyOrder": 0,
7785 "sequences": [
7786 1
7787 ],
7788 "isPrimary": true,
7789 "tags": [],
7790 "entries": [
7791 "da definition 1",
7792 "da definition 2"
7793 ]
7794 }
7795 ],
7796 "pronunciations": [],
7797 "frequencies": []
7798 },
7799 {
7800 "type": "term",
7801 "isPrimary": true,
7802 "textProcessorRuleChainCandidates": [
7803 []
7804 ],
7805 "inflectionRuleChainCandidates": [
7806 {
7807 "source": "algorithm",
7808 "inflectionRules": []
7809 }
7810 ],
7811 "score": 1,
7812 "frequencyOrder": 0,
7813 "dictionaryIndex": 0,
7814 "dictionaryAlias": "termsDictAlias",
7815 "sourceTermExactMatchCount": 1,
7816 "matchPrimaryReading": false,
7817 "maxOriginalTextLength": 1,
7818 "headwords": [
7819 {
7820 "index": 0,
7821 "term": "打",
7822 "reading": "ダース",
7823 "sources": [
7824 {
7825 "originalText": "打",
7826 "transformedText": "打",
7827 "deinflectedText": "打",
7828 "matchType": "exact",
7829 "matchSource": "term",
7830 "isPrimary": true
7831 }
7832 ],
7833 "tags": [],
7834 "wordClasses": [
7835 "n"
7836 ]
7837 }
7838 ],
7839 "definitions": [
7840 {
7841 "index": 0,
7842 "headwordIndices": [
7843 0
7844 ],
7845 "dictionary": "Test Dictionary 2",
7846 "dictionaryIndex": 0,
7847 "dictionaryAlias": "termsDictAlias",
7848 "id": 2,
7849 "score": 1,
7850 "frequencyOrder": 0,
7851 "sequences": [
7852 2
7853 ],
7854 "isPrimary": true,
7855 "tags": [],
7856 "entries": [
7857 "daasu definition 1",
7858 "daasu definition 2"
7859 ]
7860 }
7861 ],
7862 "pronunciations": [],
7863 "frequencies": []
7864 }
7865 ]
7866 },
7867 {
7868 "name": "Search using different modes - group",
7869 "originalTextLength": 4,
7870 "dictionaryEntries": [
7871 {
7872 "type": "term",
7873 "isPrimary": true,
7874 "textProcessorRuleChainCandidates": [
7875 []
7876 ],
7877 "inflectionRuleChainCandidates": [
7878 {
7879 "source": "algorithm",
7880 "inflectionRules": []
7881 }
7882 ],
7883 "score": 10,
7884 "frequencyOrder": 0,
7885 "dictionaryIndex": 0,
7886 "dictionaryAlias": "",
7887 "sourceTermExactMatchCount": 1,
7888 "matchPrimaryReading": false,
7889 "maxOriginalTextLength": 4,
7890 "headwords": [
7891 {
7892 "index": 0,
7893 "term": "打ち込む",
7894 "reading": "うちこむ",
7895 "sources": [
7896 {
7897 "originalText": "打ち込む",
7898 "transformedText": "打ち込む",
7899 "deinflectedText": "打ち込む",
7900 "matchType": "exact",
7901 "matchSource": "term",
7902 "isPrimary": true
7903 }
7904 ],
7905 "tags": [
7906 {
7907 "name": "E1",
7908 "category": "default",
7909 "order": 0,
7910 "score": 0,
7911 "content": [
7912 "example tag 1"
7913 ],
7914 "dictionaries": [
7915 "Test Dictionary 2"
7916 ],
7917 "redundant": false
7918 },
7919 {
7920 "name": "E2",
7921 "category": "default",
7922 "order": 0,
7923 "score": 0,
7924 "content": [
7925 "example tag 2"
7926 ],
7927 "dictionaries": [
7928 "Test Dictionary 2"
7929 ],
7930 "redundant": false
7931 },
7932 {
7933 "name": "P",
7934 "category": "popular",
7935 "order": 0,
7936 "score": 0,
7937 "content": [
7938 "popular term"
7939 ],
7940 "dictionaries": [
7941 "Test Dictionary 2"
7942 ],
7943 "redundant": false
7944 }
7945 ],
7946 "wordClasses": [
7947 "v5"
7948 ]
7949 }
7950 ],
7951 "definitions": [
7952 {
7953 "index": 0,
7954 "headwordIndices": [
7955 0
7956 ],
7957 "dictionary": "Test Dictionary 2",
7958 "dictionaryIndex": 0,
7959 "dictionaryAlias": "termsDictAlias",
7960 "id": 7,
7961 "score": 10,
7962 "frequencyOrder": 0,
7963 "sequences": [
7964 4
7965 ],
7966 "isPrimary": true,
7967 "tags": [
7968 {
7969 "name": "vt",
7970 "category": "partOfSpeech",
7971 "order": 0,
7972 "score": 0,
7973 "content": [
7974 "transitive verb"
7975 ],
7976 "dictionaries": [
7977 "Test Dictionary 2"
7978 ],
7979 "redundant": false
7980 }
7981 ],
7982 "entries": [
7983 "uchikomu definition 1",
7984 "uchikomu definition 2"
7985 ]
7986 },
7987 {
7988 "index": 1,
7989 "headwordIndices": [
7990 0
7991 ],
7992 "dictionary": "Test Dictionary 2",
7993 "dictionaryIndex": 0,
7994 "dictionaryAlias": "termsDictAlias",
7995 "id": 8,
7996 "score": 1,
7997 "frequencyOrder": 0,
7998 "sequences": [
7999 4
8000 ],
8001 "isPrimary": true,
8002 "tags": [
8003 {
8004 "name": "vt",
8005 "category": "partOfSpeech",
8006 "order": 0,
8007 "score": 0,
8008 "content": [
8009 "transitive verb"
8010 ],
8011 "dictionaries": [
8012 "Test Dictionary 2"
8013 ],
8014 "redundant": true
8015 }
8016 ],
8017 "entries": [
8018 "uchikomu definition 3",
8019 "uchikomu definition 4"
8020 ]
8021 }
8022 ],
8023 "pronunciations": [
8024 {
8025 "index": 0,
8026 "headwordIndex": 0,
8027 "dictionary": "Test Dictionary 2",
8028 "dictionaryIndex": 0,
8029 "dictionaryAlias": "termsDictAlias",
8030 "pronunciations": [
8031 {
8032 "type": "pitch-accent",
8033 "positions": 0,
8034 "nasalPositions": [],
8035 "devoicePositions": [],
8036 "tags": []
8037 },
8038 {
8039 "type": "pitch-accent",
8040 "positions": 3,
8041 "nasalPositions": [],
8042 "devoicePositions": [],
8043 "tags": []
8044 }
8045 ]
8046 },
8047 {
8048 "index": 1,
8049 "headwordIndex": 0,
8050 "dictionary": "Test Dictionary 2",
8051 "dictionaryIndex": 0,
8052 "dictionaryAlias": "termsDictAlias",
8053 "pronunciations": [
8054 {
8055 "type": "pitch-accent",
8056 "positions": "HHHHH",
8057 "nasalPositions": [],
8058 "devoicePositions": [],
8059 "tags": []
8060 },
8061 {
8062 "type": "pitch-accent",
8063 "positions": "HHHHL",
8064 "nasalPositions": [],
8065 "devoicePositions": [],
8066 "tags": []
8067 },
8068 {
8069 "type": "pitch-accent",
8070 "positions": "HHHH",
8071 "nasalPositions": [],
8072 "devoicePositions": [],
8073 "tags": []
8074 },
8075 {
8076 "type": "pitch-accent",
8077 "positions": "HHHL",
8078 "nasalPositions": [],
8079 "devoicePositions": [],
8080 "tags": []
8081 },
8082 {
8083 "type": "pitch-accent",
8084 "positions": "HHLH",
8085 "nasalPositions": [],
8086 "devoicePositions": [],
8087 "tags": []
8088 },
8089 {
8090 "type": "pitch-accent",
8091 "positions": "HHLL",
8092 "nasalPositions": [],
8093 "devoicePositions": [
8094 2
8095 ],
8096 "tags": []
8097 },
8098 {
8099 "type": "pitch-accent",
8100 "positions": "HLHH",
8101 "nasalPositions": [],
8102 "devoicePositions": [],
8103 "tags": []
8104 },
8105 {
8106 "type": "pitch-accent",
8107 "positions": "HLHL",
8108 "nasalPositions": [],
8109 "devoicePositions": [],
8110 "tags": []
8111 },
8112 {
8113 "type": "pitch-accent",
8114 "positions": "HLLH",
8115 "nasalPositions": [],
8116 "devoicePositions": [],
8117 "tags": []
8118 },
8119 {
8120 "type": "pitch-accent",
8121 "positions": "HLLL",
8122 "nasalPositions": [
8123 3
8124 ],
8125 "devoicePositions": [],
8126 "tags": []
8127 },
8128 {
8129 "type": "pitch-accent",
8130 "positions": "LHHH",
8131 "nasalPositions": [],
8132 "devoicePositions": [],
8133 "tags": []
8134 },
8135 {
8136 "type": "pitch-accent",
8137 "positions": "LHHL",
8138 "nasalPositions": [],
8139 "devoicePositions": [],
8140 "tags": []
8141 },
8142 {
8143 "type": "pitch-accent",
8144 "positions": "LHLH",
8145 "nasalPositions": [],
8146 "devoicePositions": [],
8147 "tags": []
8148 },
8149 {
8150 "type": "pitch-accent",
8151 "positions": "LHLL",
8152 "nasalPositions": [
8153 3
8154 ],
8155 "devoicePositions": [
8156 2
8157 ],
8158 "tags": []
8159 },
8160 {
8161 "type": "pitch-accent",
8162 "positions": "LLHH",
8163 "nasalPositions": [],
8164 "devoicePositions": [],
8165 "tags": []
8166 },
8167 {
8168 "type": "pitch-accent",
8169 "positions": "LLHL",
8170 "nasalPositions": [],
8171 "devoicePositions": [],
8172 "tags": []
8173 },
8174 {
8175 "type": "pitch-accent",
8176 "positions": "LLLH",
8177 "nasalPositions": [],
8178 "devoicePositions": [],
8179 "tags": []
8180 },
8181 {
8182 "type": "pitch-accent",
8183 "positions": "LLLL",
8184 "nasalPositions": [],
8185 "devoicePositions": [],
8186 "tags": []
8187 }
8188 ]
8189 }
8190 ],
8191 "frequencies": [
8192 {
8193 "index": 0,
8194 "headwordIndex": 0,
8195 "dictionary": "Test Dictionary 2",
8196 "dictionaryIndex": 0,
8197 "dictionaryAlias": "termsDictAlias",
8198 "hasReading": false,
8199 "frequency": 3,
8200 "displayValue": null,
8201 "displayValueParsed": false
8202 },
8203 {
8204 "index": 1,
8205 "headwordIndex": 0,
8206 "dictionary": "Test Dictionary 2",
8207 "dictionaryIndex": 0,
8208 "dictionaryAlias": "termsDictAlias",
8209 "hasReading": false,
8210 "frequency": 7,
8211 "displayValue": "seven",
8212 "displayValueParsed": false
8213 },
8214 {
8215 "index": 2,
8216 "headwordIndex": 0,
8217 "dictionary": "Test Dictionary 2",
8218 "dictionaryIndex": 0,
8219 "dictionaryAlias": "termsDictAlias",
8220 "hasReading": true,
8221 "frequency": 12,
8222 "displayValue": null,
8223 "displayValueParsed": false
8224 },
8225 {
8226 "index": 3,
8227 "headwordIndex": 0,
8228 "dictionary": "Test Dictionary 2",
8229 "dictionaryIndex": 0,
8230 "dictionaryAlias": "termsDictAlias",
8231 "hasReading": true,
8232 "frequency": 0,
8233 "displayValue": "eighteen",
8234 "displayValueParsed": true
8235 },
8236 {
8237 "index": 4,
8238 "headwordIndex": 0,
8239 "dictionary": "Test Dictionary 2",
8240 "dictionaryIndex": 0,
8241 "dictionaryAlias": "termsDictAlias",
8242 "hasReading": true,
8243 "frequency": 24,
8244 "displayValue": "twenty-four (24)",
8245 "displayValueParsed": true
8246 },
8247 {
8248 "index": 5,
8249 "headwordIndex": 0,
8250 "dictionary": "Test Dictionary 2",
8251 "dictionaryIndex": 0,
8252 "dictionaryAlias": "termsDictAlias",
8253 "hasReading": true,
8254 "frequency": 30,
8255 "displayValue": null,
8256 "displayValueParsed": false
8257 }
8258 ]
8259 },
8260 {
8261 "type": "term",
8262 "isPrimary": true,
8263 "textProcessorRuleChainCandidates": [
8264 []
8265 ],
8266 "inflectionRuleChainCandidates": [
8267 {
8268 "source": "algorithm",
8269 "inflectionRules": []
8270 }
8271 ],
8272 "score": 10,
8273 "frequencyOrder": 0,
8274 "dictionaryIndex": 0,
8275 "dictionaryAlias": "",
8276 "sourceTermExactMatchCount": 1,
8277 "matchPrimaryReading": false,
8278 "maxOriginalTextLength": 4,
8279 "headwords": [
8280 {
8281 "index": 0,
8282 "term": "打ち込む",
8283 "reading": "ぶちこむ",
8284 "sources": [
8285 {
8286 "originalText": "打ち込む",
8287 "transformedText": "打ち込む",
8288 "deinflectedText": "打ち込む",
8289 "matchType": "exact",
8290 "matchSource": "term",
8291 "isPrimary": true
8292 }
8293 ],
8294 "tags": [
8295 {
8296 "name": "E1",
8297 "category": "default",
8298 "order": 0,
8299 "score": 0,
8300 "content": [
8301 "example tag 1"
8302 ],
8303 "dictionaries": [
8304 "Test Dictionary 2"
8305 ],
8306 "redundant": false
8307 },
8308 {
8309 "name": "E2",
8310 "category": "default",
8311 "order": 0,
8312 "score": 0,
8313 "content": [
8314 "example tag 2"
8315 ],
8316 "dictionaries": [
8317 "Test Dictionary 2"
8318 ],
8319 "redundant": false
8320 },
8321 {
8322 "name": "P",
8323 "category": "popular",
8324 "order": 0,
8325 "score": 0,
8326 "content": [
8327 "popular term"
8328 ],
8329 "dictionaries": [
8330 "Test Dictionary 2"
8331 ],
8332 "redundant": false
8333 }
8334 ],
8335 "wordClasses": [
8336 "v5"
8337 ]
8338 }
8339 ],
8340 "definitions": [
8341 {
8342 "index": 0,
8343 "headwordIndices": [
8344 0
8345 ],
8346 "dictionary": "Test Dictionary 2",
8347 "dictionaryIndex": 0,
8348 "dictionaryAlias": "termsDictAlias",
8349 "id": 9,
8350 "score": 10,
8351 "frequencyOrder": 0,
8352 "sequences": [
8353 4
8354 ],
8355 "isPrimary": true,
8356 "tags": [
8357 {
8358 "name": "vt",
8359 "category": "partOfSpeech",
8360 "order": 0,
8361 "score": 0,
8362 "content": [
8363 "transitive verb"
8364 ],
8365 "dictionaries": [
8366 "Test Dictionary 2"
8367 ],
8368 "redundant": false
8369 }
8370 ],
8371 "entries": [
8372 "buchikomu definition 1",
8373 "buchikomu definition 2"
8374 ]
8375 },
8376 {
8377 "index": 1,
8378 "headwordIndices": [
8379 0
8380 ],
8381 "dictionary": "Test Dictionary 2",
8382 "dictionaryIndex": 0,
8383 "dictionaryAlias": "termsDictAlias",
8384 "id": 10,
8385 "score": 1,
8386 "frequencyOrder": 0,
8387 "sequences": [
8388 4
8389 ],
8390 "isPrimary": true,
8391 "tags": [
8392 {
8393 "name": "vt",
8394 "category": "partOfSpeech",
8395 "order": 0,
8396 "score": 0,
8397 "content": [
8398 "transitive verb"
8399 ],
8400 "dictionaries": [
8401 "Test Dictionary 2"
8402 ],
8403 "redundant": true
8404 }
8405 ],
8406 "entries": [
8407 "buchikomu definition 3",
8408 "buchikomu definition 4"
8409 ]
8410 }
8411 ],
8412 "pronunciations": [
8413 {
8414 "index": 0,
8415 "headwordIndex": 0,
8416 "dictionary": "Test Dictionary 2",
8417 "dictionaryIndex": 0,
8418 "dictionaryAlias": "termsDictAlias",
8419 "pronunciations": [
8420 {
8421 "type": "pitch-accent",
8422 "positions": 0,
8423 "nasalPositions": [],
8424 "devoicePositions": [],
8425 "tags": []
8426 },
8427 {
8428 "type": "pitch-accent",
8429 "positions": 3,
8430 "nasalPositions": [],
8431 "devoicePositions": [],
8432 "tags": []
8433 }
8434 ]
8435 }
8436 ],
8437 "frequencies": [
8438 {
8439 "index": 0,
8440 "headwordIndex": 0,
8441 "dictionary": "Test Dictionary 2",
8442 "dictionaryIndex": 0,
8443 "dictionaryAlias": "termsDictAlias",
8444 "hasReading": false,
8445 "frequency": 3,
8446 "displayValue": null,
8447 "displayValueParsed": false
8448 },
8449 {
8450 "index": 1,
8451 "headwordIndex": 0,
8452 "dictionary": "Test Dictionary 2",
8453 "dictionaryIndex": 0,
8454 "dictionaryAlias": "termsDictAlias",
8455 "hasReading": false,
8456 "frequency": 7,
8457 "displayValue": "seven",
8458 "displayValueParsed": false
8459 },
8460 {
8461 "index": 2,
8462 "headwordIndex": 0,
8463 "dictionary": "Test Dictionary 2",
8464 "dictionaryIndex": 0,
8465 "dictionaryAlias": "termsDictAlias",
8466 "hasReading": true,
8467 "frequency": 13,
8468 "displayValue": null,
8469 "displayValueParsed": false
8470 },
8471 {
8472 "index": 3,
8473 "headwordIndex": 0,
8474 "dictionary": "Test Dictionary 2",
8475 "dictionaryIndex": 0,
8476 "dictionaryAlias": "termsDictAlias",
8477 "hasReading": true,
8478 "frequency": 0,
8479 "displayValue": "nineteen",
8480 "displayValueParsed": true
8481 },
8482 {
8483 "index": 4,
8484 "headwordIndex": 0,
8485 "dictionary": "Test Dictionary 2",
8486 "dictionaryIndex": 0,
8487 "dictionaryAlias": "termsDictAlias",
8488 "hasReading": true,
8489 "frequency": 25,
8490 "displayValue": "twenty-five (25)",
8491 "displayValueParsed": true
8492 },
8493 {
8494 "index": 5,
8495 "headwordIndex": 0,
8496 "dictionary": "Test Dictionary 2",
8497 "dictionaryIndex": 0,
8498 "dictionaryAlias": "termsDictAlias",
8499 "hasReading": true,
8500 "frequency": 31,
8501 "displayValue": "thirty-one",
8502 "displayValueParsed": false
8503 }
8504 ]
8505 },
8506 {
8507 "type": "term",
8508 "isPrimary": true,
8509 "textProcessorRuleChainCandidates": [
8510 []
8511 ],
8512 "inflectionRuleChainCandidates": [
8513 {
8514 "source": "algorithm",
8515 "inflectionRules": [
8516 {
8517 "name": "continuative",
8518 "description": "Used to indicate actions that are (being) carried out.\nRefers to 連用形, the part of the verb after conjugating with -ます and dropping ます."
8519 }
8520 ]
8521 }
8522 ],
8523 "score": 10,
8524 "frequencyOrder": 0,
8525 "dictionaryIndex": 0,
8526 "dictionaryAlias": "",
8527 "sourceTermExactMatchCount": 1,
8528 "matchPrimaryReading": false,
8529 "maxOriginalTextLength": 2,
8530 "headwords": [
8531 {
8532 "index": 0,
8533 "term": "打つ",
8534 "reading": "うつ",
8535 "sources": [
8536 {
8537 "originalText": "打ち",
8538 "transformedText": "打ち",
8539 "deinflectedText": "打つ",
8540 "matchType": "exact",
8541 "matchSource": "term",
8542 "isPrimary": true
8543 }
8544 ],
8545 "tags": [
8546 {
8547 "name": "E1",
8548 "category": "default",
8549 "order": 0,
8550 "score": 0,
8551 "content": [
8552 "example tag 1"
8553 ],
8554 "dictionaries": [
8555 "Test Dictionary 2"
8556 ],
8557 "redundant": false
8558 },
8559 {
8560 "name": "E2",
8561 "category": "default",
8562 "order": 0,
8563 "score": 0,
8564 "content": [
8565 "example tag 2"
8566 ],
8567 "dictionaries": [
8568 "Test Dictionary 2"
8569 ],
8570 "redundant": false
8571 },
8572 {
8573 "name": "P",
8574 "category": "popular",
8575 "order": 0,
8576 "score": 0,
8577 "content": [
8578 "popular term"
8579 ],
8580 "dictionaries": [
8581 "Test Dictionary 2"
8582 ],
8583 "redundant": false
8584 }
8585 ],
8586 "wordClasses": [
8587 "v5"
8588 ]
8589 }
8590 ],
8591 "definitions": [
8592 {
8593 "index": 0,
8594 "headwordIndices": [
8595 0
8596 ],
8597 "dictionary": "Test Dictionary 2",
8598 "dictionaryIndex": 0,
8599 "dictionaryAlias": "termsDictAlias",
8600 "id": 3,
8601 "score": 10,
8602 "frequencyOrder": 0,
8603 "sequences": [
8604 3
8605 ],
8606 "isPrimary": true,
8607 "tags": [
8608 {
8609 "name": "vt",
8610 "category": "partOfSpeech",
8611 "order": 0,
8612 "score": 0,
8613 "content": [
8614 "transitive verb"
8615 ],
8616 "dictionaries": [
8617 "Test Dictionary 2"
8618 ],
8619 "redundant": false
8620 }
8621 ],
8622 "entries": [
8623 "utsu definition 1",
8624 "utsu definition 2"
8625 ]
8626 },
8627 {
8628 "index": 1,
8629 "headwordIndices": [
8630 0
8631 ],
8632 "dictionary": "Test Dictionary 2",
8633 "dictionaryIndex": 0,
8634 "dictionaryAlias": "termsDictAlias",
8635 "id": 4,
8636 "score": 1,
8637 "frequencyOrder": 0,
8638 "sequences": [
8639 3
8640 ],
8641 "isPrimary": true,
8642 "tags": [
8643 {
8644 "name": "vt",
8645 "category": "partOfSpeech",
8646 "order": 0,
8647 "score": 0,
8648 "content": [
8649 "transitive verb"
8650 ],
8651 "dictionaries": [
8652 "Test Dictionary 2"
8653 ],
8654 "redundant": true
8655 }
8656 ],
8657 "entries": [
8658 "utsu definition 3",
8659 "utsu definition 4"
8660 ]
8661 }
8662 ],
8663 "pronunciations": [],
8664 "frequencies": [
8665 {
8666 "index": 0,
8667 "headwordIndex": 0,
8668 "dictionary": "Test Dictionary 2",
8669 "dictionaryIndex": 0,
8670 "dictionaryAlias": "termsDictAlias",
8671 "hasReading": false,
8672 "frequency": 2,
8673 "displayValue": null,
8674 "displayValueParsed": false
8675 },
8676 {
8677 "index": 1,
8678 "headwordIndex": 0,
8679 "dictionary": "Test Dictionary 2",
8680 "dictionaryIndex": 0,
8681 "dictionaryAlias": "termsDictAlias",
8682 "hasReading": false,
8683 "frequency": 6,
8684 "displayValue": null,
8685 "displayValueParsed": false
8686 },
8687 {
8688 "index": 2,
8689 "headwordIndex": 0,
8690 "dictionary": "Test Dictionary 2",
8691 "dictionaryIndex": 0,
8692 "dictionaryAlias": "termsDictAlias",
8693 "hasReading": true,
8694 "frequency": 10,
8695 "displayValue": null,
8696 "displayValueParsed": false
8697 },
8698 {
8699 "index": 3,
8700 "headwordIndex": 0,
8701 "dictionary": "Test Dictionary 2",
8702 "dictionaryIndex": 0,
8703 "dictionaryAlias": "termsDictAlias",
8704 "hasReading": true,
8705 "frequency": 0,
8706 "displayValue": "sixteen",
8707 "displayValueParsed": true
8708 },
8709 {
8710 "index": 4,
8711 "headwordIndex": 0,
8712 "dictionary": "Test Dictionary 2",
8713 "dictionaryIndex": 0,
8714 "dictionaryAlias": "termsDictAlias",
8715 "hasReading": true,
8716 "frequency": 22,
8717 "displayValue": "twenty-two (22)",
8718 "displayValueParsed": true
8719 },
8720 {
8721 "index": 5,
8722 "headwordIndex": 0,
8723 "dictionary": "Test Dictionary 2",
8724 "dictionaryIndex": 0,
8725 "dictionaryAlias": "termsDictAlias",
8726 "hasReading": true,
8727 "frequency": 28,
8728 "displayValue": null,
8729 "displayValueParsed": false
8730 }
8731 ]
8732 },
8733 {
8734 "type": "term",
8735 "isPrimary": true,
8736 "textProcessorRuleChainCandidates": [
8737 []
8738 ],
8739 "inflectionRuleChainCandidates": [
8740 {
8741 "source": "algorithm",
8742 "inflectionRules": [
8743 {
8744 "name": "continuative",
8745 "description": "Used to indicate actions that are (being) carried out.\nRefers to 連用形, the part of the verb after conjugating with -ます and dropping ます."
8746 }
8747 ]
8748 }
8749 ],
8750 "score": 10,
8751 "frequencyOrder": 0,
8752 "dictionaryIndex": 0,
8753 "dictionaryAlias": "",
8754 "sourceTermExactMatchCount": 1,
8755 "matchPrimaryReading": false,
8756 "maxOriginalTextLength": 2,
8757 "headwords": [
8758 {
8759 "index": 0,
8760 "term": "打つ",
8761 "reading": "ぶつ",
8762 "sources": [
8763 {
8764 "originalText": "打ち",
8765 "transformedText": "打ち",
8766 "deinflectedText": "打つ",
8767 "matchType": "exact",
8768 "matchSource": "term",
8769 "isPrimary": true
8770 }
8771 ],
8772 "tags": [
8773 {
8774 "name": "E1",
8775 "category": "default",
8776 "order": 0,
8777 "score": 0,
8778 "content": [
8779 "example tag 1"
8780 ],
8781 "dictionaries": [
8782 "Test Dictionary 2"
8783 ],
8784 "redundant": false
8785 },
8786 {
8787 "name": "E2",
8788 "category": "default",
8789 "order": 0,
8790 "score": 0,
8791 "content": [
8792 "example tag 2"
8793 ],
8794 "dictionaries": [
8795 "Test Dictionary 2"
8796 ],
8797 "redundant": false
8798 },
8799 {
8800 "name": "P",
8801 "category": "popular",
8802 "order": 0,
8803 "score": 0,
8804 "content": [
8805 "popular term"
8806 ],
8807 "dictionaries": [
8808 "Test Dictionary 2"
8809 ],
8810 "redundant": false
8811 }
8812 ],
8813 "wordClasses": [
8814 "v5"
8815 ]
8816 }
8817 ],
8818 "definitions": [
8819 {
8820 "index": 0,
8821 "headwordIndices": [
8822 0
8823 ],
8824 "dictionary": "Test Dictionary 2",
8825 "dictionaryIndex": 0,
8826 "dictionaryAlias": "termsDictAlias",
8827 "id": 5,
8828 "score": 10,
8829 "frequencyOrder": 0,
8830 "sequences": [
8831 3
8832 ],
8833 "isPrimary": true,
8834 "tags": [
8835 {
8836 "name": "vt",
8837 "category": "partOfSpeech",
8838 "order": 0,
8839 "score": 0,
8840 "content": [
8841 "transitive verb"
8842 ],
8843 "dictionaries": [
8844 "Test Dictionary 2"
8845 ],
8846 "redundant": false
8847 }
8848 ],
8849 "entries": [
8850 "butsu definition 1",
8851 "butsu definition 2"
8852 ]
8853 },
8854 {
8855 "index": 1,
8856 "headwordIndices": [
8857 0
8858 ],
8859 "dictionary": "Test Dictionary 2",
8860 "dictionaryIndex": 0,
8861 "dictionaryAlias": "termsDictAlias",
8862 "id": 6,
8863 "score": 1,
8864 "frequencyOrder": 0,
8865 "sequences": [
8866 3
8867 ],
8868 "isPrimary": true,
8869 "tags": [
8870 {
8871 "name": "vt",
8872 "category": "partOfSpeech",
8873 "order": 0,
8874 "score": 0,
8875 "content": [
8876 "transitive verb"
8877 ],
8878 "dictionaries": [
8879 "Test Dictionary 2"
8880 ],
8881 "redundant": true
8882 }
8883 ],
8884 "entries": [
8885 "butsu definition 3",
8886 "butsu definition 4"
8887 ]
8888 }
8889 ],
8890 "pronunciations": [],
8891 "frequencies": [
8892 {
8893 "index": 0,
8894 "headwordIndex": 0,
8895 "dictionary": "Test Dictionary 2",
8896 "dictionaryIndex": 0,
8897 "dictionaryAlias": "termsDictAlias",
8898 "hasReading": false,
8899 "frequency": 2,
8900 "displayValue": null,
8901 "displayValueParsed": false
8902 },
8903 {
8904 "index": 1,
8905 "headwordIndex": 0,
8906 "dictionary": "Test Dictionary 2",
8907 "dictionaryIndex": 0,
8908 "dictionaryAlias": "termsDictAlias",
8909 "hasReading": false,
8910 "frequency": 6,
8911 "displayValue": null,
8912 "displayValueParsed": false
8913 },
8914 {
8915 "index": 2,
8916 "headwordIndex": 0,
8917 "dictionary": "Test Dictionary 2",
8918 "dictionaryIndex": 0,
8919 "dictionaryAlias": "termsDictAlias",
8920 "hasReading": true,
8921 "frequency": 11,
8922 "displayValue": null,
8923 "displayValueParsed": false
8924 },
8925 {
8926 "index": 3,
8927 "headwordIndex": 0,
8928 "dictionary": "Test Dictionary 2",
8929 "dictionaryIndex": 0,
8930 "dictionaryAlias": "termsDictAlias",
8931 "hasReading": true,
8932 "frequency": 0,
8933 "displayValue": "seventeen",
8934 "displayValueParsed": true
8935 },
8936 {
8937 "index": 4,
8938 "headwordIndex": 0,
8939 "dictionary": "Test Dictionary 2",
8940 "dictionaryIndex": 0,
8941 "dictionaryAlias": "termsDictAlias",
8942 "hasReading": true,
8943 "frequency": 23,
8944 "displayValue": "twenty-three (23)",
8945 "displayValueParsed": true
8946 },
8947 {
8948 "index": 5,
8949 "headwordIndex": 0,
8950 "dictionary": "Test Dictionary 2",
8951 "dictionaryIndex": 0,
8952 "dictionaryAlias": "termsDictAlias",
8953 "hasReading": true,
8954 "frequency": 29,
8955 "displayValue": "twenty-nine",
8956 "displayValueParsed": false
8957 }
8958 ]
8959 },
8960 {
8961 "type": "term",
8962 "isPrimary": true,
8963 "textProcessorRuleChainCandidates": [
8964 []
8965 ],
8966 "inflectionRuleChainCandidates": [
8967 {
8968 "source": "algorithm",
8969 "inflectionRules": []
8970 }
8971 ],
8972 "score": 1,
8973 "frequencyOrder": 0,
8974 "dictionaryIndex": 0,
8975 "dictionaryAlias": "",
8976 "sourceTermExactMatchCount": 1,
8977 "matchPrimaryReading": false,
8978 "maxOriginalTextLength": 1,
8979 "headwords": [
8980 {
8981 "index": 0,
8982 "term": "打",
8983 "reading": "だ",
8984 "sources": [
8985 {
8986 "originalText": "打",
8987 "transformedText": "打",
8988 "deinflectedText": "打",
8989 "matchType": "exact",
8990 "matchSource": "term",
8991 "isPrimary": true
8992 }
8993 ],
8994 "tags": [
8995 {
8996 "name": "E1",
8997 "category": "default",
8998 "order": 0,
8999 "score": 0,
9000 "content": [
9001 "example tag 1"
9002 ],
9003 "dictionaries": [
9004 "Test Dictionary 2"
9005 ],
9006 "redundant": false
9007 }
9008 ],
9009 "wordClasses": [
9010 "n"
9011 ]
9012 }
9013 ],
9014 "definitions": [
9015 {
9016 "index": 0,
9017 "headwordIndices": [
9018 0
9019 ],
9020 "dictionary": "Test Dictionary 2",
9021 "dictionaryIndex": 0,
9022 "dictionaryAlias": "termsDictAlias",
9023 "id": 1,
9024 "score": 1,
9025 "frequencyOrder": 0,
9026 "sequences": [
9027 1
9028 ],
9029 "isPrimary": true,
9030 "tags": [
9031 {
9032 "name": "n",
9033 "category": "partOfSpeech",
9034 "order": 0,
9035 "score": 0,
9036 "content": [
9037 "noun"
9038 ],
9039 "dictionaries": [
9040 "Test Dictionary 2"
9041 ],
9042 "redundant": false
9043 }
9044 ],
9045 "entries": [
9046 "da definition 1",
9047 "da definition 2"
9048 ]
9049 }
9050 ],
9051 "pronunciations": [],
9052 "frequencies": [
9053 {
9054 "index": 0,
9055 "headwordIndex": 0,
9056 "dictionary": "Test Dictionary 2",
9057 "dictionaryIndex": 0,
9058 "dictionaryAlias": "termsDictAlias",
9059 "hasReading": false,
9060 "frequency": 1,
9061 "displayValue": null,
9062 "displayValueParsed": false
9063 },
9064 {
9065 "index": 1,
9066 "headwordIndex": 0,
9067 "dictionary": "Test Dictionary 2",
9068 "dictionaryIndex": 0,
9069 "dictionaryAlias": "termsDictAlias",
9070 "hasReading": false,
9071 "frequency": 0,
9072 "displayValue": "four",
9073 "displayValueParsed": true
9074 },
9075 {
9076 "index": 2,
9077 "headwordIndex": 0,
9078 "dictionary": "Test Dictionary 2",
9079 "dictionaryIndex": 0,
9080 "dictionaryAlias": "termsDictAlias",
9081 "hasReading": false,
9082 "frequency": 5,
9083 "displayValue": "five (5)",
9084 "displayValueParsed": true
9085 },
9086 {
9087 "index": 3,
9088 "headwordIndex": 0,
9089 "dictionary": "Test Dictionary 2",
9090 "dictionaryIndex": 0,
9091 "dictionaryAlias": "termsDictAlias",
9092 "hasReading": true,
9093 "frequency": 8,
9094 "displayValue": null,
9095 "displayValueParsed": false
9096 },
9097 {
9098 "index": 4,
9099 "headwordIndex": 0,
9100 "dictionary": "Test Dictionary 2",
9101 "dictionaryIndex": 0,
9102 "dictionaryAlias": "termsDictAlias",
9103 "hasReading": true,
9104 "frequency": 0,
9105 "displayValue": "fourteen",
9106 "displayValueParsed": true
9107 },
9108 {
9109 "index": 5,
9110 "headwordIndex": 0,
9111 "dictionary": "Test Dictionary 2",
9112 "dictionaryIndex": 0,
9113 "dictionaryAlias": "termsDictAlias",
9114 "hasReading": true,
9115 "frequency": 20,
9116 "displayValue": "twenty (20)",
9117 "displayValueParsed": true
9118 },
9119 {
9120 "index": 6,
9121 "headwordIndex": 0,
9122 "dictionary": "Test Dictionary 2",
9123 "dictionaryIndex": 0,
9124 "dictionaryAlias": "termsDictAlias",
9125 "hasReading": true,
9126 "frequency": 26,
9127 "displayValue": null,
9128 "displayValueParsed": false
9129 }
9130 ]
9131 },
9132 {
9133 "type": "term",
9134 "isPrimary": true,
9135 "textProcessorRuleChainCandidates": [
9136 []
9137 ],
9138 "inflectionRuleChainCandidates": [
9139 {
9140 "source": "algorithm",
9141 "inflectionRules": []
9142 }
9143 ],
9144 "score": 1,
9145 "frequencyOrder": 0,
9146 "dictionaryIndex": 0,
9147 "dictionaryAlias": "",
9148 "sourceTermExactMatchCount": 1,
9149 "matchPrimaryReading": false,
9150 "maxOriginalTextLength": 1,
9151 "headwords": [
9152 {
9153 "index": 0,
9154 "term": "打",
9155 "reading": "ダース",
9156 "sources": [
9157 {
9158 "originalText": "打",
9159 "transformedText": "打",
9160 "deinflectedText": "打",
9161 "matchType": "exact",
9162 "matchSource": "term",
9163 "isPrimary": true
9164 }
9165 ],
9166 "tags": [
9167 {
9168 "name": "E1",
9169 "category": "default",
9170 "order": 0,
9171 "score": 0,
9172 "content": [
9173 "example tag 1"
9174 ],
9175 "dictionaries": [
9176 "Test Dictionary 2"
9177 ],
9178 "redundant": false
9179 }
9180 ],
9181 "wordClasses": [
9182 "n"
9183 ]
9184 }
9185 ],
9186 "definitions": [
9187 {
9188 "index": 0,
9189 "headwordIndices": [
9190 0
9191 ],
9192 "dictionary": "Test Dictionary 2",
9193 "dictionaryIndex": 0,
9194 "dictionaryAlias": "termsDictAlias",
9195 "id": 2,
9196 "score": 1,
9197 "frequencyOrder": 0,
9198 "sequences": [
9199 2
9200 ],
9201 "isPrimary": true,
9202 "tags": [
9203 {
9204 "name": "abbr",
9205 "category": "default",
9206 "order": 0,
9207 "score": 0,
9208 "content": [
9209 "abbreviation"
9210 ],
9211 "dictionaries": [
9212 "Test Dictionary 2"
9213 ],
9214 "redundant": false
9215 },
9216 {
9217 "name": "n",
9218 "category": "partOfSpeech",
9219 "order": 0,
9220 "score": 0,
9221 "content": [
9222 "noun"
9223 ],
9224 "dictionaries": [
9225 "Test Dictionary 2"
9226 ],
9227 "redundant": false
9228 }
9229 ],
9230 "entries": [
9231 "daasu definition 1",
9232 "daasu definition 2"
9233 ]
9234 }
9235 ],
9236 "pronunciations": [],
9237 "frequencies": [
9238 {
9239 "index": 0,
9240 "headwordIndex": 0,
9241 "dictionary": "Test Dictionary 2",
9242 "dictionaryIndex": 0,
9243 "dictionaryAlias": "termsDictAlias",
9244 "hasReading": false,
9245 "frequency": 1,
9246 "displayValue": null,
9247 "displayValueParsed": false
9248 },
9249 {
9250 "index": 1,
9251 "headwordIndex": 0,
9252 "dictionary": "Test Dictionary 2",
9253 "dictionaryIndex": 0,
9254 "dictionaryAlias": "termsDictAlias",
9255 "hasReading": false,
9256 "frequency": 0,
9257 "displayValue": "four",
9258 "displayValueParsed": true
9259 },
9260 {
9261 "index": 2,
9262 "headwordIndex": 0,
9263 "dictionary": "Test Dictionary 2",
9264 "dictionaryIndex": 0,
9265 "dictionaryAlias": "termsDictAlias",
9266 "hasReading": false,
9267 "frequency": 5,
9268 "displayValue": "five (5)",
9269 "displayValueParsed": true
9270 },
9271 {
9272 "index": 3,
9273 "headwordIndex": 0,
9274 "dictionary": "Test Dictionary 2",
9275 "dictionaryIndex": 0,
9276 "dictionaryAlias": "termsDictAlias",
9277 "hasReading": true,
9278 "frequency": 9,
9279 "displayValue": null,
9280 "displayValueParsed": false
9281 },
9282 {
9283 "index": 4,
9284 "headwordIndex": 0,
9285 "dictionary": "Test Dictionary 2",
9286 "dictionaryIndex": 0,
9287 "dictionaryAlias": "termsDictAlias",
9288 "hasReading": true,
9289 "frequency": 0,
9290 "displayValue": "fifteen",
9291 "displayValueParsed": true
9292 },
9293 {
9294 "index": 5,
9295 "headwordIndex": 0,
9296 "dictionary": "Test Dictionary 2",
9297 "dictionaryIndex": 0,
9298 "dictionaryAlias": "termsDictAlias",
9299 "hasReading": true,
9300 "frequency": 21,
9301 "displayValue": "twenty-one (21)",
9302 "displayValueParsed": true
9303 },
9304 {
9305 "index": 6,
9306 "headwordIndex": 0,
9307 "dictionary": "Test Dictionary 2",
9308 "dictionaryIndex": 0,
9309 "dictionaryAlias": "termsDictAlias",
9310 "hasReading": true,
9311 "frequency": 27,
9312 "displayValue": "twenty-seven",
9313 "displayValueParsed": false
9314 }
9315 ]
9316 }
9317 ]
9318 },
9319 {
9320 "name": "Search using different modes - merge",
9321 "originalTextLength": 4,
9322 "dictionaryEntries": [
9323 {
9324 "type": "term",
9325 "isPrimary": true,
9326 "textProcessorRuleChainCandidates": [
9327 []
9328 ],
9329 "inflectionRuleChainCandidates": [
9330 {
9331 "source": "algorithm",
9332 "inflectionRules": []
9333 }
9334 ],
9335 "score": 10,
9336 "frequencyOrder": 0,
9337 "dictionaryIndex": 0,
9338 "dictionaryAlias": "",
9339 "sourceTermExactMatchCount": 2,
9340 "matchPrimaryReading": false,
9341 "maxOriginalTextLength": 4,
9342 "headwords": [
9343 {
9344 "index": 0,
9345 "term": "打ち込む",
9346 "reading": "うちこむ",
9347 "sources": [
9348 {
9349 "originalText": "打ち込む",
9350 "transformedText": "打ち込む",
9351 "deinflectedText": "打ち込む",
9352 "matchType": "exact",
9353 "matchSource": "term",
9354 "isPrimary": true
9355 }
9356 ],
9357 "tags": [
9358 {
9359 "name": "E1",
9360 "category": "default",
9361 "order": 0,
9362 "score": 0,
9363 "content": [
9364 "example tag 1"
9365 ],
9366 "dictionaries": [
9367 "Test Dictionary 2"
9368 ],
9369 "redundant": false
9370 },
9371 {
9372 "name": "E2",
9373 "category": "default",
9374 "order": 0,
9375 "score": 0,
9376 "content": [
9377 "example tag 2"
9378 ],
9379 "dictionaries": [
9380 "Test Dictionary 2"
9381 ],
9382 "redundant": false
9383 },
9384 {
9385 "name": "P",
9386 "category": "popular",
9387 "order": 0,
9388 "score": 0,
9389 "content": [
9390 "popular term"
9391 ],
9392 "dictionaries": [
9393 "Test Dictionary 2"
9394 ],
9395 "redundant": false
9396 }
9397 ],
9398 "wordClasses": [
9399 "v5"
9400 ]
9401 },
9402 {
9403 "index": 1,
9404 "term": "打ち込む",
9405 "reading": "ぶちこむ",
9406 "sources": [
9407 {
9408 "originalText": "打ち込む",
9409 "transformedText": "打ち込む",
9410 "deinflectedText": "打ち込む",
9411 "matchType": "exact",
9412 "matchSource": "term",
9413 "isPrimary": true
9414 }
9415 ],
9416 "tags": [
9417 {
9418 "name": "E1",
9419 "category": "default",
9420 "order": 0,
9421 "score": 0,
9422 "content": [
9423 "example tag 1"
9424 ],
9425 "dictionaries": [
9426 "Test Dictionary 2"
9427 ],
9428 "redundant": false
9429 },
9430 {
9431 "name": "E2",
9432 "category": "default",
9433 "order": 0,
9434 "score": 0,
9435 "content": [
9436 "example tag 2"
9437 ],
9438 "dictionaries": [
9439 "Test Dictionary 2"
9440 ],
9441 "redundant": false
9442 },
9443 {
9444 "name": "P",
9445 "category": "popular",
9446 "order": 0,
9447 "score": 0,
9448 "content": [
9449 "popular term"
9450 ],
9451 "dictionaries": [
9452 "Test Dictionary 2"
9453 ],
9454 "redundant": false
9455 }
9456 ],
9457 "wordClasses": [
9458 "v5"
9459 ]
9460 }
9461 ],
9462 "definitions": [
9463 {
9464 "index": 0,
9465 "headwordIndices": [
9466 0
9467 ],
9468 "dictionary": "Test Dictionary 2",
9469 "dictionaryIndex": 0,
9470 "dictionaryAlias": "termsDictAlias",
9471 "id": 7,
9472 "score": 10,
9473 "frequencyOrder": 0,
9474 "sequences": [
9475 4
9476 ],
9477 "isPrimary": true,
9478 "tags": [
9479 {
9480 "name": "vt",
9481 "category": "partOfSpeech",
9482 "order": 0,
9483 "score": 0,
9484 "content": [
9485 "transitive verb"
9486 ],
9487 "dictionaries": [
9488 "Test Dictionary 2"
9489 ],
9490 "redundant": false
9491 }
9492 ],
9493 "entries": [
9494 "uchikomu definition 1",
9495 "uchikomu definition 2"
9496 ]
9497 },
9498 {
9499 "index": 2,
9500 "headwordIndices": [
9501 1
9502 ],
9503 "dictionary": "Test Dictionary 2",
9504 "dictionaryIndex": 0,
9505 "dictionaryAlias": "termsDictAlias",
9506 "id": 9,
9507 "score": 10,
9508 "frequencyOrder": 0,
9509 "sequences": [
9510 4
9511 ],
9512 "isPrimary": true,
9513 "tags": [
9514 {
9515 "name": "vt",
9516 "category": "partOfSpeech",
9517 "order": 0,
9518 "score": 0,
9519 "content": [
9520 "transitive verb"
9521 ],
9522 "dictionaries": [
9523 "Test Dictionary 2"
9524 ],
9525 "redundant": true
9526 }
9527 ],
9528 "entries": [
9529 "buchikomu definition 1",
9530 "buchikomu definition 2"
9531 ]
9532 },
9533 {
9534 "index": 1,
9535 "headwordIndices": [
9536 0
9537 ],
9538 "dictionary": "Test Dictionary 2",
9539 "dictionaryIndex": 0,
9540 "dictionaryAlias": "termsDictAlias",
9541 "id": 8,
9542 "score": 1,
9543 "frequencyOrder": 0,
9544 "sequences": [
9545 4
9546 ],
9547 "isPrimary": true,
9548 "tags": [
9549 {
9550 "name": "vt",
9551 "category": "partOfSpeech",
9552 "order": 0,
9553 "score": 0,
9554 "content": [
9555 "transitive verb"
9556 ],
9557 "dictionaries": [
9558 "Test Dictionary 2"
9559 ],
9560 "redundant": true
9561 }
9562 ],
9563 "entries": [
9564 "uchikomu definition 3",
9565 "uchikomu definition 4"
9566 ]
9567 },
9568 {
9569 "index": 3,
9570 "headwordIndices": [
9571 1
9572 ],
9573 "dictionary": "Test Dictionary 2",
9574 "dictionaryIndex": 0,
9575 "dictionaryAlias": "termsDictAlias",
9576 "id": 10,
9577 "score": 1,
9578 "frequencyOrder": 0,
9579 "sequences": [
9580 4
9581 ],
9582 "isPrimary": true,
9583 "tags": [
9584 {
9585 "name": "vt",
9586 "category": "partOfSpeech",
9587 "order": 0,
9588 "score": 0,
9589 "content": [
9590 "transitive verb"
9591 ],
9592 "dictionaries": [
9593 "Test Dictionary 2"
9594 ],
9595 "redundant": true
9596 }
9597 ],
9598 "entries": [
9599 "buchikomu definition 3",
9600 "buchikomu definition 4"
9601 ]
9602 }
9603 ],
9604 "pronunciations": [
9605 {
9606 "index": 0,
9607 "headwordIndex": 0,
9608 "dictionary": "Test Dictionary 2",
9609 "dictionaryIndex": 0,
9610 "dictionaryAlias": "termsDictAlias",
9611 "pronunciations": [
9612 {
9613 "type": "pitch-accent",
9614 "positions": 0,
9615 "nasalPositions": [],
9616 "devoicePositions": [],
9617 "tags": []
9618 },
9619 {
9620 "type": "pitch-accent",
9621 "positions": 3,
9622 "nasalPositions": [],
9623 "devoicePositions": [],
9624 "tags": []
9625 }
9626 ]
9627 },
9628 {
9629 "index": 1,
9630 "headwordIndex": 0,
9631 "dictionary": "Test Dictionary 2",
9632 "dictionaryIndex": 0,
9633 "dictionaryAlias": "termsDictAlias",
9634 "pronunciations": [
9635 {
9636 "type": "pitch-accent",
9637 "positions": "HHHHH",
9638 "nasalPositions": [],
9639 "devoicePositions": [],
9640 "tags": []
9641 },
9642 {
9643 "type": "pitch-accent",
9644 "positions": "HHHHL",
9645 "nasalPositions": [],
9646 "devoicePositions": [],
9647 "tags": []
9648 },
9649 {
9650 "type": "pitch-accent",
9651 "positions": "HHHH",
9652 "nasalPositions": [],
9653 "devoicePositions": [],
9654 "tags": []
9655 },
9656 {
9657 "type": "pitch-accent",
9658 "positions": "HHHL",
9659 "nasalPositions": [],
9660 "devoicePositions": [],
9661 "tags": []
9662 },
9663 {
9664 "type": "pitch-accent",
9665 "positions": "HHLH",
9666 "nasalPositions": [],
9667 "devoicePositions": [],
9668 "tags": []
9669 },
9670 {
9671 "type": "pitch-accent",
9672 "positions": "HHLL",
9673 "nasalPositions": [],
9674 "devoicePositions": [
9675 2
9676 ],
9677 "tags": []
9678 },
9679 {
9680 "type": "pitch-accent",
9681 "positions": "HLHH",
9682 "nasalPositions": [],
9683 "devoicePositions": [],
9684 "tags": []
9685 },
9686 {
9687 "type": "pitch-accent",
9688 "positions": "HLHL",
9689 "nasalPositions": [],
9690 "devoicePositions": [],
9691 "tags": []
9692 },
9693 {
9694 "type": "pitch-accent",
9695 "positions": "HLLH",
9696 "nasalPositions": [],
9697 "devoicePositions": [],
9698 "tags": []
9699 },
9700 {
9701 "type": "pitch-accent",
9702 "positions": "HLLL",
9703 "nasalPositions": [
9704 3
9705 ],
9706 "devoicePositions": [],
9707 "tags": []
9708 },
9709 {
9710 "type": "pitch-accent",
9711 "positions": "LHHH",
9712 "nasalPositions": [],
9713 "devoicePositions": [],
9714 "tags": []
9715 },
9716 {
9717 "type": "pitch-accent",
9718 "positions": "LHHL",
9719 "nasalPositions": [],
9720 "devoicePositions": [],
9721 "tags": []
9722 },
9723 {
9724 "type": "pitch-accent",
9725 "positions": "LHLH",
9726 "nasalPositions": [],
9727 "devoicePositions": [],
9728 "tags": []
9729 },
9730 {
9731 "type": "pitch-accent",
9732 "positions": "LHLL",
9733 "nasalPositions": [
9734 3
9735 ],
9736 "devoicePositions": [
9737 2
9738 ],
9739 "tags": []
9740 },
9741 {
9742 "type": "pitch-accent",
9743 "positions": "LLHH",
9744 "nasalPositions": [],
9745 "devoicePositions": [],
9746 "tags": []
9747 },
9748 {
9749 "type": "pitch-accent",
9750 "positions": "LLHL",
9751 "nasalPositions": [],
9752 "devoicePositions": [],
9753 "tags": []
9754 },
9755 {
9756 "type": "pitch-accent",
9757 "positions": "LLLH",
9758 "nasalPositions": [],
9759 "devoicePositions": [],
9760 "tags": []
9761 },
9762 {
9763 "type": "pitch-accent",
9764 "positions": "LLLL",
9765 "nasalPositions": [],
9766 "devoicePositions": [],
9767 "tags": []
9768 }
9769 ]
9770 },
9771 {
9772 "index": 2,
9773 "headwordIndex": 1,
9774 "dictionary": "Test Dictionary 2",
9775 "dictionaryIndex": 0,
9776 "dictionaryAlias": "termsDictAlias",
9777 "pronunciations": [
9778 {
9779 "type": "pitch-accent",
9780 "positions": 0,
9781 "nasalPositions": [],
9782 "devoicePositions": [],
9783 "tags": []
9784 },
9785 {
9786 "type": "pitch-accent",
9787 "positions": 3,
9788 "nasalPositions": [],
9789 "devoicePositions": [],
9790 "tags": []
9791 }
9792 ]
9793 }
9794 ],
9795 "frequencies": [
9796 {
9797 "index": 0,
9798 "headwordIndex": 0,
9799 "dictionary": "Test Dictionary 2",
9800 "dictionaryIndex": 0,
9801 "dictionaryAlias": "termsDictAlias",
9802 "hasReading": false,
9803 "frequency": 3,
9804 "displayValue": null,
9805 "displayValueParsed": false
9806 },
9807 {
9808 "index": 2,
9809 "headwordIndex": 0,
9810 "dictionary": "Test Dictionary 2",
9811 "dictionaryIndex": 0,
9812 "dictionaryAlias": "termsDictAlias",
9813 "hasReading": false,
9814 "frequency": 7,
9815 "displayValue": "seven",
9816 "displayValueParsed": false
9817 },
9818 {
9819 "index": 4,
9820 "headwordIndex": 0,
9821 "dictionary": "Test Dictionary 2",
9822 "dictionaryIndex": 0,
9823 "dictionaryAlias": "termsDictAlias",
9824 "hasReading": true,
9825 "frequency": 12,
9826 "displayValue": null,
9827 "displayValueParsed": false
9828 },
9829 {
9830 "index": 6,
9831 "headwordIndex": 0,
9832 "dictionary": "Test Dictionary 2",
9833 "dictionaryIndex": 0,
9834 "dictionaryAlias": "termsDictAlias",
9835 "hasReading": true,
9836 "frequency": 0,
9837 "displayValue": "eighteen",
9838 "displayValueParsed": true
9839 },
9840 {
9841 "index": 8,
9842 "headwordIndex": 0,
9843 "dictionary": "Test Dictionary 2",
9844 "dictionaryIndex": 0,
9845 "dictionaryAlias": "termsDictAlias",
9846 "hasReading": true,
9847 "frequency": 24,
9848 "displayValue": "twenty-four (24)",
9849 "displayValueParsed": true
9850 },
9851 {
9852 "index": 10,
9853 "headwordIndex": 0,
9854 "dictionary": "Test Dictionary 2",
9855 "dictionaryIndex": 0,
9856 "dictionaryAlias": "termsDictAlias",
9857 "hasReading": true,
9858 "frequency": 30,
9859 "displayValue": null,
9860 "displayValueParsed": false
9861 },
9862 {
9863 "index": 1,
9864 "headwordIndex": 1,
9865 "dictionary": "Test Dictionary 2",
9866 "dictionaryIndex": 0,
9867 "dictionaryAlias": "termsDictAlias",
9868 "hasReading": false,
9869 "frequency": 3,
9870 "displayValue": null,
9871 "displayValueParsed": false
9872 },
9873 {
9874 "index": 3,
9875 "headwordIndex": 1,
9876 "dictionary": "Test Dictionary 2",
9877 "dictionaryIndex": 0,
9878 "dictionaryAlias": "termsDictAlias",
9879 "hasReading": false,
9880 "frequency": 7,
9881 "displayValue": "seven",
9882 "displayValueParsed": false
9883 },
9884 {
9885 "index": 5,
9886 "headwordIndex": 1,
9887 "dictionary": "Test Dictionary 2",
9888 "dictionaryIndex": 0,
9889 "dictionaryAlias": "termsDictAlias",
9890 "hasReading": true,
9891 "frequency": 13,
9892 "displayValue": null,
9893 "displayValueParsed": false
9894 },
9895 {
9896 "index": 7,
9897 "headwordIndex": 1,
9898 "dictionary": "Test Dictionary 2",
9899 "dictionaryIndex": 0,
9900 "dictionaryAlias": "termsDictAlias",
9901 "hasReading": true,
9902 "frequency": 0,
9903 "displayValue": "nineteen",
9904 "displayValueParsed": true
9905 },
9906 {
9907 "index": 9,
9908 "headwordIndex": 1,
9909 "dictionary": "Test Dictionary 2",
9910 "dictionaryIndex": 0,
9911 "dictionaryAlias": "termsDictAlias",
9912 "hasReading": true,
9913 "frequency": 25,
9914 "displayValue": "twenty-five (25)",
9915 "displayValueParsed": true
9916 },
9917 {
9918 "index": 11,
9919 "headwordIndex": 1,
9920 "dictionary": "Test Dictionary 2",
9921 "dictionaryIndex": 0,
9922 "dictionaryAlias": "termsDictAlias",
9923 "hasReading": true,
9924 "frequency": 31,
9925 "displayValue": "thirty-one",
9926 "displayValueParsed": false
9927 }
9928 ]
9929 },
9930 {
9931 "type": "term",
9932 "isPrimary": true,
9933 "textProcessorRuleChainCandidates": [
9934 []
9935 ],
9936 "inflectionRuleChainCandidates": [
9937 {
9938 "source": "algorithm",
9939 "inflectionRules": [
9940 {
9941 "name": "continuative",
9942 "description": "Used to indicate actions that are (being) carried out.\nRefers to 連用形, the part of the verb after conjugating with -ます and dropping ます."
9943 }
9944 ]
9945 }
9946 ],
9947 "score": 10,
9948 "frequencyOrder": 0,
9949 "dictionaryIndex": 0,
9950 "dictionaryAlias": "",
9951 "sourceTermExactMatchCount": 2,
9952 "matchPrimaryReading": false,
9953 "maxOriginalTextLength": 2,
9954 "headwords": [
9955 {
9956 "index": 0,
9957 "term": "打つ",
9958 "reading": "うつ",
9959 "sources": [
9960 {
9961 "originalText": "打ち",
9962 "transformedText": "打ち",
9963 "deinflectedText": "打つ",
9964 "matchType": "exact",
9965 "matchSource": "term",
9966 "isPrimary": true
9967 }
9968 ],
9969 "tags": [
9970 {
9971 "name": "E1",
9972 "category": "default",
9973 "order": 0,
9974 "score": 0,
9975 "content": [
9976 "example tag 1"
9977 ],
9978 "dictionaries": [
9979 "Test Dictionary 2"
9980 ],
9981 "redundant": false
9982 },
9983 {
9984 "name": "E2",
9985 "category": "default",
9986 "order": 0,
9987 "score": 0,
9988 "content": [
9989 "example tag 2"
9990 ],
9991 "dictionaries": [
9992 "Test Dictionary 2"
9993 ],
9994 "redundant": false
9995 },
9996 {
9997 "name": "P",
9998 "category": "popular",
9999 "order": 0,
10000 "score": 0,
10001 "content": [
10002 "popular term"
10003 ],
10004 "dictionaries": [
10005 "Test Dictionary 2"
10006 ],
10007 "redundant": false
10008 }
10009 ],
10010 "wordClasses": [
10011 "v5"
10012 ]
10013 },
10014 {
10015 "index": 1,
10016 "term": "打つ",
10017 "reading": "ぶつ",
10018 "sources": [
10019 {
10020 "originalText": "打ち",
10021 "transformedText": "打ち",
10022 "deinflectedText": "打つ",
10023 "matchType": "exact",
10024 "matchSource": "term",
10025 "isPrimary": true
10026 }
10027 ],
10028 "tags": [
10029 {
10030 "name": "E1",
10031 "category": "default",
10032 "order": 0,
10033 "score": 0,
10034 "content": [
10035 "example tag 1"
10036 ],
10037 "dictionaries": [
10038 "Test Dictionary 2"
10039 ],
10040 "redundant": false
10041 },
10042 {
10043 "name": "E2",
10044 "category": "default",
10045 "order": 0,
10046 "score": 0,
10047 "content": [
10048 "example tag 2"
10049 ],
10050 "dictionaries": [
10051 "Test Dictionary 2"
10052 ],
10053 "redundant": false
10054 },
10055 {
10056 "name": "P",
10057 "category": "popular",
10058 "order": 0,
10059 "score": 0,
10060 "content": [
10061 "popular term"
10062 ],
10063 "dictionaries": [
10064 "Test Dictionary 2"
10065 ],
10066 "redundant": false
10067 }
10068 ],
10069 "wordClasses": [
10070 "v5"
10071 ]
10072 }
10073 ],
10074 "definitions": [
10075 {
10076 "index": 0,
10077 "headwordIndices": [
10078 0
10079 ],
10080 "dictionary": "Test Dictionary 2",
10081 "dictionaryIndex": 0,
10082 "dictionaryAlias": "termsDictAlias",
10083 "id": 3,
10084 "score": 10,
10085 "frequencyOrder": 0,
10086 "sequences": [
10087 3
10088 ],
10089 "isPrimary": true,
10090 "tags": [
10091 {
10092 "name": "vt",
10093 "category": "partOfSpeech",
10094 "order": 0,
10095 "score": 0,
10096 "content": [
10097 "transitive verb"
10098 ],
10099 "dictionaries": [
10100 "Test Dictionary 2"
10101 ],
10102 "redundant": false
10103 }
10104 ],
10105 "entries": [
10106 "utsu definition 1",
10107 "utsu definition 2"
10108 ]
10109 },
10110 {
10111 "index": 2,
10112 "headwordIndices": [
10113 1
10114 ],
10115 "dictionary": "Test Dictionary 2",
10116 "dictionaryIndex": 0,
10117 "dictionaryAlias": "termsDictAlias",
10118 "id": 5,
10119 "score": 10,
10120 "frequencyOrder": 0,
10121 "sequences": [
10122 3
10123 ],
10124 "isPrimary": true,
10125 "tags": [
10126 {
10127 "name": "vt",
10128 "category": "partOfSpeech",
10129 "order": 0,
10130 "score": 0,
10131 "content": [
10132 "transitive verb"
10133 ],
10134 "dictionaries": [
10135 "Test Dictionary 2"
10136 ],
10137 "redundant": true
10138 }
10139 ],
10140 "entries": [
10141 "butsu definition 1",
10142 "butsu definition 2"
10143 ]
10144 },
10145 {
10146 "index": 1,
10147 "headwordIndices": [
10148 0
10149 ],
10150 "dictionary": "Test Dictionary 2",
10151 "dictionaryIndex": 0,
10152 "dictionaryAlias": "termsDictAlias",
10153 "id": 4,
10154 "score": 1,
10155 "frequencyOrder": 0,
10156 "sequences": [
10157 3
10158 ],
10159 "isPrimary": true,
10160 "tags": [
10161 {
10162 "name": "vt",
10163 "category": "partOfSpeech",
10164 "order": 0,
10165 "score": 0,
10166 "content": [
10167 "transitive verb"
10168 ],
10169 "dictionaries": [
10170 "Test Dictionary 2"
10171 ],
10172 "redundant": true
10173 }
10174 ],
10175 "entries": [
10176 "utsu definition 3",
10177 "utsu definition 4"
10178 ]
10179 },
10180 {
10181 "index": 3,
10182 "headwordIndices": [
10183 1
10184 ],
10185 "dictionary": "Test Dictionary 2",
10186 "dictionaryIndex": 0,
10187 "dictionaryAlias": "termsDictAlias",
10188 "id": 6,
10189 "score": 1,
10190 "frequencyOrder": 0,
10191 "sequences": [
10192 3
10193 ],
10194 "isPrimary": true,
10195 "tags": [
10196 {
10197 "name": "vt",
10198 "category": "partOfSpeech",
10199 "order": 0,
10200 "score": 0,
10201 "content": [
10202 "transitive verb"
10203 ],
10204 "dictionaries": [
10205 "Test Dictionary 2"
10206 ],
10207 "redundant": true
10208 }
10209 ],
10210 "entries": [
10211 "butsu definition 3",
10212 "butsu definition 4"
10213 ]
10214 }
10215 ],
10216 "pronunciations": [],
10217 "frequencies": [
10218 {
10219 "index": 0,
10220 "headwordIndex": 0,
10221 "dictionary": "Test Dictionary 2",
10222 "dictionaryIndex": 0,
10223 "dictionaryAlias": "termsDictAlias",
10224 "hasReading": false,
10225 "frequency": 2,
10226 "displayValue": null,
10227 "displayValueParsed": false
10228 },
10229 {
10230 "index": 2,
10231 "headwordIndex": 0,
10232 "dictionary": "Test Dictionary 2",
10233 "dictionaryIndex": 0,
10234 "dictionaryAlias": "termsDictAlias",
10235 "hasReading": false,
10236 "frequency": 6,
10237 "displayValue": null,
10238 "displayValueParsed": false
10239 },
10240 {
10241 "index": 4,
10242 "headwordIndex": 0,
10243 "dictionary": "Test Dictionary 2",
10244 "dictionaryIndex": 0,
10245 "dictionaryAlias": "termsDictAlias",
10246 "hasReading": true,
10247 "frequency": 10,
10248 "displayValue": null,
10249 "displayValueParsed": false
10250 },
10251 {
10252 "index": 6,
10253 "headwordIndex": 0,
10254 "dictionary": "Test Dictionary 2",
10255 "dictionaryIndex": 0,
10256 "dictionaryAlias": "termsDictAlias",
10257 "hasReading": true,
10258 "frequency": 0,
10259 "displayValue": "sixteen",
10260 "displayValueParsed": true
10261 },
10262 {
10263 "index": 8,
10264 "headwordIndex": 0,
10265 "dictionary": "Test Dictionary 2",
10266 "dictionaryIndex": 0,
10267 "dictionaryAlias": "termsDictAlias",
10268 "hasReading": true,
10269 "frequency": 22,
10270 "displayValue": "twenty-two (22)",
10271 "displayValueParsed": true
10272 },
10273 {
10274 "index": 10,
10275 "headwordIndex": 0,
10276 "dictionary": "Test Dictionary 2",
10277 "dictionaryIndex": 0,
10278 "dictionaryAlias": "termsDictAlias",
10279 "hasReading": true,
10280 "frequency": 28,
10281 "displayValue": null,
10282 "displayValueParsed": false
10283 },
10284 {
10285 "index": 1,
10286 "headwordIndex": 1,
10287 "dictionary": "Test Dictionary 2",
10288 "dictionaryIndex": 0,
10289 "dictionaryAlias": "termsDictAlias",
10290 "hasReading": false,
10291 "frequency": 2,
10292 "displayValue": null,
10293 "displayValueParsed": false
10294 },
10295 {
10296 "index": 3,
10297 "headwordIndex": 1,
10298 "dictionary": "Test Dictionary 2",
10299 "dictionaryIndex": 0,
10300 "dictionaryAlias": "termsDictAlias",
10301 "hasReading": false,
10302 "frequency": 6,
10303 "displayValue": null,
10304 "displayValueParsed": false
10305 },
10306 {
10307 "index": 5,
10308 "headwordIndex": 1,
10309 "dictionary": "Test Dictionary 2",
10310 "dictionaryIndex": 0,
10311 "dictionaryAlias": "termsDictAlias",
10312 "hasReading": true,
10313 "frequency": 11,
10314 "displayValue": null,
10315 "displayValueParsed": false
10316 },
10317 {
10318 "index": 7,
10319 "headwordIndex": 1,
10320 "dictionary": "Test Dictionary 2",
10321 "dictionaryIndex": 0,
10322 "dictionaryAlias": "termsDictAlias",
10323 "hasReading": true,
10324 "frequency": 0,
10325 "displayValue": "seventeen",
10326 "displayValueParsed": true
10327 },
10328 {
10329 "index": 9,
10330 "headwordIndex": 1,
10331 "dictionary": "Test Dictionary 2",
10332 "dictionaryIndex": 0,
10333 "dictionaryAlias": "termsDictAlias",
10334 "hasReading": true,
10335 "frequency": 23,
10336 "displayValue": "twenty-three (23)",
10337 "displayValueParsed": true
10338 },
10339 {
10340 "index": 11,
10341 "headwordIndex": 1,
10342 "dictionary": "Test Dictionary 2",
10343 "dictionaryIndex": 0,
10344 "dictionaryAlias": "termsDictAlias",
10345 "hasReading": true,
10346 "frequency": 29,
10347 "displayValue": "twenty-nine",
10348 "displayValueParsed": false
10349 }
10350 ]
10351 },
10352 {
10353 "type": "term",
10354 "isPrimary": true,
10355 "textProcessorRuleChainCandidates": [
10356 []
10357 ],
10358 "inflectionRuleChainCandidates": [
10359 {
10360 "source": "algorithm",
10361 "inflectionRules": []
10362 }
10363 ],
10364 "score": 1,
10365 "frequencyOrder": 0,
10366 "dictionaryIndex": 0,
10367 "dictionaryAlias": "",
10368 "sourceTermExactMatchCount": 1,
10369 "matchPrimaryReading": false,
10370 "maxOriginalTextLength": 1,
10371 "headwords": [
10372 {
10373 "index": 0,
10374 "term": "打",
10375 "reading": "だ",
10376 "sources": [
10377 {
10378 "originalText": "打",
10379 "transformedText": "打",
10380 "deinflectedText": "打",
10381 "matchType": "exact",
10382 "matchSource": "term",
10383 "isPrimary": true
10384 }
10385 ],
10386 "tags": [
10387 {
10388 "name": "E1",
10389 "category": "default",
10390 "order": 0,
10391 "score": 0,
10392 "content": [
10393 "example tag 1"
10394 ],
10395 "dictionaries": [
10396 "Test Dictionary 2"
10397 ],
10398 "redundant": false
10399 }
10400 ],
10401 "wordClasses": [
10402 "n"
10403 ]
10404 }
10405 ],
10406 "definitions": [
10407 {
10408 "index": 0,
10409 "headwordIndices": [
10410 0
10411 ],
10412 "dictionary": "Test Dictionary 2",
10413 "dictionaryIndex": 0,
10414 "dictionaryAlias": "termsDictAlias",
10415 "id": 1,
10416 "score": 1,
10417 "frequencyOrder": 0,
10418 "sequences": [
10419 1
10420 ],
10421 "isPrimary": true,
10422 "tags": [
10423 {
10424 "name": "n",
10425 "category": "partOfSpeech",
10426 "order": 0,
10427 "score": 0,
10428 "content": [
10429 "noun"
10430 ],
10431 "dictionaries": [
10432 "Test Dictionary 2"
10433 ],
10434 "redundant": false
10435 }
10436 ],
10437 "entries": [
10438 "da definition 1",
10439 "da definition 2"
10440 ]
10441 }
10442 ],
10443 "pronunciations": [],
10444 "frequencies": [
10445 {
10446 "index": 0,
10447 "headwordIndex": 0,
10448 "dictionary": "Test Dictionary 2",
10449 "dictionaryIndex": 0,
10450 "dictionaryAlias": "termsDictAlias",
10451 "hasReading": false,
10452 "frequency": 1,
10453 "displayValue": null,
10454 "displayValueParsed": false
10455 },
10456 {
10457 "index": 1,
10458 "headwordIndex": 0,
10459 "dictionary": "Test Dictionary 2",
10460 "dictionaryIndex": 0,
10461 "dictionaryAlias": "termsDictAlias",
10462 "hasReading": false,
10463 "frequency": 0,
10464 "displayValue": "four",
10465 "displayValueParsed": true
10466 },
10467 {
10468 "index": 2,
10469 "headwordIndex": 0,
10470 "dictionary": "Test Dictionary 2",
10471 "dictionaryIndex": 0,
10472 "dictionaryAlias": "termsDictAlias",
10473 "hasReading": false,
10474 "frequency": 5,
10475 "displayValue": "five (5)",
10476 "displayValueParsed": true
10477 },
10478 {
10479 "index": 3,
10480 "headwordIndex": 0,
10481 "dictionary": "Test Dictionary 2",
10482 "dictionaryIndex": 0,
10483 "dictionaryAlias": "termsDictAlias",
10484 "hasReading": true,
10485 "frequency": 8,
10486 "displayValue": null,
10487 "displayValueParsed": false
10488 },
10489 {
10490 "index": 4,
10491 "headwordIndex": 0,
10492 "dictionary": "Test Dictionary 2",
10493 "dictionaryIndex": 0,
10494 "dictionaryAlias": "termsDictAlias",
10495 "hasReading": true,
10496 "frequency": 0,
10497 "displayValue": "fourteen",
10498 "displayValueParsed": true
10499 },
10500 {
10501 "index": 5,
10502 "headwordIndex": 0,
10503 "dictionary": "Test Dictionary 2",
10504 "dictionaryIndex": 0,
10505 "dictionaryAlias": "termsDictAlias",
10506 "hasReading": true,
10507 "frequency": 20,
10508 "displayValue": "twenty (20)",
10509 "displayValueParsed": true
10510 },
10511 {
10512 "index": 6,
10513 "headwordIndex": 0,
10514 "dictionary": "Test Dictionary 2",
10515 "dictionaryIndex": 0,
10516 "dictionaryAlias": "termsDictAlias",
10517 "hasReading": true,
10518 "frequency": 26,
10519 "displayValue": null,
10520 "displayValueParsed": false
10521 }
10522 ]
10523 },
10524 {
10525 "type": "term",
10526 "isPrimary": true,
10527 "textProcessorRuleChainCandidates": [
10528 []
10529 ],
10530 "inflectionRuleChainCandidates": [
10531 {
10532 "source": "algorithm",
10533 "inflectionRules": []
10534 }
10535 ],
10536 "score": 1,
10537 "frequencyOrder": 0,
10538 "dictionaryIndex": 0,
10539 "dictionaryAlias": "",
10540 "sourceTermExactMatchCount": 1,
10541 "matchPrimaryReading": false,
10542 "maxOriginalTextLength": 1,
10543 "headwords": [
10544 {
10545 "index": 0,
10546 "term": "打",
10547 "reading": "ダース",
10548 "sources": [
10549 {
10550 "originalText": "打",
10551 "transformedText": "打",
10552 "deinflectedText": "打",
10553 "matchType": "exact",
10554 "matchSource": "term",
10555 "isPrimary": true
10556 }
10557 ],
10558 "tags": [
10559 {
10560 "name": "E1",
10561 "category": "default",
10562 "order": 0,
10563 "score": 0,
10564 "content": [
10565 "example tag 1"
10566 ],
10567 "dictionaries": [
10568 "Test Dictionary 2"
10569 ],
10570 "redundant": false
10571 }
10572 ],
10573 "wordClasses": [
10574 "n"
10575 ]
10576 }
10577 ],
10578 "definitions": [
10579 {
10580 "index": 0,
10581 "headwordIndices": [
10582 0
10583 ],
10584 "dictionary": "Test Dictionary 2",
10585 "dictionaryIndex": 0,
10586 "dictionaryAlias": "termsDictAlias",
10587 "id": 2,
10588 "score": 1,
10589 "frequencyOrder": 0,
10590 "sequences": [
10591 2
10592 ],
10593 "isPrimary": true,
10594 "tags": [
10595 {
10596 "name": "abbr",
10597 "category": "default",
10598 "order": 0,
10599 "score": 0,
10600 "content": [
10601 "abbreviation"
10602 ],
10603 "dictionaries": [
10604 "Test Dictionary 2"
10605 ],
10606 "redundant": false
10607 },
10608 {
10609 "name": "n",
10610 "category": "partOfSpeech",
10611 "order": 0,
10612 "score": 0,
10613 "content": [
10614 "noun"
10615 ],
10616 "dictionaries": [
10617 "Test Dictionary 2"
10618 ],
10619 "redundant": false
10620 }
10621 ],
10622 "entries": [
10623 "daasu definition 1",
10624 "daasu definition 2"
10625 ]
10626 }
10627 ],
10628 "pronunciations": [],
10629 "frequencies": [
10630 {
10631 "index": 0,
10632 "headwordIndex": 0,
10633 "dictionary": "Test Dictionary 2",
10634 "dictionaryIndex": 0,
10635 "dictionaryAlias": "termsDictAlias",
10636 "hasReading": false,
10637 "frequency": 1,
10638 "displayValue": null,
10639 "displayValueParsed": false
10640 },
10641 {
10642 "index": 1,
10643 "headwordIndex": 0,
10644 "dictionary": "Test Dictionary 2",
10645 "dictionaryIndex": 0,
10646 "dictionaryAlias": "termsDictAlias",
10647 "hasReading": false,
10648 "frequency": 0,
10649 "displayValue": "four",
10650 "displayValueParsed": true
10651 },
10652 {
10653 "index": 2,
10654 "headwordIndex": 0,
10655 "dictionary": "Test Dictionary 2",
10656 "dictionaryIndex": 0,
10657 "dictionaryAlias": "termsDictAlias",
10658 "hasReading": false,
10659 "frequency": 5,
10660 "displayValue": "five (5)",
10661 "displayValueParsed": true
10662 },
10663 {
10664 "index": 3,
10665 "headwordIndex": 0,
10666 "dictionary": "Test Dictionary 2",
10667 "dictionaryIndex": 0,
10668 "dictionaryAlias": "termsDictAlias",
10669 "hasReading": true,
10670 "frequency": 9,
10671 "displayValue": null,
10672 "displayValueParsed": false
10673 },
10674 {
10675 "index": 4,
10676 "headwordIndex": 0,
10677 "dictionary": "Test Dictionary 2",
10678 "dictionaryIndex": 0,
10679 "dictionaryAlias": "termsDictAlias",
10680 "hasReading": true,
10681 "frequency": 0,
10682 "displayValue": "fifteen",
10683 "displayValueParsed": true
10684 },
10685 {
10686 "index": 5,
10687 "headwordIndex": 0,
10688 "dictionary": "Test Dictionary 2",
10689 "dictionaryIndex": 0,
10690 "dictionaryAlias": "termsDictAlias",
10691 "hasReading": true,
10692 "frequency": 21,
10693 "displayValue": "twenty-one (21)",
10694 "displayValueParsed": true
10695 },
10696 {
10697 "index": 6,
10698 "headwordIndex": 0,
10699 "dictionary": "Test Dictionary 2",
10700 "dictionaryIndex": 0,
10701 "dictionaryAlias": "termsDictAlias",
10702 "hasReading": true,
10703 "frequency": 27,
10704 "displayValue": "twenty-seven",
10705 "displayValueParsed": false
10706 }
10707 ]
10708 }
10709 ]
10710 },
10711 {
10712 "name": "Search using different modes - term",
10713 "originalTextLength": 4,
10714 "dictionaryEntries": [
10715 {
10716 "type": "term",
10717 "isPrimary": true,
10718 "textProcessorRuleChainCandidates": [
10719 []
10720 ],
10721 "inflectionRuleChainCandidates": [
10722 {
10723 "source": "algorithm",
10724 "inflectionRules": []
10725 }
10726 ],
10727 "score": 10,
10728 "frequencyOrder": 0,
10729 "dictionaryIndex": 0,
10730 "dictionaryAlias": "",
10731 "sourceTermExactMatchCount": 2,
10732 "matchPrimaryReading": false,
10733 "maxOriginalTextLength": 4,
10734 "headwords": [
10735 {
10736 "index": 0,
10737 "term": "打ち込む",
10738 "reading": "うちこむ",
10739 "sources": [
10740 {
10741 "originalText": "打ち込む",
10742 "transformedText": "打ち込む",
10743 "deinflectedText": "打ち込む",
10744 "matchType": "exact",
10745 "matchSource": "term",
10746 "isPrimary": true
10747 }
10748 ],
10749 "tags": [
10750 {
10751 "name": "E1",
10752 "category": "default",
10753 "order": 0,
10754 "score": 0,
10755 "content": [
10756 "example tag 1"
10757 ],
10758 "dictionaries": [
10759 "Test Dictionary 2"
10760 ],
10761 "redundant": false
10762 },
10763 {
10764 "name": "E2",
10765 "category": "default",
10766 "order": 0,
10767 "score": 0,
10768 "content": [
10769 "example tag 2"
10770 ],
10771 "dictionaries": [
10772 "Test Dictionary 2"
10773 ],
10774 "redundant": false
10775 },
10776 {
10777 "name": "P",
10778 "category": "popular",
10779 "order": 0,
10780 "score": 0,
10781 "content": [
10782 "popular term"
10783 ],
10784 "dictionaries": [
10785 "Test Dictionary 2"
10786 ],
10787 "redundant": false
10788 }
10789 ],
10790 "wordClasses": [
10791 "v5"
10792 ]
10793 },
10794 {
10795 "index": 1,
10796 "term": "打ち込む",
10797 "reading": "ぶちこむ",
10798 "sources": [
10799 {
10800 "originalText": "打ち込む",
10801 "transformedText": "打ち込む",
10802 "deinflectedText": "打ち込む",
10803 "matchType": "exact",
10804 "matchSource": "term",
10805 "isPrimary": true
10806 }
10807 ],
10808 "tags": [
10809 {
10810 "name": "E1",
10811 "category": "default",
10812 "order": 0,
10813 "score": 0,
10814 "content": [
10815 "example tag 1"
10816 ],
10817 "dictionaries": [
10818 "Test Dictionary 2"
10819 ],
10820 "redundant": false
10821 },
10822 {
10823 "name": "E2",
10824 "category": "default",
10825 "order": 0,
10826 "score": 0,
10827 "content": [
10828 "example tag 2"
10829 ],
10830 "dictionaries": [
10831 "Test Dictionary 2"
10832 ],
10833 "redundant": false
10834 },
10835 {
10836 "name": "P",
10837 "category": "popular",
10838 "order": 0,
10839 "score": 0,
10840 "content": [
10841 "popular term"
10842 ],
10843 "dictionaries": [
10844 "Test Dictionary 2"
10845 ],
10846 "redundant": false
10847 }
10848 ],
10849 "wordClasses": [
10850 "v5"
10851 ]
10852 }
10853 ],
10854 "definitions": [
10855 {
10856 "index": 0,
10857 "headwordIndices": [
10858 0
10859 ],
10860 "dictionary": "Test Dictionary 2",
10861 "dictionaryIndex": 0,
10862 "dictionaryAlias": "termsDictAlias",
10863 "id": 7,
10864 "score": 10,
10865 "frequencyOrder": 0,
10866 "sequences": [
10867 4
10868 ],
10869 "isPrimary": true,
10870 "tags": [
10871 {
10872 "name": "vt",
10873 "category": "partOfSpeech",
10874 "order": 0,
10875 "score": 0,
10876 "content": [
10877 "transitive verb"
10878 ],
10879 "dictionaries": [
10880 "Test Dictionary 2"
10881 ],
10882 "redundant": false
10883 }
10884 ],
10885 "entries": [
10886 "uchikomu definition 1",
10887 "uchikomu definition 2"
10888 ]
10889 },
10890 {
10891 "index": 2,
10892 "headwordIndices": [
10893 1
10894 ],
10895 "dictionary": "Test Dictionary 2",
10896 "dictionaryIndex": 0,
10897 "dictionaryAlias": "termsDictAlias",
10898 "id": 9,
10899 "score": 10,
10900 "frequencyOrder": 0,
10901 "sequences": [
10902 4
10903 ],
10904 "isPrimary": true,
10905 "tags": [
10906 {
10907 "name": "vt",
10908 "category": "partOfSpeech",
10909 "order": 0,
10910 "score": 0,
10911 "content": [
10912 "transitive verb"
10913 ],
10914 "dictionaries": [
10915 "Test Dictionary 2"
10916 ],
10917 "redundant": true
10918 }
10919 ],
10920 "entries": [
10921 "buchikomu definition 1",
10922 "buchikomu definition 2"
10923 ]
10924 },
10925 {
10926 "index": 1,
10927 "headwordIndices": [
10928 0
10929 ],
10930 "dictionary": "Test Dictionary 2",
10931 "dictionaryIndex": 0,
10932 "dictionaryAlias": "termsDictAlias",
10933 "id": 8,
10934 "score": 1,
10935 "frequencyOrder": 0,
10936 "sequences": [
10937 4
10938 ],
10939 "isPrimary": true,
10940 "tags": [
10941 {
10942 "name": "vt",
10943 "category": "partOfSpeech",
10944 "order": 0,
10945 "score": 0,
10946 "content": [
10947 "transitive verb"
10948 ],
10949 "dictionaries": [
10950 "Test Dictionary 2"
10951 ],
10952 "redundant": true
10953 }
10954 ],
10955 "entries": [
10956 "uchikomu definition 3",
10957 "uchikomu definition 4"
10958 ]
10959 },
10960 {
10961 "index": 3,
10962 "headwordIndices": [
10963 1
10964 ],
10965 "dictionary": "Test Dictionary 2",
10966 "dictionaryIndex": 0,
10967 "dictionaryAlias": "termsDictAlias",
10968 "id": 10,
10969 "score": 1,
10970 "frequencyOrder": 0,
10971 "sequences": [
10972 4
10973 ],
10974 "isPrimary": true,
10975 "tags": [
10976 {
10977 "name": "vt",
10978 "category": "partOfSpeech",
10979 "order": 0,
10980 "score": 0,
10981 "content": [
10982 "transitive verb"
10983 ],
10984 "dictionaries": [
10985 "Test Dictionary 2"
10986 ],
10987 "redundant": true
10988 }
10989 ],
10990 "entries": [
10991 "buchikomu definition 3",
10992 "buchikomu definition 4"
10993 ]
10994 }
10995 ],
10996 "pronunciations": [
10997 {
10998 "index": 0,
10999 "headwordIndex": 0,
11000 "dictionary": "Test Dictionary 2",
11001 "dictionaryIndex": 0,
11002 "dictionaryAlias": "termsDictAlias",
11003 "pronunciations": [
11004 {
11005 "type": "pitch-accent",
11006 "positions": 0,
11007 "nasalPositions": [],
11008 "devoicePositions": [],
11009 "tags": []
11010 },
11011 {
11012 "type": "pitch-accent",
11013 "positions": 3,
11014 "nasalPositions": [],
11015 "devoicePositions": [],
11016 "tags": []
11017 }
11018 ]
11019 },
11020 {
11021 "index": 1,
11022 "headwordIndex": 0,
11023 "dictionary": "Test Dictionary 2",
11024 "dictionaryIndex": 0,
11025 "dictionaryAlias": "termsDictAlias",
11026 "pronunciations": [
11027 {
11028 "type": "pitch-accent",
11029 "positions": "HHHHH",
11030 "nasalPositions": [],
11031 "devoicePositions": [],
11032 "tags": []
11033 },
11034 {
11035 "type": "pitch-accent",
11036 "positions": "HHHHL",
11037 "nasalPositions": [],
11038 "devoicePositions": [],
11039 "tags": []
11040 },
11041 {
11042 "type": "pitch-accent",
11043 "positions": "HHHH",
11044 "nasalPositions": [],
11045 "devoicePositions": [],
11046 "tags": []
11047 },
11048 {
11049 "type": "pitch-accent",
11050 "positions": "HHHL",
11051 "nasalPositions": [],
11052 "devoicePositions": [],
11053 "tags": []
11054 },
11055 {
11056 "type": "pitch-accent",
11057 "positions": "HHLH",
11058 "nasalPositions": [],
11059 "devoicePositions": [],
11060 "tags": []
11061 },
11062 {
11063 "type": "pitch-accent",
11064 "positions": "HHLL",
11065 "nasalPositions": [],
11066 "devoicePositions": [
11067 2
11068 ],
11069 "tags": []
11070 },
11071 {
11072 "type": "pitch-accent",
11073 "positions": "HLHH",
11074 "nasalPositions": [],
11075 "devoicePositions": [],
11076 "tags": []
11077 },
11078 {
11079 "type": "pitch-accent",
11080 "positions": "HLHL",
11081 "nasalPositions": [],
11082 "devoicePositions": [],
11083 "tags": []
11084 },
11085 {
11086 "type": "pitch-accent",
11087 "positions": "HLLH",
11088 "nasalPositions": [],
11089 "devoicePositions": [],
11090 "tags": []
11091 },
11092 {
11093 "type": "pitch-accent",
11094 "positions": "HLLL",
11095 "nasalPositions": [
11096 3
11097 ],
11098 "devoicePositions": [],
11099 "tags": []
11100 },
11101 {
11102 "type": "pitch-accent",
11103 "positions": "LHHH",
11104 "nasalPositions": [],
11105 "devoicePositions": [],
11106 "tags": []
11107 },
11108 {
11109 "type": "pitch-accent",
11110 "positions": "LHHL",
11111 "nasalPositions": [],
11112 "devoicePositions": [],
11113 "tags": []
11114 },
11115 {
11116 "type": "pitch-accent",
11117 "positions": "LHLH",
11118 "nasalPositions": [],
11119 "devoicePositions": [],
11120 "tags": []
11121 },
11122 {
11123 "type": "pitch-accent",
11124 "positions": "LHLL",
11125 "nasalPositions": [
11126 3
11127 ],
11128 "devoicePositions": [
11129 2
11130 ],
11131 "tags": []
11132 },
11133 {
11134 "type": "pitch-accent",
11135 "positions": "LLHH",
11136 "nasalPositions": [],
11137 "devoicePositions": [],
11138 "tags": []
11139 },
11140 {
11141 "type": "pitch-accent",
11142 "positions": "LLHL",
11143 "nasalPositions": [],
11144 "devoicePositions": [],
11145 "tags": []
11146 },
11147 {
11148 "type": "pitch-accent",
11149 "positions": "LLLH",
11150 "nasalPositions": [],
11151 "devoicePositions": [],
11152 "tags": []
11153 },
11154 {
11155 "type": "pitch-accent",
11156 "positions": "LLLL",
11157 "nasalPositions": [],
11158 "devoicePositions": [],
11159 "tags": []
11160 }
11161 ]
11162 },
11163 {
11164 "index": 2,
11165 "headwordIndex": 1,
11166 "dictionary": "Test Dictionary 2",
11167 "dictionaryIndex": 0,
11168 "dictionaryAlias": "termsDictAlias",
11169 "pronunciations": [
11170 {
11171 "type": "pitch-accent",
11172 "positions": 0,
11173 "nasalPositions": [],
11174 "devoicePositions": [],
11175 "tags": []
11176 },
11177 {
11178 "type": "pitch-accent",
11179 "positions": 3,
11180 "nasalPositions": [],
11181 "devoicePositions": [],
11182 "tags": []
11183 }
11184 ]
11185 }
11186 ],
11187 "frequencies": [
11188 {
11189 "index": 0,
11190 "headwordIndex": 0,
11191 "dictionary": "Test Dictionary 2",
11192 "dictionaryIndex": 0,
11193 "dictionaryAlias": "termsDictAlias",
11194 "hasReading": false,
11195 "frequency": 3,
11196 "displayValue": null,
11197 "displayValueParsed": false
11198 },
11199 {
11200 "index": 2,
11201 "headwordIndex": 0,
11202 "dictionary": "Test Dictionary 2",
11203 "dictionaryIndex": 0,
11204 "dictionaryAlias": "termsDictAlias",
11205 "hasReading": false,
11206 "frequency": 7,
11207 "displayValue": "seven",
11208 "displayValueParsed": false
11209 },
11210 {
11211 "index": 4,
11212 "headwordIndex": 0,
11213 "dictionary": "Test Dictionary 2",
11214 "dictionaryIndex": 0,
11215 "dictionaryAlias": "termsDictAlias",
11216 "hasReading": true,
11217 "frequency": 12,
11218 "displayValue": null,
11219 "displayValueParsed": false
11220 },
11221 {
11222 "index": 6,
11223 "headwordIndex": 0,
11224 "dictionary": "Test Dictionary 2",
11225 "dictionaryIndex": 0,
11226 "dictionaryAlias": "termsDictAlias",
11227 "hasReading": true,
11228 "frequency": 0,
11229 "displayValue": "eighteen",
11230 "displayValueParsed": true
11231 },
11232 {
11233 "index": 8,
11234 "headwordIndex": 0,
11235 "dictionary": "Test Dictionary 2",
11236 "dictionaryIndex": 0,
11237 "dictionaryAlias": "termsDictAlias",
11238 "hasReading": true,
11239 "frequency": 24,
11240 "displayValue": "twenty-four (24)",
11241 "displayValueParsed": true
11242 },
11243 {
11244 "index": 10,
11245 "headwordIndex": 0,
11246 "dictionary": "Test Dictionary 2",
11247 "dictionaryIndex": 0,
11248 "dictionaryAlias": "termsDictAlias",
11249 "hasReading": true,
11250 "frequency": 30,
11251 "displayValue": null,
11252 "displayValueParsed": false
11253 },
11254 {
11255 "index": 1,
11256 "headwordIndex": 1,
11257 "dictionary": "Test Dictionary 2",
11258 "dictionaryIndex": 0,
11259 "dictionaryAlias": "termsDictAlias",
11260 "hasReading": false,
11261 "frequency": 3,
11262 "displayValue": null,
11263 "displayValueParsed": false
11264 },
11265 {
11266 "index": 3,
11267 "headwordIndex": 1,
11268 "dictionary": "Test Dictionary 2",
11269 "dictionaryIndex": 0,
11270 "dictionaryAlias": "termsDictAlias",
11271 "hasReading": false,
11272 "frequency": 7,
11273 "displayValue": "seven",
11274 "displayValueParsed": false
11275 },
11276 {
11277 "index": 5,
11278 "headwordIndex": 1,
11279 "dictionary": "Test Dictionary 2",
11280 "dictionaryIndex": 0,
11281 "dictionaryAlias": "termsDictAlias",
11282 "hasReading": true,
11283 "frequency": 13,
11284 "displayValue": null,
11285 "displayValueParsed": false
11286 },
11287 {
11288 "index": 7,
11289 "headwordIndex": 1,
11290 "dictionary": "Test Dictionary 2",
11291 "dictionaryIndex": 0,
11292 "dictionaryAlias": "termsDictAlias",
11293 "hasReading": true,
11294 "frequency": 0,
11295 "displayValue": "nineteen",
11296 "displayValueParsed": true
11297 },
11298 {
11299 "index": 9,
11300 "headwordIndex": 1,
11301 "dictionary": "Test Dictionary 2",
11302 "dictionaryIndex": 0,
11303 "dictionaryAlias": "termsDictAlias",
11304 "hasReading": true,
11305 "frequency": 25,
11306 "displayValue": "twenty-five (25)",
11307 "displayValueParsed": true
11308 },
11309 {
11310 "index": 11,
11311 "headwordIndex": 1,
11312 "dictionary": "Test Dictionary 2",
11313 "dictionaryIndex": 0,
11314 "dictionaryAlias": "termsDictAlias",
11315 "hasReading": true,
11316 "frequency": 31,
11317 "displayValue": "thirty-one",
11318 "displayValueParsed": false
11319 }
11320 ]
11321 },
11322 {
11323 "type": "term",
11324 "isPrimary": true,
11325 "textProcessorRuleChainCandidates": [
11326 []
11327 ],
11328 "inflectionRuleChainCandidates": [
11329 {
11330 "source": "algorithm",
11331 "inflectionRules": [
11332 {
11333 "name": "continuative",
11334 "description": "Used to indicate actions that are (being) carried out.\nRefers to 連用形, the part of the verb after conjugating with -ます and dropping ます."
11335 }
11336 ]
11337 }
11338 ],
11339 "score": 10,
11340 "frequencyOrder": 0,
11341 "dictionaryIndex": 0,
11342 "dictionaryAlias": "",
11343 "sourceTermExactMatchCount": 2,
11344 "matchPrimaryReading": false,
11345 "maxOriginalTextLength": 2,
11346 "headwords": [
11347 {
11348 "index": 0,
11349 "term": "打つ",
11350 "reading": "うつ",
11351 "sources": [
11352 {
11353 "originalText": "打ち",
11354 "transformedText": "打ち",
11355 "deinflectedText": "打つ",
11356 "matchType": "exact",
11357 "matchSource": "term",
11358 "isPrimary": true
11359 }
11360 ],
11361 "tags": [
11362 {
11363 "name": "E1",
11364 "category": "default",
11365 "order": 0,
11366 "score": 0,
11367 "content": [
11368 "example tag 1"
11369 ],
11370 "dictionaries": [
11371 "Test Dictionary 2"
11372 ],
11373 "redundant": false
11374 },
11375 {
11376 "name": "E2",
11377 "category": "default",
11378 "order": 0,
11379 "score": 0,
11380 "content": [
11381 "example tag 2"
11382 ],
11383 "dictionaries": [
11384 "Test Dictionary 2"
11385 ],
11386 "redundant": false
11387 },
11388 {
11389 "name": "P",
11390 "category": "popular",
11391 "order": 0,
11392 "score": 0,
11393 "content": [
11394 "popular term"
11395 ],
11396 "dictionaries": [
11397 "Test Dictionary 2"
11398 ],
11399 "redundant": false
11400 }
11401 ],
11402 "wordClasses": [
11403 "v5"
11404 ]
11405 },
11406 {
11407 "index": 1,
11408 "term": "打つ",
11409 "reading": "ぶつ",
11410 "sources": [
11411 {
11412 "originalText": "打ち",
11413 "transformedText": "打ち",
11414 "deinflectedText": "打つ",
11415 "matchType": "exact",
11416 "matchSource": "term",
11417 "isPrimary": true
11418 }
11419 ],
11420 "tags": [
11421 {
11422 "name": "E1",
11423 "category": "default",
11424 "order": 0,
11425 "score": 0,
11426 "content": [
11427 "example tag 1"
11428 ],
11429 "dictionaries": [
11430 "Test Dictionary 2"
11431 ],
11432 "redundant": false
11433 },
11434 {
11435 "name": "E2",
11436 "category": "default",
11437 "order": 0,
11438 "score": 0,
11439 "content": [
11440 "example tag 2"
11441 ],
11442 "dictionaries": [
11443 "Test Dictionary 2"
11444 ],
11445 "redundant": false
11446 },
11447 {
11448 "name": "P",
11449 "category": "popular",
11450 "order": 0,
11451 "score": 0,
11452 "content": [
11453 "popular term"
11454 ],
11455 "dictionaries": [
11456 "Test Dictionary 2"
11457 ],
11458 "redundant": false
11459 }
11460 ],
11461 "wordClasses": [
11462 "v5"
11463 ]
11464 }
11465 ],
11466 "definitions": [
11467 {
11468 "index": 0,
11469 "headwordIndices": [
11470 0
11471 ],
11472 "dictionary": "Test Dictionary 2",
11473 "dictionaryIndex": 0,
11474 "dictionaryAlias": "termsDictAlias",
11475 "id": 3,
11476 "score": 10,
11477 "frequencyOrder": 0,
11478 "sequences": [
11479 3
11480 ],
11481 "isPrimary": true,
11482 "tags": [
11483 {
11484 "name": "vt",
11485 "category": "partOfSpeech",
11486 "order": 0,
11487 "score": 0,
11488 "content": [
11489 "transitive verb"
11490 ],
11491 "dictionaries": [
11492 "Test Dictionary 2"
11493 ],
11494 "redundant": false
11495 }
11496 ],
11497 "entries": [
11498 "utsu definition 1",
11499 "utsu definition 2"
11500 ]
11501 },
11502 {
11503 "index": 2,
11504 "headwordIndices": [
11505 1
11506 ],
11507 "dictionary": "Test Dictionary 2",
11508 "dictionaryIndex": 0,
11509 "dictionaryAlias": "termsDictAlias",
11510 "id": 5,
11511 "score": 10,
11512 "frequencyOrder": 0,
11513 "sequences": [
11514 3
11515 ],
11516 "isPrimary": true,
11517 "tags": [
11518 {
11519 "name": "vt",
11520 "category": "partOfSpeech",
11521 "order": 0,
11522 "score": 0,
11523 "content": [
11524 "transitive verb"
11525 ],
11526 "dictionaries": [
11527 "Test Dictionary 2"
11528 ],
11529 "redundant": true
11530 }
11531 ],
11532 "entries": [
11533 "butsu definition 1",
11534 "butsu definition 2"
11535 ]
11536 },
11537 {
11538 "index": 1,
11539 "headwordIndices": [
11540 0
11541 ],
11542 "dictionary": "Test Dictionary 2",
11543 "dictionaryIndex": 0,
11544 "dictionaryAlias": "termsDictAlias",
11545 "id": 4,
11546 "score": 1,
11547 "frequencyOrder": 0,
11548 "sequences": [
11549 3
11550 ],
11551 "isPrimary": true,
11552 "tags": [
11553 {
11554 "name": "vt",
11555 "category": "partOfSpeech",
11556 "order": 0,
11557 "score": 0,
11558 "content": [
11559 "transitive verb"
11560 ],
11561 "dictionaries": [
11562 "Test Dictionary 2"
11563 ],
11564 "redundant": true
11565 }
11566 ],
11567 "entries": [
11568 "utsu definition 3",
11569 "utsu definition 4"
11570 ]
11571 },
11572 {
11573 "index": 3,
11574 "headwordIndices": [
11575 1
11576 ],
11577 "dictionary": "Test Dictionary 2",
11578 "dictionaryIndex": 0,
11579 "dictionaryAlias": "termsDictAlias",
11580 "id": 6,
11581 "score": 1,
11582 "frequencyOrder": 0,
11583 "sequences": [
11584 3
11585 ],
11586 "isPrimary": true,
11587 "tags": [
11588 {
11589 "name": "vt",
11590 "category": "partOfSpeech",
11591 "order": 0,
11592 "score": 0,
11593 "content": [
11594 "transitive verb"
11595 ],
11596 "dictionaries": [
11597 "Test Dictionary 2"
11598 ],
11599 "redundant": true
11600 }
11601 ],
11602 "entries": [
11603 "butsu definition 3",
11604 "butsu definition 4"
11605 ]
11606 }
11607 ],
11608 "pronunciations": [],
11609 "frequencies": [
11610 {
11611 "index": 0,
11612 "headwordIndex": 0,
11613 "dictionary": "Test Dictionary 2",
11614 "dictionaryIndex": 0,
11615 "dictionaryAlias": "termsDictAlias",
11616 "hasReading": false,
11617 "frequency": 2,
11618 "displayValue": null,
11619 "displayValueParsed": false
11620 },
11621 {
11622 "index": 2,
11623 "headwordIndex": 0,
11624 "dictionary": "Test Dictionary 2",
11625 "dictionaryIndex": 0,
11626 "dictionaryAlias": "termsDictAlias",
11627 "hasReading": false,
11628 "frequency": 6,
11629 "displayValue": null,
11630 "displayValueParsed": false
11631 },
11632 {
11633 "index": 4,
11634 "headwordIndex": 0,
11635 "dictionary": "Test Dictionary 2",
11636 "dictionaryIndex": 0,
11637 "dictionaryAlias": "termsDictAlias",
11638 "hasReading": true,
11639 "frequency": 10,
11640 "displayValue": null,
11641 "displayValueParsed": false
11642 },
11643 {
11644 "index": 6,
11645 "headwordIndex": 0,
11646 "dictionary": "Test Dictionary 2",
11647 "dictionaryIndex": 0,
11648 "dictionaryAlias": "termsDictAlias",
11649 "hasReading": true,
11650 "frequency": 0,
11651 "displayValue": "sixteen",
11652 "displayValueParsed": true
11653 },
11654 {
11655 "index": 8,
11656 "headwordIndex": 0,
11657 "dictionary": "Test Dictionary 2",
11658 "dictionaryIndex": 0,
11659 "dictionaryAlias": "termsDictAlias",
11660 "hasReading": true,
11661 "frequency": 22,
11662 "displayValue": "twenty-two (22)",
11663 "displayValueParsed": true
11664 },
11665 {
11666 "index": 10,
11667 "headwordIndex": 0,
11668 "dictionary": "Test Dictionary 2",
11669 "dictionaryIndex": 0,
11670 "dictionaryAlias": "termsDictAlias",
11671 "hasReading": true,
11672 "frequency": 28,
11673 "displayValue": null,
11674 "displayValueParsed": false
11675 },
11676 {
11677 "index": 1,
11678 "headwordIndex": 1,
11679 "dictionary": "Test Dictionary 2",
11680 "dictionaryIndex": 0,
11681 "dictionaryAlias": "termsDictAlias",
11682 "hasReading": false,
11683 "frequency": 2,
11684 "displayValue": null,
11685 "displayValueParsed": false
11686 },
11687 {
11688 "index": 3,
11689 "headwordIndex": 1,
11690 "dictionary": "Test Dictionary 2",
11691 "dictionaryIndex": 0,
11692 "dictionaryAlias": "termsDictAlias",
11693 "hasReading": false,
11694 "frequency": 6,
11695 "displayValue": null,
11696 "displayValueParsed": false
11697 },
11698 {
11699 "index": 5,
11700 "headwordIndex": 1,
11701 "dictionary": "Test Dictionary 2",
11702 "dictionaryIndex": 0,
11703 "dictionaryAlias": "termsDictAlias",
11704 "hasReading": true,
11705 "frequency": 11,
11706 "displayValue": null,
11707 "displayValueParsed": false
11708 },
11709 {
11710 "index": 7,
11711 "headwordIndex": 1,
11712 "dictionary": "Test Dictionary 2",
11713 "dictionaryIndex": 0,
11714 "dictionaryAlias": "termsDictAlias",
11715 "hasReading": true,
11716 "frequency": 0,
11717 "displayValue": "seventeen",
11718 "displayValueParsed": true
11719 },
11720 {
11721 "index": 9,
11722 "headwordIndex": 1,
11723 "dictionary": "Test Dictionary 2",
11724 "dictionaryIndex": 0,
11725 "dictionaryAlias": "termsDictAlias",
11726 "hasReading": true,
11727 "frequency": 23,
11728 "displayValue": "twenty-three (23)",
11729 "displayValueParsed": true
11730 },
11731 {
11732 "index": 11,
11733 "headwordIndex": 1,
11734 "dictionary": "Test Dictionary 2",
11735 "dictionaryIndex": 0,
11736 "dictionaryAlias": "termsDictAlias",
11737 "hasReading": true,
11738 "frequency": 29,
11739 "displayValue": "twenty-nine",
11740 "displayValueParsed": false
11741 }
11742 ]
11743 },
11744 {
11745 "type": "term",
11746 "isPrimary": true,
11747 "textProcessorRuleChainCandidates": [
11748 []
11749 ],
11750 "inflectionRuleChainCandidates": [
11751 {
11752 "source": "algorithm",
11753 "inflectionRules": []
11754 }
11755 ],
11756 "score": 1,
11757 "frequencyOrder": 0,
11758 "dictionaryIndex": 0,
11759 "dictionaryAlias": "",
11760 "sourceTermExactMatchCount": 2,
11761 "matchPrimaryReading": false,
11762 "maxOriginalTextLength": 1,
11763 "headwords": [
11764 {
11765 "index": 0,
11766 "term": "打",
11767 "reading": "だ",
11768 "sources": [
11769 {
11770 "originalText": "打",
11771 "transformedText": "打",
11772 "deinflectedText": "打",
11773 "matchType": "exact",
11774 "matchSource": "term",
11775 "isPrimary": true
11776 }
11777 ],
11778 "tags": [
11779 {
11780 "name": "E1",
11781 "category": "default",
11782 "order": 0,
11783 "score": 0,
11784 "content": [
11785 "example tag 1"
11786 ],
11787 "dictionaries": [
11788 "Test Dictionary 2"
11789 ],
11790 "redundant": false
11791 }
11792 ],
11793 "wordClasses": [
11794 "n"
11795 ]
11796 },
11797 {
11798 "index": 1,
11799 "term": "打",
11800 "reading": "ダース",
11801 "sources": [
11802 {
11803 "originalText": "打",
11804 "transformedText": "打",
11805 "deinflectedText": "打",
11806 "matchType": "exact",
11807 "matchSource": "term",
11808 "isPrimary": true
11809 }
11810 ],
11811 "tags": [
11812 {
11813 "name": "E1",
11814 "category": "default",
11815 "order": 0,
11816 "score": 0,
11817 "content": [
11818 "example tag 1"
11819 ],
11820 "dictionaries": [
11821 "Test Dictionary 2"
11822 ],
11823 "redundant": false
11824 }
11825 ],
11826 "wordClasses": [
11827 "n"
11828 ]
11829 }
11830 ],
11831 "definitions": [
11832 {
11833 "index": 0,
11834 "headwordIndices": [
11835 0
11836 ],
11837 "dictionary": "Test Dictionary 2",
11838 "dictionaryIndex": 0,
11839 "dictionaryAlias": "termsDictAlias",
11840 "id": 1,
11841 "score": 1,
11842 "frequencyOrder": 0,
11843 "sequences": [
11844 1
11845 ],
11846 "isPrimary": true,
11847 "tags": [
11848 {
11849 "name": "n",
11850 "category": "partOfSpeech",
11851 "order": 0,
11852 "score": 0,
11853 "content": [
11854 "noun"
11855 ],
11856 "dictionaries": [
11857 "Test Dictionary 2"
11858 ],
11859 "redundant": false
11860 }
11861 ],
11862 "entries": [
11863 "da definition 1",
11864 "da definition 2"
11865 ]
11866 },
11867 {
11868 "index": 1,
11869 "headwordIndices": [
11870 1
11871 ],
11872 "dictionary": "Test Dictionary 2",
11873 "dictionaryIndex": 0,
11874 "dictionaryAlias": "termsDictAlias",
11875 "id": 2,
11876 "score": 1,
11877 "frequencyOrder": 0,
11878 "sequences": [
11879 2
11880 ],
11881 "isPrimary": true,
11882 "tags": [
11883 {
11884 "name": "abbr",
11885 "category": "default",
11886 "order": 0,
11887 "score": 0,
11888 "content": [
11889 "abbreviation"
11890 ],
11891 "dictionaries": [
11892 "Test Dictionary 2"
11893 ],
11894 "redundant": false
11895 },
11896 {
11897 "name": "n",
11898 "category": "partOfSpeech",
11899 "order": 0,
11900 "score": 0,
11901 "content": [
11902 "noun"
11903 ],
11904 "dictionaries": [
11905 "Test Dictionary 2"
11906 ],
11907 "redundant": true
11908 }
11909 ],
11910 "entries": [
11911 "daasu definition 1",
11912 "daasu definition 2"
11913 ]
11914 }
11915 ],
11916 "pronunciations": [],
11917 "frequencies": [
11918 {
11919 "index": 0,
11920 "headwordIndex": 0,
11921 "dictionary": "Test Dictionary 2",
11922 "dictionaryIndex": 0,
11923 "dictionaryAlias": "termsDictAlias",
11924 "hasReading": false,
11925 "frequency": 1,
11926 "displayValue": null,
11927 "displayValueParsed": false
11928 },
11929 {
11930 "index": 2,
11931 "headwordIndex": 0,
11932 "dictionary": "Test Dictionary 2",
11933 "dictionaryIndex": 0,
11934 "dictionaryAlias": "termsDictAlias",
11935 "hasReading": false,
11936 "frequency": 0,
11937 "displayValue": "four",
11938 "displayValueParsed": true
11939 },
11940 {
11941 "index": 4,
11942 "headwordIndex": 0,
11943 "dictionary": "Test Dictionary 2",
11944 "dictionaryIndex": 0,
11945 "dictionaryAlias": "termsDictAlias",
11946 "hasReading": false,
11947 "frequency": 5,
11948 "displayValue": "five (5)",
11949 "displayValueParsed": true
11950 },
11951 {
11952 "index": 6,
11953 "headwordIndex": 0,
11954 "dictionary": "Test Dictionary 2",
11955 "dictionaryIndex": 0,
11956 "dictionaryAlias": "termsDictAlias",
11957 "hasReading": true,
11958 "frequency": 8,
11959 "displayValue": null,
11960 "displayValueParsed": false
11961 },
11962 {
11963 "index": 8,
11964 "headwordIndex": 0,
11965 "dictionary": "Test Dictionary 2",
11966 "dictionaryIndex": 0,
11967 "dictionaryAlias": "termsDictAlias",
11968 "hasReading": true,
11969 "frequency": 0,
11970 "displayValue": "fourteen",
11971 "displayValueParsed": true
11972 },
11973 {
11974 "index": 10,
11975 "headwordIndex": 0,
11976 "dictionary": "Test Dictionary 2",
11977 "dictionaryIndex": 0,
11978 "dictionaryAlias": "termsDictAlias",
11979 "hasReading": true,
11980 "frequency": 20,
11981 "displayValue": "twenty (20)",
11982 "displayValueParsed": true
11983 },
11984 {
11985 "index": 12,
11986 "headwordIndex": 0,
11987 "dictionary": "Test Dictionary 2",
11988 "dictionaryIndex": 0,
11989 "dictionaryAlias": "termsDictAlias",
11990 "hasReading": true,
11991 "frequency": 26,
11992 "displayValue": null,
11993 "displayValueParsed": false
11994 },
11995 {
11996 "index": 1,
11997 "headwordIndex": 1,
11998 "dictionary": "Test Dictionary 2",
11999 "dictionaryIndex": 0,
12000 "dictionaryAlias": "termsDictAlias",
12001 "hasReading": false,
12002 "frequency": 1,
12003 "displayValue": null,
12004 "displayValueParsed": false
12005 },
12006 {
12007 "index": 3,
12008 "headwordIndex": 1,
12009 "dictionary": "Test Dictionary 2",
12010 "dictionaryIndex": 0,
12011 "dictionaryAlias": "termsDictAlias",
12012 "hasReading": false,
12013 "frequency": 0,
12014 "displayValue": "four",
12015 "displayValueParsed": true
12016 },
12017 {
12018 "index": 5,
12019 "headwordIndex": 1,
12020 "dictionary": "Test Dictionary 2",
12021 "dictionaryIndex": 0,
12022 "dictionaryAlias": "termsDictAlias",
12023 "hasReading": false,
12024 "frequency": 5,
12025 "displayValue": "five (5)",
12026 "displayValueParsed": true
12027 },
12028 {
12029 "index": 7,
12030 "headwordIndex": 1,
12031 "dictionary": "Test Dictionary 2",
12032 "dictionaryIndex": 0,
12033 "dictionaryAlias": "termsDictAlias",
12034 "hasReading": true,
12035 "frequency": 9,
12036 "displayValue": null,
12037 "displayValueParsed": false
12038 },
12039 {
12040 "index": 9,
12041 "headwordIndex": 1,
12042 "dictionary": "Test Dictionary 2",
12043 "dictionaryIndex": 0,
12044 "dictionaryAlias": "termsDictAlias",
12045 "hasReading": true,
12046 "frequency": 0,
12047 "displayValue": "fifteen",
12048 "displayValueParsed": true
12049 },
12050 {
12051 "index": 11,
12052 "headwordIndex": 1,
12053 "dictionary": "Test Dictionary 2",
12054 "dictionaryIndex": 0,
12055 "dictionaryAlias": "termsDictAlias",
12056 "hasReading": true,
12057 "frequency": 21,
12058 "displayValue": "twenty-one (21)",
12059 "displayValueParsed": true
12060 },
12061 {
12062 "index": 13,
12063 "headwordIndex": 1,
12064 "dictionary": "Test Dictionary 2",
12065 "dictionaryIndex": 0,
12066 "dictionaryAlias": "termsDictAlias",
12067 "hasReading": true,
12068 "frequency": 27,
12069 "displayValue": "twenty-seven",
12070 "displayValueParsed": false
12071 }
12072 ]
12073 }
12074 ]
12075 },
12076 {
12077 "name": "Search inflected term",
12078 "originalTextLength": 12,
12079 "dictionaryEntries": [
12080 {
12081 "type": "term",
12082 "isPrimary": true,
12083 "textProcessorRuleChainCandidates": [
12084 []
12085 ],
12086 "inflectionRuleChainCandidates": [
12087 {
12088 "source": "algorithm",
12089 "inflectionRules": [
12090 {
12091 "name": "-て",
12092 "description": "て-form.\nIt has a myriad of meanings. Primarily, it is a conjunctive particle that connects two clauses together.\nUsage: Attach て to the continuative form (連用形) of verbs after euphonic change form, くて to the stem of i-adjectives."
12093 },
12094 {
12095 "name": "-いる",
12096 "description": "1. Indicates an action continues or progresses to a point in time.\n2. Indicates an action is completed and remains as is.\n3. Indicates a state or condition that can be taken to be the result of undergoing some change.\nUsage: Attach いる to the て-form of verbs. い can be dropped in speech.\nAttach でいる after ない negative form of verbs.\n(Slang) Attach おる to the て-form of verbs. Contracts to とる・でる in speech."
12097 },
12098 {
12099 "name": "-ます",
12100 "description": "Polite conjugation of verbs and adjectives.\nUsage: Attach ます to the continuative form (連用形) of verbs."
12101 },
12102 {
12103 "name": "negative",
12104 "description": "1. Negative form of verbs.\n2. Expresses a feeling of solicitation to the other party.\nUsage: Attach ない to the irrealis form (未然形) of verbs, くない to the stem of i-adjectives. ない itself conjugates as i-adjective. ます becomes ません."
12105 },
12106 {
12107 "name": "-た",
12108 "description": "1. Indicates a reality that has happened in the past.\n2. Indicates the completion of an action.\n3. Indicates the confirmation of a matter.\n4. Indicates the speaker's confidence that the action will definitely be fulfilled.\n5. Indicates the events that occur before the main clause are represented as relative past.\n6. Indicates a mild imperative/command.\nUsage: Attach た to the continuative form (連用形) of verbs after euphonic change form, かった to the stem of i-adjectives."
12109 }
12110 ]
12111 }
12112 ],
12113 "score": 10,
12114 "frequencyOrder": 0,
12115 "dictionaryIndex": 0,
12116 "dictionaryAlias": "termsDictAlias",
12117 "sourceTermExactMatchCount": 1,
12118 "matchPrimaryReading": false,
12119 "maxOriginalTextLength": 12,
12120 "headwords": [
12121 {
12122 "index": 0,
12123 "term": "打ち込む",
12124 "reading": "うちこむ",
12125 "sources": [
12126 {
12127 "originalText": "打ち込んでいませんでした",
12128 "transformedText": "打ち込んでいませんでした",
12129 "deinflectedText": "打ち込む",
12130 "matchType": "exact",
12131 "matchSource": "term",
12132 "isPrimary": true
12133 }
12134 ],
12135 "tags": [
12136 {
12137 "name": "E1",
12138 "category": "default",
12139 "order": 0,
12140 "score": 0,
12141 "content": [
12142 "example tag 1"
12143 ],
12144 "dictionaries": [
12145 "Test Dictionary 2"
12146 ],
12147 "redundant": false
12148 },
12149 {
12150 "name": "P",
12151 "category": "popular",
12152 "order": 0,
12153 "score": 0,
12154 "content": [
12155 "popular term"
12156 ],
12157 "dictionaries": [
12158 "Test Dictionary 2"
12159 ],
12160 "redundant": false
12161 }
12162 ],
12163 "wordClasses": [
12164 "v5"
12165 ]
12166 }
12167 ],
12168 "definitions": [
12169 {
12170 "index": 0,
12171 "headwordIndices": [
12172 0
12173 ],
12174 "dictionary": "Test Dictionary 2",
12175 "dictionaryIndex": 0,
12176 "dictionaryAlias": "termsDictAlias",
12177 "id": 7,
12178 "score": 10,
12179 "frequencyOrder": 0,
12180 "sequences": [
12181 4
12182 ],
12183 "isPrimary": true,
12184 "tags": [
12185 {
12186 "name": "vt",
12187 "category": "partOfSpeech",
12188 "order": 0,
12189 "score": 0,
12190 "content": [
12191 "transitive verb"
12192 ],
12193 "dictionaries": [
12194 "Test Dictionary 2"
12195 ],
12196 "redundant": false
12197 }
12198 ],
12199 "entries": [
12200 "uchikomu definition 1",
12201 "uchikomu definition 2"
12202 ]
12203 }
12204 ],
12205 "pronunciations": [
12206 {
12207 "index": 0,
12208 "headwordIndex": 0,
12209 "dictionary": "Test Dictionary 2",
12210 "dictionaryIndex": 0,
12211 "dictionaryAlias": "termsDictAlias",
12212 "pronunciations": [
12213 {
12214 "type": "pitch-accent",
12215 "positions": 0,
12216 "nasalPositions": [],
12217 "devoicePositions": [],
12218 "tags": []
12219 },
12220 {
12221 "type": "pitch-accent",
12222 "positions": 3,
12223 "nasalPositions": [],
12224 "devoicePositions": [],
12225 "tags": []
12226 }
12227 ]
12228 },
12229 {
12230 "index": 1,
12231 "headwordIndex": 0,
12232 "dictionary": "Test Dictionary 2",
12233 "dictionaryIndex": 0,
12234 "dictionaryAlias": "termsDictAlias",
12235 "pronunciations": [
12236 {
12237 "type": "pitch-accent",
12238 "positions": "HHHHH",
12239 "nasalPositions": [],
12240 "devoicePositions": [],
12241 "tags": []
12242 },
12243 {
12244 "type": "pitch-accent",
12245 "positions": "HHHHL",
12246 "nasalPositions": [],
12247 "devoicePositions": [],
12248 "tags": []
12249 },
12250 {
12251 "type": "pitch-accent",
12252 "positions": "HHHH",
12253 "nasalPositions": [],
12254 "devoicePositions": [],
12255 "tags": []
12256 },
12257 {
12258 "type": "pitch-accent",
12259 "positions": "HHHL",
12260 "nasalPositions": [],
12261 "devoicePositions": [],
12262 "tags": []
12263 },
12264 {
12265 "type": "pitch-accent",
12266 "positions": "HHLH",
12267 "nasalPositions": [],
12268 "devoicePositions": [],
12269 "tags": []
12270 },
12271 {
12272 "type": "pitch-accent",
12273 "positions": "HHLL",
12274 "nasalPositions": [],
12275 "devoicePositions": [
12276 2
12277 ],
12278 "tags": []
12279 },
12280 {
12281 "type": "pitch-accent",
12282 "positions": "HLHH",
12283 "nasalPositions": [],
12284 "devoicePositions": [],
12285 "tags": []
12286 },
12287 {
12288 "type": "pitch-accent",
12289 "positions": "HLHL",
12290 "nasalPositions": [],
12291 "devoicePositions": [],
12292 "tags": []
12293 },
12294 {
12295 "type": "pitch-accent",
12296 "positions": "HLLH",
12297 "nasalPositions": [],
12298 "devoicePositions": [],
12299 "tags": []
12300 },
12301 {
12302 "type": "pitch-accent",
12303 "positions": "HLLL",
12304 "nasalPositions": [
12305 3
12306 ],
12307 "devoicePositions": [],
12308 "tags": []
12309 },
12310 {
12311 "type": "pitch-accent",
12312 "positions": "LHHH",
12313 "nasalPositions": [],
12314 "devoicePositions": [],
12315 "tags": []
12316 },
12317 {
12318 "type": "pitch-accent",
12319 "positions": "LHHL",
12320 "nasalPositions": [],
12321 "devoicePositions": [],
12322 "tags": []
12323 },
12324 {
12325 "type": "pitch-accent",
12326 "positions": "LHLH",
12327 "nasalPositions": [],
12328 "devoicePositions": [],
12329 "tags": []
12330 },
12331 {
12332 "type": "pitch-accent",
12333 "positions": "LHLL",
12334 "nasalPositions": [
12335 3
12336 ],
12337 "devoicePositions": [
12338 2
12339 ],
12340 "tags": []
12341 },
12342 {
12343 "type": "pitch-accent",
12344 "positions": "LLHH",
12345 "nasalPositions": [],
12346 "devoicePositions": [],
12347 "tags": []
12348 },
12349 {
12350 "type": "pitch-accent",
12351 "positions": "LLHL",
12352 "nasalPositions": [],
12353 "devoicePositions": [],
12354 "tags": []
12355 },
12356 {
12357 "type": "pitch-accent",
12358 "positions": "LLLH",
12359 "nasalPositions": [],
12360 "devoicePositions": [],
12361 "tags": []
12362 },
12363 {
12364 "type": "pitch-accent",
12365 "positions": "LLLL",
12366 "nasalPositions": [],
12367 "devoicePositions": [],
12368 "tags": []
12369 }
12370 ]
12371 }
12372 ],
12373 "frequencies": [
12374 {
12375 "index": 0,
12376 "headwordIndex": 0,
12377 "dictionary": "Test Dictionary 2",
12378 "dictionaryIndex": 0,
12379 "dictionaryAlias": "termsDictAlias",
12380 "hasReading": false,
12381 "frequency": 3,
12382 "displayValue": null,
12383 "displayValueParsed": false
12384 },
12385 {
12386 "index": 1,
12387 "headwordIndex": 0,
12388 "dictionary": "Test Dictionary 2",
12389 "dictionaryIndex": 0,
12390 "dictionaryAlias": "termsDictAlias",
12391 "hasReading": false,
12392 "frequency": 7,
12393 "displayValue": "seven",
12394 "displayValueParsed": false
12395 },
12396 {
12397 "index": 2,
12398 "headwordIndex": 0,
12399 "dictionary": "Test Dictionary 2",
12400 "dictionaryIndex": 0,
12401 "dictionaryAlias": "termsDictAlias",
12402 "hasReading": true,
12403 "frequency": 12,
12404 "displayValue": null,
12405 "displayValueParsed": false
12406 },
12407 {
12408 "index": 3,
12409 "headwordIndex": 0,
12410 "dictionary": "Test Dictionary 2",
12411 "dictionaryIndex": 0,
12412 "dictionaryAlias": "termsDictAlias",
12413 "hasReading": true,
12414 "frequency": 0,
12415 "displayValue": "eighteen",
12416 "displayValueParsed": true
12417 },
12418 {
12419 "index": 4,
12420 "headwordIndex": 0,
12421 "dictionary": "Test Dictionary 2",
12422 "dictionaryIndex": 0,
12423 "dictionaryAlias": "termsDictAlias",
12424 "hasReading": true,
12425 "frequency": 24,
12426 "displayValue": "twenty-four (24)",
12427 "displayValueParsed": true
12428 },
12429 {
12430 "index": 5,
12431 "headwordIndex": 0,
12432 "dictionary": "Test Dictionary 2",
12433 "dictionaryIndex": 0,
12434 "dictionaryAlias": "termsDictAlias",
12435 "hasReading": true,
12436 "frequency": 30,
12437 "displayValue": null,
12438 "displayValueParsed": false
12439 }
12440 ]
12441 },
12442 {
12443 "type": "term",
12444 "isPrimary": true,
12445 "textProcessorRuleChainCandidates": [
12446 []
12447 ],
12448 "inflectionRuleChainCandidates": [
12449 {
12450 "source": "algorithm",
12451 "inflectionRules": [
12452 {
12453 "name": "-て",
12454 "description": "て-form.\nIt has a myriad of meanings. Primarily, it is a conjunctive particle that connects two clauses together.\nUsage: Attach て to the continuative form (連用形) of verbs after euphonic change form, くて to the stem of i-adjectives."
12455 },
12456 {
12457 "name": "-いる",
12458 "description": "1. Indicates an action continues or progresses to a point in time.\n2. Indicates an action is completed and remains as is.\n3. Indicates a state or condition that can be taken to be the result of undergoing some change.\nUsage: Attach いる to the て-form of verbs. い can be dropped in speech.\nAttach でいる after ない negative form of verbs.\n(Slang) Attach おる to the て-form of verbs. Contracts to とる・でる in speech."
12459 },
12460 {
12461 "name": "-ます",
12462 "description": "Polite conjugation of verbs and adjectives.\nUsage: Attach ます to the continuative form (連用形) of verbs."
12463 },
12464 {
12465 "name": "negative",
12466 "description": "1. Negative form of verbs.\n2. Expresses a feeling of solicitation to the other party.\nUsage: Attach ない to the irrealis form (未然形) of verbs, くない to the stem of i-adjectives. ない itself conjugates as i-adjective. ます becomes ません."
12467 },
12468 {
12469 "name": "-た",
12470 "description": "1. Indicates a reality that has happened in the past.\n2. Indicates the completion of an action.\n3. Indicates the confirmation of a matter.\n4. Indicates the speaker's confidence that the action will definitely be fulfilled.\n5. Indicates the events that occur before the main clause are represented as relative past.\n6. Indicates a mild imperative/command.\nUsage: Attach た to the continuative form (連用形) of verbs after euphonic change form, かった to the stem of i-adjectives."
12471 }
12472 ]
12473 }
12474 ],
12475 "score": 10,
12476 "frequencyOrder": 0,
12477 "dictionaryIndex": 0,
12478 "dictionaryAlias": "termsDictAlias",
12479 "sourceTermExactMatchCount": 1,
12480 "matchPrimaryReading": false,
12481 "maxOriginalTextLength": 12,
12482 "headwords": [
12483 {
12484 "index": 0,
12485 "term": "打ち込む",
12486 "reading": "ぶちこむ",
12487 "sources": [
12488 {
12489 "originalText": "打ち込んでいませんでした",
12490 "transformedText": "打ち込んでいませんでした",
12491 "deinflectedText": "打ち込む",
12492 "matchType": "exact",
12493 "matchSource": "term",
12494 "isPrimary": true
12495 }
12496 ],
12497 "tags": [
12498 {
12499 "name": "E1",
12500 "category": "default",
12501 "order": 0,
12502 "score": 0,
12503 "content": [
12504 "example tag 1"
12505 ],
12506 "dictionaries": [
12507 "Test Dictionary 2"
12508 ],
12509 "redundant": false
12510 },
12511 {
12512 "name": "P",
12513 "category": "popular",
12514 "order": 0,
12515 "score": 0,
12516 "content": [
12517 "popular term"
12518 ],
12519 "dictionaries": [
12520 "Test Dictionary 2"
12521 ],
12522 "redundant": false
12523 }
12524 ],
12525 "wordClasses": [
12526 "v5"
12527 ]
12528 }
12529 ],
12530 "definitions": [
12531 {
12532 "index": 0,
12533 "headwordIndices": [
12534 0
12535 ],
12536 "dictionary": "Test Dictionary 2",
12537 "dictionaryIndex": 0,
12538 "dictionaryAlias": "termsDictAlias",
12539 "id": 9,
12540 "score": 10,
12541 "frequencyOrder": 0,
12542 "sequences": [
12543 4
12544 ],
12545 "isPrimary": true,
12546 "tags": [
12547 {
12548 "name": "vt",
12549 "category": "partOfSpeech",
12550 "order": 0,
12551 "score": 0,
12552 "content": [
12553 "transitive verb"
12554 ],
12555 "dictionaries": [
12556 "Test Dictionary 2"
12557 ],
12558 "redundant": false
12559 }
12560 ],
12561 "entries": [
12562 "buchikomu definition 1",
12563 "buchikomu definition 2"
12564 ]
12565 }
12566 ],
12567 "pronunciations": [
12568 {
12569 "index": 0,
12570 "headwordIndex": 0,
12571 "dictionary": "Test Dictionary 2",
12572 "dictionaryIndex": 0,
12573 "dictionaryAlias": "termsDictAlias",
12574 "pronunciations": [
12575 {
12576 "type": "pitch-accent",
12577 "positions": 0,
12578 "nasalPositions": [],
12579 "devoicePositions": [],
12580 "tags": []
12581 },
12582 {
12583 "type": "pitch-accent",
12584 "positions": 3,
12585 "nasalPositions": [],
12586 "devoicePositions": [],
12587 "tags": []
12588 }
12589 ]
12590 }
12591 ],
12592 "frequencies": [
12593 {
12594 "index": 0,
12595 "headwordIndex": 0,
12596 "dictionary": "Test Dictionary 2",
12597 "dictionaryIndex": 0,
12598 "dictionaryAlias": "termsDictAlias",
12599 "hasReading": false,
12600 "frequency": 3,
12601 "displayValue": null,
12602 "displayValueParsed": false
12603 },
12604 {
12605 "index": 1,
12606 "headwordIndex": 0,
12607 "dictionary": "Test Dictionary 2",
12608 "dictionaryIndex": 0,
12609 "dictionaryAlias": "termsDictAlias",
12610 "hasReading": false,
12611 "frequency": 7,
12612 "displayValue": "seven",
12613 "displayValueParsed": false
12614 },
12615 {
12616 "index": 2,
12617 "headwordIndex": 0,
12618 "dictionary": "Test Dictionary 2",
12619 "dictionaryIndex": 0,
12620 "dictionaryAlias": "termsDictAlias",
12621 "hasReading": true,
12622 "frequency": 13,
12623 "displayValue": null,
12624 "displayValueParsed": false
12625 },
12626 {
12627 "index": 3,
12628 "headwordIndex": 0,
12629 "dictionary": "Test Dictionary 2",
12630 "dictionaryIndex": 0,
12631 "dictionaryAlias": "termsDictAlias",
12632 "hasReading": true,
12633 "frequency": 0,
12634 "displayValue": "nineteen",
12635 "displayValueParsed": true
12636 },
12637 {
12638 "index": 4,
12639 "headwordIndex": 0,
12640 "dictionary": "Test Dictionary 2",
12641 "dictionaryIndex": 0,
12642 "dictionaryAlias": "termsDictAlias",
12643 "hasReading": true,
12644 "frequency": 25,
12645 "displayValue": "twenty-five (25)",
12646 "displayValueParsed": true
12647 },
12648 {
12649 "index": 5,
12650 "headwordIndex": 0,
12651 "dictionary": "Test Dictionary 2",
12652 "dictionaryIndex": 0,
12653 "dictionaryAlias": "termsDictAlias",
12654 "hasReading": true,
12655 "frequency": 31,
12656 "displayValue": "thirty-one",
12657 "displayValueParsed": false
12658 }
12659 ]
12660 },
12661 {
12662 "type": "term",
12663 "isPrimary": true,
12664 "textProcessorRuleChainCandidates": [
12665 []
12666 ],
12667 "inflectionRuleChainCandidates": [
12668 {
12669 "source": "algorithm",
12670 "inflectionRules": [
12671 {
12672 "name": "-て",
12673 "description": "て-form.\nIt has a myriad of meanings. Primarily, it is a conjunctive particle that connects two clauses together.\nUsage: Attach て to the continuative form (連用形) of verbs after euphonic change form, くて to the stem of i-adjectives."
12674 },
12675 {
12676 "name": "-いる",
12677 "description": "1. Indicates an action continues or progresses to a point in time.\n2. Indicates an action is completed and remains as is.\n3. Indicates a state or condition that can be taken to be the result of undergoing some change.\nUsage: Attach いる to the て-form of verbs. い can be dropped in speech.\nAttach でいる after ない negative form of verbs.\n(Slang) Attach おる to the て-form of verbs. Contracts to とる・でる in speech."
12678 },
12679 {
12680 "name": "-ます",
12681 "description": "Polite conjugation of verbs and adjectives.\nUsage: Attach ます to the continuative form (連用形) of verbs."
12682 },
12683 {
12684 "name": "negative",
12685 "description": "1. Negative form of verbs.\n2. Expresses a feeling of solicitation to the other party.\nUsage: Attach ない to the irrealis form (未然形) of verbs, くない to the stem of i-adjectives. ない itself conjugates as i-adjective. ます becomes ません."
12686 },
12687 {
12688 "name": "-た",
12689 "description": "1. Indicates a reality that has happened in the past.\n2. Indicates the completion of an action.\n3. Indicates the confirmation of a matter.\n4. Indicates the speaker's confidence that the action will definitely be fulfilled.\n5. Indicates the events that occur before the main clause are represented as relative past.\n6. Indicates a mild imperative/command.\nUsage: Attach た to the continuative form (連用形) of verbs after euphonic change form, かった to the stem of i-adjectives."
12690 }
12691 ]
12692 }
12693 ],
12694 "score": 1,
12695 "frequencyOrder": 0,
12696 "dictionaryIndex": 0,
12697 "dictionaryAlias": "termsDictAlias",
12698 "sourceTermExactMatchCount": 1,
12699 "matchPrimaryReading": false,
12700 "maxOriginalTextLength": 12,
12701 "headwords": [
12702 {
12703 "index": 0,
12704 "term": "打ち込む",
12705 "reading": "うちこむ",
12706 "sources": [
12707 {
12708 "originalText": "打ち込んでいませんでした",
12709 "transformedText": "打ち込んでいませんでした",
12710 "deinflectedText": "打ち込む",
12711 "matchType": "exact",
12712 "matchSource": "term",
12713 "isPrimary": true
12714 }
12715 ],
12716 "tags": [
12717 {
12718 "name": "E2",
12719 "category": "default",
12720 "order": 0,
12721 "score": 0,
12722 "content": [
12723 "example tag 2"
12724 ],
12725 "dictionaries": [
12726 "Test Dictionary 2"
12727 ],
12728 "redundant": false
12729 },
12730 {
12731 "name": "P",
12732 "category": "popular",
12733 "order": 0,
12734 "score": 0,
12735 "content": [
12736 "popular term"
12737 ],
12738 "dictionaries": [
12739 "Test Dictionary 2"
12740 ],
12741 "redundant": false
12742 }
12743 ],
12744 "wordClasses": [
12745 "v5"
12746 ]
12747 }
12748 ],
12749 "definitions": [
12750 {
12751 "index": 0,
12752 "headwordIndices": [
12753 0
12754 ],
12755 "dictionary": "Test Dictionary 2",
12756 "dictionaryIndex": 0,
12757 "dictionaryAlias": "termsDictAlias",
12758 "id": 8,
12759 "score": 1,
12760 "frequencyOrder": 0,
12761 "sequences": [
12762 4
12763 ],
12764 "isPrimary": true,
12765 "tags": [
12766 {
12767 "name": "vt",
12768 "category": "partOfSpeech",
12769 "order": 0,
12770 "score": 0,
12771 "content": [
12772 "transitive verb"
12773 ],
12774 "dictionaries": [
12775 "Test Dictionary 2"
12776 ],
12777 "redundant": false
12778 }
12779 ],
12780 "entries": [
12781 "uchikomu definition 3",
12782 "uchikomu definition 4"
12783 ]
12784 }
12785 ],
12786 "pronunciations": [
12787 {
12788 "index": 0,
12789 "headwordIndex": 0,
12790 "dictionary": "Test Dictionary 2",
12791 "dictionaryIndex": 0,
12792 "dictionaryAlias": "termsDictAlias",
12793 "pronunciations": [
12794 {
12795 "type": "pitch-accent",
12796 "positions": 0,
12797 "nasalPositions": [],
12798 "devoicePositions": [],
12799 "tags": []
12800 },
12801 {
12802 "type": "pitch-accent",
12803 "positions": 3,
12804 "nasalPositions": [],
12805 "devoicePositions": [],
12806 "tags": []
12807 }
12808 ]
12809 },
12810 {
12811 "index": 1,
12812 "headwordIndex": 0,
12813 "dictionary": "Test Dictionary 2",
12814 "dictionaryIndex": 0,
12815 "dictionaryAlias": "termsDictAlias",
12816 "pronunciations": [
12817 {
12818 "type": "pitch-accent",
12819 "positions": "HHHHH",
12820 "nasalPositions": [],
12821 "devoicePositions": [],
12822 "tags": []
12823 },
12824 {
12825 "type": "pitch-accent",
12826 "positions": "HHHHL",
12827 "nasalPositions": [],
12828 "devoicePositions": [],
12829 "tags": []
12830 },
12831 {
12832 "type": "pitch-accent",
12833 "positions": "HHHH",
12834 "nasalPositions": [],
12835 "devoicePositions": [],
12836 "tags": []
12837 },
12838 {
12839 "type": "pitch-accent",
12840 "positions": "HHHL",
12841 "nasalPositions": [],
12842 "devoicePositions": [],
12843 "tags": []
12844 },
12845 {
12846 "type": "pitch-accent",
12847 "positions": "HHLH",
12848 "nasalPositions": [],
12849 "devoicePositions": [],
12850 "tags": []
12851 },
12852 {
12853 "type": "pitch-accent",
12854 "positions": "HHLL",
12855 "nasalPositions": [],
12856 "devoicePositions": [
12857 2
12858 ],
12859 "tags": []
12860 },
12861 {
12862 "type": "pitch-accent",
12863 "positions": "HLHH",
12864 "nasalPositions": [],
12865 "devoicePositions": [],
12866 "tags": []
12867 },
12868 {
12869 "type": "pitch-accent",
12870 "positions": "HLHL",
12871 "nasalPositions": [],
12872 "devoicePositions": [],
12873 "tags": []
12874 },
12875 {
12876 "type": "pitch-accent",
12877 "positions": "HLLH",
12878 "nasalPositions": [],
12879 "devoicePositions": [],
12880 "tags": []
12881 },
12882 {
12883 "type": "pitch-accent",
12884 "positions": "HLLL",
12885 "nasalPositions": [
12886 3
12887 ],
12888 "devoicePositions": [],
12889 "tags": []
12890 },
12891 {
12892 "type": "pitch-accent",
12893 "positions": "LHHH",
12894 "nasalPositions": [],
12895 "devoicePositions": [],
12896 "tags": []
12897 },
12898 {
12899 "type": "pitch-accent",
12900 "positions": "LHHL",
12901 "nasalPositions": [],
12902 "devoicePositions": [],
12903 "tags": []
12904 },
12905 {
12906 "type": "pitch-accent",
12907 "positions": "LHLH",
12908 "nasalPositions": [],
12909 "devoicePositions": [],
12910 "tags": []
12911 },
12912 {
12913 "type": "pitch-accent",
12914 "positions": "LHLL",
12915 "nasalPositions": [
12916 3
12917 ],
12918 "devoicePositions": [
12919 2
12920 ],
12921 "tags": []
12922 },
12923 {
12924 "type": "pitch-accent",
12925 "positions": "LLHH",
12926 "nasalPositions": [],
12927 "devoicePositions": [],
12928 "tags": []
12929 },
12930 {
12931 "type": "pitch-accent",
12932 "positions": "LLHL",
12933 "nasalPositions": [],
12934 "devoicePositions": [],
12935 "tags": []
12936 },
12937 {
12938 "type": "pitch-accent",
12939 "positions": "LLLH",
12940 "nasalPositions": [],
12941 "devoicePositions": [],
12942 "tags": []
12943 },
12944 {
12945 "type": "pitch-accent",
12946 "positions": "LLLL",
12947 "nasalPositions": [],
12948 "devoicePositions": [],
12949 "tags": []
12950 }
12951 ]
12952 }
12953 ],
12954 "frequencies": [
12955 {
12956 "index": 0,
12957 "headwordIndex": 0,
12958 "dictionary": "Test Dictionary 2",
12959 "dictionaryIndex": 0,
12960 "dictionaryAlias": "termsDictAlias",
12961 "hasReading": false,
12962 "frequency": 3,
12963 "displayValue": null,
12964 "displayValueParsed": false
12965 },
12966 {
12967 "index": 1,
12968 "headwordIndex": 0,
12969 "dictionary": "Test Dictionary 2",
12970 "dictionaryIndex": 0,
12971 "dictionaryAlias": "termsDictAlias",
12972 "hasReading": false,
12973 "frequency": 7,
12974 "displayValue": "seven",
12975 "displayValueParsed": false
12976 },
12977 {
12978 "index": 2,
12979 "headwordIndex": 0,
12980 "dictionary": "Test Dictionary 2",
12981 "dictionaryIndex": 0,
12982 "dictionaryAlias": "termsDictAlias",
12983 "hasReading": true,
12984 "frequency": 12,
12985 "displayValue": null,
12986 "displayValueParsed": false
12987 },
12988 {
12989 "index": 3,
12990 "headwordIndex": 0,
12991 "dictionary": "Test Dictionary 2",
12992 "dictionaryIndex": 0,
12993 "dictionaryAlias": "termsDictAlias",
12994 "hasReading": true,
12995 "frequency": 0,
12996 "displayValue": "eighteen",
12997 "displayValueParsed": true
12998 },
12999 {
13000 "index": 4,
13001 "headwordIndex": 0,
13002 "dictionary": "Test Dictionary 2",
13003 "dictionaryIndex": 0,
13004 "dictionaryAlias": "termsDictAlias",
13005 "hasReading": true,
13006 "frequency": 24,
13007 "displayValue": "twenty-four (24)",
13008 "displayValueParsed": true
13009 },
13010 {
13011 "index": 5,
13012 "headwordIndex": 0,
13013 "dictionary": "Test Dictionary 2",
13014 "dictionaryIndex": 0,
13015 "dictionaryAlias": "termsDictAlias",
13016 "hasReading": true,
13017 "frequency": 30,
13018 "displayValue": null,
13019 "displayValueParsed": false
13020 }
13021 ]
13022 },
13023 {
13024 "type": "term",
13025 "isPrimary": true,
13026 "textProcessorRuleChainCandidates": [
13027 []
13028 ],
13029 "inflectionRuleChainCandidates": [
13030 {
13031 "source": "algorithm",
13032 "inflectionRules": [
13033 {
13034 "name": "-て",
13035 "description": "て-form.\nIt has a myriad of meanings. Primarily, it is a conjunctive particle that connects two clauses together.\nUsage: Attach て to the continuative form (連用形) of verbs after euphonic change form, くて to the stem of i-adjectives."
13036 },
13037 {
13038 "name": "-いる",
13039 "description": "1. Indicates an action continues or progresses to a point in time.\n2. Indicates an action is completed and remains as is.\n3. Indicates a state or condition that can be taken to be the result of undergoing some change.\nUsage: Attach いる to the て-form of verbs. い can be dropped in speech.\nAttach でいる after ない negative form of verbs.\n(Slang) Attach おる to the て-form of verbs. Contracts to とる・でる in speech."
13040 },
13041 {
13042 "name": "-ます",
13043 "description": "Polite conjugation of verbs and adjectives.\nUsage: Attach ます to the continuative form (連用形) of verbs."
13044 },
13045 {
13046 "name": "negative",
13047 "description": "1. Negative form of verbs.\n2. Expresses a feeling of solicitation to the other party.\nUsage: Attach ない to the irrealis form (未然形) of verbs, くない to the stem of i-adjectives. ない itself conjugates as i-adjective. ます becomes ません."
13048 },
13049 {
13050 "name": "-た",
13051 "description": "1. Indicates a reality that has happened in the past.\n2. Indicates the completion of an action.\n3. Indicates the confirmation of a matter.\n4. Indicates the speaker's confidence that the action will definitely be fulfilled.\n5. Indicates the events that occur before the main clause are represented as relative past.\n6. Indicates a mild imperative/command.\nUsage: Attach た to the continuative form (連用形) of verbs after euphonic change form, かった to the stem of i-adjectives."
13052 }
13053 ]
13054 }
13055 ],
13056 "score": 1,
13057 "frequencyOrder": 0,
13058 "dictionaryIndex": 0,
13059 "dictionaryAlias": "termsDictAlias",
13060 "sourceTermExactMatchCount": 1,
13061 "matchPrimaryReading": false,
13062 "maxOriginalTextLength": 12,
13063 "headwords": [
13064 {
13065 "index": 0,
13066 "term": "打ち込む",
13067 "reading": "ぶちこむ",
13068 "sources": [
13069 {
13070 "originalText": "打ち込んでいませんでした",
13071 "transformedText": "打ち込んでいませんでした",
13072 "deinflectedText": "打ち込む",
13073 "matchType": "exact",
13074 "matchSource": "term",
13075 "isPrimary": true
13076 }
13077 ],
13078 "tags": [
13079 {
13080 "name": "E2",
13081 "category": "default",
13082 "order": 0,
13083 "score": 0,
13084 "content": [
13085 "example tag 2"
13086 ],
13087 "dictionaries": [
13088 "Test Dictionary 2"
13089 ],
13090 "redundant": false
13091 },
13092 {
13093 "name": "P",
13094 "category": "popular",
13095 "order": 0,
13096 "score": 0,
13097 "content": [
13098 "popular term"
13099 ],
13100 "dictionaries": [
13101 "Test Dictionary 2"
13102 ],
13103 "redundant": false
13104 }
13105 ],
13106 "wordClasses": [
13107 "v5"
13108 ]
13109 }
13110 ],
13111 "definitions": [
13112 {
13113 "index": 0,
13114 "headwordIndices": [
13115 0
13116 ],
13117 "dictionary": "Test Dictionary 2",
13118 "dictionaryIndex": 0,
13119 "dictionaryAlias": "termsDictAlias",
13120 "id": 10,
13121 "score": 1,
13122 "frequencyOrder": 0,
13123 "sequences": [
13124 4
13125 ],
13126 "isPrimary": true,
13127 "tags": [
13128 {
13129 "name": "vt",
13130 "category": "partOfSpeech",
13131 "order": 0,
13132 "score": 0,
13133 "content": [
13134 "transitive verb"
13135 ],
13136 "dictionaries": [
13137 "Test Dictionary 2"
13138 ],
13139 "redundant": false
13140 }
13141 ],
13142 "entries": [
13143 "buchikomu definition 3",
13144 "buchikomu definition 4"
13145 ]
13146 }
13147 ],
13148 "pronunciations": [
13149 {
13150 "index": 0,
13151 "headwordIndex": 0,
13152 "dictionary": "Test Dictionary 2",
13153 "dictionaryIndex": 0,
13154 "dictionaryAlias": "termsDictAlias",
13155 "pronunciations": [
13156 {
13157 "type": "pitch-accent",
13158 "positions": 0,
13159 "nasalPositions": [],
13160 "devoicePositions": [],
13161 "tags": []
13162 },
13163 {
13164 "type": "pitch-accent",
13165 "positions": 3,
13166 "nasalPositions": [],
13167 "devoicePositions": [],
13168 "tags": []
13169 }
13170 ]
13171 }
13172 ],
13173 "frequencies": [
13174 {
13175 "index": 0,
13176 "headwordIndex": 0,
13177 "dictionary": "Test Dictionary 2",
13178 "dictionaryIndex": 0,
13179 "dictionaryAlias": "termsDictAlias",
13180 "hasReading": false,
13181 "frequency": 3,
13182 "displayValue": null,
13183 "displayValueParsed": false
13184 },
13185 {
13186 "index": 1,
13187 "headwordIndex": 0,
13188 "dictionary": "Test Dictionary 2",
13189 "dictionaryIndex": 0,
13190 "dictionaryAlias": "termsDictAlias",
13191 "hasReading": false,
13192 "frequency": 7,
13193 "displayValue": "seven",
13194 "displayValueParsed": false
13195 },
13196 {
13197 "index": 2,
13198 "headwordIndex": 0,
13199 "dictionary": "Test Dictionary 2",
13200 "dictionaryIndex": 0,
13201 "dictionaryAlias": "termsDictAlias",
13202 "hasReading": true,
13203 "frequency": 13,
13204 "displayValue": null,
13205 "displayValueParsed": false
13206 },
13207 {
13208 "index": 3,
13209 "headwordIndex": 0,
13210 "dictionary": "Test Dictionary 2",
13211 "dictionaryIndex": 0,
13212 "dictionaryAlias": "termsDictAlias",
13213 "hasReading": true,
13214 "frequency": 0,
13215 "displayValue": "nineteen",
13216 "displayValueParsed": true
13217 },
13218 {
13219 "index": 4,
13220 "headwordIndex": 0,
13221 "dictionary": "Test Dictionary 2",
13222 "dictionaryIndex": 0,
13223 "dictionaryAlias": "termsDictAlias",
13224 "hasReading": true,
13225 "frequency": 25,
13226 "displayValue": "twenty-five (25)",
13227 "displayValueParsed": true
13228 },
13229 {
13230 "index": 5,
13231 "headwordIndex": 0,
13232 "dictionary": "Test Dictionary 2",
13233 "dictionaryIndex": 0,
13234 "dictionaryAlias": "termsDictAlias",
13235 "hasReading": true,
13236 "frequency": 31,
13237 "displayValue": "thirty-one",
13238 "displayValueParsed": false
13239 }
13240 ]
13241 },
13242 {
13243 "type": "term",
13244 "isPrimary": true,
13245 "textProcessorRuleChainCandidates": [
13246 []
13247 ],
13248 "inflectionRuleChainCandidates": [
13249 {
13250 "source": "algorithm",
13251 "inflectionRules": [
13252 {
13253 "name": "continuative",
13254 "description": "Used to indicate actions that are (being) carried out.\nRefers to 連用形, the part of the verb after conjugating with -ます and dropping ます."
13255 }
13256 ]
13257 }
13258 ],
13259 "score": 10,
13260 "frequencyOrder": 0,
13261 "dictionaryIndex": 0,
13262 "dictionaryAlias": "termsDictAlias",
13263 "sourceTermExactMatchCount": 1,
13264 "matchPrimaryReading": false,
13265 "maxOriginalTextLength": 2,
13266 "headwords": [
13267 {
13268 "index": 0,
13269 "term": "打つ",
13270 "reading": "うつ",
13271 "sources": [
13272 {
13273 "originalText": "打ち",
13274 "transformedText": "打ち",
13275 "deinflectedText": "打つ",
13276 "matchType": "exact",
13277 "matchSource": "term",
13278 "isPrimary": true
13279 }
13280 ],
13281 "tags": [
13282 {
13283 "name": "E1",
13284 "category": "default",
13285 "order": 0,
13286 "score": 0,
13287 "content": [
13288 "example tag 1"
13289 ],
13290 "dictionaries": [
13291 "Test Dictionary 2"
13292 ],
13293 "redundant": false
13294 },
13295 {
13296 "name": "P",
13297 "category": "popular",
13298 "order": 0,
13299 "score": 0,
13300 "content": [
13301 "popular term"
13302 ],
13303 "dictionaries": [
13304 "Test Dictionary 2"
13305 ],
13306 "redundant": false
13307 }
13308 ],
13309 "wordClasses": [
13310 "v5"
13311 ]
13312 }
13313 ],
13314 "definitions": [
13315 {
13316 "index": 0,
13317 "headwordIndices": [
13318 0
13319 ],
13320 "dictionary": "Test Dictionary 2",
13321 "dictionaryIndex": 0,
13322 "dictionaryAlias": "termsDictAlias",
13323 "id": 3,
13324 "score": 10,
13325 "frequencyOrder": 0,
13326 "sequences": [
13327 3
13328 ],
13329 "isPrimary": true,
13330 "tags": [
13331 {
13332 "name": "vt",
13333 "category": "partOfSpeech",
13334 "order": 0,
13335 "score": 0,
13336 "content": [
13337 "transitive verb"
13338 ],
13339 "dictionaries": [
13340 "Test Dictionary 2"
13341 ],
13342 "redundant": false
13343 }
13344 ],
13345 "entries": [
13346 "utsu definition 1",
13347 "utsu definition 2"
13348 ]
13349 }
13350 ],
13351 "pronunciations": [],
13352 "frequencies": [
13353 {
13354 "index": 0,
13355 "headwordIndex": 0,
13356 "dictionary": "Test Dictionary 2",
13357 "dictionaryIndex": 0,
13358 "dictionaryAlias": "termsDictAlias",
13359 "hasReading": false,
13360 "frequency": 2,
13361 "displayValue": null,
13362 "displayValueParsed": false
13363 },
13364 {
13365 "index": 1,
13366 "headwordIndex": 0,
13367 "dictionary": "Test Dictionary 2",
13368 "dictionaryIndex": 0,
13369 "dictionaryAlias": "termsDictAlias",
13370 "hasReading": false,
13371 "frequency": 6,
13372 "displayValue": null,
13373 "displayValueParsed": false
13374 },
13375 {
13376 "index": 2,
13377 "headwordIndex": 0,
13378 "dictionary": "Test Dictionary 2",
13379 "dictionaryIndex": 0,
13380 "dictionaryAlias": "termsDictAlias",
13381 "hasReading": true,
13382 "frequency": 10,
13383 "displayValue": null,
13384 "displayValueParsed": false
13385 },
13386 {
13387 "index": 3,
13388 "headwordIndex": 0,
13389 "dictionary": "Test Dictionary 2",
13390 "dictionaryIndex": 0,
13391 "dictionaryAlias": "termsDictAlias",
13392 "hasReading": true,
13393 "frequency": 0,
13394 "displayValue": "sixteen",
13395 "displayValueParsed": true
13396 },
13397 {
13398 "index": 4,
13399 "headwordIndex": 0,
13400 "dictionary": "Test Dictionary 2",
13401 "dictionaryIndex": 0,
13402 "dictionaryAlias": "termsDictAlias",
13403 "hasReading": true,
13404 "frequency": 22,
13405 "displayValue": "twenty-two (22)",
13406 "displayValueParsed": true
13407 },
13408 {
13409 "index": 5,
13410 "headwordIndex": 0,
13411 "dictionary": "Test Dictionary 2",
13412 "dictionaryIndex": 0,
13413 "dictionaryAlias": "termsDictAlias",
13414 "hasReading": true,
13415 "frequency": 28,
13416 "displayValue": null,
13417 "displayValueParsed": false
13418 }
13419 ]
13420 },
13421 {
13422 "type": "term",
13423 "isPrimary": true,
13424 "textProcessorRuleChainCandidates": [
13425 []
13426 ],
13427 "inflectionRuleChainCandidates": [
13428 {
13429 "source": "algorithm",
13430 "inflectionRules": [
13431 {
13432 "name": "continuative",
13433 "description": "Used to indicate actions that are (being) carried out.\nRefers to 連用形, the part of the verb after conjugating with -ます and dropping ます."
13434 }
13435 ]
13436 }
13437 ],
13438 "score": 10,
13439 "frequencyOrder": 0,
13440 "dictionaryIndex": 0,
13441 "dictionaryAlias": "termsDictAlias",
13442 "sourceTermExactMatchCount": 1,
13443 "matchPrimaryReading": false,
13444 "maxOriginalTextLength": 2,
13445 "headwords": [
13446 {
13447 "index": 0,
13448 "term": "打つ",
13449 "reading": "ぶつ",
13450 "sources": [
13451 {
13452 "originalText": "打ち",
13453 "transformedText": "打ち",
13454 "deinflectedText": "打つ",
13455 "matchType": "exact",
13456 "matchSource": "term",
13457 "isPrimary": true
13458 }
13459 ],
13460 "tags": [
13461 {
13462 "name": "E1",
13463 "category": "default",
13464 "order": 0,
13465 "score": 0,
13466 "content": [
13467 "example tag 1"
13468 ],
13469 "dictionaries": [
13470 "Test Dictionary 2"
13471 ],
13472 "redundant": false
13473 },
13474 {
13475 "name": "P",
13476 "category": "popular",
13477 "order": 0,
13478 "score": 0,
13479 "content": [
13480 "popular term"
13481 ],
13482 "dictionaries": [
13483 "Test Dictionary 2"
13484 ],
13485 "redundant": false
13486 }
13487 ],
13488 "wordClasses": [
13489 "v5"
13490 ]
13491 }
13492 ],
13493 "definitions": [
13494 {
13495 "index": 0,
13496 "headwordIndices": [
13497 0
13498 ],
13499 "dictionary": "Test Dictionary 2",
13500 "dictionaryIndex": 0,
13501 "dictionaryAlias": "termsDictAlias",
13502 "id": 5,
13503 "score": 10,
13504 "frequencyOrder": 0,
13505 "sequences": [
13506 3
13507 ],
13508 "isPrimary": true,
13509 "tags": [
13510 {
13511 "name": "vt",
13512 "category": "partOfSpeech",
13513 "order": 0,
13514 "score": 0,
13515 "content": [
13516 "transitive verb"
13517 ],
13518 "dictionaries": [
13519 "Test Dictionary 2"
13520 ],
13521 "redundant": false
13522 }
13523 ],
13524 "entries": [
13525 "butsu definition 1",
13526 "butsu definition 2"
13527 ]
13528 }
13529 ],
13530 "pronunciations": [],
13531 "frequencies": [
13532 {
13533 "index": 0,
13534 "headwordIndex": 0,
13535 "dictionary": "Test Dictionary 2",
13536 "dictionaryIndex": 0,
13537 "dictionaryAlias": "termsDictAlias",
13538 "hasReading": false,
13539 "frequency": 2,
13540 "displayValue": null,
13541 "displayValueParsed": false
13542 },
13543 {
13544 "index": 1,
13545 "headwordIndex": 0,
13546 "dictionary": "Test Dictionary 2",
13547 "dictionaryIndex": 0,
13548 "dictionaryAlias": "termsDictAlias",
13549 "hasReading": false,
13550 "frequency": 6,
13551 "displayValue": null,
13552 "displayValueParsed": false
13553 },
13554 {
13555 "index": 2,
13556 "headwordIndex": 0,
13557 "dictionary": "Test Dictionary 2",
13558 "dictionaryIndex": 0,
13559 "dictionaryAlias": "termsDictAlias",
13560 "hasReading": true,
13561 "frequency": 11,
13562 "displayValue": null,
13563 "displayValueParsed": false
13564 },
13565 {
13566 "index": 3,
13567 "headwordIndex": 0,
13568 "dictionary": "Test Dictionary 2",
13569 "dictionaryIndex": 0,
13570 "dictionaryAlias": "termsDictAlias",
13571 "hasReading": true,
13572 "frequency": 0,
13573 "displayValue": "seventeen",
13574 "displayValueParsed": true
13575 },
13576 {
13577 "index": 4,
13578 "headwordIndex": 0,
13579 "dictionary": "Test Dictionary 2",
13580 "dictionaryIndex": 0,
13581 "dictionaryAlias": "termsDictAlias",
13582 "hasReading": true,
13583 "frequency": 23,
13584 "displayValue": "twenty-three (23)",
13585 "displayValueParsed": true
13586 },
13587 {
13588 "index": 5,
13589 "headwordIndex": 0,
13590 "dictionary": "Test Dictionary 2",
13591 "dictionaryIndex": 0,
13592 "dictionaryAlias": "termsDictAlias",
13593 "hasReading": true,
13594 "frequency": 29,
13595 "displayValue": "twenty-nine",
13596 "displayValueParsed": false
13597 }
13598 ]
13599 },
13600 {
13601 "type": "term",
13602 "isPrimary": true,
13603 "textProcessorRuleChainCandidates": [
13604 []
13605 ],
13606 "inflectionRuleChainCandidates": [
13607 {
13608 "source": "algorithm",
13609 "inflectionRules": [
13610 {
13611 "name": "continuative",
13612 "description": "Used to indicate actions that are (being) carried out.\nRefers to 連用形, the part of the verb after conjugating with -ます and dropping ます."
13613 }
13614 ]
13615 }
13616 ],
13617 "score": 1,
13618 "frequencyOrder": 0,
13619 "dictionaryIndex": 0,
13620 "dictionaryAlias": "termsDictAlias",
13621 "sourceTermExactMatchCount": 1,
13622 "matchPrimaryReading": false,
13623 "maxOriginalTextLength": 2,
13624 "headwords": [
13625 {
13626 "index": 0,
13627 "term": "打つ",
13628 "reading": "うつ",
13629 "sources": [
13630 {
13631 "originalText": "打ち",
13632 "transformedText": "打ち",
13633 "deinflectedText": "打つ",
13634 "matchType": "exact",
13635 "matchSource": "term",
13636 "isPrimary": true
13637 }
13638 ],
13639 "tags": [
13640 {
13641 "name": "E2",
13642 "category": "default",
13643 "order": 0,
13644 "score": 0,
13645 "content": [
13646 "example tag 2"
13647 ],
13648 "dictionaries": [
13649 "Test Dictionary 2"
13650 ],
13651 "redundant": false
13652 },
13653 {
13654 "name": "P",
13655 "category": "popular",
13656 "order": 0,
13657 "score": 0,
13658 "content": [
13659 "popular term"
13660 ],
13661 "dictionaries": [
13662 "Test Dictionary 2"
13663 ],
13664 "redundant": false
13665 }
13666 ],
13667 "wordClasses": [
13668 "v5"
13669 ]
13670 }
13671 ],
13672 "definitions": [
13673 {
13674 "index": 0,
13675 "headwordIndices": [
13676 0
13677 ],
13678 "dictionary": "Test Dictionary 2",
13679 "dictionaryIndex": 0,
13680 "dictionaryAlias": "termsDictAlias",
13681 "id": 4,
13682 "score": 1,
13683 "frequencyOrder": 0,
13684 "sequences": [
13685 3
13686 ],
13687 "isPrimary": true,
13688 "tags": [
13689 {
13690 "name": "vt",
13691 "category": "partOfSpeech",
13692 "order": 0,
13693 "score": 0,
13694 "content": [
13695 "transitive verb"
13696 ],
13697 "dictionaries": [
13698 "Test Dictionary 2"
13699 ],
13700 "redundant": false
13701 }
13702 ],
13703 "entries": [
13704 "utsu definition 3",
13705 "utsu definition 4"
13706 ]
13707 }
13708 ],
13709 "pronunciations": [],
13710 "frequencies": [
13711 {
13712 "index": 0,
13713 "headwordIndex": 0,
13714 "dictionary": "Test Dictionary 2",
13715 "dictionaryIndex": 0,
13716 "dictionaryAlias": "termsDictAlias",
13717 "hasReading": false,
13718 "frequency": 2,
13719 "displayValue": null,
13720 "displayValueParsed": false
13721 },
13722 {
13723 "index": 1,
13724 "headwordIndex": 0,
13725 "dictionary": "Test Dictionary 2",
13726 "dictionaryIndex": 0,
13727 "dictionaryAlias": "termsDictAlias",
13728 "hasReading": false,
13729 "frequency": 6,
13730 "displayValue": null,
13731 "displayValueParsed": false
13732 },
13733 {
13734 "index": 2,
13735 "headwordIndex": 0,
13736 "dictionary": "Test Dictionary 2",
13737 "dictionaryIndex": 0,
13738 "dictionaryAlias": "termsDictAlias",
13739 "hasReading": true,
13740 "frequency": 10,
13741 "displayValue": null,
13742 "displayValueParsed": false
13743 },
13744 {
13745 "index": 3,
13746 "headwordIndex": 0,
13747 "dictionary": "Test Dictionary 2",
13748 "dictionaryIndex": 0,
13749 "dictionaryAlias": "termsDictAlias",
13750 "hasReading": true,
13751 "frequency": 0,
13752 "displayValue": "sixteen",
13753 "displayValueParsed": true
13754 },
13755 {
13756 "index": 4,
13757 "headwordIndex": 0,
13758 "dictionary": "Test Dictionary 2",
13759 "dictionaryIndex": 0,
13760 "dictionaryAlias": "termsDictAlias",
13761 "hasReading": true,
13762 "frequency": 22,
13763 "displayValue": "twenty-two (22)",
13764 "displayValueParsed": true
13765 },
13766 {
13767 "index": 5,
13768 "headwordIndex": 0,
13769 "dictionary": "Test Dictionary 2",
13770 "dictionaryIndex": 0,
13771 "dictionaryAlias": "termsDictAlias",
13772 "hasReading": true,
13773 "frequency": 28,
13774 "displayValue": null,
13775 "displayValueParsed": false
13776 }
13777 ]
13778 },
13779 {
13780 "type": "term",
13781 "isPrimary": true,
13782 "textProcessorRuleChainCandidates": [
13783 []
13784 ],
13785 "inflectionRuleChainCandidates": [
13786 {
13787 "source": "algorithm",
13788 "inflectionRules": [
13789 {
13790 "name": "continuative",
13791 "description": "Used to indicate actions that are (being) carried out.\nRefers to 連用形, the part of the verb after conjugating with -ます and dropping ます."
13792 }
13793 ]
13794 }
13795 ],
13796 "score": 1,
13797 "frequencyOrder": 0,
13798 "dictionaryIndex": 0,
13799 "dictionaryAlias": "termsDictAlias",
13800 "sourceTermExactMatchCount": 1,
13801 "matchPrimaryReading": false,
13802 "maxOriginalTextLength": 2,
13803 "headwords": [
13804 {
13805 "index": 0,
13806 "term": "打つ",
13807 "reading": "ぶつ",
13808 "sources": [
13809 {
13810 "originalText": "打ち",
13811 "transformedText": "打ち",
13812 "deinflectedText": "打つ",
13813 "matchType": "exact",
13814 "matchSource": "term",
13815 "isPrimary": true
13816 }
13817 ],
13818 "tags": [
13819 {
13820 "name": "E2",
13821 "category": "default",
13822 "order": 0,
13823 "score": 0,
13824 "content": [
13825 "example tag 2"
13826 ],
13827 "dictionaries": [
13828 "Test Dictionary 2"
13829 ],
13830 "redundant": false
13831 },
13832 {
13833 "name": "P",
13834 "category": "popular",
13835 "order": 0,
13836 "score": 0,
13837 "content": [
13838 "popular term"
13839 ],
13840 "dictionaries": [
13841 "Test Dictionary 2"
13842 ],
13843 "redundant": false
13844 }
13845 ],
13846 "wordClasses": [
13847 "v5"
13848 ]
13849 }
13850 ],
13851 "definitions": [
13852 {
13853 "index": 0,
13854 "headwordIndices": [
13855 0
13856 ],
13857 "dictionary": "Test Dictionary 2",
13858 "dictionaryIndex": 0,
13859 "dictionaryAlias": "termsDictAlias",
13860 "id": 6,
13861 "score": 1,
13862 "frequencyOrder": 0,
13863 "sequences": [
13864 3
13865 ],
13866 "isPrimary": true,
13867 "tags": [
13868 {
13869 "name": "vt",
13870 "category": "partOfSpeech",
13871 "order": 0,
13872 "score": 0,
13873 "content": [
13874 "transitive verb"
13875 ],
13876 "dictionaries": [
13877 "Test Dictionary 2"
13878 ],
13879 "redundant": false
13880 }
13881 ],
13882 "entries": [
13883 "butsu definition 3",
13884 "butsu definition 4"
13885 ]
13886 }
13887 ],
13888 "pronunciations": [],
13889 "frequencies": [
13890 {
13891 "index": 0,
13892 "headwordIndex": 0,
13893 "dictionary": "Test Dictionary 2",
13894 "dictionaryIndex": 0,
13895 "dictionaryAlias": "termsDictAlias",
13896 "hasReading": false,
13897 "frequency": 2,
13898 "displayValue": null,
13899 "displayValueParsed": false
13900 },
13901 {
13902 "index": 1,
13903 "headwordIndex": 0,
13904 "dictionary": "Test Dictionary 2",
13905 "dictionaryIndex": 0,
13906 "dictionaryAlias": "termsDictAlias",
13907 "hasReading": false,
13908 "frequency": 6,
13909 "displayValue": null,
13910 "displayValueParsed": false
13911 },
13912 {
13913 "index": 2,
13914 "headwordIndex": 0,
13915 "dictionary": "Test Dictionary 2",
13916 "dictionaryIndex": 0,
13917 "dictionaryAlias": "termsDictAlias",
13918 "hasReading": true,
13919 "frequency": 11,
13920 "displayValue": null,
13921 "displayValueParsed": false
13922 },
13923 {
13924 "index": 3,
13925 "headwordIndex": 0,
13926 "dictionary": "Test Dictionary 2",
13927 "dictionaryIndex": 0,
13928 "dictionaryAlias": "termsDictAlias",
13929 "hasReading": true,
13930 "frequency": 0,
13931 "displayValue": "seventeen",
13932 "displayValueParsed": true
13933 },
13934 {
13935 "index": 4,
13936 "headwordIndex": 0,
13937 "dictionary": "Test Dictionary 2",
13938 "dictionaryIndex": 0,
13939 "dictionaryAlias": "termsDictAlias",
13940 "hasReading": true,
13941 "frequency": 23,
13942 "displayValue": "twenty-three (23)",
13943 "displayValueParsed": true
13944 },
13945 {
13946 "index": 5,
13947 "headwordIndex": 0,
13948 "dictionary": "Test Dictionary 2",
13949 "dictionaryIndex": 0,
13950 "dictionaryAlias": "termsDictAlias",
13951 "hasReading": true,
13952 "frequency": 29,
13953 "displayValue": "twenty-nine",
13954 "displayValueParsed": false
13955 }
13956 ]
13957 },
13958 {
13959 "type": "term",
13960 "isPrimary": true,
13961 "textProcessorRuleChainCandidates": [
13962 []
13963 ],
13964 "inflectionRuleChainCandidates": [
13965 {
13966 "source": "algorithm",
13967 "inflectionRules": []
13968 }
13969 ],
13970 "score": 1,
13971 "frequencyOrder": 0,
13972 "dictionaryIndex": 0,
13973 "dictionaryAlias": "termsDictAlias",
13974 "sourceTermExactMatchCount": 1,
13975 "matchPrimaryReading": false,
13976 "maxOriginalTextLength": 1,
13977 "headwords": [
13978 {
13979 "index": 0,
13980 "term": "打",
13981 "reading": "だ",
13982 "sources": [
13983 {
13984 "originalText": "打",
13985 "transformedText": "打",
13986 "deinflectedText": "打",
13987 "matchType": "exact",
13988 "matchSource": "term",
13989 "isPrimary": true
13990 }
13991 ],
13992 "tags": [
13993 {
13994 "name": "E1",
13995 "category": "default",
13996 "order": 0,
13997 "score": 0,
13998 "content": [
13999 "example tag 1"
14000 ],
14001 "dictionaries": [
14002 "Test Dictionary 2"
14003 ],
14004 "redundant": false
14005 }
14006 ],
14007 "wordClasses": [
14008 "n"
14009 ]
14010 }
14011 ],
14012 "definitions": [
14013 {
14014 "index": 0,
14015 "headwordIndices": [
14016 0
14017 ],
14018 "dictionary": "Test Dictionary 2",
14019 "dictionaryIndex": 0,
14020 "dictionaryAlias": "termsDictAlias",
14021 "id": 1,
14022 "score": 1,
14023 "frequencyOrder": 0,
14024 "sequences": [
14025 1
14026 ],
14027 "isPrimary": true,
14028 "tags": [
14029 {
14030 "name": "n",
14031 "category": "partOfSpeech",
14032 "order": 0,
14033 "score": 0,
14034 "content": [
14035 "noun"
14036 ],
14037 "dictionaries": [
14038 "Test Dictionary 2"
14039 ],
14040 "redundant": false
14041 }
14042 ],
14043 "entries": [
14044 "da definition 1",
14045 "da definition 2"
14046 ]
14047 }
14048 ],
14049 "pronunciations": [],
14050 "frequencies": [
14051 {
14052 "index": 0,
14053 "headwordIndex": 0,
14054 "dictionary": "Test Dictionary 2",
14055 "dictionaryIndex": 0,
14056 "dictionaryAlias": "termsDictAlias",
14057 "hasReading": false,
14058 "frequency": 1,
14059 "displayValue": null,
14060 "displayValueParsed": false
14061 },
14062 {
14063 "index": 1,
14064 "headwordIndex": 0,
14065 "dictionary": "Test Dictionary 2",
14066 "dictionaryIndex": 0,
14067 "dictionaryAlias": "termsDictAlias",
14068 "hasReading": false,
14069 "frequency": 0,
14070 "displayValue": "four",
14071 "displayValueParsed": true
14072 },
14073 {
14074 "index": 2,
14075 "headwordIndex": 0,
14076 "dictionary": "Test Dictionary 2",
14077 "dictionaryIndex": 0,
14078 "dictionaryAlias": "termsDictAlias",
14079 "hasReading": false,
14080 "frequency": 5,
14081 "displayValue": "five (5)",
14082 "displayValueParsed": true
14083 },
14084 {
14085 "index": 3,
14086 "headwordIndex": 0,
14087 "dictionary": "Test Dictionary 2",
14088 "dictionaryIndex": 0,
14089 "dictionaryAlias": "termsDictAlias",
14090 "hasReading": true,
14091 "frequency": 8,
14092 "displayValue": null,
14093 "displayValueParsed": false
14094 },
14095 {
14096 "index": 4,
14097 "headwordIndex": 0,
14098 "dictionary": "Test Dictionary 2",
14099 "dictionaryIndex": 0,
14100 "dictionaryAlias": "termsDictAlias",
14101 "hasReading": true,
14102 "frequency": 0,
14103 "displayValue": "fourteen",
14104 "displayValueParsed": true
14105 },
14106 {
14107 "index": 5,
14108 "headwordIndex": 0,
14109 "dictionary": "Test Dictionary 2",
14110 "dictionaryIndex": 0,
14111 "dictionaryAlias": "termsDictAlias",
14112 "hasReading": true,
14113 "frequency": 20,
14114 "displayValue": "twenty (20)",
14115 "displayValueParsed": true
14116 },
14117 {
14118 "index": 6,
14119 "headwordIndex": 0,
14120 "dictionary": "Test Dictionary 2",
14121 "dictionaryIndex": 0,
14122 "dictionaryAlias": "termsDictAlias",
14123 "hasReading": true,
14124 "frequency": 26,
14125 "displayValue": null,
14126 "displayValueParsed": false
14127 }
14128 ]
14129 },
14130 {
14131 "type": "term",
14132 "isPrimary": true,
14133 "textProcessorRuleChainCandidates": [
14134 []
14135 ],
14136 "inflectionRuleChainCandidates": [
14137 {
14138 "source": "algorithm",
14139 "inflectionRules": []
14140 }
14141 ],
14142 "score": 1,
14143 "frequencyOrder": 0,
14144 "dictionaryIndex": 0,
14145 "dictionaryAlias": "termsDictAlias",
14146 "sourceTermExactMatchCount": 1,
14147 "matchPrimaryReading": false,
14148 "maxOriginalTextLength": 1,
14149 "headwords": [
14150 {
14151 "index": 0,
14152 "term": "打",
14153 "reading": "ダース",
14154 "sources": [
14155 {
14156 "originalText": "打",
14157 "transformedText": "打",
14158 "deinflectedText": "打",
14159 "matchType": "exact",
14160 "matchSource": "term",
14161 "isPrimary": true
14162 }
14163 ],
14164 "tags": [
14165 {
14166 "name": "E1",
14167 "category": "default",
14168 "order": 0,
14169 "score": 0,
14170 "content": [
14171 "example tag 1"
14172 ],
14173 "dictionaries": [
14174 "Test Dictionary 2"
14175 ],
14176 "redundant": false
14177 }
14178 ],
14179 "wordClasses": [
14180 "n"
14181 ]
14182 }
14183 ],
14184 "definitions": [
14185 {
14186 "index": 0,
14187 "headwordIndices": [
14188 0
14189 ],
14190 "dictionary": "Test Dictionary 2",
14191 "dictionaryIndex": 0,
14192 "dictionaryAlias": "termsDictAlias",
14193 "id": 2,
14194 "score": 1,
14195 "frequencyOrder": 0,
14196 "sequences": [
14197 2
14198 ],
14199 "isPrimary": true,
14200 "tags": [
14201 {
14202 "name": "abbr",
14203 "category": "default",
14204 "order": 0,
14205 "score": 0,
14206 "content": [
14207 "abbreviation"
14208 ],
14209 "dictionaries": [
14210 "Test Dictionary 2"
14211 ],
14212 "redundant": false
14213 },
14214 {
14215 "name": "n",
14216 "category": "partOfSpeech",
14217 "order": 0,
14218 "score": 0,
14219 "content": [
14220 "noun"
14221 ],
14222 "dictionaries": [
14223 "Test Dictionary 2"
14224 ],
14225 "redundant": false
14226 }
14227 ],
14228 "entries": [
14229 "daasu definition 1",
14230 "daasu definition 2"
14231 ]
14232 }
14233 ],
14234 "pronunciations": [],
14235 "frequencies": [
14236 {
14237 "index": 0,
14238 "headwordIndex": 0,
14239 "dictionary": "Test Dictionary 2",
14240 "dictionaryIndex": 0,
14241 "dictionaryAlias": "termsDictAlias",
14242 "hasReading": false,
14243 "frequency": 1,
14244 "displayValue": null,
14245 "displayValueParsed": false
14246 },
14247 {
14248 "index": 1,
14249 "headwordIndex": 0,
14250 "dictionary": "Test Dictionary 2",
14251 "dictionaryIndex": 0,
14252 "dictionaryAlias": "termsDictAlias",
14253 "hasReading": false,
14254 "frequency": 0,
14255 "displayValue": "four",
14256 "displayValueParsed": true
14257 },
14258 {
14259 "index": 2,
14260 "headwordIndex": 0,
14261 "dictionary": "Test Dictionary 2",
14262 "dictionaryIndex": 0,
14263 "dictionaryAlias": "termsDictAlias",
14264 "hasReading": false,
14265 "frequency": 5,
14266 "displayValue": "five (5)",
14267 "displayValueParsed": true
14268 },
14269 {
14270 "index": 3,
14271 "headwordIndex": 0,
14272 "dictionary": "Test Dictionary 2",
14273 "dictionaryIndex": 0,
14274 "dictionaryAlias": "termsDictAlias",
14275 "hasReading": true,
14276 "frequency": 9,
14277 "displayValue": null,
14278 "displayValueParsed": false
14279 },
14280 {
14281 "index": 4,
14282 "headwordIndex": 0,
14283 "dictionary": "Test Dictionary 2",
14284 "dictionaryIndex": 0,
14285 "dictionaryAlias": "termsDictAlias",
14286 "hasReading": true,
14287 "frequency": 0,
14288 "displayValue": "fifteen",
14289 "displayValueParsed": true
14290 },
14291 {
14292 "index": 5,
14293 "headwordIndex": 0,
14294 "dictionary": "Test Dictionary 2",
14295 "dictionaryIndex": 0,
14296 "dictionaryAlias": "termsDictAlias",
14297 "hasReading": true,
14298 "frequency": 21,
14299 "displayValue": "twenty-one (21)",
14300 "displayValueParsed": true
14301 },
14302 {
14303 "index": 6,
14304 "headwordIndex": 0,
14305 "dictionary": "Test Dictionary 2",
14306 "dictionaryIndex": 0,
14307 "dictionaryAlias": "termsDictAlias",
14308 "hasReading": true,
14309 "frequency": 27,
14310 "displayValue": "twenty-seven",
14311 "displayValueParsed": false
14312 }
14313 ]
14314 }
14315 ]
14316 },
14317 {
14318 "name": "Ignore text inside parentheses",
14319 "originalTextLength": 10,
14320 "dictionaryEntries": [
14321 {
14322 "type": "term",
14323 "isPrimary": true,
14324 "textProcessorRuleChainCandidates": [
14325 [
14326 "Text Replacement 1"
14327 ]
14328 ],
14329 "inflectionRuleChainCandidates": [
14330 {
14331 "source": "algorithm",
14332 "inflectionRules": []
14333 }
14334 ],
14335 "score": 10,
14336 "frequencyOrder": 0,
14337 "dictionaryIndex": 0,
14338 "dictionaryAlias": "termsDictAlias",
14339 "sourceTermExactMatchCount": 1,
14340 "matchPrimaryReading": false,
14341 "maxOriginalTextLength": 10,
14342 "headwords": [
14343 {
14344 "index": 0,
14345 "term": "打ち込む",
14346 "reading": "うちこむ",
14347 "sources": [
14348 {
14349 "originalText": "打(う)ち込(こ)む",
14350 "transformedText": "打ち込む",
14351 "deinflectedText": "打ち込む",
14352 "matchType": "exact",
14353 "matchSource": "term",
14354 "isPrimary": true
14355 }
14356 ],
14357 "tags": [
14358 {
14359 "name": "E1",
14360 "category": "default",
14361 "order": 0,
14362 "score": 0,
14363 "content": [
14364 "example tag 1"
14365 ],
14366 "dictionaries": [
14367 "Test Dictionary 2"
14368 ],
14369 "redundant": false
14370 },
14371 {
14372 "name": "P",
14373 "category": "popular",
14374 "order": 0,
14375 "score": 0,
14376 "content": [
14377 "popular term"
14378 ],
14379 "dictionaries": [
14380 "Test Dictionary 2"
14381 ],
14382 "redundant": false
14383 }
14384 ],
14385 "wordClasses": [
14386 "v5"
14387 ]
14388 }
14389 ],
14390 "definitions": [
14391 {
14392 "index": 0,
14393 "headwordIndices": [
14394 0
14395 ],
14396 "dictionary": "Test Dictionary 2",
14397 "dictionaryIndex": 0,
14398 "dictionaryAlias": "termsDictAlias",
14399 "id": 7,
14400 "score": 10,
14401 "frequencyOrder": 0,
14402 "sequences": [
14403 4
14404 ],
14405 "isPrimary": true,
14406 "tags": [
14407 {
14408 "name": "vt",
14409 "category": "partOfSpeech",
14410 "order": 0,
14411 "score": 0,
14412 "content": [
14413 "transitive verb"
14414 ],
14415 "dictionaries": [
14416 "Test Dictionary 2"
14417 ],
14418 "redundant": false
14419 }
14420 ],
14421 "entries": [
14422 "uchikomu definition 1",
14423 "uchikomu definition 2"
14424 ]
14425 }
14426 ],
14427 "pronunciations": [
14428 {
14429 "index": 0,
14430 "headwordIndex": 0,
14431 "dictionary": "Test Dictionary 2",
14432 "dictionaryIndex": 0,
14433 "dictionaryAlias": "termsDictAlias",
14434 "pronunciations": [
14435 {
14436 "type": "pitch-accent",
14437 "positions": 0,
14438 "nasalPositions": [],
14439 "devoicePositions": [],
14440 "tags": []
14441 },
14442 {
14443 "type": "pitch-accent",
14444 "positions": 3,
14445 "nasalPositions": [],
14446 "devoicePositions": [],
14447 "tags": []
14448 }
14449 ]
14450 },
14451 {
14452 "index": 1,
14453 "headwordIndex": 0,
14454 "dictionary": "Test Dictionary 2",
14455 "dictionaryIndex": 0,
14456 "dictionaryAlias": "termsDictAlias",
14457 "pronunciations": [
14458 {
14459 "type": "pitch-accent",
14460 "positions": "HHHHH",
14461 "nasalPositions": [],
14462 "devoicePositions": [],
14463 "tags": []
14464 },
14465 {
14466 "type": "pitch-accent",
14467 "positions": "HHHHL",
14468 "nasalPositions": [],
14469 "devoicePositions": [],
14470 "tags": []
14471 },
14472 {
14473 "type": "pitch-accent",
14474 "positions": "HHHH",
14475 "nasalPositions": [],
14476 "devoicePositions": [],
14477 "tags": []
14478 },
14479 {
14480 "type": "pitch-accent",
14481 "positions": "HHHL",
14482 "nasalPositions": [],
14483 "devoicePositions": [],
14484 "tags": []
14485 },
14486 {
14487 "type": "pitch-accent",
14488 "positions": "HHLH",
14489 "nasalPositions": [],
14490 "devoicePositions": [],
14491 "tags": []
14492 },
14493 {
14494 "type": "pitch-accent",
14495 "positions": "HHLL",
14496 "nasalPositions": [],
14497 "devoicePositions": [
14498 2
14499 ],
14500 "tags": []
14501 },
14502 {
14503 "type": "pitch-accent",
14504 "positions": "HLHH",
14505 "nasalPositions": [],
14506 "devoicePositions": [],
14507 "tags": []
14508 },
14509 {
14510 "type": "pitch-accent",
14511 "positions": "HLHL",
14512 "nasalPositions": [],
14513 "devoicePositions": [],
14514 "tags": []
14515 },
14516 {
14517 "type": "pitch-accent",
14518 "positions": "HLLH",
14519 "nasalPositions": [],
14520 "devoicePositions": [],
14521 "tags": []
14522 },
14523 {
14524 "type": "pitch-accent",
14525 "positions": "HLLL",
14526 "nasalPositions": [
14527 3
14528 ],
14529 "devoicePositions": [],
14530 "tags": []
14531 },
14532 {
14533 "type": "pitch-accent",
14534 "positions": "LHHH",
14535 "nasalPositions": [],
14536 "devoicePositions": [],
14537 "tags": []
14538 },
14539 {
14540 "type": "pitch-accent",
14541 "positions": "LHHL",
14542 "nasalPositions": [],
14543 "devoicePositions": [],
14544 "tags": []
14545 },
14546 {
14547 "type": "pitch-accent",
14548 "positions": "LHLH",
14549 "nasalPositions": [],
14550 "devoicePositions": [],
14551 "tags": []
14552 },
14553 {
14554 "type": "pitch-accent",
14555 "positions": "LHLL",
14556 "nasalPositions": [
14557 3
14558 ],
14559 "devoicePositions": [
14560 2
14561 ],
14562 "tags": []
14563 },
14564 {
14565 "type": "pitch-accent",
14566 "positions": "LLHH",
14567 "nasalPositions": [],
14568 "devoicePositions": [],
14569 "tags": []
14570 },
14571 {
14572 "type": "pitch-accent",
14573 "positions": "LLHL",
14574 "nasalPositions": [],
14575 "devoicePositions": [],
14576 "tags": []
14577 },
14578 {
14579 "type": "pitch-accent",
14580 "positions": "LLLH",
14581 "nasalPositions": [],
14582 "devoicePositions": [],
14583 "tags": []
14584 },
14585 {
14586 "type": "pitch-accent",
14587 "positions": "LLLL",
14588 "nasalPositions": [],
14589 "devoicePositions": [],
14590 "tags": []
14591 }
14592 ]
14593 }
14594 ],
14595 "frequencies": [
14596 {
14597 "index": 0,
14598 "headwordIndex": 0,
14599 "dictionary": "Test Dictionary 2",
14600 "dictionaryIndex": 0,
14601 "dictionaryAlias": "termsDictAlias",
14602 "hasReading": false,
14603 "frequency": 3,
14604 "displayValue": null,
14605 "displayValueParsed": false
14606 },
14607 {
14608 "index": 1,
14609 "headwordIndex": 0,
14610 "dictionary": "Test Dictionary 2",
14611 "dictionaryIndex": 0,
14612 "dictionaryAlias": "termsDictAlias",
14613 "hasReading": false,
14614 "frequency": 7,
14615 "displayValue": "seven",
14616 "displayValueParsed": false
14617 },
14618 {
14619 "index": 2,
14620 "headwordIndex": 0,
14621 "dictionary": "Test Dictionary 2",
14622 "dictionaryIndex": 0,
14623 "dictionaryAlias": "termsDictAlias",
14624 "hasReading": true,
14625 "frequency": 12,
14626 "displayValue": null,
14627 "displayValueParsed": false
14628 },
14629 {
14630 "index": 3,
14631 "headwordIndex": 0,
14632 "dictionary": "Test Dictionary 2",
14633 "dictionaryIndex": 0,
14634 "dictionaryAlias": "termsDictAlias",
14635 "hasReading": true,
14636 "frequency": 0,
14637 "displayValue": "eighteen",
14638 "displayValueParsed": true
14639 },
14640 {
14641 "index": 4,
14642 "headwordIndex": 0,
14643 "dictionary": "Test Dictionary 2",
14644 "dictionaryIndex": 0,
14645 "dictionaryAlias": "termsDictAlias",
14646 "hasReading": true,
14647 "frequency": 24,
14648 "displayValue": "twenty-four (24)",
14649 "displayValueParsed": true
14650 },
14651 {
14652 "index": 5,
14653 "headwordIndex": 0,
14654 "dictionary": "Test Dictionary 2",
14655 "dictionaryIndex": 0,
14656 "dictionaryAlias": "termsDictAlias",
14657 "hasReading": true,
14658 "frequency": 30,
14659 "displayValue": null,
14660 "displayValueParsed": false
14661 }
14662 ]
14663 },
14664 {
14665 "type": "term",
14666 "isPrimary": true,
14667 "textProcessorRuleChainCandidates": [
14668 [
14669 "Text Replacement 1"
14670 ]
14671 ],
14672 "inflectionRuleChainCandidates": [
14673 {
14674 "source": "algorithm",
14675 "inflectionRules": []
14676 }
14677 ],
14678 "score": 10,
14679 "frequencyOrder": 0,
14680 "dictionaryIndex": 0,
14681 "dictionaryAlias": "termsDictAlias",
14682 "sourceTermExactMatchCount": 1,
14683 "matchPrimaryReading": false,
14684 "maxOriginalTextLength": 10,
14685 "headwords": [
14686 {
14687 "index": 0,
14688 "term": "打ち込む",
14689 "reading": "ぶちこむ",
14690 "sources": [
14691 {
14692 "originalText": "打(う)ち込(こ)む",
14693 "transformedText": "打ち込む",
14694 "deinflectedText": "打ち込む",
14695 "matchType": "exact",
14696 "matchSource": "term",
14697 "isPrimary": true
14698 }
14699 ],
14700 "tags": [
14701 {
14702 "name": "E1",
14703 "category": "default",
14704 "order": 0,
14705 "score": 0,
14706 "content": [
14707 "example tag 1"
14708 ],
14709 "dictionaries": [
14710 "Test Dictionary 2"
14711 ],
14712 "redundant": false
14713 },
14714 {
14715 "name": "P",
14716 "category": "popular",
14717 "order": 0,
14718 "score": 0,
14719 "content": [
14720 "popular term"
14721 ],
14722 "dictionaries": [
14723 "Test Dictionary 2"
14724 ],
14725 "redundant": false
14726 }
14727 ],
14728 "wordClasses": [
14729 "v5"
14730 ]
14731 }
14732 ],
14733 "definitions": [
14734 {
14735 "index": 0,
14736 "headwordIndices": [
14737 0
14738 ],
14739 "dictionary": "Test Dictionary 2",
14740 "dictionaryIndex": 0,
14741 "dictionaryAlias": "termsDictAlias",
14742 "id": 9,
14743 "score": 10,
14744 "frequencyOrder": 0,
14745 "sequences": [
14746 4
14747 ],
14748 "isPrimary": true,
14749 "tags": [
14750 {
14751 "name": "vt",
14752 "category": "partOfSpeech",
14753 "order": 0,
14754 "score": 0,
14755 "content": [
14756 "transitive verb"
14757 ],
14758 "dictionaries": [
14759 "Test Dictionary 2"
14760 ],
14761 "redundant": false
14762 }
14763 ],
14764 "entries": [
14765 "buchikomu definition 1",
14766 "buchikomu definition 2"
14767 ]
14768 }
14769 ],
14770 "pronunciations": [
14771 {
14772 "index": 0,
14773 "headwordIndex": 0,
14774 "dictionary": "Test Dictionary 2",
14775 "dictionaryIndex": 0,
14776 "dictionaryAlias": "termsDictAlias",
14777 "pronunciations": [
14778 {
14779 "type": "pitch-accent",
14780 "positions": 0,
14781 "nasalPositions": [],
14782 "devoicePositions": [],
14783 "tags": []
14784 },
14785 {
14786 "type": "pitch-accent",
14787 "positions": 3,
14788 "nasalPositions": [],
14789 "devoicePositions": [],
14790 "tags": []
14791 }
14792 ]
14793 }
14794 ],
14795 "frequencies": [
14796 {
14797 "index": 0,
14798 "headwordIndex": 0,
14799 "dictionary": "Test Dictionary 2",
14800 "dictionaryIndex": 0,
14801 "dictionaryAlias": "termsDictAlias",
14802 "hasReading": false,
14803 "frequency": 3,
14804 "displayValue": null,
14805 "displayValueParsed": false
14806 },
14807 {
14808 "index": 1,
14809 "headwordIndex": 0,
14810 "dictionary": "Test Dictionary 2",
14811 "dictionaryIndex": 0,
14812 "dictionaryAlias": "termsDictAlias",
14813 "hasReading": false,
14814 "frequency": 7,
14815 "displayValue": "seven",
14816 "displayValueParsed": false
14817 },
14818 {
14819 "index": 2,
14820 "headwordIndex": 0,
14821 "dictionary": "Test Dictionary 2",
14822 "dictionaryIndex": 0,
14823 "dictionaryAlias": "termsDictAlias",
14824 "hasReading": true,
14825 "frequency": 13,
14826 "displayValue": null,
14827 "displayValueParsed": false
14828 },
14829 {
14830 "index": 3,
14831 "headwordIndex": 0,
14832 "dictionary": "Test Dictionary 2",
14833 "dictionaryIndex": 0,
14834 "dictionaryAlias": "termsDictAlias",
14835 "hasReading": true,
14836 "frequency": 0,
14837 "displayValue": "nineteen",
14838 "displayValueParsed": true
14839 },
14840 {
14841 "index": 4,
14842 "headwordIndex": 0,
14843 "dictionary": "Test Dictionary 2",
14844 "dictionaryIndex": 0,
14845 "dictionaryAlias": "termsDictAlias",
14846 "hasReading": true,
14847 "frequency": 25,
14848 "displayValue": "twenty-five (25)",
14849 "displayValueParsed": true
14850 },
14851 {
14852 "index": 5,
14853 "headwordIndex": 0,
14854 "dictionary": "Test Dictionary 2",
14855 "dictionaryIndex": 0,
14856 "dictionaryAlias": "termsDictAlias",
14857 "hasReading": true,
14858 "frequency": 31,
14859 "displayValue": "thirty-one",
14860 "displayValueParsed": false
14861 }
14862 ]
14863 },
14864 {
14865 "type": "term",
14866 "isPrimary": true,
14867 "textProcessorRuleChainCandidates": [
14868 [
14869 "Text Replacement 1"
14870 ]
14871 ],
14872 "inflectionRuleChainCandidates": [
14873 {
14874 "source": "algorithm",
14875 "inflectionRules": []
14876 }
14877 ],
14878 "score": 1,
14879 "frequencyOrder": 0,
14880 "dictionaryIndex": 0,
14881 "dictionaryAlias": "termsDictAlias",
14882 "sourceTermExactMatchCount": 1,
14883 "matchPrimaryReading": false,
14884 "maxOriginalTextLength": 10,
14885 "headwords": [
14886 {
14887 "index": 0,
14888 "term": "打ち込む",
14889 "reading": "うちこむ",
14890 "sources": [
14891 {
14892 "originalText": "打(う)ち込(こ)む",
14893 "transformedText": "打ち込む",
14894 "deinflectedText": "打ち込む",
14895 "matchType": "exact",
14896 "matchSource": "term",
14897 "isPrimary": true
14898 }
14899 ],
14900 "tags": [
14901 {
14902 "name": "E2",
14903 "category": "default",
14904 "order": 0,
14905 "score": 0,
14906 "content": [
14907 "example tag 2"
14908 ],
14909 "dictionaries": [
14910 "Test Dictionary 2"
14911 ],
14912 "redundant": false
14913 },
14914 {
14915 "name": "P",
14916 "category": "popular",
14917 "order": 0,
14918 "score": 0,
14919 "content": [
14920 "popular term"
14921 ],
14922 "dictionaries": [
14923 "Test Dictionary 2"
14924 ],
14925 "redundant": false
14926 }
14927 ],
14928 "wordClasses": [
14929 "v5"
14930 ]
14931 }
14932 ],
14933 "definitions": [
14934 {
14935 "index": 0,
14936 "headwordIndices": [
14937 0
14938 ],
14939 "dictionary": "Test Dictionary 2",
14940 "dictionaryIndex": 0,
14941 "dictionaryAlias": "termsDictAlias",
14942 "id": 8,
14943 "score": 1,
14944 "frequencyOrder": 0,
14945 "sequences": [
14946 4
14947 ],
14948 "isPrimary": true,
14949 "tags": [
14950 {
14951 "name": "vt",
14952 "category": "partOfSpeech",
14953 "order": 0,
14954 "score": 0,
14955 "content": [
14956 "transitive verb"
14957 ],
14958 "dictionaries": [
14959 "Test Dictionary 2"
14960 ],
14961 "redundant": false
14962 }
14963 ],
14964 "entries": [
14965 "uchikomu definition 3",
14966 "uchikomu definition 4"
14967 ]
14968 }
14969 ],
14970 "pronunciations": [
14971 {
14972 "index": 0,
14973 "headwordIndex": 0,
14974 "dictionary": "Test Dictionary 2",
14975 "dictionaryIndex": 0,
14976 "dictionaryAlias": "termsDictAlias",
14977 "pronunciations": [
14978 {
14979 "type": "pitch-accent",
14980 "positions": 0,
14981 "nasalPositions": [],
14982 "devoicePositions": [],
14983 "tags": []
14984 },
14985 {
14986 "type": "pitch-accent",
14987 "positions": 3,
14988 "nasalPositions": [],
14989 "devoicePositions": [],
14990 "tags": []
14991 }
14992 ]
14993 },
14994 {
14995 "index": 1,
14996 "headwordIndex": 0,
14997 "dictionary": "Test Dictionary 2",
14998 "dictionaryIndex": 0,
14999 "dictionaryAlias": "termsDictAlias",
15000 "pronunciations": [
15001 {
15002 "type": "pitch-accent",
15003 "positions": "HHHHH",
15004 "nasalPositions": [],
15005 "devoicePositions": [],
15006 "tags": []
15007 },
15008 {
15009 "type": "pitch-accent",
15010 "positions": "HHHHL",
15011 "nasalPositions": [],
15012 "devoicePositions": [],
15013 "tags": []
15014 },
15015 {
15016 "type": "pitch-accent",
15017 "positions": "HHHH",
15018 "nasalPositions": [],
15019 "devoicePositions": [],
15020 "tags": []
15021 },
15022 {
15023 "type": "pitch-accent",
15024 "positions": "HHHL",
15025 "nasalPositions": [],
15026 "devoicePositions": [],
15027 "tags": []
15028 },
15029 {
15030 "type": "pitch-accent",
15031 "positions": "HHLH",
15032 "nasalPositions": [],
15033 "devoicePositions": [],
15034 "tags": []
15035 },
15036 {
15037 "type": "pitch-accent",
15038 "positions": "HHLL",
15039 "nasalPositions": [],
15040 "devoicePositions": [
15041 2
15042 ],
15043 "tags": []
15044 },
15045 {
15046 "type": "pitch-accent",
15047 "positions": "HLHH",
15048 "nasalPositions": [],
15049 "devoicePositions": [],
15050 "tags": []
15051 },
15052 {
15053 "type": "pitch-accent",
15054 "positions": "HLHL",
15055 "nasalPositions": [],
15056 "devoicePositions": [],
15057 "tags": []
15058 },
15059 {
15060 "type": "pitch-accent",
15061 "positions": "HLLH",
15062 "nasalPositions": [],
15063 "devoicePositions": [],
15064 "tags": []
15065 },
15066 {
15067 "type": "pitch-accent",
15068 "positions": "HLLL",
15069 "nasalPositions": [
15070 3
15071 ],
15072 "devoicePositions": [],
15073 "tags": []
15074 },
15075 {
15076 "type": "pitch-accent",
15077 "positions": "LHHH",
15078 "nasalPositions": [],
15079 "devoicePositions": [],
15080 "tags": []
15081 },
15082 {
15083 "type": "pitch-accent",
15084 "positions": "LHHL",
15085 "nasalPositions": [],
15086 "devoicePositions": [],
15087 "tags": []
15088 },
15089 {
15090 "type": "pitch-accent",
15091 "positions": "LHLH",
15092 "nasalPositions": [],
15093 "devoicePositions": [],
15094 "tags": []
15095 },
15096 {
15097 "type": "pitch-accent",
15098 "positions": "LHLL",
15099 "nasalPositions": [
15100 3
15101 ],
15102 "devoicePositions": [
15103 2
15104 ],
15105 "tags": []
15106 },
15107 {
15108 "type": "pitch-accent",
15109 "positions": "LLHH",
15110 "nasalPositions": [],
15111 "devoicePositions": [],
15112 "tags": []
15113 },
15114 {
15115 "type": "pitch-accent",
15116 "positions": "LLHL",
15117 "nasalPositions": [],
15118 "devoicePositions": [],
15119 "tags": []
15120 },
15121 {
15122 "type": "pitch-accent",
15123 "positions": "LLLH",
15124 "nasalPositions": [],
15125 "devoicePositions": [],
15126 "tags": []
15127 },
15128 {
15129 "type": "pitch-accent",
15130 "positions": "LLLL",
15131 "nasalPositions": [],
15132 "devoicePositions": [],
15133 "tags": []
15134 }
15135 ]
15136 }
15137 ],
15138 "frequencies": [
15139 {
15140 "index": 0,
15141 "headwordIndex": 0,
15142 "dictionary": "Test Dictionary 2",
15143 "dictionaryIndex": 0,
15144 "dictionaryAlias": "termsDictAlias",
15145 "hasReading": false,
15146 "frequency": 3,
15147 "displayValue": null,
15148 "displayValueParsed": false
15149 },
15150 {
15151 "index": 1,
15152 "headwordIndex": 0,
15153 "dictionary": "Test Dictionary 2",
15154 "dictionaryIndex": 0,
15155 "dictionaryAlias": "termsDictAlias",
15156 "hasReading": false,
15157 "frequency": 7,
15158 "displayValue": "seven",
15159 "displayValueParsed": false
15160 },
15161 {
15162 "index": 2,
15163 "headwordIndex": 0,
15164 "dictionary": "Test Dictionary 2",
15165 "dictionaryIndex": 0,
15166 "dictionaryAlias": "termsDictAlias",
15167 "hasReading": true,
15168 "frequency": 12,
15169 "displayValue": null,
15170 "displayValueParsed": false
15171 },
15172 {
15173 "index": 3,
15174 "headwordIndex": 0,
15175 "dictionary": "Test Dictionary 2",
15176 "dictionaryIndex": 0,
15177 "dictionaryAlias": "termsDictAlias",
15178 "hasReading": true,
15179 "frequency": 0,
15180 "displayValue": "eighteen",
15181 "displayValueParsed": true
15182 },
15183 {
15184 "index": 4,
15185 "headwordIndex": 0,
15186 "dictionary": "Test Dictionary 2",
15187 "dictionaryIndex": 0,
15188 "dictionaryAlias": "termsDictAlias",
15189 "hasReading": true,
15190 "frequency": 24,
15191 "displayValue": "twenty-four (24)",
15192 "displayValueParsed": true
15193 },
15194 {
15195 "index": 5,
15196 "headwordIndex": 0,
15197 "dictionary": "Test Dictionary 2",
15198 "dictionaryIndex": 0,
15199 "dictionaryAlias": "termsDictAlias",
15200 "hasReading": true,
15201 "frequency": 30,
15202 "displayValue": null,
15203 "displayValueParsed": false
15204 }
15205 ]
15206 },
15207 {
15208 "type": "term",
15209 "isPrimary": true,
15210 "textProcessorRuleChainCandidates": [
15211 [
15212 "Text Replacement 1"
15213 ]
15214 ],
15215 "inflectionRuleChainCandidates": [
15216 {
15217 "source": "algorithm",
15218 "inflectionRules": []
15219 }
15220 ],
15221 "score": 1,
15222 "frequencyOrder": 0,
15223 "dictionaryIndex": 0,
15224 "dictionaryAlias": "termsDictAlias",
15225 "sourceTermExactMatchCount": 1,
15226 "matchPrimaryReading": false,
15227 "maxOriginalTextLength": 10,
15228 "headwords": [
15229 {
15230 "index": 0,
15231 "term": "打ち込む",
15232 "reading": "ぶちこむ",
15233 "sources": [
15234 {
15235 "originalText": "打(う)ち込(こ)む",
15236 "transformedText": "打ち込む",
15237 "deinflectedText": "打ち込む",
15238 "matchType": "exact",
15239 "matchSource": "term",
15240 "isPrimary": true
15241 }
15242 ],
15243 "tags": [
15244 {
15245 "name": "E2",
15246 "category": "default",
15247 "order": 0,
15248 "score": 0,
15249 "content": [
15250 "example tag 2"
15251 ],
15252 "dictionaries": [
15253 "Test Dictionary 2"
15254 ],
15255 "redundant": false
15256 },
15257 {
15258 "name": "P",
15259 "category": "popular",
15260 "order": 0,
15261 "score": 0,
15262 "content": [
15263 "popular term"
15264 ],
15265 "dictionaries": [
15266 "Test Dictionary 2"
15267 ],
15268 "redundant": false
15269 }
15270 ],
15271 "wordClasses": [
15272 "v5"
15273 ]
15274 }
15275 ],
15276 "definitions": [
15277 {
15278 "index": 0,
15279 "headwordIndices": [
15280 0
15281 ],
15282 "dictionary": "Test Dictionary 2",
15283 "dictionaryIndex": 0,
15284 "dictionaryAlias": "termsDictAlias",
15285 "id": 10,
15286 "score": 1,
15287 "frequencyOrder": 0,
15288 "sequences": [
15289 4
15290 ],
15291 "isPrimary": true,
15292 "tags": [
15293 {
15294 "name": "vt",
15295 "category": "partOfSpeech",
15296 "order": 0,
15297 "score": 0,
15298 "content": [
15299 "transitive verb"
15300 ],
15301 "dictionaries": [
15302 "Test Dictionary 2"
15303 ],
15304 "redundant": false
15305 }
15306 ],
15307 "entries": [
15308 "buchikomu definition 3",
15309 "buchikomu definition 4"
15310 ]
15311 }
15312 ],
15313 "pronunciations": [
15314 {
15315 "index": 0,
15316 "headwordIndex": 0,
15317 "dictionary": "Test Dictionary 2",
15318 "dictionaryIndex": 0,
15319 "dictionaryAlias": "termsDictAlias",
15320 "pronunciations": [
15321 {
15322 "type": "pitch-accent",
15323 "positions": 0,
15324 "nasalPositions": [],
15325 "devoicePositions": [],
15326 "tags": []
15327 },
15328 {
15329 "type": "pitch-accent",
15330 "positions": 3,
15331 "nasalPositions": [],
15332 "devoicePositions": [],
15333 "tags": []
15334 }
15335 ]
15336 }
15337 ],
15338 "frequencies": [
15339 {
15340 "index": 0,
15341 "headwordIndex": 0,
15342 "dictionary": "Test Dictionary 2",
15343 "dictionaryIndex": 0,
15344 "dictionaryAlias": "termsDictAlias",
15345 "hasReading": false,
15346 "frequency": 3,
15347 "displayValue": null,
15348 "displayValueParsed": false
15349 },
15350 {
15351 "index": 1,
15352 "headwordIndex": 0,
15353 "dictionary": "Test Dictionary 2",
15354 "dictionaryIndex": 0,
15355 "dictionaryAlias": "termsDictAlias",
15356 "hasReading": false,
15357 "frequency": 7,
15358 "displayValue": "seven",
15359 "displayValueParsed": false
15360 },
15361 {
15362 "index": 2,
15363 "headwordIndex": 0,
15364 "dictionary": "Test Dictionary 2",
15365 "dictionaryIndex": 0,
15366 "dictionaryAlias": "termsDictAlias",
15367 "hasReading": true,
15368 "frequency": 13,
15369 "displayValue": null,
15370 "displayValueParsed": false
15371 },
15372 {
15373 "index": 3,
15374 "headwordIndex": 0,
15375 "dictionary": "Test Dictionary 2",
15376 "dictionaryIndex": 0,
15377 "dictionaryAlias": "termsDictAlias",
15378 "hasReading": true,
15379 "frequency": 0,
15380 "displayValue": "nineteen",
15381 "displayValueParsed": true
15382 },
15383 {
15384 "index": 4,
15385 "headwordIndex": 0,
15386 "dictionary": "Test Dictionary 2",
15387 "dictionaryIndex": 0,
15388 "dictionaryAlias": "termsDictAlias",
15389 "hasReading": true,
15390 "frequency": 25,
15391 "displayValue": "twenty-five (25)",
15392 "displayValueParsed": true
15393 },
15394 {
15395 "index": 5,
15396 "headwordIndex": 0,
15397 "dictionary": "Test Dictionary 2",
15398 "dictionaryIndex": 0,
15399 "dictionaryAlias": "termsDictAlias",
15400 "hasReading": true,
15401 "frequency": 31,
15402 "displayValue": "thirty-one",
15403 "displayValueParsed": false
15404 }
15405 ]
15406 },
15407 {
15408 "type": "term",
15409 "isPrimary": true,
15410 "textProcessorRuleChainCandidates": [
15411 [
15412 "Text Replacement 1"
15413 ]
15414 ],
15415 "inflectionRuleChainCandidates": [
15416 {
15417 "source": "algorithm",
15418 "inflectionRules": [
15419 {
15420 "name": "continuative",
15421 "description": "Used to indicate actions that are (being) carried out.\nRefers to 連用形, the part of the verb after conjugating with -ます and dropping ます."
15422 }
15423 ]
15424 }
15425 ],
15426 "score": 10,
15427 "frequencyOrder": 0,
15428 "dictionaryIndex": 0,
15429 "dictionaryAlias": "termsDictAlias",
15430 "sourceTermExactMatchCount": 1,
15431 "matchPrimaryReading": false,
15432 "maxOriginalTextLength": 5,
15433 "headwords": [
15434 {
15435 "index": 0,
15436 "term": "打つ",
15437 "reading": "うつ",
15438 "sources": [
15439 {
15440 "originalText": "打(う)ち",
15441 "transformedText": "打ち",
15442 "deinflectedText": "打つ",
15443 "matchType": "exact",
15444 "matchSource": "term",
15445 "isPrimary": true
15446 }
15447 ],
15448 "tags": [
15449 {
15450 "name": "E1",
15451 "category": "default",
15452 "order": 0,
15453 "score": 0,
15454 "content": [
15455 "example tag 1"
15456 ],
15457 "dictionaries": [
15458 "Test Dictionary 2"
15459 ],
15460 "redundant": false
15461 },
15462 {
15463 "name": "P",
15464 "category": "popular",
15465 "order": 0,
15466 "score": 0,
15467 "content": [
15468 "popular term"
15469 ],
15470 "dictionaries": [
15471 "Test Dictionary 2"
15472 ],
15473 "redundant": false
15474 }
15475 ],
15476 "wordClasses": [
15477 "v5"
15478 ]
15479 }
15480 ],
15481 "definitions": [
15482 {
15483 "index": 0,
15484 "headwordIndices": [
15485 0
15486 ],
15487 "dictionary": "Test Dictionary 2",
15488 "dictionaryIndex": 0,
15489 "dictionaryAlias": "termsDictAlias",
15490 "id": 3,
15491 "score": 10,
15492 "frequencyOrder": 0,
15493 "sequences": [
15494 3
15495 ],
15496 "isPrimary": true,
15497 "tags": [
15498 {
15499 "name": "vt",
15500 "category": "partOfSpeech",
15501 "order": 0,
15502 "score": 0,
15503 "content": [
15504 "transitive verb"
15505 ],
15506 "dictionaries": [
15507 "Test Dictionary 2"
15508 ],
15509 "redundant": false
15510 }
15511 ],
15512 "entries": [
15513 "utsu definition 1",
15514 "utsu definition 2"
15515 ]
15516 }
15517 ],
15518 "pronunciations": [],
15519 "frequencies": [
15520 {
15521 "index": 0,
15522 "headwordIndex": 0,
15523 "dictionary": "Test Dictionary 2",
15524 "dictionaryIndex": 0,
15525 "dictionaryAlias": "termsDictAlias",
15526 "hasReading": false,
15527 "frequency": 2,
15528 "displayValue": null,
15529 "displayValueParsed": false
15530 },
15531 {
15532 "index": 1,
15533 "headwordIndex": 0,
15534 "dictionary": "Test Dictionary 2",
15535 "dictionaryIndex": 0,
15536 "dictionaryAlias": "termsDictAlias",
15537 "hasReading": false,
15538 "frequency": 6,
15539 "displayValue": null,
15540 "displayValueParsed": false
15541 },
15542 {
15543 "index": 2,
15544 "headwordIndex": 0,
15545 "dictionary": "Test Dictionary 2",
15546 "dictionaryIndex": 0,
15547 "dictionaryAlias": "termsDictAlias",
15548 "hasReading": true,
15549 "frequency": 10,
15550 "displayValue": null,
15551 "displayValueParsed": false
15552 },
15553 {
15554 "index": 3,
15555 "headwordIndex": 0,
15556 "dictionary": "Test Dictionary 2",
15557 "dictionaryIndex": 0,
15558 "dictionaryAlias": "termsDictAlias",
15559 "hasReading": true,
15560 "frequency": 0,
15561 "displayValue": "sixteen",
15562 "displayValueParsed": true
15563 },
15564 {
15565 "index": 4,
15566 "headwordIndex": 0,
15567 "dictionary": "Test Dictionary 2",
15568 "dictionaryIndex": 0,
15569 "dictionaryAlias": "termsDictAlias",
15570 "hasReading": true,
15571 "frequency": 22,
15572 "displayValue": "twenty-two (22)",
15573 "displayValueParsed": true
15574 },
15575 {
15576 "index": 5,
15577 "headwordIndex": 0,
15578 "dictionary": "Test Dictionary 2",
15579 "dictionaryIndex": 0,
15580 "dictionaryAlias": "termsDictAlias",
15581 "hasReading": true,
15582 "frequency": 28,
15583 "displayValue": null,
15584 "displayValueParsed": false
15585 }
15586 ]
15587 },
15588 {
15589 "type": "term",
15590 "isPrimary": true,
15591 "textProcessorRuleChainCandidates": [
15592 [
15593 "Text Replacement 1"
15594 ]
15595 ],
15596 "inflectionRuleChainCandidates": [
15597 {
15598 "source": "algorithm",
15599 "inflectionRules": [
15600 {
15601 "name": "continuative",
15602 "description": "Used to indicate actions that are (being) carried out.\nRefers to 連用形, the part of the verb after conjugating with -ます and dropping ます."
15603 }
15604 ]
15605 }
15606 ],
15607 "score": 10,
15608 "frequencyOrder": 0,
15609 "dictionaryIndex": 0,
15610 "dictionaryAlias": "termsDictAlias",
15611 "sourceTermExactMatchCount": 1,
15612 "matchPrimaryReading": false,
15613 "maxOriginalTextLength": 5,
15614 "headwords": [
15615 {
15616 "index": 0,
15617 "term": "打つ",
15618 "reading": "ぶつ",
15619 "sources": [
15620 {
15621 "originalText": "打(う)ち",
15622 "transformedText": "打ち",
15623 "deinflectedText": "打つ",
15624 "matchType": "exact",
15625 "matchSource": "term",
15626 "isPrimary": true
15627 }
15628 ],
15629 "tags": [
15630 {
15631 "name": "E1",
15632 "category": "default",
15633 "order": 0,
15634 "score": 0,
15635 "content": [
15636 "example tag 1"
15637 ],
15638 "dictionaries": [
15639 "Test Dictionary 2"
15640 ],
15641 "redundant": false
15642 },
15643 {
15644 "name": "P",
15645 "category": "popular",
15646 "order": 0,
15647 "score": 0,
15648 "content": [
15649 "popular term"
15650 ],
15651 "dictionaries": [
15652 "Test Dictionary 2"
15653 ],
15654 "redundant": false
15655 }
15656 ],
15657 "wordClasses": [
15658 "v5"
15659 ]
15660 }
15661 ],
15662 "definitions": [
15663 {
15664 "index": 0,
15665 "headwordIndices": [
15666 0
15667 ],
15668 "dictionary": "Test Dictionary 2",
15669 "dictionaryIndex": 0,
15670 "dictionaryAlias": "termsDictAlias",
15671 "id": 5,
15672 "score": 10,
15673 "frequencyOrder": 0,
15674 "sequences": [
15675 3
15676 ],
15677 "isPrimary": true,
15678 "tags": [
15679 {
15680 "name": "vt",
15681 "category": "partOfSpeech",
15682 "order": 0,
15683 "score": 0,
15684 "content": [
15685 "transitive verb"
15686 ],
15687 "dictionaries": [
15688 "Test Dictionary 2"
15689 ],
15690 "redundant": false
15691 }
15692 ],
15693 "entries": [
15694 "butsu definition 1",
15695 "butsu definition 2"
15696 ]
15697 }
15698 ],
15699 "pronunciations": [],
15700 "frequencies": [
15701 {
15702 "index": 0,
15703 "headwordIndex": 0,
15704 "dictionary": "Test Dictionary 2",
15705 "dictionaryIndex": 0,
15706 "dictionaryAlias": "termsDictAlias",
15707 "hasReading": false,
15708 "frequency": 2,
15709 "displayValue": null,
15710 "displayValueParsed": false
15711 },
15712 {
15713 "index": 1,
15714 "headwordIndex": 0,
15715 "dictionary": "Test Dictionary 2",
15716 "dictionaryIndex": 0,
15717 "dictionaryAlias": "termsDictAlias",
15718 "hasReading": false,
15719 "frequency": 6,
15720 "displayValue": null,
15721 "displayValueParsed": false
15722 },
15723 {
15724 "index": 2,
15725 "headwordIndex": 0,
15726 "dictionary": "Test Dictionary 2",
15727 "dictionaryIndex": 0,
15728 "dictionaryAlias": "termsDictAlias",
15729 "hasReading": true,
15730 "frequency": 11,
15731 "displayValue": null,
15732 "displayValueParsed": false
15733 },
15734 {
15735 "index": 3,
15736 "headwordIndex": 0,
15737 "dictionary": "Test Dictionary 2",
15738 "dictionaryIndex": 0,
15739 "dictionaryAlias": "termsDictAlias",
15740 "hasReading": true,
15741 "frequency": 0,
15742 "displayValue": "seventeen",
15743 "displayValueParsed": true
15744 },
15745 {
15746 "index": 4,
15747 "headwordIndex": 0,
15748 "dictionary": "Test Dictionary 2",
15749 "dictionaryIndex": 0,
15750 "dictionaryAlias": "termsDictAlias",
15751 "hasReading": true,
15752 "frequency": 23,
15753 "displayValue": "twenty-three (23)",
15754 "displayValueParsed": true
15755 },
15756 {
15757 "index": 5,
15758 "headwordIndex": 0,
15759 "dictionary": "Test Dictionary 2",
15760 "dictionaryIndex": 0,
15761 "dictionaryAlias": "termsDictAlias",
15762 "hasReading": true,
15763 "frequency": 29,
15764 "displayValue": "twenty-nine",
15765 "displayValueParsed": false
15766 }
15767 ]
15768 },
15769 {
15770 "type": "term",
15771 "isPrimary": true,
15772 "textProcessorRuleChainCandidates": [
15773 [
15774 "Text Replacement 1"
15775 ]
15776 ],
15777 "inflectionRuleChainCandidates": [
15778 {
15779 "source": "algorithm",
15780 "inflectionRules": [
15781 {
15782 "name": "continuative",
15783 "description": "Used to indicate actions that are (being) carried out.\nRefers to 連用形, the part of the verb after conjugating with -ます and dropping ます."
15784 }
15785 ]
15786 }
15787 ],
15788 "score": 1,
15789 "frequencyOrder": 0,
15790 "dictionaryIndex": 0,
15791 "dictionaryAlias": "termsDictAlias",
15792 "sourceTermExactMatchCount": 1,
15793 "matchPrimaryReading": false,
15794 "maxOriginalTextLength": 5,
15795 "headwords": [
15796 {
15797 "index": 0,
15798 "term": "打つ",
15799 "reading": "うつ",
15800 "sources": [
15801 {
15802 "originalText": "打(う)ち",
15803 "transformedText": "打ち",
15804 "deinflectedText": "打つ",
15805 "matchType": "exact",
15806 "matchSource": "term",
15807 "isPrimary": true
15808 }
15809 ],
15810 "tags": [
15811 {
15812 "name": "E2",
15813 "category": "default",
15814 "order": 0,
15815 "score": 0,
15816 "content": [
15817 "example tag 2"
15818 ],
15819 "dictionaries": [
15820 "Test Dictionary 2"
15821 ],
15822 "redundant": false
15823 },
15824 {
15825 "name": "P",
15826 "category": "popular",
15827 "order": 0,
15828 "score": 0,
15829 "content": [
15830 "popular term"
15831 ],
15832 "dictionaries": [
15833 "Test Dictionary 2"
15834 ],
15835 "redundant": false
15836 }
15837 ],
15838 "wordClasses": [
15839 "v5"
15840 ]
15841 }
15842 ],
15843 "definitions": [
15844 {
15845 "index": 0,
15846 "headwordIndices": [
15847 0
15848 ],
15849 "dictionary": "Test Dictionary 2",
15850 "dictionaryIndex": 0,
15851 "dictionaryAlias": "termsDictAlias",
15852 "id": 4,
15853 "score": 1,
15854 "frequencyOrder": 0,
15855 "sequences": [
15856 3
15857 ],
15858 "isPrimary": true,
15859 "tags": [
15860 {
15861 "name": "vt",
15862 "category": "partOfSpeech",
15863 "order": 0,
15864 "score": 0,
15865 "content": [
15866 "transitive verb"
15867 ],
15868 "dictionaries": [
15869 "Test Dictionary 2"
15870 ],
15871 "redundant": false
15872 }
15873 ],
15874 "entries": [
15875 "utsu definition 3",
15876 "utsu definition 4"
15877 ]
15878 }
15879 ],
15880 "pronunciations": [],
15881 "frequencies": [
15882 {
15883 "index": 0,
15884 "headwordIndex": 0,
15885 "dictionary": "Test Dictionary 2",
15886 "dictionaryIndex": 0,
15887 "dictionaryAlias": "termsDictAlias",
15888 "hasReading": false,
15889 "frequency": 2,
15890 "displayValue": null,
15891 "displayValueParsed": false
15892 },
15893 {
15894 "index": 1,
15895 "headwordIndex": 0,
15896 "dictionary": "Test Dictionary 2",
15897 "dictionaryIndex": 0,
15898 "dictionaryAlias": "termsDictAlias",
15899 "hasReading": false,
15900 "frequency": 6,
15901 "displayValue": null,
15902 "displayValueParsed": false
15903 },
15904 {
15905 "index": 2,
15906 "headwordIndex": 0,
15907 "dictionary": "Test Dictionary 2",
15908 "dictionaryIndex": 0,
15909 "dictionaryAlias": "termsDictAlias",
15910 "hasReading": true,
15911 "frequency": 10,
15912 "displayValue": null,
15913 "displayValueParsed": false
15914 },
15915 {
15916 "index": 3,
15917 "headwordIndex": 0,
15918 "dictionary": "Test Dictionary 2",
15919 "dictionaryIndex": 0,
15920 "dictionaryAlias": "termsDictAlias",
15921 "hasReading": true,
15922 "frequency": 0,
15923 "displayValue": "sixteen",
15924 "displayValueParsed": true
15925 },
15926 {
15927 "index": 4,
15928 "headwordIndex": 0,
15929 "dictionary": "Test Dictionary 2",
15930 "dictionaryIndex": 0,
15931 "dictionaryAlias": "termsDictAlias",
15932 "hasReading": true,
15933 "frequency": 22,
15934 "displayValue": "twenty-two (22)",
15935 "displayValueParsed": true
15936 },
15937 {
15938 "index": 5,
15939 "headwordIndex": 0,
15940 "dictionary": "Test Dictionary 2",
15941 "dictionaryIndex": 0,
15942 "dictionaryAlias": "termsDictAlias",
15943 "hasReading": true,
15944 "frequency": 28,
15945 "displayValue": null,
15946 "displayValueParsed": false
15947 }
15948 ]
15949 },
15950 {
15951 "type": "term",
15952 "isPrimary": true,
15953 "textProcessorRuleChainCandidates": [
15954 [
15955 "Text Replacement 1"
15956 ]
15957 ],
15958 "inflectionRuleChainCandidates": [
15959 {
15960 "source": "algorithm",
15961 "inflectionRules": [
15962 {
15963 "name": "continuative",
15964 "description": "Used to indicate actions that are (being) carried out.\nRefers to 連用形, the part of the verb after conjugating with -ます and dropping ます."
15965 }
15966 ]
15967 }
15968 ],
15969 "score": 1,
15970 "frequencyOrder": 0,
15971 "dictionaryIndex": 0,
15972 "dictionaryAlias": "termsDictAlias",
15973 "sourceTermExactMatchCount": 1,
15974 "matchPrimaryReading": false,
15975 "maxOriginalTextLength": 5,
15976 "headwords": [
15977 {
15978 "index": 0,
15979 "term": "打つ",
15980 "reading": "ぶつ",
15981 "sources": [
15982 {
15983 "originalText": "打(う)ち",
15984 "transformedText": "打ち",
15985 "deinflectedText": "打つ",
15986 "matchType": "exact",
15987 "matchSource": "term",
15988 "isPrimary": true
15989 }
15990 ],
15991 "tags": [
15992 {
15993 "name": "E2",
15994 "category": "default",
15995 "order": 0,
15996 "score": 0,
15997 "content": [
15998 "example tag 2"
15999 ],
16000 "dictionaries": [
16001 "Test Dictionary 2"
16002 ],
16003 "redundant": false
16004 },
16005 {
16006 "name": "P",
16007 "category": "popular",
16008 "order": 0,
16009 "score": 0,
16010 "content": [
16011 "popular term"
16012 ],
16013 "dictionaries": [
16014 "Test Dictionary 2"
16015 ],
16016 "redundant": false
16017 }
16018 ],
16019 "wordClasses": [
16020 "v5"
16021 ]
16022 }
16023 ],
16024 "definitions": [
16025 {
16026 "index": 0,
16027 "headwordIndices": [
16028 0
16029 ],
16030 "dictionary": "Test Dictionary 2",
16031 "dictionaryIndex": 0,
16032 "dictionaryAlias": "termsDictAlias",
16033 "id": 6,
16034 "score": 1,
16035 "frequencyOrder": 0,
16036 "sequences": [
16037 3
16038 ],
16039 "isPrimary": true,
16040 "tags": [
16041 {
16042 "name": "vt",
16043 "category": "partOfSpeech",
16044 "order": 0,
16045 "score": 0,
16046 "content": [
16047 "transitive verb"
16048 ],
16049 "dictionaries": [
16050 "Test Dictionary 2"
16051 ],
16052 "redundant": false
16053 }
16054 ],
16055 "entries": [
16056 "butsu definition 3",
16057 "butsu definition 4"
16058 ]
16059 }
16060 ],
16061 "pronunciations": [],
16062 "frequencies": [
16063 {
16064 "index": 0,
16065 "headwordIndex": 0,
16066 "dictionary": "Test Dictionary 2",
16067 "dictionaryIndex": 0,
16068 "dictionaryAlias": "termsDictAlias",
16069 "hasReading": false,
16070 "frequency": 2,
16071 "displayValue": null,
16072 "displayValueParsed": false
16073 },
16074 {
16075 "index": 1,
16076 "headwordIndex": 0,
16077 "dictionary": "Test Dictionary 2",
16078 "dictionaryIndex": 0,
16079 "dictionaryAlias": "termsDictAlias",
16080 "hasReading": false,
16081 "frequency": 6,
16082 "displayValue": null,
16083 "displayValueParsed": false
16084 },
16085 {
16086 "index": 2,
16087 "headwordIndex": 0,
16088 "dictionary": "Test Dictionary 2",
16089 "dictionaryIndex": 0,
16090 "dictionaryAlias": "termsDictAlias",
16091 "hasReading": true,
16092 "frequency": 11,
16093 "displayValue": null,
16094 "displayValueParsed": false
16095 },
16096 {
16097 "index": 3,
16098 "headwordIndex": 0,
16099 "dictionary": "Test Dictionary 2",
16100 "dictionaryIndex": 0,
16101 "dictionaryAlias": "termsDictAlias",
16102 "hasReading": true,
16103 "frequency": 0,
16104 "displayValue": "seventeen",
16105 "displayValueParsed": true
16106 },
16107 {
16108 "index": 4,
16109 "headwordIndex": 0,
16110 "dictionary": "Test Dictionary 2",
16111 "dictionaryIndex": 0,
16112 "dictionaryAlias": "termsDictAlias",
16113 "hasReading": true,
16114 "frequency": 23,
16115 "displayValue": "twenty-three (23)",
16116 "displayValueParsed": true
16117 },
16118 {
16119 "index": 5,
16120 "headwordIndex": 0,
16121 "dictionary": "Test Dictionary 2",
16122 "dictionaryIndex": 0,
16123 "dictionaryAlias": "termsDictAlias",
16124 "hasReading": true,
16125 "frequency": 29,
16126 "displayValue": "twenty-nine",
16127 "displayValueParsed": false
16128 }
16129 ]
16130 },
16131 {
16132 "type": "term",
16133 "isPrimary": true,
16134 "textProcessorRuleChainCandidates": [
16135 [
16136 "Text Replacement 1"
16137 ]
16138 ],
16139 "inflectionRuleChainCandidates": [
16140 {
16141 "source": "algorithm",
16142 "inflectionRules": []
16143 }
16144 ],
16145 "score": 1,
16146 "frequencyOrder": 0,
16147 "dictionaryIndex": 0,
16148 "dictionaryAlias": "termsDictAlias",
16149 "sourceTermExactMatchCount": 1,
16150 "matchPrimaryReading": false,
16151 "maxOriginalTextLength": 4,
16152 "headwords": [
16153 {
16154 "index": 0,
16155 "term": "打",
16156 "reading": "だ",
16157 "sources": [
16158 {
16159 "originalText": "打(う)",
16160 "transformedText": "打",
16161 "deinflectedText": "打",
16162 "matchType": "exact",
16163 "matchSource": "term",
16164 "isPrimary": true
16165 }
16166 ],
16167 "tags": [
16168 {
16169 "name": "E1",
16170 "category": "default",
16171 "order": 0,
16172 "score": 0,
16173 "content": [
16174 "example tag 1"
16175 ],
16176 "dictionaries": [
16177 "Test Dictionary 2"
16178 ],
16179 "redundant": false
16180 }
16181 ],
16182 "wordClasses": [
16183 "n"
16184 ]
16185 }
16186 ],
16187 "definitions": [
16188 {
16189 "index": 0,
16190 "headwordIndices": [
16191 0
16192 ],
16193 "dictionary": "Test Dictionary 2",
16194 "dictionaryIndex": 0,
16195 "dictionaryAlias": "termsDictAlias",
16196 "id": 1,
16197 "score": 1,
16198 "frequencyOrder": 0,
16199 "sequences": [
16200 1
16201 ],
16202 "isPrimary": true,
16203 "tags": [
16204 {
16205 "name": "n",
16206 "category": "partOfSpeech",
16207 "order": 0,
16208 "score": 0,
16209 "content": [
16210 "noun"
16211 ],
16212 "dictionaries": [
16213 "Test Dictionary 2"
16214 ],
16215 "redundant": false
16216 }
16217 ],
16218 "entries": [
16219 "da definition 1",
16220 "da definition 2"
16221 ]
16222 }
16223 ],
16224 "pronunciations": [],
16225 "frequencies": [
16226 {
16227 "index": 0,
16228 "headwordIndex": 0,
16229 "dictionary": "Test Dictionary 2",
16230 "dictionaryIndex": 0,
16231 "dictionaryAlias": "termsDictAlias",
16232 "hasReading": false,
16233 "frequency": 1,
16234 "displayValue": null,
16235 "displayValueParsed": false
16236 },
16237 {
16238 "index": 1,
16239 "headwordIndex": 0,
16240 "dictionary": "Test Dictionary 2",
16241 "dictionaryIndex": 0,
16242 "dictionaryAlias": "termsDictAlias",
16243 "hasReading": false,
16244 "frequency": 0,
16245 "displayValue": "four",
16246 "displayValueParsed": true
16247 },
16248 {
16249 "index": 2,
16250 "headwordIndex": 0,
16251 "dictionary": "Test Dictionary 2",
16252 "dictionaryIndex": 0,
16253 "dictionaryAlias": "termsDictAlias",
16254 "hasReading": false,
16255 "frequency": 5,
16256 "displayValue": "five (5)",
16257 "displayValueParsed": true
16258 },
16259 {
16260 "index": 3,
16261 "headwordIndex": 0,
16262 "dictionary": "Test Dictionary 2",
16263 "dictionaryIndex": 0,
16264 "dictionaryAlias": "termsDictAlias",
16265 "hasReading": true,
16266 "frequency": 8,
16267 "displayValue": null,
16268 "displayValueParsed": false
16269 },
16270 {
16271 "index": 4,
16272 "headwordIndex": 0,
16273 "dictionary": "Test Dictionary 2",
16274 "dictionaryIndex": 0,
16275 "dictionaryAlias": "termsDictAlias",
16276 "hasReading": true,
16277 "frequency": 0,
16278 "displayValue": "fourteen",
16279 "displayValueParsed": true
16280 },
16281 {
16282 "index": 5,
16283 "headwordIndex": 0,
16284 "dictionary": "Test Dictionary 2",
16285 "dictionaryIndex": 0,
16286 "dictionaryAlias": "termsDictAlias",
16287 "hasReading": true,
16288 "frequency": 20,
16289 "displayValue": "twenty (20)",
16290 "displayValueParsed": true
16291 },
16292 {
16293 "index": 6,
16294 "headwordIndex": 0,
16295 "dictionary": "Test Dictionary 2",
16296 "dictionaryIndex": 0,
16297 "dictionaryAlias": "termsDictAlias",
16298 "hasReading": true,
16299 "frequency": 26,
16300 "displayValue": null,
16301 "displayValueParsed": false
16302 }
16303 ]
16304 },
16305 {
16306 "type": "term",
16307 "isPrimary": true,
16308 "textProcessorRuleChainCandidates": [
16309 [
16310 "Text Replacement 1"
16311 ]
16312 ],
16313 "inflectionRuleChainCandidates": [
16314 {
16315 "source": "algorithm",
16316 "inflectionRules": []
16317 }
16318 ],
16319 "score": 1,
16320 "frequencyOrder": 0,
16321 "dictionaryIndex": 0,
16322 "dictionaryAlias": "termsDictAlias",
16323 "sourceTermExactMatchCount": 1,
16324 "matchPrimaryReading": false,
16325 "maxOriginalTextLength": 4,
16326 "headwords": [
16327 {
16328 "index": 0,
16329 "term": "打",
16330 "reading": "ダース",
16331 "sources": [
16332 {
16333 "originalText": "打(う)",
16334 "transformedText": "打",
16335 "deinflectedText": "打",
16336 "matchType": "exact",
16337 "matchSource": "term",
16338 "isPrimary": true
16339 }
16340 ],
16341 "tags": [
16342 {
16343 "name": "E1",
16344 "category": "default",
16345 "order": 0,
16346 "score": 0,
16347 "content": [
16348 "example tag 1"
16349 ],
16350 "dictionaries": [
16351 "Test Dictionary 2"
16352 ],
16353 "redundant": false
16354 }
16355 ],
16356 "wordClasses": [
16357 "n"
16358 ]
16359 }
16360 ],
16361 "definitions": [
16362 {
16363 "index": 0,
16364 "headwordIndices": [
16365 0
16366 ],
16367 "dictionary": "Test Dictionary 2",
16368 "dictionaryIndex": 0,
16369 "dictionaryAlias": "termsDictAlias",
16370 "id": 2,
16371 "score": 1,
16372 "frequencyOrder": 0,
16373 "sequences": [
16374 2
16375 ],
16376 "isPrimary": true,
16377 "tags": [
16378 {
16379 "name": "abbr",
16380 "category": "default",
16381 "order": 0,
16382 "score": 0,
16383 "content": [
16384 "abbreviation"
16385 ],
16386 "dictionaries": [
16387 "Test Dictionary 2"
16388 ],
16389 "redundant": false
16390 },
16391 {
16392 "name": "n",
16393 "category": "partOfSpeech",
16394 "order": 0,
16395 "score": 0,
16396 "content": [
16397 "noun"
16398 ],
16399 "dictionaries": [
16400 "Test Dictionary 2"
16401 ],
16402 "redundant": false
16403 }
16404 ],
16405 "entries": [
16406 "daasu definition 1",
16407 "daasu definition 2"
16408 ]
16409 }
16410 ],
16411 "pronunciations": [],
16412 "frequencies": [
16413 {
16414 "index": 0,
16415 "headwordIndex": 0,
16416 "dictionary": "Test Dictionary 2",
16417 "dictionaryIndex": 0,
16418 "dictionaryAlias": "termsDictAlias",
16419 "hasReading": false,
16420 "frequency": 1,
16421 "displayValue": null,
16422 "displayValueParsed": false
16423 },
16424 {
16425 "index": 1,
16426 "headwordIndex": 0,
16427 "dictionary": "Test Dictionary 2",
16428 "dictionaryIndex": 0,
16429 "dictionaryAlias": "termsDictAlias",
16430 "hasReading": false,
16431 "frequency": 0,
16432 "displayValue": "four",
16433 "displayValueParsed": true
16434 },
16435 {
16436 "index": 2,
16437 "headwordIndex": 0,
16438 "dictionary": "Test Dictionary 2",
16439 "dictionaryIndex": 0,
16440 "dictionaryAlias": "termsDictAlias",
16441 "hasReading": false,
16442 "frequency": 5,
16443 "displayValue": "five (5)",
16444 "displayValueParsed": true
16445 },
16446 {
16447 "index": 3,
16448 "headwordIndex": 0,
16449 "dictionary": "Test Dictionary 2",
16450 "dictionaryIndex": 0,
16451 "dictionaryAlias": "termsDictAlias",
16452 "hasReading": true,
16453 "frequency": 9,
16454 "displayValue": null,
16455 "displayValueParsed": false
16456 },
16457 {
16458 "index": 4,
16459 "headwordIndex": 0,
16460 "dictionary": "Test Dictionary 2",
16461 "dictionaryIndex": 0,
16462 "dictionaryAlias": "termsDictAlias",
16463 "hasReading": true,
16464 "frequency": 0,
16465 "displayValue": "fifteen",
16466 "displayValueParsed": true
16467 },
16468 {
16469 "index": 5,
16470 "headwordIndex": 0,
16471 "dictionary": "Test Dictionary 2",
16472 "dictionaryIndex": 0,
16473 "dictionaryAlias": "termsDictAlias",
16474 "hasReading": true,
16475 "frequency": 21,
16476 "displayValue": "twenty-one (21)",
16477 "displayValueParsed": true
16478 },
16479 {
16480 "index": 6,
16481 "headwordIndex": 0,
16482 "dictionary": "Test Dictionary 2",
16483 "dictionaryIndex": 0,
16484 "dictionaryAlias": "termsDictAlias",
16485 "hasReading": true,
16486 "frequency": 27,
16487 "displayValue": "twenty-seven",
16488 "displayValueParsed": false
16489 }
16490 ]
16491 }
16492 ]
16493 },
16494 {
16495 "name": "Remove parentheses around text",
16496 "originalTextLength": 12,
16497 "dictionaryEntries": [
16498 {
16499 "type": "term",
16500 "isPrimary": true,
16501 "textProcessorRuleChainCandidates": [
16502 [
16503 "Text Replacement 1"
16504 ]
16505 ],
16506 "inflectionRuleChainCandidates": [
16507 {
16508 "source": "algorithm",
16509 "inflectionRules": []
16510 }
16511 ],
16512 "score": 10,
16513 "frequencyOrder": 0,
16514 "dictionaryIndex": 0,
16515 "dictionaryAlias": "termsDictAlias",
16516 "sourceTermExactMatchCount": 1,
16517 "matchPrimaryReading": false,
16518 "maxOriginalTextLength": 12,
16519 "headwords": [
16520 {
16521 "index": 0,
16522 "term": "打ち込む",
16523 "reading": "うちこむ",
16524 "sources": [
16525 {
16526 "originalText": "(打)(ち)(込)(む)",
16527 "transformedText": "打ち込む",
16528 "deinflectedText": "打ち込む",
16529 "matchType": "exact",
16530 "matchSource": "term",
16531 "isPrimary": true
16532 }
16533 ],
16534 "tags": [
16535 {
16536 "name": "E1",
16537 "category": "default",
16538 "order": 0,
16539 "score": 0,
16540 "content": [
16541 "example tag 1"
16542 ],
16543 "dictionaries": [
16544 "Test Dictionary 2"
16545 ],
16546 "redundant": false
16547 },
16548 {
16549 "name": "P",
16550 "category": "popular",
16551 "order": 0,
16552 "score": 0,
16553 "content": [
16554 "popular term"
16555 ],
16556 "dictionaries": [
16557 "Test Dictionary 2"
16558 ],
16559 "redundant": false
16560 }
16561 ],
16562 "wordClasses": [
16563 "v5"
16564 ]
16565 }
16566 ],
16567 "definitions": [
16568 {
16569 "index": 0,
16570 "headwordIndices": [
16571 0
16572 ],
16573 "dictionary": "Test Dictionary 2",
16574 "dictionaryIndex": 0,
16575 "dictionaryAlias": "termsDictAlias",
16576 "id": 7,
16577 "score": 10,
16578 "frequencyOrder": 0,
16579 "sequences": [
16580 4
16581 ],
16582 "isPrimary": true,
16583 "tags": [
16584 {
16585 "name": "vt",
16586 "category": "partOfSpeech",
16587 "order": 0,
16588 "score": 0,
16589 "content": [
16590 "transitive verb"
16591 ],
16592 "dictionaries": [
16593 "Test Dictionary 2"
16594 ],
16595 "redundant": false
16596 }
16597 ],
16598 "entries": [
16599 "uchikomu definition 1",
16600 "uchikomu definition 2"
16601 ]
16602 }
16603 ],
16604 "pronunciations": [
16605 {
16606 "index": 0,
16607 "headwordIndex": 0,
16608 "dictionary": "Test Dictionary 2",
16609 "dictionaryIndex": 0,
16610 "dictionaryAlias": "termsDictAlias",
16611 "pronunciations": [
16612 {
16613 "type": "pitch-accent",
16614 "positions": 0,
16615 "nasalPositions": [],
16616 "devoicePositions": [],
16617 "tags": []
16618 },
16619 {
16620 "type": "pitch-accent",
16621 "positions": 3,
16622 "nasalPositions": [],
16623 "devoicePositions": [],
16624 "tags": []
16625 }
16626 ]
16627 },
16628 {
16629 "index": 1,
16630 "headwordIndex": 0,
16631 "dictionary": "Test Dictionary 2",
16632 "dictionaryIndex": 0,
16633 "dictionaryAlias": "termsDictAlias",
16634 "pronunciations": [
16635 {
16636 "type": "pitch-accent",
16637 "positions": "HHHHH",
16638 "nasalPositions": [],
16639 "devoicePositions": [],
16640 "tags": []
16641 },
16642 {
16643 "type": "pitch-accent",
16644 "positions": "HHHHL",
16645 "nasalPositions": [],
16646 "devoicePositions": [],
16647 "tags": []
16648 },
16649 {
16650 "type": "pitch-accent",
16651 "positions": "HHHH",
16652 "nasalPositions": [],
16653 "devoicePositions": [],
16654 "tags": []
16655 },
16656 {
16657 "type": "pitch-accent",
16658 "positions": "HHHL",
16659 "nasalPositions": [],
16660 "devoicePositions": [],
16661 "tags": []
16662 },
16663 {
16664 "type": "pitch-accent",
16665 "positions": "HHLH",
16666 "nasalPositions": [],
16667 "devoicePositions": [],
16668 "tags": []
16669 },
16670 {
16671 "type": "pitch-accent",
16672 "positions": "HHLL",
16673 "nasalPositions": [],
16674 "devoicePositions": [
16675 2
16676 ],
16677 "tags": []
16678 },
16679 {
16680 "type": "pitch-accent",
16681 "positions": "HLHH",
16682 "nasalPositions": [],
16683 "devoicePositions": [],
16684 "tags": []
16685 },
16686 {
16687 "type": "pitch-accent",
16688 "positions": "HLHL",
16689 "nasalPositions": [],
16690 "devoicePositions": [],
16691 "tags": []
16692 },
16693 {
16694 "type": "pitch-accent",
16695 "positions": "HLLH",
16696 "nasalPositions": [],
16697 "devoicePositions": [],
16698 "tags": []
16699 },
16700 {
16701 "type": "pitch-accent",
16702 "positions": "HLLL",
16703 "nasalPositions": [
16704 3
16705 ],
16706 "devoicePositions": [],
16707 "tags": []
16708 },
16709 {
16710 "type": "pitch-accent",
16711 "positions": "LHHH",
16712 "nasalPositions": [],
16713 "devoicePositions": [],
16714 "tags": []
16715 },
16716 {
16717 "type": "pitch-accent",
16718 "positions": "LHHL",
16719 "nasalPositions": [],
16720 "devoicePositions": [],
16721 "tags": []
16722 },
16723 {
16724 "type": "pitch-accent",
16725 "positions": "LHLH",
16726 "nasalPositions": [],
16727 "devoicePositions": [],
16728 "tags": []
16729 },
16730 {
16731 "type": "pitch-accent",
16732 "positions": "LHLL",
16733 "nasalPositions": [
16734 3
16735 ],
16736 "devoicePositions": [
16737 2
16738 ],
16739 "tags": []
16740 },
16741 {
16742 "type": "pitch-accent",
16743 "positions": "LLHH",
16744 "nasalPositions": [],
16745 "devoicePositions": [],
16746 "tags": []
16747 },
16748 {
16749 "type": "pitch-accent",
16750 "positions": "LLHL",
16751 "nasalPositions": [],
16752 "devoicePositions": [],
16753 "tags": []
16754 },
16755 {
16756 "type": "pitch-accent",
16757 "positions": "LLLH",
16758 "nasalPositions": [],
16759 "devoicePositions": [],
16760 "tags": []
16761 },
16762 {
16763 "type": "pitch-accent",
16764 "positions": "LLLL",
16765 "nasalPositions": [],
16766 "devoicePositions": [],
16767 "tags": []
16768 }
16769 ]
16770 }
16771 ],
16772 "frequencies": [
16773 {
16774 "index": 0,
16775 "headwordIndex": 0,
16776 "dictionary": "Test Dictionary 2",
16777 "dictionaryIndex": 0,
16778 "dictionaryAlias": "termsDictAlias",
16779 "hasReading": false,
16780 "frequency": 3,
16781 "displayValue": null,
16782 "displayValueParsed": false
16783 },
16784 {
16785 "index": 1,
16786 "headwordIndex": 0,
16787 "dictionary": "Test Dictionary 2",
16788 "dictionaryIndex": 0,
16789 "dictionaryAlias": "termsDictAlias",
16790 "hasReading": false,
16791 "frequency": 7,
16792 "displayValue": "seven",
16793 "displayValueParsed": false
16794 },
16795 {
16796 "index": 2,
16797 "headwordIndex": 0,
16798 "dictionary": "Test Dictionary 2",
16799 "dictionaryIndex": 0,
16800 "dictionaryAlias": "termsDictAlias",
16801 "hasReading": true,
16802 "frequency": 12,
16803 "displayValue": null,
16804 "displayValueParsed": false
16805 },
16806 {
16807 "index": 3,
16808 "headwordIndex": 0,
16809 "dictionary": "Test Dictionary 2",
16810 "dictionaryIndex": 0,
16811 "dictionaryAlias": "termsDictAlias",
16812 "hasReading": true,
16813 "frequency": 0,
16814 "displayValue": "eighteen",
16815 "displayValueParsed": true
16816 },
16817 {
16818 "index": 4,
16819 "headwordIndex": 0,
16820 "dictionary": "Test Dictionary 2",
16821 "dictionaryIndex": 0,
16822 "dictionaryAlias": "termsDictAlias",
16823 "hasReading": true,
16824 "frequency": 24,
16825 "displayValue": "twenty-four (24)",
16826 "displayValueParsed": true
16827 },
16828 {
16829 "index": 5,
16830 "headwordIndex": 0,
16831 "dictionary": "Test Dictionary 2",
16832 "dictionaryIndex": 0,
16833 "dictionaryAlias": "termsDictAlias",
16834 "hasReading": true,
16835 "frequency": 30,
16836 "displayValue": null,
16837 "displayValueParsed": false
16838 }
16839 ]
16840 },
16841 {
16842 "type": "term",
16843 "isPrimary": true,
16844 "textProcessorRuleChainCandidates": [
16845 [
16846 "Text Replacement 1"
16847 ]
16848 ],
16849 "inflectionRuleChainCandidates": [
16850 {
16851 "source": "algorithm",
16852 "inflectionRules": []
16853 }
16854 ],
16855 "score": 10,
16856 "frequencyOrder": 0,
16857 "dictionaryIndex": 0,
16858 "dictionaryAlias": "termsDictAlias",
16859 "sourceTermExactMatchCount": 1,
16860 "matchPrimaryReading": false,
16861 "maxOriginalTextLength": 12,
16862 "headwords": [
16863 {
16864 "index": 0,
16865 "term": "打ち込む",
16866 "reading": "ぶちこむ",
16867 "sources": [
16868 {
16869 "originalText": "(打)(ち)(込)(む)",
16870 "transformedText": "打ち込む",
16871 "deinflectedText": "打ち込む",
16872 "matchType": "exact",
16873 "matchSource": "term",
16874 "isPrimary": true
16875 }
16876 ],
16877 "tags": [
16878 {
16879 "name": "E1",
16880 "category": "default",
16881 "order": 0,
16882 "score": 0,
16883 "content": [
16884 "example tag 1"
16885 ],
16886 "dictionaries": [
16887 "Test Dictionary 2"
16888 ],
16889 "redundant": false
16890 },
16891 {
16892 "name": "P",
16893 "category": "popular",
16894 "order": 0,
16895 "score": 0,
16896 "content": [
16897 "popular term"
16898 ],
16899 "dictionaries": [
16900 "Test Dictionary 2"
16901 ],
16902 "redundant": false
16903 }
16904 ],
16905 "wordClasses": [
16906 "v5"
16907 ]
16908 }
16909 ],
16910 "definitions": [
16911 {
16912 "index": 0,
16913 "headwordIndices": [
16914 0
16915 ],
16916 "dictionary": "Test Dictionary 2",
16917 "dictionaryIndex": 0,
16918 "dictionaryAlias": "termsDictAlias",
16919 "id": 9,
16920 "score": 10,
16921 "frequencyOrder": 0,
16922 "sequences": [
16923 4
16924 ],
16925 "isPrimary": true,
16926 "tags": [
16927 {
16928 "name": "vt",
16929 "category": "partOfSpeech",
16930 "order": 0,
16931 "score": 0,
16932 "content": [
16933 "transitive verb"
16934 ],
16935 "dictionaries": [
16936 "Test Dictionary 2"
16937 ],
16938 "redundant": false
16939 }
16940 ],
16941 "entries": [
16942 "buchikomu definition 1",
16943 "buchikomu definition 2"
16944 ]
16945 }
16946 ],
16947 "pronunciations": [
16948 {
16949 "index": 0,
16950 "headwordIndex": 0,
16951 "dictionary": "Test Dictionary 2",
16952 "dictionaryIndex": 0,
16953 "dictionaryAlias": "termsDictAlias",
16954 "pronunciations": [
16955 {
16956 "type": "pitch-accent",
16957 "positions": 0,
16958 "nasalPositions": [],
16959 "devoicePositions": [],
16960 "tags": []
16961 },
16962 {
16963 "type": "pitch-accent",
16964 "positions": 3,
16965 "nasalPositions": [],
16966 "devoicePositions": [],
16967 "tags": []
16968 }
16969 ]
16970 }
16971 ],
16972 "frequencies": [
16973 {
16974 "index": 0,
16975 "headwordIndex": 0,
16976 "dictionary": "Test Dictionary 2",
16977 "dictionaryIndex": 0,
16978 "dictionaryAlias": "termsDictAlias",
16979 "hasReading": false,
16980 "frequency": 3,
16981 "displayValue": null,
16982 "displayValueParsed": false
16983 },
16984 {
16985 "index": 1,
16986 "headwordIndex": 0,
16987 "dictionary": "Test Dictionary 2",
16988 "dictionaryIndex": 0,
16989 "dictionaryAlias": "termsDictAlias",
16990 "hasReading": false,
16991 "frequency": 7,
16992 "displayValue": "seven",
16993 "displayValueParsed": false
16994 },
16995 {
16996 "index": 2,
16997 "headwordIndex": 0,
16998 "dictionary": "Test Dictionary 2",
16999 "dictionaryIndex": 0,
17000 "dictionaryAlias": "termsDictAlias",
17001 "hasReading": true,
17002 "frequency": 13,
17003 "displayValue": null,
17004 "displayValueParsed": false
17005 },
17006 {
17007 "index": 3,
17008 "headwordIndex": 0,
17009 "dictionary": "Test Dictionary 2",
17010 "dictionaryIndex": 0,
17011 "dictionaryAlias": "termsDictAlias",
17012 "hasReading": true,
17013 "frequency": 0,
17014 "displayValue": "nineteen",
17015 "displayValueParsed": true
17016 },
17017 {
17018 "index": 4,
17019 "headwordIndex": 0,
17020 "dictionary": "Test Dictionary 2",
17021 "dictionaryIndex": 0,
17022 "dictionaryAlias": "termsDictAlias",
17023 "hasReading": true,
17024 "frequency": 25,
17025 "displayValue": "twenty-five (25)",
17026 "displayValueParsed": true
17027 },
17028 {
17029 "index": 5,
17030 "headwordIndex": 0,
17031 "dictionary": "Test Dictionary 2",
17032 "dictionaryIndex": 0,
17033 "dictionaryAlias": "termsDictAlias",
17034 "hasReading": true,
17035 "frequency": 31,
17036 "displayValue": "thirty-one",
17037 "displayValueParsed": false
17038 }
17039 ]
17040 },
17041 {
17042 "type": "term",
17043 "isPrimary": true,
17044 "textProcessorRuleChainCandidates": [
17045 [
17046 "Text Replacement 1"
17047 ]
17048 ],
17049 "inflectionRuleChainCandidates": [
17050 {
17051 "source": "algorithm",
17052 "inflectionRules": []
17053 }
17054 ],
17055 "score": 1,
17056 "frequencyOrder": 0,
17057 "dictionaryIndex": 0,
17058 "dictionaryAlias": "termsDictAlias",
17059 "sourceTermExactMatchCount": 1,
17060 "matchPrimaryReading": false,
17061 "maxOriginalTextLength": 12,
17062 "headwords": [
17063 {
17064 "index": 0,
17065 "term": "打ち込む",
17066 "reading": "うちこむ",
17067 "sources": [
17068 {
17069 "originalText": "(打)(ち)(込)(む)",
17070 "transformedText": "打ち込む",
17071 "deinflectedText": "打ち込む",
17072 "matchType": "exact",
17073 "matchSource": "term",
17074 "isPrimary": true
17075 }
17076 ],
17077 "tags": [
17078 {
17079 "name": "E2",
17080 "category": "default",
17081 "order": 0,
17082 "score": 0,
17083 "content": [
17084 "example tag 2"
17085 ],
17086 "dictionaries": [
17087 "Test Dictionary 2"
17088 ],
17089 "redundant": false
17090 },
17091 {
17092 "name": "P",
17093 "category": "popular",
17094 "order": 0,
17095 "score": 0,
17096 "content": [
17097 "popular term"
17098 ],
17099 "dictionaries": [
17100 "Test Dictionary 2"
17101 ],
17102 "redundant": false
17103 }
17104 ],
17105 "wordClasses": [
17106 "v5"
17107 ]
17108 }
17109 ],
17110 "definitions": [
17111 {
17112 "index": 0,
17113 "headwordIndices": [
17114 0
17115 ],
17116 "dictionary": "Test Dictionary 2",
17117 "dictionaryIndex": 0,
17118 "dictionaryAlias": "termsDictAlias",
17119 "id": 8,
17120 "score": 1,
17121 "frequencyOrder": 0,
17122 "sequences": [
17123 4
17124 ],
17125 "isPrimary": true,
17126 "tags": [
17127 {
17128 "name": "vt",
17129 "category": "partOfSpeech",
17130 "order": 0,
17131 "score": 0,
17132 "content": [
17133 "transitive verb"
17134 ],
17135 "dictionaries": [
17136 "Test Dictionary 2"
17137 ],
17138 "redundant": false
17139 }
17140 ],
17141 "entries": [
17142 "uchikomu definition 3",
17143 "uchikomu definition 4"
17144 ]
17145 }
17146 ],
17147 "pronunciations": [
17148 {
17149 "index": 0,
17150 "headwordIndex": 0,
17151 "dictionary": "Test Dictionary 2",
17152 "dictionaryIndex": 0,
17153 "dictionaryAlias": "termsDictAlias",
17154 "pronunciations": [
17155 {
17156 "type": "pitch-accent",
17157 "positions": 0,
17158 "nasalPositions": [],
17159 "devoicePositions": [],
17160 "tags": []
17161 },
17162 {
17163 "type": "pitch-accent",
17164 "positions": 3,
17165 "nasalPositions": [],
17166 "devoicePositions": [],
17167 "tags": []
17168 }
17169 ]
17170 },
17171 {
17172 "index": 1,
17173 "headwordIndex": 0,
17174 "dictionary": "Test Dictionary 2",
17175 "dictionaryIndex": 0,
17176 "dictionaryAlias": "termsDictAlias",
17177 "pronunciations": [
17178 {
17179 "type": "pitch-accent",
17180 "positions": "HHHHH",
17181 "nasalPositions": [],
17182 "devoicePositions": [],
17183 "tags": []
17184 },
17185 {
17186 "type": "pitch-accent",
17187 "positions": "HHHHL",
17188 "nasalPositions": [],
17189 "devoicePositions": [],
17190 "tags": []
17191 },
17192 {
17193 "type": "pitch-accent",
17194 "positions": "HHHH",
17195 "nasalPositions": [],
17196 "devoicePositions": [],
17197 "tags": []
17198 },
17199 {
17200 "type": "pitch-accent",
17201 "positions": "HHHL",
17202 "nasalPositions": [],
17203 "devoicePositions": [],
17204 "tags": []
17205 },
17206 {
17207 "type": "pitch-accent",
17208 "positions": "HHLH",
17209 "nasalPositions": [],
17210 "devoicePositions": [],
17211 "tags": []
17212 },
17213 {
17214 "type": "pitch-accent",
17215 "positions": "HHLL",
17216 "nasalPositions": [],
17217 "devoicePositions": [
17218 2
17219 ],
17220 "tags": []
17221 },
17222 {
17223 "type": "pitch-accent",
17224 "positions": "HLHH",
17225 "nasalPositions": [],
17226 "devoicePositions": [],
17227 "tags": []
17228 },
17229 {
17230 "type": "pitch-accent",
17231 "positions": "HLHL",
17232 "nasalPositions": [],
17233 "devoicePositions": [],
17234 "tags": []
17235 },
17236 {
17237 "type": "pitch-accent",
17238 "positions": "HLLH",
17239 "nasalPositions": [],
17240 "devoicePositions": [],
17241 "tags": []
17242 },
17243 {
17244 "type": "pitch-accent",
17245 "positions": "HLLL",
17246 "nasalPositions": [
17247 3
17248 ],
17249 "devoicePositions": [],
17250 "tags": []
17251 },
17252 {
17253 "type": "pitch-accent",
17254 "positions": "LHHH",
17255 "nasalPositions": [],
17256 "devoicePositions": [],
17257 "tags": []
17258 },
17259 {
17260 "type": "pitch-accent",
17261 "positions": "LHHL",
17262 "nasalPositions": [],
17263 "devoicePositions": [],
17264 "tags": []
17265 },
17266 {
17267 "type": "pitch-accent",
17268 "positions": "LHLH",
17269 "nasalPositions": [],
17270 "devoicePositions": [],
17271 "tags": []
17272 },
17273 {
17274 "type": "pitch-accent",
17275 "positions": "LHLL",
17276 "nasalPositions": [
17277 3
17278 ],
17279 "devoicePositions": [
17280 2
17281 ],
17282 "tags": []
17283 },
17284 {
17285 "type": "pitch-accent",
17286 "positions": "LLHH",
17287 "nasalPositions": [],
17288 "devoicePositions": [],
17289 "tags": []
17290 },
17291 {
17292 "type": "pitch-accent",
17293 "positions": "LLHL",
17294 "nasalPositions": [],
17295 "devoicePositions": [],
17296 "tags": []
17297 },
17298 {
17299 "type": "pitch-accent",
17300 "positions": "LLLH",
17301 "nasalPositions": [],
17302 "devoicePositions": [],
17303 "tags": []
17304 },
17305 {
17306 "type": "pitch-accent",
17307 "positions": "LLLL",
17308 "nasalPositions": [],
17309 "devoicePositions": [],
17310 "tags": []
17311 }
17312 ]
17313 }
17314 ],
17315 "frequencies": [
17316 {
17317 "index": 0,
17318 "headwordIndex": 0,
17319 "dictionary": "Test Dictionary 2",
17320 "dictionaryIndex": 0,
17321 "dictionaryAlias": "termsDictAlias",
17322 "hasReading": false,
17323 "frequency": 3,
17324 "displayValue": null,
17325 "displayValueParsed": false
17326 },
17327 {
17328 "index": 1,
17329 "headwordIndex": 0,
17330 "dictionary": "Test Dictionary 2",
17331 "dictionaryIndex": 0,
17332 "dictionaryAlias": "termsDictAlias",
17333 "hasReading": false,
17334 "frequency": 7,
17335 "displayValue": "seven",
17336 "displayValueParsed": false
17337 },
17338 {
17339 "index": 2,
17340 "headwordIndex": 0,
17341 "dictionary": "Test Dictionary 2",
17342 "dictionaryIndex": 0,
17343 "dictionaryAlias": "termsDictAlias",
17344 "hasReading": true,
17345 "frequency": 12,
17346 "displayValue": null,
17347 "displayValueParsed": false
17348 },
17349 {
17350 "index": 3,
17351 "headwordIndex": 0,
17352 "dictionary": "Test Dictionary 2",
17353 "dictionaryIndex": 0,
17354 "dictionaryAlias": "termsDictAlias",
17355 "hasReading": true,
17356 "frequency": 0,
17357 "displayValue": "eighteen",
17358 "displayValueParsed": true
17359 },
17360 {
17361 "index": 4,
17362 "headwordIndex": 0,
17363 "dictionary": "Test Dictionary 2",
17364 "dictionaryIndex": 0,
17365 "dictionaryAlias": "termsDictAlias",
17366 "hasReading": true,
17367 "frequency": 24,
17368 "displayValue": "twenty-four (24)",
17369 "displayValueParsed": true
17370 },
17371 {
17372 "index": 5,
17373 "headwordIndex": 0,
17374 "dictionary": "Test Dictionary 2",
17375 "dictionaryIndex": 0,
17376 "dictionaryAlias": "termsDictAlias",
17377 "hasReading": true,
17378 "frequency": 30,
17379 "displayValue": null,
17380 "displayValueParsed": false
17381 }
17382 ]
17383 },
17384 {
17385 "type": "term",
17386 "isPrimary": true,
17387 "textProcessorRuleChainCandidates": [
17388 [
17389 "Text Replacement 1"
17390 ]
17391 ],
17392 "inflectionRuleChainCandidates": [
17393 {
17394 "source": "algorithm",
17395 "inflectionRules": []
17396 }
17397 ],
17398 "score": 1,
17399 "frequencyOrder": 0,
17400 "dictionaryIndex": 0,
17401 "dictionaryAlias": "termsDictAlias",
17402 "sourceTermExactMatchCount": 1,
17403 "matchPrimaryReading": false,
17404 "maxOriginalTextLength": 12,
17405 "headwords": [
17406 {
17407 "index": 0,
17408 "term": "打ち込む",
17409 "reading": "ぶちこむ",
17410 "sources": [
17411 {
17412 "originalText": "(打)(ち)(込)(む)",
17413 "transformedText": "打ち込む",
17414 "deinflectedText": "打ち込む",
17415 "matchType": "exact",
17416 "matchSource": "term",
17417 "isPrimary": true
17418 }
17419 ],
17420 "tags": [
17421 {
17422 "name": "E2",
17423 "category": "default",
17424 "order": 0,
17425 "score": 0,
17426 "content": [
17427 "example tag 2"
17428 ],
17429 "dictionaries": [
17430 "Test Dictionary 2"
17431 ],
17432 "redundant": false
17433 },
17434 {
17435 "name": "P",
17436 "category": "popular",
17437 "order": 0,
17438 "score": 0,
17439 "content": [
17440 "popular term"
17441 ],
17442 "dictionaries": [
17443 "Test Dictionary 2"
17444 ],
17445 "redundant": false
17446 }
17447 ],
17448 "wordClasses": [
17449 "v5"
17450 ]
17451 }
17452 ],
17453 "definitions": [
17454 {
17455 "index": 0,
17456 "headwordIndices": [
17457 0
17458 ],
17459 "dictionary": "Test Dictionary 2",
17460 "dictionaryIndex": 0,
17461 "dictionaryAlias": "termsDictAlias",
17462 "id": 10,
17463 "score": 1,
17464 "frequencyOrder": 0,
17465 "sequences": [
17466 4
17467 ],
17468 "isPrimary": true,
17469 "tags": [
17470 {
17471 "name": "vt",
17472 "category": "partOfSpeech",
17473 "order": 0,
17474 "score": 0,
17475 "content": [
17476 "transitive verb"
17477 ],
17478 "dictionaries": [
17479 "Test Dictionary 2"
17480 ],
17481 "redundant": false
17482 }
17483 ],
17484 "entries": [
17485 "buchikomu definition 3",
17486 "buchikomu definition 4"
17487 ]
17488 }
17489 ],
17490 "pronunciations": [
17491 {
17492 "index": 0,
17493 "headwordIndex": 0,
17494 "dictionary": "Test Dictionary 2",
17495 "dictionaryIndex": 0,
17496 "dictionaryAlias": "termsDictAlias",
17497 "pronunciations": [
17498 {
17499 "type": "pitch-accent",
17500 "positions": 0,
17501 "nasalPositions": [],
17502 "devoicePositions": [],
17503 "tags": []
17504 },
17505 {
17506 "type": "pitch-accent",
17507 "positions": 3,
17508 "nasalPositions": [],
17509 "devoicePositions": [],
17510 "tags": []
17511 }
17512 ]
17513 }
17514 ],
17515 "frequencies": [
17516 {
17517 "index": 0,
17518 "headwordIndex": 0,
17519 "dictionary": "Test Dictionary 2",
17520 "dictionaryIndex": 0,
17521 "dictionaryAlias": "termsDictAlias",
17522 "hasReading": false,
17523 "frequency": 3,
17524 "displayValue": null,
17525 "displayValueParsed": false
17526 },
17527 {
17528 "index": 1,
17529 "headwordIndex": 0,
17530 "dictionary": "Test Dictionary 2",
17531 "dictionaryIndex": 0,
17532 "dictionaryAlias": "termsDictAlias",
17533 "hasReading": false,
17534 "frequency": 7,
17535 "displayValue": "seven",
17536 "displayValueParsed": false
17537 },
17538 {
17539 "index": 2,
17540 "headwordIndex": 0,
17541 "dictionary": "Test Dictionary 2",
17542 "dictionaryIndex": 0,
17543 "dictionaryAlias": "termsDictAlias",
17544 "hasReading": true,
17545 "frequency": 13,
17546 "displayValue": null,
17547 "displayValueParsed": false
17548 },
17549 {
17550 "index": 3,
17551 "headwordIndex": 0,
17552 "dictionary": "Test Dictionary 2",
17553 "dictionaryIndex": 0,
17554 "dictionaryAlias": "termsDictAlias",
17555 "hasReading": true,
17556 "frequency": 0,
17557 "displayValue": "nineteen",
17558 "displayValueParsed": true
17559 },
17560 {
17561 "index": 4,
17562 "headwordIndex": 0,
17563 "dictionary": "Test Dictionary 2",
17564 "dictionaryIndex": 0,
17565 "dictionaryAlias": "termsDictAlias",
17566 "hasReading": true,
17567 "frequency": 25,
17568 "displayValue": "twenty-five (25)",
17569 "displayValueParsed": true
17570 },
17571 {
17572 "index": 5,
17573 "headwordIndex": 0,
17574 "dictionary": "Test Dictionary 2",
17575 "dictionaryIndex": 0,
17576 "dictionaryAlias": "termsDictAlias",
17577 "hasReading": true,
17578 "frequency": 31,
17579 "displayValue": "thirty-one",
17580 "displayValueParsed": false
17581 }
17582 ]
17583 },
17584 {
17585 "type": "term",
17586 "isPrimary": true,
17587 "textProcessorRuleChainCandidates": [
17588 [
17589 "Text Replacement 1"
17590 ]
17591 ],
17592 "inflectionRuleChainCandidates": [
17593 {
17594 "source": "algorithm",
17595 "inflectionRules": [
17596 {
17597 "name": "continuative",
17598 "description": "Used to indicate actions that are (being) carried out.\nRefers to 連用形, the part of the verb after conjugating with -ます and dropping ます."
17599 }
17600 ]
17601 }
17602 ],
17603 "score": 10,
17604 "frequencyOrder": 0,
17605 "dictionaryIndex": 0,
17606 "dictionaryAlias": "termsDictAlias",
17607 "sourceTermExactMatchCount": 1,
17608 "matchPrimaryReading": false,
17609 "maxOriginalTextLength": 6,
17610 "headwords": [
17611 {
17612 "index": 0,
17613 "term": "打つ",
17614 "reading": "うつ",
17615 "sources": [
17616 {
17617 "originalText": "(打)(ち)",
17618 "transformedText": "打ち",
17619 "deinflectedText": "打つ",
17620 "matchType": "exact",
17621 "matchSource": "term",
17622 "isPrimary": true
17623 }
17624 ],
17625 "tags": [
17626 {
17627 "name": "E1",
17628 "category": "default",
17629 "order": 0,
17630 "score": 0,
17631 "content": [
17632 "example tag 1"
17633 ],
17634 "dictionaries": [
17635 "Test Dictionary 2"
17636 ],
17637 "redundant": false
17638 },
17639 {
17640 "name": "P",
17641 "category": "popular",
17642 "order": 0,
17643 "score": 0,
17644 "content": [
17645 "popular term"
17646 ],
17647 "dictionaries": [
17648 "Test Dictionary 2"
17649 ],
17650 "redundant": false
17651 }
17652 ],
17653 "wordClasses": [
17654 "v5"
17655 ]
17656 }
17657 ],
17658 "definitions": [
17659 {
17660 "index": 0,
17661 "headwordIndices": [
17662 0
17663 ],
17664 "dictionary": "Test Dictionary 2",
17665 "dictionaryIndex": 0,
17666 "dictionaryAlias": "termsDictAlias",
17667 "id": 3,
17668 "score": 10,
17669 "frequencyOrder": 0,
17670 "sequences": [
17671 3
17672 ],
17673 "isPrimary": true,
17674 "tags": [
17675 {
17676 "name": "vt",
17677 "category": "partOfSpeech",
17678 "order": 0,
17679 "score": 0,
17680 "content": [
17681 "transitive verb"
17682 ],
17683 "dictionaries": [
17684 "Test Dictionary 2"
17685 ],
17686 "redundant": false
17687 }
17688 ],
17689 "entries": [
17690 "utsu definition 1",
17691 "utsu definition 2"
17692 ]
17693 }
17694 ],
17695 "pronunciations": [],
17696 "frequencies": [
17697 {
17698 "index": 0,
17699 "headwordIndex": 0,
17700 "dictionary": "Test Dictionary 2",
17701 "dictionaryIndex": 0,
17702 "dictionaryAlias": "termsDictAlias",
17703 "hasReading": false,
17704 "frequency": 2,
17705 "displayValue": null,
17706 "displayValueParsed": false
17707 },
17708 {
17709 "index": 1,
17710 "headwordIndex": 0,
17711 "dictionary": "Test Dictionary 2",
17712 "dictionaryIndex": 0,
17713 "dictionaryAlias": "termsDictAlias",
17714 "hasReading": false,
17715 "frequency": 6,
17716 "displayValue": null,
17717 "displayValueParsed": false
17718 },
17719 {
17720 "index": 2,
17721 "headwordIndex": 0,
17722 "dictionary": "Test Dictionary 2",
17723 "dictionaryIndex": 0,
17724 "dictionaryAlias": "termsDictAlias",
17725 "hasReading": true,
17726 "frequency": 10,
17727 "displayValue": null,
17728 "displayValueParsed": false
17729 },
17730 {
17731 "index": 3,
17732 "headwordIndex": 0,
17733 "dictionary": "Test Dictionary 2",
17734 "dictionaryIndex": 0,
17735 "dictionaryAlias": "termsDictAlias",
17736 "hasReading": true,
17737 "frequency": 0,
17738 "displayValue": "sixteen",
17739 "displayValueParsed": true
17740 },
17741 {
17742 "index": 4,
17743 "headwordIndex": 0,
17744 "dictionary": "Test Dictionary 2",
17745 "dictionaryIndex": 0,
17746 "dictionaryAlias": "termsDictAlias",
17747 "hasReading": true,
17748 "frequency": 22,
17749 "displayValue": "twenty-two (22)",
17750 "displayValueParsed": true
17751 },
17752 {
17753 "index": 5,
17754 "headwordIndex": 0,
17755 "dictionary": "Test Dictionary 2",
17756 "dictionaryIndex": 0,
17757 "dictionaryAlias": "termsDictAlias",
17758 "hasReading": true,
17759 "frequency": 28,
17760 "displayValue": null,
17761 "displayValueParsed": false
17762 }
17763 ]
17764 },
17765 {
17766 "type": "term",
17767 "isPrimary": true,
17768 "textProcessorRuleChainCandidates": [
17769 [
17770 "Text Replacement 1"
17771 ]
17772 ],
17773 "inflectionRuleChainCandidates": [
17774 {
17775 "source": "algorithm",
17776 "inflectionRules": [
17777 {
17778 "name": "continuative",
17779 "description": "Used to indicate actions that are (being) carried out.\nRefers to 連用形, the part of the verb after conjugating with -ます and dropping ます."
17780 }
17781 ]
17782 }
17783 ],
17784 "score": 10,
17785 "frequencyOrder": 0,
17786 "dictionaryIndex": 0,
17787 "dictionaryAlias": "termsDictAlias",
17788 "sourceTermExactMatchCount": 1,
17789 "matchPrimaryReading": false,
17790 "maxOriginalTextLength": 6,
17791 "headwords": [
17792 {
17793 "index": 0,
17794 "term": "打つ",
17795 "reading": "ぶつ",
17796 "sources": [
17797 {
17798 "originalText": "(打)(ち)",
17799 "transformedText": "打ち",
17800 "deinflectedText": "打つ",
17801 "matchType": "exact",
17802 "matchSource": "term",
17803 "isPrimary": true
17804 }
17805 ],
17806 "tags": [
17807 {
17808 "name": "E1",
17809 "category": "default",
17810 "order": 0,
17811 "score": 0,
17812 "content": [
17813 "example tag 1"
17814 ],
17815 "dictionaries": [
17816 "Test Dictionary 2"
17817 ],
17818 "redundant": false
17819 },
17820 {
17821 "name": "P",
17822 "category": "popular",
17823 "order": 0,
17824 "score": 0,
17825 "content": [
17826 "popular term"
17827 ],
17828 "dictionaries": [
17829 "Test Dictionary 2"
17830 ],
17831 "redundant": false
17832 }
17833 ],
17834 "wordClasses": [
17835 "v5"
17836 ]
17837 }
17838 ],
17839 "definitions": [
17840 {
17841 "index": 0,
17842 "headwordIndices": [
17843 0
17844 ],
17845 "dictionary": "Test Dictionary 2",
17846 "dictionaryIndex": 0,
17847 "dictionaryAlias": "termsDictAlias",
17848 "id": 5,
17849 "score": 10,
17850 "frequencyOrder": 0,
17851 "sequences": [
17852 3
17853 ],
17854 "isPrimary": true,
17855 "tags": [
17856 {
17857 "name": "vt",
17858 "category": "partOfSpeech",
17859 "order": 0,
17860 "score": 0,
17861 "content": [
17862 "transitive verb"
17863 ],
17864 "dictionaries": [
17865 "Test Dictionary 2"
17866 ],
17867 "redundant": false
17868 }
17869 ],
17870 "entries": [
17871 "butsu definition 1",
17872 "butsu definition 2"
17873 ]
17874 }
17875 ],
17876 "pronunciations": [],
17877 "frequencies": [
17878 {
17879 "index": 0,
17880 "headwordIndex": 0,
17881 "dictionary": "Test Dictionary 2",
17882 "dictionaryIndex": 0,
17883 "dictionaryAlias": "termsDictAlias",
17884 "hasReading": false,
17885 "frequency": 2,
17886 "displayValue": null,
17887 "displayValueParsed": false
17888 },
17889 {
17890 "index": 1,
17891 "headwordIndex": 0,
17892 "dictionary": "Test Dictionary 2",
17893 "dictionaryIndex": 0,
17894 "dictionaryAlias": "termsDictAlias",
17895 "hasReading": false,
17896 "frequency": 6,
17897 "displayValue": null,
17898 "displayValueParsed": false
17899 },
17900 {
17901 "index": 2,
17902 "headwordIndex": 0,
17903 "dictionary": "Test Dictionary 2",
17904 "dictionaryIndex": 0,
17905 "dictionaryAlias": "termsDictAlias",
17906 "hasReading": true,
17907 "frequency": 11,
17908 "displayValue": null,
17909 "displayValueParsed": false
17910 },
17911 {
17912 "index": 3,
17913 "headwordIndex": 0,
17914 "dictionary": "Test Dictionary 2",
17915 "dictionaryIndex": 0,
17916 "dictionaryAlias": "termsDictAlias",
17917 "hasReading": true,
17918 "frequency": 0,
17919 "displayValue": "seventeen",
17920 "displayValueParsed": true
17921 },
17922 {
17923 "index": 4,
17924 "headwordIndex": 0,
17925 "dictionary": "Test Dictionary 2",
17926 "dictionaryIndex": 0,
17927 "dictionaryAlias": "termsDictAlias",
17928 "hasReading": true,
17929 "frequency": 23,
17930 "displayValue": "twenty-three (23)",
17931 "displayValueParsed": true
17932 },
17933 {
17934 "index": 5,
17935 "headwordIndex": 0,
17936 "dictionary": "Test Dictionary 2",
17937 "dictionaryIndex": 0,
17938 "dictionaryAlias": "termsDictAlias",
17939 "hasReading": true,
17940 "frequency": 29,
17941 "displayValue": "twenty-nine",
17942 "displayValueParsed": false
17943 }
17944 ]
17945 },
17946 {
17947 "type": "term",
17948 "isPrimary": true,
17949 "textProcessorRuleChainCandidates": [
17950 [
17951 "Text Replacement 1"
17952 ]
17953 ],
17954 "inflectionRuleChainCandidates": [
17955 {
17956 "source": "algorithm",
17957 "inflectionRules": [
17958 {
17959 "name": "continuative",
17960 "description": "Used to indicate actions that are (being) carried out.\nRefers to 連用形, the part of the verb after conjugating with -ます and dropping ます."
17961 }
17962 ]
17963 }
17964 ],
17965 "score": 1,
17966 "frequencyOrder": 0,
17967 "dictionaryIndex": 0,
17968 "dictionaryAlias": "termsDictAlias",
17969 "sourceTermExactMatchCount": 1,
17970 "matchPrimaryReading": false,
17971 "maxOriginalTextLength": 6,
17972 "headwords": [
17973 {
17974 "index": 0,
17975 "term": "打つ",
17976 "reading": "うつ",
17977 "sources": [
17978 {
17979 "originalText": "(打)(ち)",
17980 "transformedText": "打ち",
17981 "deinflectedText": "打つ",
17982 "matchType": "exact",
17983 "matchSource": "term",
17984 "isPrimary": true
17985 }
17986 ],
17987 "tags": [
17988 {
17989 "name": "E2",
17990 "category": "default",
17991 "order": 0,
17992 "score": 0,
17993 "content": [
17994 "example tag 2"
17995 ],
17996 "dictionaries": [
17997 "Test Dictionary 2"
17998 ],
17999 "redundant": false
18000 },
18001 {
18002 "name": "P",
18003 "category": "popular",
18004 "order": 0,
18005 "score": 0,
18006 "content": [
18007 "popular term"
18008 ],
18009 "dictionaries": [
18010 "Test Dictionary 2"
18011 ],
18012 "redundant": false
18013 }
18014 ],
18015 "wordClasses": [
18016 "v5"
18017 ]
18018 }
18019 ],
18020 "definitions": [
18021 {
18022 "index": 0,
18023 "headwordIndices": [
18024 0
18025 ],
18026 "dictionary": "Test Dictionary 2",
18027 "dictionaryIndex": 0,
18028 "dictionaryAlias": "termsDictAlias",
18029 "id": 4,
18030 "score": 1,
18031 "frequencyOrder": 0,
18032 "sequences": [
18033 3
18034 ],
18035 "isPrimary": true,
18036 "tags": [
18037 {
18038 "name": "vt",
18039 "category": "partOfSpeech",
18040 "order": 0,
18041 "score": 0,
18042 "content": [
18043 "transitive verb"
18044 ],
18045 "dictionaries": [
18046 "Test Dictionary 2"
18047 ],
18048 "redundant": false
18049 }
18050 ],
18051 "entries": [
18052 "utsu definition 3",
18053 "utsu definition 4"
18054 ]
18055 }
18056 ],
18057 "pronunciations": [],
18058 "frequencies": [
18059 {
18060 "index": 0,
18061 "headwordIndex": 0,
18062 "dictionary": "Test Dictionary 2",
18063 "dictionaryIndex": 0,
18064 "dictionaryAlias": "termsDictAlias",
18065 "hasReading": false,
18066 "frequency": 2,
18067 "displayValue": null,
18068 "displayValueParsed": false
18069 },
18070 {
18071 "index": 1,
18072 "headwordIndex": 0,
18073 "dictionary": "Test Dictionary 2",
18074 "dictionaryIndex": 0,
18075 "dictionaryAlias": "termsDictAlias",
18076 "hasReading": false,
18077 "frequency": 6,
18078 "displayValue": null,
18079 "displayValueParsed": false
18080 },
18081 {
18082 "index": 2,
18083 "headwordIndex": 0,
18084 "dictionary": "Test Dictionary 2",
18085 "dictionaryIndex": 0,
18086 "dictionaryAlias": "termsDictAlias",
18087 "hasReading": true,
18088 "frequency": 10,
18089 "displayValue": null,
18090 "displayValueParsed": false
18091 },
18092 {
18093 "index": 3,
18094 "headwordIndex": 0,
18095 "dictionary": "Test Dictionary 2",
18096 "dictionaryIndex": 0,
18097 "dictionaryAlias": "termsDictAlias",
18098 "hasReading": true,
18099 "frequency": 0,
18100 "displayValue": "sixteen",
18101 "displayValueParsed": true
18102 },
18103 {
18104 "index": 4,
18105 "headwordIndex": 0,
18106 "dictionary": "Test Dictionary 2",
18107 "dictionaryIndex": 0,
18108 "dictionaryAlias": "termsDictAlias",
18109 "hasReading": true,
18110 "frequency": 22,
18111 "displayValue": "twenty-two (22)",
18112 "displayValueParsed": true
18113 },
18114 {
18115 "index": 5,
18116 "headwordIndex": 0,
18117 "dictionary": "Test Dictionary 2",
18118 "dictionaryIndex": 0,
18119 "dictionaryAlias": "termsDictAlias",
18120 "hasReading": true,
18121 "frequency": 28,
18122 "displayValue": null,
18123 "displayValueParsed": false
18124 }
18125 ]
18126 },
18127 {
18128 "type": "term",
18129 "isPrimary": true,
18130 "textProcessorRuleChainCandidates": [
18131 [
18132 "Text Replacement 1"
18133 ]
18134 ],
18135 "inflectionRuleChainCandidates": [
18136 {
18137 "source": "algorithm",
18138 "inflectionRules": [
18139 {
18140 "name": "continuative",
18141 "description": "Used to indicate actions that are (being) carried out.\nRefers to 連用形, the part of the verb after conjugating with -ます and dropping ます."
18142 }
18143 ]
18144 }
18145 ],
18146 "score": 1,
18147 "frequencyOrder": 0,
18148 "dictionaryIndex": 0,
18149 "dictionaryAlias": "termsDictAlias",
18150 "sourceTermExactMatchCount": 1,
18151 "matchPrimaryReading": false,
18152 "maxOriginalTextLength": 6,
18153 "headwords": [
18154 {
18155 "index": 0,
18156 "term": "打つ",
18157 "reading": "ぶつ",
18158 "sources": [
18159 {
18160 "originalText": "(打)(ち)",
18161 "transformedText": "打ち",
18162 "deinflectedText": "打つ",
18163 "matchType": "exact",
18164 "matchSource": "term",
18165 "isPrimary": true
18166 }
18167 ],
18168 "tags": [
18169 {
18170 "name": "E2",
18171 "category": "default",
18172 "order": 0,
18173 "score": 0,
18174 "content": [
18175 "example tag 2"
18176 ],
18177 "dictionaries": [
18178 "Test Dictionary 2"
18179 ],
18180 "redundant": false
18181 },
18182 {
18183 "name": "P",
18184 "category": "popular",
18185 "order": 0,
18186 "score": 0,
18187 "content": [
18188 "popular term"
18189 ],
18190 "dictionaries": [
18191 "Test Dictionary 2"
18192 ],
18193 "redundant": false
18194 }
18195 ],
18196 "wordClasses": [
18197 "v5"
18198 ]
18199 }
18200 ],
18201 "definitions": [
18202 {
18203 "index": 0,
18204 "headwordIndices": [
18205 0
18206 ],
18207 "dictionary": "Test Dictionary 2",
18208 "dictionaryIndex": 0,
18209 "dictionaryAlias": "termsDictAlias",
18210 "id": 6,
18211 "score": 1,
18212 "frequencyOrder": 0,
18213 "sequences": [
18214 3
18215 ],
18216 "isPrimary": true,
18217 "tags": [
18218 {
18219 "name": "vt",
18220 "category": "partOfSpeech",
18221 "order": 0,
18222 "score": 0,
18223 "content": [
18224 "transitive verb"
18225 ],
18226 "dictionaries": [
18227 "Test Dictionary 2"
18228 ],
18229 "redundant": false
18230 }
18231 ],
18232 "entries": [
18233 "butsu definition 3",
18234 "butsu definition 4"
18235 ]
18236 }
18237 ],
18238 "pronunciations": [],
18239 "frequencies": [
18240 {
18241 "index": 0,
18242 "headwordIndex": 0,
18243 "dictionary": "Test Dictionary 2",
18244 "dictionaryIndex": 0,
18245 "dictionaryAlias": "termsDictAlias",
18246 "hasReading": false,
18247 "frequency": 2,
18248 "displayValue": null,
18249 "displayValueParsed": false
18250 },
18251 {
18252 "index": 1,
18253 "headwordIndex": 0,
18254 "dictionary": "Test Dictionary 2",
18255 "dictionaryIndex": 0,
18256 "dictionaryAlias": "termsDictAlias",
18257 "hasReading": false,
18258 "frequency": 6,
18259 "displayValue": null,
18260 "displayValueParsed": false
18261 },
18262 {
18263 "index": 2,
18264 "headwordIndex": 0,
18265 "dictionary": "Test Dictionary 2",
18266 "dictionaryIndex": 0,
18267 "dictionaryAlias": "termsDictAlias",
18268 "hasReading": true,
18269 "frequency": 11,
18270 "displayValue": null,
18271 "displayValueParsed": false
18272 },
18273 {
18274 "index": 3,
18275 "headwordIndex": 0,
18276 "dictionary": "Test Dictionary 2",
18277 "dictionaryIndex": 0,
18278 "dictionaryAlias": "termsDictAlias",
18279 "hasReading": true,
18280 "frequency": 0,
18281 "displayValue": "seventeen",
18282 "displayValueParsed": true
18283 },
18284 {
18285 "index": 4,
18286 "headwordIndex": 0,
18287 "dictionary": "Test Dictionary 2",
18288 "dictionaryIndex": 0,
18289 "dictionaryAlias": "termsDictAlias",
18290 "hasReading": true,
18291 "frequency": 23,
18292 "displayValue": "twenty-three (23)",
18293 "displayValueParsed": true
18294 },
18295 {
18296 "index": 5,
18297 "headwordIndex": 0,
18298 "dictionary": "Test Dictionary 2",
18299 "dictionaryIndex": 0,
18300 "dictionaryAlias": "termsDictAlias",
18301 "hasReading": true,
18302 "frequency": 29,
18303 "displayValue": "twenty-nine",
18304 "displayValueParsed": false
18305 }
18306 ]
18307 },
18308 {
18309 "type": "term",
18310 "isPrimary": true,
18311 "textProcessorRuleChainCandidates": [
18312 [
18313 "Text Replacement 1"
18314 ]
18315 ],
18316 "inflectionRuleChainCandidates": [
18317 {
18318 "source": "algorithm",
18319 "inflectionRules": []
18320 }
18321 ],
18322 "score": 1,
18323 "frequencyOrder": 0,
18324 "dictionaryIndex": 0,
18325 "dictionaryAlias": "termsDictAlias",
18326 "sourceTermExactMatchCount": 1,
18327 "matchPrimaryReading": false,
18328 "maxOriginalTextLength": 3,
18329 "headwords": [
18330 {
18331 "index": 0,
18332 "term": "打",
18333 "reading": "だ",
18334 "sources": [
18335 {
18336 "originalText": "(打)",
18337 "transformedText": "打",
18338 "deinflectedText": "打",
18339 "matchType": "exact",
18340 "matchSource": "term",
18341 "isPrimary": true
18342 }
18343 ],
18344 "tags": [
18345 {
18346 "name": "E1",
18347 "category": "default",
18348 "order": 0,
18349 "score": 0,
18350 "content": [
18351 "example tag 1"
18352 ],
18353 "dictionaries": [
18354 "Test Dictionary 2"
18355 ],
18356 "redundant": false
18357 }
18358 ],
18359 "wordClasses": [
18360 "n"
18361 ]
18362 }
18363 ],
18364 "definitions": [
18365 {
18366 "index": 0,
18367 "headwordIndices": [
18368 0
18369 ],
18370 "dictionary": "Test Dictionary 2",
18371 "dictionaryIndex": 0,
18372 "dictionaryAlias": "termsDictAlias",
18373 "id": 1,
18374 "score": 1,
18375 "frequencyOrder": 0,
18376 "sequences": [
18377 1
18378 ],
18379 "isPrimary": true,
18380 "tags": [
18381 {
18382 "name": "n",
18383 "category": "partOfSpeech",
18384 "order": 0,
18385 "score": 0,
18386 "content": [
18387 "noun"
18388 ],
18389 "dictionaries": [
18390 "Test Dictionary 2"
18391 ],
18392 "redundant": false
18393 }
18394 ],
18395 "entries": [
18396 "da definition 1",
18397 "da definition 2"
18398 ]
18399 }
18400 ],
18401 "pronunciations": [],
18402 "frequencies": [
18403 {
18404 "index": 0,
18405 "headwordIndex": 0,
18406 "dictionary": "Test Dictionary 2",
18407 "dictionaryIndex": 0,
18408 "dictionaryAlias": "termsDictAlias",
18409 "hasReading": false,
18410 "frequency": 1,
18411 "displayValue": null,
18412 "displayValueParsed": false
18413 },
18414 {
18415 "index": 1,
18416 "headwordIndex": 0,
18417 "dictionary": "Test Dictionary 2",
18418 "dictionaryIndex": 0,
18419 "dictionaryAlias": "termsDictAlias",
18420 "hasReading": false,
18421 "frequency": 0,
18422 "displayValue": "four",
18423 "displayValueParsed": true
18424 },
18425 {
18426 "index": 2,
18427 "headwordIndex": 0,
18428 "dictionary": "Test Dictionary 2",
18429 "dictionaryIndex": 0,
18430 "dictionaryAlias": "termsDictAlias",
18431 "hasReading": false,
18432 "frequency": 5,
18433 "displayValue": "five (5)",
18434 "displayValueParsed": true
18435 },
18436 {
18437 "index": 3,
18438 "headwordIndex": 0,
18439 "dictionary": "Test Dictionary 2",
18440 "dictionaryIndex": 0,
18441 "dictionaryAlias": "termsDictAlias",
18442 "hasReading": true,
18443 "frequency": 8,
18444 "displayValue": null,
18445 "displayValueParsed": false
18446 },
18447 {
18448 "index": 4,
18449 "headwordIndex": 0,
18450 "dictionary": "Test Dictionary 2",
18451 "dictionaryIndex": 0,
18452 "dictionaryAlias": "termsDictAlias",
18453 "hasReading": true,
18454 "frequency": 0,
18455 "displayValue": "fourteen",
18456 "displayValueParsed": true
18457 },
18458 {
18459 "index": 5,
18460 "headwordIndex": 0,
18461 "dictionary": "Test Dictionary 2",
18462 "dictionaryIndex": 0,
18463 "dictionaryAlias": "termsDictAlias",
18464 "hasReading": true,
18465 "frequency": 20,
18466 "displayValue": "twenty (20)",
18467 "displayValueParsed": true
18468 },
18469 {
18470 "index": 6,
18471 "headwordIndex": 0,
18472 "dictionary": "Test Dictionary 2",
18473 "dictionaryIndex": 0,
18474 "dictionaryAlias": "termsDictAlias",
18475 "hasReading": true,
18476 "frequency": 26,
18477 "displayValue": null,
18478 "displayValueParsed": false
18479 }
18480 ]
18481 },
18482 {
18483 "type": "term",
18484 "isPrimary": true,
18485 "textProcessorRuleChainCandidates": [
18486 [
18487 "Text Replacement 1"
18488 ]
18489 ],
18490 "inflectionRuleChainCandidates": [
18491 {
18492 "source": "algorithm",
18493 "inflectionRules": []
18494 }
18495 ],
18496 "score": 1,
18497 "frequencyOrder": 0,
18498 "dictionaryIndex": 0,
18499 "dictionaryAlias": "termsDictAlias",
18500 "sourceTermExactMatchCount": 1,
18501 "matchPrimaryReading": false,
18502 "maxOriginalTextLength": 3,
18503 "headwords": [
18504 {
18505 "index": 0,
18506 "term": "打",
18507 "reading": "ダース",
18508 "sources": [
18509 {
18510 "originalText": "(打)",
18511 "transformedText": "打",
18512 "deinflectedText": "打",
18513 "matchType": "exact",
18514 "matchSource": "term",
18515 "isPrimary": true
18516 }
18517 ],
18518 "tags": [
18519 {
18520 "name": "E1",
18521 "category": "default",
18522 "order": 0,
18523 "score": 0,
18524 "content": [
18525 "example tag 1"
18526 ],
18527 "dictionaries": [
18528 "Test Dictionary 2"
18529 ],
18530 "redundant": false
18531 }
18532 ],
18533 "wordClasses": [
18534 "n"
18535 ]
18536 }
18537 ],
18538 "definitions": [
18539 {
18540 "index": 0,
18541 "headwordIndices": [
18542 0
18543 ],
18544 "dictionary": "Test Dictionary 2",
18545 "dictionaryIndex": 0,
18546 "dictionaryAlias": "termsDictAlias",
18547 "id": 2,
18548 "score": 1,
18549 "frequencyOrder": 0,
18550 "sequences": [
18551 2
18552 ],
18553 "isPrimary": true,
18554 "tags": [
18555 {
18556 "name": "abbr",
18557 "category": "default",
18558 "order": 0,
18559 "score": 0,
18560 "content": [
18561 "abbreviation"
18562 ],
18563 "dictionaries": [
18564 "Test Dictionary 2"
18565 ],
18566 "redundant": false
18567 },
18568 {
18569 "name": "n",
18570 "category": "partOfSpeech",
18571 "order": 0,
18572 "score": 0,
18573 "content": [
18574 "noun"
18575 ],
18576 "dictionaries": [
18577 "Test Dictionary 2"
18578 ],
18579 "redundant": false
18580 }
18581 ],
18582 "entries": [
18583 "daasu definition 1",
18584 "daasu definition 2"
18585 ]
18586 }
18587 ],
18588 "pronunciations": [],
18589 "frequencies": [
18590 {
18591 "index": 0,
18592 "headwordIndex": 0,
18593 "dictionary": "Test Dictionary 2",
18594 "dictionaryIndex": 0,
18595 "dictionaryAlias": "termsDictAlias",
18596 "hasReading": false,
18597 "frequency": 1,
18598 "displayValue": null,
18599 "displayValueParsed": false
18600 },
18601 {
18602 "index": 1,
18603 "headwordIndex": 0,
18604 "dictionary": "Test Dictionary 2",
18605 "dictionaryIndex": 0,
18606 "dictionaryAlias": "termsDictAlias",
18607 "hasReading": false,
18608 "frequency": 0,
18609 "displayValue": "four",
18610 "displayValueParsed": true
18611 },
18612 {
18613 "index": 2,
18614 "headwordIndex": 0,
18615 "dictionary": "Test Dictionary 2",
18616 "dictionaryIndex": 0,
18617 "dictionaryAlias": "termsDictAlias",
18618 "hasReading": false,
18619 "frequency": 5,
18620 "displayValue": "five (5)",
18621 "displayValueParsed": true
18622 },
18623 {
18624 "index": 3,
18625 "headwordIndex": 0,
18626 "dictionary": "Test Dictionary 2",
18627 "dictionaryIndex": 0,
18628 "dictionaryAlias": "termsDictAlias",
18629 "hasReading": true,
18630 "frequency": 9,
18631 "displayValue": null,
18632 "displayValueParsed": false
18633 },
18634 {
18635 "index": 4,
18636 "headwordIndex": 0,
18637 "dictionary": "Test Dictionary 2",
18638 "dictionaryIndex": 0,
18639 "dictionaryAlias": "termsDictAlias",
18640 "hasReading": true,
18641 "frequency": 0,
18642 "displayValue": "fifteen",
18643 "displayValueParsed": true
18644 },
18645 {
18646 "index": 5,
18647 "headwordIndex": 0,
18648 "dictionary": "Test Dictionary 2",
18649 "dictionaryIndex": 0,
18650 "dictionaryAlias": "termsDictAlias",
18651 "hasReading": true,
18652 "frequency": 21,
18653 "displayValue": "twenty-one (21)",
18654 "displayValueParsed": true
18655 },
18656 {
18657 "index": 6,
18658 "headwordIndex": 0,
18659 "dictionary": "Test Dictionary 2",
18660 "dictionaryIndex": 0,
18661 "dictionaryAlias": "termsDictAlias",
18662 "hasReading": true,
18663 "frequency": 27,
18664 "displayValue": "twenty-seven",
18665 "displayValueParsed": false
18666 }
18667 ]
18668 }
18669 ]
18670 },
18671 {
18672 "name": "Test non-empty replacement",
18673 "originalTextLength": 4,
18674 "dictionaryEntries": [
18675 {
18676 "type": "term",
18677 "isPrimary": true,
18678 "textProcessorRuleChainCandidates": [
18679 [
18680 "Text Replacement 1"
18681 ]
18682 ],
18683 "inflectionRuleChainCandidates": [
18684 {
18685 "source": "algorithm",
18686 "inflectionRules": [
18687 {
18688 "name": "continuative",
18689 "description": "Used to indicate actions that are (being) carried out.\nRefers to 連用形, the part of the verb after conjugating with -ます and dropping ます."
18690 }
18691 ]
18692 }
18693 ],
18694 "score": 100,
18695 "frequencyOrder": 0,
18696 "dictionaryIndex": 0,
18697 "dictionaryAlias": "termsDictAlias",
18698 "sourceTermExactMatchCount": 0,
18699 "matchPrimaryReading": false,
18700 "maxOriginalTextLength": 4,
18701 "headwords": [
18702 {
18703 "index": 0,
18704 "term": "読む",
18705 "reading": "よむ",
18706 "sources": [
18707 {
18708 "originalText": "test",
18709 "transformedText": "よみ",
18710 "deinflectedText": "よむ",
18711 "matchType": "exact",
18712 "matchSource": "reading",
18713 "isPrimary": true
18714 }
18715 ],
18716 "tags": [
18717 {
18718 "name": "E1",
18719 "category": "default",
18720 "order": 0,
18721 "score": 0,
18722 "content": [
18723 "example tag 1"
18724 ],
18725 "dictionaries": [
18726 "Test Dictionary 2"
18727 ],
18728 "redundant": false
18729 },
18730 {
18731 "name": "P",
18732 "category": "popular",
18733 "order": 0,
18734 "score": 0,
18735 "content": [
18736 "popular term"
18737 ],
18738 "dictionaries": [
18739 "Test Dictionary 2"
18740 ],
18741 "redundant": false
18742 }
18743 ],
18744 "wordClasses": [
18745 "v5"
18746 ]
18747 }
18748 ],
18749 "definitions": [
18750 {
18751 "index": 0,
18752 "headwordIndices": [
18753 0
18754 ],
18755 "dictionary": "Test Dictionary 2",
18756 "dictionaryIndex": 0,
18757 "dictionaryAlias": "termsDictAlias",
18758 "id": 12,
18759 "score": 100,
18760 "frequencyOrder": 0,
18761 "sequences": [
18762 6
18763 ],
18764 "isPrimary": true,
18765 "tags": [
18766 {
18767 "name": "vt",
18768 "category": "partOfSpeech",
18769 "order": 0,
18770 "score": 0,
18771 "content": [
18772 "transitive verb"
18773 ],
18774 "dictionaries": [
18775 "Test Dictionary 2"
18776 ],
18777 "redundant": false
18778 }
18779 ],
18780 "entries": [
18781 "to read"
18782 ]
18783 }
18784 ],
18785 "pronunciations": [],
18786 "frequencies": []
18787 }
18788 ]
18789 },
18790 {
18791 "name": "Test non-empty replacement at end",
18792 "originalTextLength": 5,
18793 "dictionaryEntries": [
18794 {
18795 "type": "term",
18796 "isPrimary": true,
18797 "textProcessorRuleChainCandidates": [
18798 [
18799 "Text Replacement 1"
18800 ]
18801 ],
18802 "inflectionRuleChainCandidates": [
18803 {
18804 "source": "algorithm",
18805 "inflectionRules": []
18806 }
18807 ],
18808 "score": 90,
18809 "frequencyOrder": 0,
18810 "dictionaryIndex": 0,
18811 "dictionaryAlias": "termsDictAlias",
18812 "sourceTermExactMatchCount": 0,
18813 "matchPrimaryReading": false,
18814 "maxOriginalTextLength": 5,
18815 "headwords": [
18816 {
18817 "index": 0,
18818 "term": "強み",
18819 "reading": "つよみ",
18820 "sources": [
18821 {
18822 "originalText": "つtest",
18823 "transformedText": "つよみ",
18824 "deinflectedText": "つよみ",
18825 "matchType": "exact",
18826 "matchSource": "reading",
18827 "isPrimary": true
18828 }
18829 ],
18830 "tags": [
18831 {
18832 "name": "E1",
18833 "category": "default",
18834 "order": 0,
18835 "score": 0,
18836 "content": [
18837 "example tag 1"
18838 ],
18839 "dictionaries": [
18840 "Test Dictionary 2"
18841 ],
18842 "redundant": false
18843 },
18844 {
18845 "name": "P",
18846 "category": "popular",
18847 "order": 0,
18848 "score": 0,
18849 "content": [
18850 "popular term"
18851 ],
18852 "dictionaries": [
18853 "Test Dictionary 2"
18854 ],
18855 "redundant": false
18856 }
18857 ],
18858 "wordClasses": [
18859 "n"
18860 ]
18861 }
18862 ],
18863 "definitions": [
18864 {
18865 "index": 0,
18866 "headwordIndices": [
18867 0
18868 ],
18869 "dictionary": "Test Dictionary 2",
18870 "dictionaryIndex": 0,
18871 "dictionaryAlias": "termsDictAlias",
18872 "id": 13,
18873 "score": 90,
18874 "frequencyOrder": 0,
18875 "sequences": [
18876 7
18877 ],
18878 "isPrimary": true,
18879 "tags": [
18880 {
18881 "name": "n",
18882 "category": "partOfSpeech",
18883 "order": 0,
18884 "score": 0,
18885 "content": [
18886 "noun"
18887 ],
18888 "dictionaries": [
18889 "Test Dictionary 2"
18890 ],
18891 "redundant": false
18892 }
18893 ],
18894 "entries": [
18895 "strong point"
18896 ]
18897 }
18898 ],
18899 "pronunciations": [],
18900 "frequencies": []
18901 }
18902 ]
18903 },
18904 {
18905 "name": "Test non-empty replacement at start",
18906 "originalTextLength": 7,
18907 "dictionaryEntries": [
18908 {
18909 "type": "term",
18910 "isPrimary": true,
18911 "textProcessorRuleChainCandidates": [
18912 [
18913 "Text Replacement 1"
18914 ]
18915 ],
18916 "inflectionRuleChainCandidates": [
18917 {
18918 "source": "algorithm",
18919 "inflectionRules": [
18920 {
18921 "name": "-ます",
18922 "description": "Polite conjugation of verbs and adjectives.\nUsage: Attach ます to the continuative form (連用形) of verbs."
18923 },
18924 {
18925 "name": "-た",
18926 "description": "1. Indicates a reality that has happened in the past.\n2. Indicates the completion of an action.\n3. Indicates the confirmation of a matter.\n4. Indicates the speaker's confidence that the action will definitely be fulfilled.\n5. Indicates the events that occur before the main clause are represented as relative past.\n6. Indicates a mild imperative/command.\nUsage: Attach た to the continuative form (連用形) of verbs after euphonic change form, かった to the stem of i-adjectives."
18927 }
18928 ]
18929 }
18930 ],
18931 "score": 100,
18932 "frequencyOrder": 0,
18933 "dictionaryIndex": 0,
18934 "dictionaryAlias": "termsDictAlias",
18935 "sourceTermExactMatchCount": 0,
18936 "matchPrimaryReading": false,
18937 "maxOriginalTextLength": 7,
18938 "headwords": [
18939 {
18940 "index": 0,
18941 "term": "読む",
18942 "reading": "よむ",
18943 "sources": [
18944 {
18945 "originalText": "testました",
18946 "transformedText": "よみました",
18947 "deinflectedText": "よむ",
18948 "matchType": "exact",
18949 "matchSource": "reading",
18950 "isPrimary": true
18951 }
18952 ],
18953 "tags": [
18954 {
18955 "name": "E1",
18956 "category": "default",
18957 "order": 0,
18958 "score": 0,
18959 "content": [
18960 "example tag 1"
18961 ],
18962 "dictionaries": [
18963 "Test Dictionary 2"
18964 ],
18965 "redundant": false
18966 },
18967 {
18968 "name": "P",
18969 "category": "popular",
18970 "order": 0,
18971 "score": 0,
18972 "content": [
18973 "popular term"
18974 ],
18975 "dictionaries": [
18976 "Test Dictionary 2"
18977 ],
18978 "redundant": false
18979 }
18980 ],
18981 "wordClasses": [
18982 "v5"
18983 ]
18984 }
18985 ],
18986 "definitions": [
18987 {
18988 "index": 0,
18989 "headwordIndices": [
18990 0
18991 ],
18992 "dictionary": "Test Dictionary 2",
18993 "dictionaryIndex": 0,
18994 "dictionaryAlias": "termsDictAlias",
18995 "id": 12,
18996 "score": 100,
18997 "frequencyOrder": 0,
18998 "sequences": [
18999 6
19000 ],
19001 "isPrimary": true,
19002 "tags": [
19003 {
19004 "name": "vt",
19005 "category": "partOfSpeech",
19006 "order": 0,
19007 "score": 0,
19008 "content": [
19009 "transitive verb"
19010 ],
19011 "dictionaries": [
19012 "Test Dictionary 2"
19013 ],
19014 "redundant": false
19015 }
19016 ],
19017 "entries": [
19018 "to read"
19019 ]
19020 }
19021 ],
19022 "pronunciations": [],
19023 "frequencies": []
19024 }
19025 ]
19026 },
19027 {
19028 "name": "Search merged mode with non-primary definitions",
19029 "originalTextLength": 4,
19030 "dictionaryEntries": [
19031 {
19032 "type": "term",
19033 "isPrimary": true,
19034 "textProcessorRuleChainCandidates": [
19035 []
19036 ],
19037 "inflectionRuleChainCandidates": [
19038 {
19039 "source": "algorithm",
19040 "inflectionRules": []
19041 }
19042 ],
19043 "score": 10,
19044 "frequencyOrder": 0,
19045 "dictionaryIndex": 0,
19046 "dictionaryAlias": "",
19047 "sourceTermExactMatchCount": 0,
19048 "matchPrimaryReading": false,
19049 "maxOriginalTextLength": 4,
19050 "headwords": [
19051 {
19052 "index": 0,
19053 "term": "打ち込む",
19054 "reading": "うちこむ",
19055 "sources": [
19056 {
19057 "originalText": "うちこむ",
19058 "transformedText": "うちこむ",
19059 "deinflectedText": "うちこむ",
19060 "matchType": "exact",
19061 "matchSource": "reading",
19062 "isPrimary": true
19063 }
19064 ],
19065 "tags": [
19066 {
19067 "name": "E1",
19068 "category": "default",
19069 "order": 0,
19070 "score": 0,
19071 "content": [
19072 "example tag 1"
19073 ],
19074 "dictionaries": [
19075 "Test Dictionary 2"
19076 ],
19077 "redundant": false
19078 },
19079 {
19080 "name": "E2",
19081 "category": "default",
19082 "order": 0,
19083 "score": 0,
19084 "content": [
19085 "example tag 2"
19086 ],
19087 "dictionaries": [
19088 "Test Dictionary 2"
19089 ],
19090 "redundant": false
19091 },
19092 {
19093 "name": "P",
19094 "category": "popular",
19095 "order": 0,
19096 "score": 0,
19097 "content": [
19098 "popular term"
19099 ],
19100 "dictionaries": [
19101 "Test Dictionary 2"
19102 ],
19103 "redundant": false
19104 }
19105 ],
19106 "wordClasses": [
19107 "v5"
19108 ]
19109 },
19110 {
19111 "index": 1,
19112 "term": "打ち込む",
19113 "reading": "ぶちこむ",
19114 "sources": [
19115 {
19116 "originalText": "打ち込む",
19117 "transformedText": "打ち込む",
19118 "deinflectedText": "打ち込む",
19119 "matchType": "exact",
19120 "matchSource": "sequence",
19121 "isPrimary": false
19122 }
19123 ],
19124 "tags": [
19125 {
19126 "name": "E1",
19127 "category": "default",
19128 "order": 0,
19129 "score": 0,
19130 "content": [
19131 "example tag 1"
19132 ],
19133 "dictionaries": [
19134 "Test Dictionary 2"
19135 ],
19136 "redundant": false
19137 },
19138 {
19139 "name": "E2",
19140 "category": "default",
19141 "order": 0,
19142 "score": 0,
19143 "content": [
19144 "example tag 2"
19145 ],
19146 "dictionaries": [
19147 "Test Dictionary 2"
19148 ],
19149 "redundant": false
19150 },
19151 {
19152 "name": "P",
19153 "category": "popular",
19154 "order": 0,
19155 "score": 0,
19156 "content": [
19157 "popular term"
19158 ],
19159 "dictionaries": [
19160 "Test Dictionary 2"
19161 ],
19162 "redundant": false
19163 }
19164 ],
19165 "wordClasses": [
19166 "v5"
19167 ]
19168 }
19169 ],
19170 "definitions": [
19171 {
19172 "index": 0,
19173 "headwordIndices": [
19174 0
19175 ],
19176 "dictionary": "Test Dictionary 2",
19177 "dictionaryIndex": 0,
19178 "dictionaryAlias": "termsDictAlias",
19179 "id": 7,
19180 "score": 10,
19181 "frequencyOrder": 0,
19182 "sequences": [
19183 4
19184 ],
19185 "isPrimary": true,
19186 "tags": [
19187 {
19188 "name": "vt",
19189 "category": "partOfSpeech",
19190 "order": 0,
19191 "score": 0,
19192 "content": [
19193 "transitive verb"
19194 ],
19195 "dictionaries": [
19196 "Test Dictionary 2"
19197 ],
19198 "redundant": false
19199 }
19200 ],
19201 "entries": [
19202 "uchikomu definition 1",
19203 "uchikomu definition 2"
19204 ]
19205 },
19206 {
19207 "index": 2,
19208 "headwordIndices": [
19209 1
19210 ],
19211 "dictionary": "Test Dictionary 2",
19212 "dictionaryIndex": 0,
19213 "dictionaryAlias": "termsDictAlias",
19214 "id": 9,
19215 "score": 10,
19216 "frequencyOrder": 0,
19217 "sequences": [
19218 4
19219 ],
19220 "isPrimary": false,
19221 "tags": [
19222 {
19223 "name": "vt",
19224 "category": "partOfSpeech",
19225 "order": 0,
19226 "score": 0,
19227 "content": [
19228 "transitive verb"
19229 ],
19230 "dictionaries": [
19231 "Test Dictionary 2"
19232 ],
19233 "redundant": true
19234 }
19235 ],
19236 "entries": [
19237 "buchikomu definition 1",
19238 "buchikomu definition 2"
19239 ]
19240 },
19241 {
19242 "index": 1,
19243 "headwordIndices": [
19244 0
19245 ],
19246 "dictionary": "Test Dictionary 2",
19247 "dictionaryIndex": 0,
19248 "dictionaryAlias": "termsDictAlias",
19249 "id": 8,
19250 "score": 1,
19251 "frequencyOrder": 0,
19252 "sequences": [
19253 4
19254 ],
19255 "isPrimary": true,
19256 "tags": [
19257 {
19258 "name": "vt",
19259 "category": "partOfSpeech",
19260 "order": 0,
19261 "score": 0,
19262 "content": [
19263 "transitive verb"
19264 ],
19265 "dictionaries": [
19266 "Test Dictionary 2"
19267 ],
19268 "redundant": true
19269 }
19270 ],
19271 "entries": [
19272 "uchikomu definition 3",
19273 "uchikomu definition 4"
19274 ]
19275 },
19276 {
19277 "index": 3,
19278 "headwordIndices": [
19279 1
19280 ],
19281 "dictionary": "Test Dictionary 2",
19282 "dictionaryIndex": 0,
19283 "dictionaryAlias": "termsDictAlias",
19284 "id": 10,
19285 "score": 1,
19286 "frequencyOrder": 0,
19287 "sequences": [
19288 4
19289 ],
19290 "isPrimary": false,
19291 "tags": [
19292 {
19293 "name": "vt",
19294 "category": "partOfSpeech",
19295 "order": 0,
19296 "score": 0,
19297 "content": [
19298 "transitive verb"
19299 ],
19300 "dictionaries": [
19301 "Test Dictionary 2"
19302 ],
19303 "redundant": true
19304 }
19305 ],
19306 "entries": [
19307 "buchikomu definition 3",
19308 "buchikomu definition 4"
19309 ]
19310 }
19311 ],
19312 "pronunciations": [
19313 {
19314 "index": 0,
19315 "headwordIndex": 0,
19316 "dictionary": "Test Dictionary 2",
19317 "dictionaryIndex": 0,
19318 "dictionaryAlias": "termsDictAlias",
19319 "pronunciations": [
19320 {
19321 "type": "pitch-accent",
19322 "positions": 0,
19323 "nasalPositions": [],
19324 "devoicePositions": [],
19325 "tags": []
19326 },
19327 {
19328 "type": "pitch-accent",
19329 "positions": 3,
19330 "nasalPositions": [],
19331 "devoicePositions": [],
19332 "tags": []
19333 }
19334 ]
19335 },
19336 {
19337 "index": 1,
19338 "headwordIndex": 0,
19339 "dictionary": "Test Dictionary 2",
19340 "dictionaryIndex": 0,
19341 "dictionaryAlias": "termsDictAlias",
19342 "pronunciations": [
19343 {
19344 "type": "pitch-accent",
19345 "positions": "HHHHH",
19346 "nasalPositions": [],
19347 "devoicePositions": [],
19348 "tags": []
19349 },
19350 {
19351 "type": "pitch-accent",
19352 "positions": "HHHHL",
19353 "nasalPositions": [],
19354 "devoicePositions": [],
19355 "tags": []
19356 },
19357 {
19358 "type": "pitch-accent",
19359 "positions": "HHHH",
19360 "nasalPositions": [],
19361 "devoicePositions": [],
19362 "tags": []
19363 },
19364 {
19365 "type": "pitch-accent",
19366 "positions": "HHHL",
19367 "nasalPositions": [],
19368 "devoicePositions": [],
19369 "tags": []
19370 },
19371 {
19372 "type": "pitch-accent",
19373 "positions": "HHLH",
19374 "nasalPositions": [],
19375 "devoicePositions": [],
19376 "tags": []
19377 },
19378 {
19379 "type": "pitch-accent",
19380 "positions": "HHLL",
19381 "nasalPositions": [],
19382 "devoicePositions": [
19383 2
19384 ],
19385 "tags": []
19386 },
19387 {
19388 "type": "pitch-accent",
19389 "positions": "HLHH",
19390 "nasalPositions": [],
19391 "devoicePositions": [],
19392 "tags": []
19393 },
19394 {
19395 "type": "pitch-accent",
19396 "positions": "HLHL",
19397 "nasalPositions": [],
19398 "devoicePositions": [],
19399 "tags": []
19400 },
19401 {
19402 "type": "pitch-accent",
19403 "positions": "HLLH",
19404 "nasalPositions": [],
19405 "devoicePositions": [],
19406 "tags": []
19407 },
19408 {
19409 "type": "pitch-accent",
19410 "positions": "HLLL",
19411 "nasalPositions": [
19412 3
19413 ],
19414 "devoicePositions": [],
19415 "tags": []
19416 },
19417 {
19418 "type": "pitch-accent",
19419 "positions": "LHHH",
19420 "nasalPositions": [],
19421 "devoicePositions": [],
19422 "tags": []
19423 },
19424 {
19425 "type": "pitch-accent",
19426 "positions": "LHHL",
19427 "nasalPositions": [],
19428 "devoicePositions": [],
19429 "tags": []
19430 },
19431 {
19432 "type": "pitch-accent",
19433 "positions": "LHLH",
19434 "nasalPositions": [],
19435 "devoicePositions": [],
19436 "tags": []
19437 },
19438 {
19439 "type": "pitch-accent",
19440 "positions": "LHLL",
19441 "nasalPositions": [
19442 3
19443 ],
19444 "devoicePositions": [
19445 2
19446 ],
19447 "tags": []
19448 },
19449 {
19450 "type": "pitch-accent",
19451 "positions": "LLHH",
19452 "nasalPositions": [],
19453 "devoicePositions": [],
19454 "tags": []
19455 },
19456 {
19457 "type": "pitch-accent",
19458 "positions": "LLHL",
19459 "nasalPositions": [],
19460 "devoicePositions": [],
19461 "tags": []
19462 },
19463 {
19464 "type": "pitch-accent",
19465 "positions": "LLLH",
19466 "nasalPositions": [],
19467 "devoicePositions": [],
19468 "tags": []
19469 },
19470 {
19471 "type": "pitch-accent",
19472 "positions": "LLLL",
19473 "nasalPositions": [],
19474 "devoicePositions": [],
19475 "tags": []
19476 }
19477 ]
19478 },
19479 {
19480 "index": 2,
19481 "headwordIndex": 1,
19482 "dictionary": "Test Dictionary 2",
19483 "dictionaryIndex": 0,
19484 "dictionaryAlias": "termsDictAlias",
19485 "pronunciations": [
19486 {
19487 "type": "pitch-accent",
19488 "positions": 0,
19489 "nasalPositions": [],
19490 "devoicePositions": [],
19491 "tags": []
19492 },
19493 {
19494 "type": "pitch-accent",
19495 "positions": 3,
19496 "nasalPositions": [],
19497 "devoicePositions": [],
19498 "tags": []
19499 }
19500 ]
19501 }
19502 ],
19503 "frequencies": [
19504 {
19505 "index": 0,
19506 "headwordIndex": 0,
19507 "dictionary": "Test Dictionary 2",
19508 "dictionaryIndex": 0,
19509 "dictionaryAlias": "termsDictAlias",
19510 "hasReading": false,
19511 "frequency": 3,
19512 "displayValue": null,
19513 "displayValueParsed": false
19514 },
19515 {
19516 "index": 2,
19517 "headwordIndex": 0,
19518 "dictionary": "Test Dictionary 2",
19519 "dictionaryIndex": 0,
19520 "dictionaryAlias": "termsDictAlias",
19521 "hasReading": false,
19522 "frequency": 7,
19523 "displayValue": "seven",
19524 "displayValueParsed": false
19525 },
19526 {
19527 "index": 4,
19528 "headwordIndex": 0,
19529 "dictionary": "Test Dictionary 2",
19530 "dictionaryIndex": 0,
19531 "dictionaryAlias": "termsDictAlias",
19532 "hasReading": true,
19533 "frequency": 12,
19534 "displayValue": null,
19535 "displayValueParsed": false
19536 },
19537 {
19538 "index": 6,
19539 "headwordIndex": 0,
19540 "dictionary": "Test Dictionary 2",
19541 "dictionaryIndex": 0,
19542 "dictionaryAlias": "termsDictAlias",
19543 "hasReading": true,
19544 "frequency": 0,
19545 "displayValue": "eighteen",
19546 "displayValueParsed": true
19547 },
19548 {
19549 "index": 8,
19550 "headwordIndex": 0,
19551 "dictionary": "Test Dictionary 2",
19552 "dictionaryIndex": 0,
19553 "dictionaryAlias": "termsDictAlias",
19554 "hasReading": true,
19555 "frequency": 24,
19556 "displayValue": "twenty-four (24)",
19557 "displayValueParsed": true
19558 },
19559 {
19560 "index": 10,
19561 "headwordIndex": 0,
19562 "dictionary": "Test Dictionary 2",
19563 "dictionaryIndex": 0,
19564 "dictionaryAlias": "termsDictAlias",
19565 "hasReading": true,
19566 "frequency": 30,
19567 "displayValue": null,
19568 "displayValueParsed": false
19569 },
19570 {
19571 "index": 1,
19572 "headwordIndex": 1,
19573 "dictionary": "Test Dictionary 2",
19574 "dictionaryIndex": 0,
19575 "dictionaryAlias": "termsDictAlias",
19576 "hasReading": false,
19577 "frequency": 3,
19578 "displayValue": null,
19579 "displayValueParsed": false
19580 },
19581 {
19582 "index": 3,
19583 "headwordIndex": 1,
19584 "dictionary": "Test Dictionary 2",
19585 "dictionaryIndex": 0,
19586 "dictionaryAlias": "termsDictAlias",
19587 "hasReading": false,
19588 "frequency": 7,
19589 "displayValue": "seven",
19590 "displayValueParsed": false
19591 },
19592 {
19593 "index": 5,
19594 "headwordIndex": 1,
19595 "dictionary": "Test Dictionary 2",
19596 "dictionaryIndex": 0,
19597 "dictionaryAlias": "termsDictAlias",
19598 "hasReading": true,
19599 "frequency": 13,
19600 "displayValue": null,
19601 "displayValueParsed": false
19602 },
19603 {
19604 "index": 7,
19605 "headwordIndex": 1,
19606 "dictionary": "Test Dictionary 2",
19607 "dictionaryIndex": 0,
19608 "dictionaryAlias": "termsDictAlias",
19609 "hasReading": true,
19610 "frequency": 0,
19611 "displayValue": "nineteen",
19612 "displayValueParsed": true
19613 },
19614 {
19615 "index": 9,
19616 "headwordIndex": 1,
19617 "dictionary": "Test Dictionary 2",
19618 "dictionaryIndex": 0,
19619 "dictionaryAlias": "termsDictAlias",
19620 "hasReading": true,
19621 "frequency": 25,
19622 "displayValue": "twenty-five (25)",
19623 "displayValueParsed": true
19624 },
19625 {
19626 "index": 11,
19627 "headwordIndex": 1,
19628 "dictionary": "Test Dictionary 2",
19629 "dictionaryIndex": 0,
19630 "dictionaryAlias": "termsDictAlias",
19631 "hasReading": true,
19632 "frequency": 31,
19633 "displayValue": "thirty-one",
19634 "displayValueParsed": false
19635 }
19636 ]
19637 },
19638 {
19639 "type": "term",
19640 "isPrimary": true,
19641 "textProcessorRuleChainCandidates": [
19642 []
19643 ],
19644 "inflectionRuleChainCandidates": [
19645 {
19646 "source": "algorithm",
19647 "inflectionRules": [
19648 {
19649 "name": "continuative",
19650 "description": "Used to indicate actions that are (being) carried out.\nRefers to 連用形, the part of the verb after conjugating with -ます and dropping ます."
19651 }
19652 ]
19653 }
19654 ],
19655 "score": 10,
19656 "frequencyOrder": 0,
19657 "dictionaryIndex": 0,
19658 "dictionaryAlias": "",
19659 "sourceTermExactMatchCount": 0,
19660 "matchPrimaryReading": false,
19661 "maxOriginalTextLength": 2,
19662 "headwords": [
19663 {
19664 "index": 0,
19665 "term": "打つ",
19666 "reading": "うつ",
19667 "sources": [
19668 {
19669 "originalText": "うち",
19670 "transformedText": "うち",
19671 "deinflectedText": "うつ",
19672 "matchType": "exact",
19673 "matchSource": "reading",
19674 "isPrimary": true
19675 }
19676 ],
19677 "tags": [
19678 {
19679 "name": "E1",
19680 "category": "default",
19681 "order": 0,
19682 "score": 0,
19683 "content": [
19684 "example tag 1"
19685 ],
19686 "dictionaries": [
19687 "Test Dictionary 2"
19688 ],
19689 "redundant": false
19690 },
19691 {
19692 "name": "E2",
19693 "category": "default",
19694 "order": 0,
19695 "score": 0,
19696 "content": [
19697 "example tag 2"
19698 ],
19699 "dictionaries": [
19700 "Test Dictionary 2"
19701 ],
19702 "redundant": false
19703 },
19704 {
19705 "name": "P",
19706 "category": "popular",
19707 "order": 0,
19708 "score": 0,
19709 "content": [
19710 "popular term"
19711 ],
19712 "dictionaries": [
19713 "Test Dictionary 2"
19714 ],
19715 "redundant": false
19716 }
19717 ],
19718 "wordClasses": [
19719 "v5"
19720 ]
19721 },
19722 {
19723 "index": 1,
19724 "term": "打つ",
19725 "reading": "ぶつ",
19726 "sources": [
19727 {
19728 "originalText": "打つ",
19729 "transformedText": "打つ",
19730 "deinflectedText": "打つ",
19731 "matchType": "exact",
19732 "matchSource": "sequence",
19733 "isPrimary": false
19734 }
19735 ],
19736 "tags": [
19737 {
19738 "name": "E1",
19739 "category": "default",
19740 "order": 0,
19741 "score": 0,
19742 "content": [
19743 "example tag 1"
19744 ],
19745 "dictionaries": [
19746 "Test Dictionary 2"
19747 ],
19748 "redundant": false
19749 },
19750 {
19751 "name": "E2",
19752 "category": "default",
19753 "order": 0,
19754 "score": 0,
19755 "content": [
19756 "example tag 2"
19757 ],
19758 "dictionaries": [
19759 "Test Dictionary 2"
19760 ],
19761 "redundant": false
19762 },
19763 {
19764 "name": "P",
19765 "category": "popular",
19766 "order": 0,
19767 "score": 0,
19768 "content": [
19769 "popular term"
19770 ],
19771 "dictionaries": [
19772 "Test Dictionary 2"
19773 ],
19774 "redundant": false
19775 }
19776 ],
19777 "wordClasses": [
19778 "v5"
19779 ]
19780 }
19781 ],
19782 "definitions": [
19783 {
19784 "index": 0,
19785 "headwordIndices": [
19786 0
19787 ],
19788 "dictionary": "Test Dictionary 2",
19789 "dictionaryIndex": 0,
19790 "dictionaryAlias": "termsDictAlias",
19791 "id": 3,
19792 "score": 10,
19793 "frequencyOrder": 0,
19794 "sequences": [
19795 3
19796 ],
19797 "isPrimary": true,
19798 "tags": [
19799 {
19800 "name": "vt",
19801 "category": "partOfSpeech",
19802 "order": 0,
19803 "score": 0,
19804 "content": [
19805 "transitive verb"
19806 ],
19807 "dictionaries": [
19808 "Test Dictionary 2"
19809 ],
19810 "redundant": false
19811 }
19812 ],
19813 "entries": [
19814 "utsu definition 1",
19815 "utsu definition 2"
19816 ]
19817 },
19818 {
19819 "index": 2,
19820 "headwordIndices": [
19821 1
19822 ],
19823 "dictionary": "Test Dictionary 2",
19824 "dictionaryIndex": 0,
19825 "dictionaryAlias": "termsDictAlias",
19826 "id": 5,
19827 "score": 10,
19828 "frequencyOrder": 0,
19829 "sequences": [
19830 3
19831 ],
19832 "isPrimary": false,
19833 "tags": [
19834 {
19835 "name": "vt",
19836 "category": "partOfSpeech",
19837 "order": 0,
19838 "score": 0,
19839 "content": [
19840 "transitive verb"
19841 ],
19842 "dictionaries": [
19843 "Test Dictionary 2"
19844 ],
19845 "redundant": true
19846 }
19847 ],
19848 "entries": [
19849 "butsu definition 1",
19850 "butsu definition 2"
19851 ]
19852 },
19853 {
19854 "index": 1,
19855 "headwordIndices": [
19856 0
19857 ],
19858 "dictionary": "Test Dictionary 2",
19859 "dictionaryIndex": 0,
19860 "dictionaryAlias": "termsDictAlias",
19861 "id": 4,
19862 "score": 1,
19863 "frequencyOrder": 0,
19864 "sequences": [
19865 3
19866 ],
19867 "isPrimary": true,
19868 "tags": [
19869 {
19870 "name": "vt",
19871 "category": "partOfSpeech",
19872 "order": 0,
19873 "score": 0,
19874 "content": [
19875 "transitive verb"
19876 ],
19877 "dictionaries": [
19878 "Test Dictionary 2"
19879 ],
19880 "redundant": true
19881 }
19882 ],
19883 "entries": [
19884 "utsu definition 3",
19885 "utsu definition 4"
19886 ]
19887 },
19888 {
19889 "index": 3,
19890 "headwordIndices": [
19891 1
19892 ],
19893 "dictionary": "Test Dictionary 2",
19894 "dictionaryIndex": 0,
19895 "dictionaryAlias": "termsDictAlias",
19896 "id": 6,
19897 "score": 1,
19898 "frequencyOrder": 0,
19899 "sequences": [
19900 3
19901 ],
19902 "isPrimary": false,
19903 "tags": [
19904 {
19905 "name": "vt",
19906 "category": "partOfSpeech",
19907 "order": 0,
19908 "score": 0,
19909 "content": [
19910 "transitive verb"
19911 ],
19912 "dictionaries": [
19913 "Test Dictionary 2"
19914 ],
19915 "redundant": true
19916 }
19917 ],
19918 "entries": [
19919 "butsu definition 3",
19920 "butsu definition 4"
19921 ]
19922 }
19923 ],
19924 "pronunciations": [],
19925 "frequencies": [
19926 {
19927 "index": 0,
19928 "headwordIndex": 0,
19929 "dictionary": "Test Dictionary 2",
19930 "dictionaryIndex": 0,
19931 "dictionaryAlias": "termsDictAlias",
19932 "hasReading": false,
19933 "frequency": 2,
19934 "displayValue": null,
19935 "displayValueParsed": false
19936 },
19937 {
19938 "index": 2,
19939 "headwordIndex": 0,
19940 "dictionary": "Test Dictionary 2",
19941 "dictionaryIndex": 0,
19942 "dictionaryAlias": "termsDictAlias",
19943 "hasReading": false,
19944 "frequency": 6,
19945 "displayValue": null,
19946 "displayValueParsed": false
19947 },
19948 {
19949 "index": 4,
19950 "headwordIndex": 0,
19951 "dictionary": "Test Dictionary 2",
19952 "dictionaryIndex": 0,
19953 "dictionaryAlias": "termsDictAlias",
19954 "hasReading": true,
19955 "frequency": 10,
19956 "displayValue": null,
19957 "displayValueParsed": false
19958 },
19959 {
19960 "index": 6,
19961 "headwordIndex": 0,
19962 "dictionary": "Test Dictionary 2",
19963 "dictionaryIndex": 0,
19964 "dictionaryAlias": "termsDictAlias",
19965 "hasReading": true,
19966 "frequency": 0,
19967 "displayValue": "sixteen",
19968 "displayValueParsed": true
19969 },
19970 {
19971 "index": 8,
19972 "headwordIndex": 0,
19973 "dictionary": "Test Dictionary 2",
19974 "dictionaryIndex": 0,
19975 "dictionaryAlias": "termsDictAlias",
19976 "hasReading": true,
19977 "frequency": 22,
19978 "displayValue": "twenty-two (22)",
19979 "displayValueParsed": true
19980 },
19981 {
19982 "index": 10,
19983 "headwordIndex": 0,
19984 "dictionary": "Test Dictionary 2",
19985 "dictionaryIndex": 0,
19986 "dictionaryAlias": "termsDictAlias",
19987 "hasReading": true,
19988 "frequency": 28,
19989 "displayValue": null,
19990 "displayValueParsed": false
19991 },
19992 {
19993 "index": 1,
19994 "headwordIndex": 1,
19995 "dictionary": "Test Dictionary 2",
19996 "dictionaryIndex": 0,
19997 "dictionaryAlias": "termsDictAlias",
19998 "hasReading": false,
19999 "frequency": 2,
20000 "displayValue": null,
20001 "displayValueParsed": false
20002 },
20003 {
20004 "index": 3,
20005 "headwordIndex": 1,
20006 "dictionary": "Test Dictionary 2",
20007 "dictionaryIndex": 0,
20008 "dictionaryAlias": "termsDictAlias",
20009 "hasReading": false,
20010 "frequency": 6,
20011 "displayValue": null,
20012 "displayValueParsed": false
20013 },
20014 {
20015 "index": 5,
20016 "headwordIndex": 1,
20017 "dictionary": "Test Dictionary 2",
20018 "dictionaryIndex": 0,
20019 "dictionaryAlias": "termsDictAlias",
20020 "hasReading": true,
20021 "frequency": 11,
20022 "displayValue": null,
20023 "displayValueParsed": false
20024 },
20025 {
20026 "index": 7,
20027 "headwordIndex": 1,
20028 "dictionary": "Test Dictionary 2",
20029 "dictionaryIndex": 0,
20030 "dictionaryAlias": "termsDictAlias",
20031 "hasReading": true,
20032 "frequency": 0,
20033 "displayValue": "seventeen",
20034 "displayValueParsed": true
20035 },
20036 {
20037 "index": 9,
20038 "headwordIndex": 1,
20039 "dictionary": "Test Dictionary 2",
20040 "dictionaryIndex": 0,
20041 "dictionaryAlias": "termsDictAlias",
20042 "hasReading": true,
20043 "frequency": 23,
20044 "displayValue": "twenty-three (23)",
20045 "displayValueParsed": true
20046 },
20047 {
20048 "index": 11,
20049 "headwordIndex": 1,
20050 "dictionary": "Test Dictionary 2",
20051 "dictionaryIndex": 0,
20052 "dictionaryAlias": "termsDictAlias",
20053 "hasReading": true,
20054 "frequency": 29,
20055 "displayValue": "twenty-nine",
20056 "displayValueParsed": false
20057 }
20058 ]
20059 }
20060 ]
20061 },
20062 {
20063 "name": "Test pronunciations 1",
20064 "originalTextLength": 3,
20065 "dictionaryEntries": [
20066 {
20067 "type": "term",
20068 "isPrimary": true,
20069 "textProcessorRuleChainCandidates": [
20070 []
20071 ],
20072 "inflectionRuleChainCandidates": [
20073 {
20074 "source": "algorithm",
20075 "inflectionRules": []
20076 }
20077 ],
20078 "score": 1,
20079 "frequencyOrder": 0,
20080 "dictionaryIndex": 0,
20081 "dictionaryAlias": "termsDictAlias",
20082 "sourceTermExactMatchCount": 1,
20083 "matchPrimaryReading": false,
20084 "maxOriginalTextLength": 3,
20085 "headwords": [
20086 {
20087 "index": 0,
20088 "term": "お手前",
20089 "reading": "おてまえ",
20090 "sources": [
20091 {
20092 "originalText": "お手前",
20093 "transformedText": "お手前",
20094 "deinflectedText": "お手前",
20095 "matchType": "exact",
20096 "matchSource": "term",
20097 "isPrimary": true
20098 }
20099 ],
20100 "tags": [],
20101 "wordClasses": [
20102 "n"
20103 ]
20104 }
20105 ],
20106 "definitions": [
20107 {
20108 "index": 0,
20109 "headwordIndices": [
20110 0
20111 ],
20112 "dictionary": "Test Dictionary 2",
20113 "dictionaryIndex": 0,
20114 "dictionaryAlias": "termsDictAlias",
20115 "id": 15,
20116 "score": 1,
20117 "frequencyOrder": 0,
20118 "sequences": [
20119 9
20120 ],
20121 "isPrimary": true,
20122 "tags": [
20123 {
20124 "name": "n",
20125 "category": "partOfSpeech",
20126 "order": 0,
20127 "score": 0,
20128 "content": [
20129 "noun"
20130 ],
20131 "dictionaries": [
20132 "Test Dictionary 2"
20133 ],
20134 "redundant": false
20135 }
20136 ],
20137 "entries": [
20138 "otemae definition"
20139 ]
20140 }
20141 ],
20142 "pronunciations": [
20143 {
20144 "index": 0,
20145 "headwordIndex": 0,
20146 "dictionary": "Test Dictionary 2",
20147 "dictionaryIndex": 0,
20148 "dictionaryAlias": "termsDictAlias",
20149 "pronunciations": [
20150 {
20151 "type": "pitch-accent",
20152 "positions": 2,
20153 "nasalPositions": [],
20154 "devoicePositions": [],
20155 "tags": [
20156 {
20157 "name": "P1",
20158 "category": "default",
20159 "order": 0,
20160 "score": 0,
20161 "content": [
20162 "example pitch tag 1"
20163 ],
20164 "dictionaries": [
20165 "Test Dictionary 2"
20166 ],
20167 "redundant": false
20168 }
20169 ]
20170 },
20171 {
20172 "type": "pitch-accent",
20173 "positions": 2,
20174 "nasalPositions": [],
20175 "devoicePositions": [],
20176 "tags": [
20177 {
20178 "name": "P2",
20179 "category": "default",
20180 "order": 0,
20181 "score": 0,
20182 "content": [
20183 "example pitch tag 2"
20184 ],
20185 "dictionaries": [
20186 "Test Dictionary 2"
20187 ],
20188 "redundant": false
20189 }
20190 ]
20191 },
20192 {
20193 "type": "pitch-accent",
20194 "positions": 0,
20195 "nasalPositions": [],
20196 "devoicePositions": [],
20197 "tags": [
20198 {
20199 "name": "P2",
20200 "category": "default",
20201 "order": 0,
20202 "score": 0,
20203 "content": [
20204 "example pitch tag 2"
20205 ],
20206 "dictionaries": [
20207 "Test Dictionary 2"
20208 ],
20209 "redundant": false
20210 }
20211 ]
20212 }
20213 ]
20214 }
20215 ],
20216 "frequencies": []
20217 }
20218 ]
20219 },
20220 {
20221 "name": "Test pronunciations 2",
20222 "originalTextLength": 2,
20223 "dictionaryEntries": [
20224 {
20225 "type": "term",
20226 "isPrimary": true,
20227 "textProcessorRuleChainCandidates": [
20228 []
20229 ],
20230 "inflectionRuleChainCandidates": [
20231 {
20232 "source": "algorithm",
20233 "inflectionRules": []
20234 }
20235 ],
20236 "score": 1,
20237 "frequencyOrder": 0,
20238 "dictionaryIndex": 0,
20239 "dictionaryAlias": "termsDictAlias",
20240 "sourceTermExactMatchCount": 1,
20241 "matchPrimaryReading": false,
20242 "maxOriginalTextLength": 2,
20243 "headwords": [
20244 {
20245 "index": 0,
20246 "term": "番号",
20247 "reading": "ばんごう",
20248 "sources": [
20249 {
20250 "originalText": "番号",
20251 "transformedText": "番号",
20252 "deinflectedText": "番号",
20253 "matchType": "exact",
20254 "matchSource": "term",
20255 "isPrimary": true
20256 }
20257 ],
20258 "tags": [],
20259 "wordClasses": [
20260 "n"
20261 ]
20262 }
20263 ],
20264 "definitions": [
20265 {
20266 "index": 0,
20267 "headwordIndices": [
20268 0
20269 ],
20270 "dictionary": "Test Dictionary 2",
20271 "dictionaryIndex": 0,
20272 "dictionaryAlias": "termsDictAlias",
20273 "id": 16,
20274 "score": 1,
20275 "frequencyOrder": 0,
20276 "sequences": [
20277 10
20278 ],
20279 "isPrimary": true,
20280 "tags": [
20281 {
20282 "name": "n",
20283 "category": "partOfSpeech",
20284 "order": 0,
20285 "score": 0,
20286 "content": [
20287 "noun"
20288 ],
20289 "dictionaries": [
20290 "Test Dictionary 2"
20291 ],
20292 "redundant": false
20293 }
20294 ],
20295 "entries": [
20296 "bangou definition"
20297 ]
20298 }
20299 ],
20300 "pronunciations": [
20301 {
20302 "index": 0,
20303 "headwordIndex": 0,
20304 "dictionary": "Test Dictionary 2",
20305 "dictionaryIndex": 0,
20306 "dictionaryAlias": "termsDictAlias",
20307 "pronunciations": [
20308 {
20309 "type": "pitch-accent",
20310 "positions": 3,
20311 "nasalPositions": [
20312 3
20313 ],
20314 "devoicePositions": [],
20315 "tags": []
20316 }
20317 ]
20318 }
20319 ],
20320 "frequencies": []
20321 }
20322 ]
20323 },
20324 {
20325 "name": "Test pronunciations 3",
20326 "originalTextLength": 2,
20327 "dictionaryEntries": [
20328 {
20329 "type": "term",
20330 "isPrimary": true,
20331 "textProcessorRuleChainCandidates": [
20332 []
20333 ],
20334 "inflectionRuleChainCandidates": [
20335 {
20336 "source": "algorithm",
20337 "inflectionRules": []
20338 }
20339 ],
20340 "score": 1,
20341 "frequencyOrder": 0,
20342 "dictionaryIndex": 0,
20343 "dictionaryAlias": "termsDictAlias",
20344 "sourceTermExactMatchCount": 1,
20345 "matchPrimaryReading": false,
20346 "maxOriginalTextLength": 2,
20347 "headwords": [
20348 {
20349 "index": 0,
20350 "term": "中腰",
20351 "reading": "ちゅうごし",
20352 "sources": [
20353 {
20354 "originalText": "中腰",
20355 "transformedText": "中腰",
20356 "deinflectedText": "中腰",
20357 "matchType": "exact",
20358 "matchSource": "term",
20359 "isPrimary": true
20360 }
20361 ],
20362 "tags": [],
20363 "wordClasses": [
20364 "n"
20365 ]
20366 }
20367 ],
20368 "definitions": [
20369 {
20370 "index": 0,
20371 "headwordIndices": [
20372 0
20373 ],
20374 "dictionary": "Test Dictionary 2",
20375 "dictionaryIndex": 0,
20376 "dictionaryAlias": "termsDictAlias",
20377 "id": 17,
20378 "score": 1,
20379 "frequencyOrder": 0,
20380 "sequences": [
20381 11
20382 ],
20383 "isPrimary": true,
20384 "tags": [
20385 {
20386 "name": "n",
20387 "category": "partOfSpeech",
20388 "order": 0,
20389 "score": 0,
20390 "content": [
20391 "noun"
20392 ],
20393 "dictionaries": [
20394 "Test Dictionary 2"
20395 ],
20396 "redundant": false
20397 }
20398 ],
20399 "entries": [
20400 "chuugoshi definition"
20401 ]
20402 }
20403 ],
20404 "pronunciations": [
20405 {
20406 "index": 0,
20407 "headwordIndex": 0,
20408 "dictionary": "Test Dictionary 2",
20409 "dictionaryIndex": 0,
20410 "dictionaryAlias": "termsDictAlias",
20411 "pronunciations": [
20412 {
20413 "type": "pitch-accent",
20414 "positions": 0,
20415 "nasalPositions": [
20416 3
20417 ],
20418 "devoicePositions": [],
20419 "tags": []
20420 }
20421 ]
20422 }
20423 ],
20424 "frequencies": []
20425 }
20426 ]
20427 },
20428 {
20429 "name": "Test pronunciations 4",
20430 "originalTextLength": 2,
20431 "dictionaryEntries": [
20432 {
20433 "type": "term",
20434 "isPrimary": true,
20435 "textProcessorRuleChainCandidates": [
20436 []
20437 ],
20438 "inflectionRuleChainCandidates": [
20439 {
20440 "source": "algorithm",
20441 "inflectionRules": []
20442 }
20443 ],
20444 "score": 1,
20445 "frequencyOrder": 0,
20446 "dictionaryIndex": 0,
20447 "dictionaryAlias": "termsDictAlias",
20448 "sourceTermExactMatchCount": 1,
20449 "matchPrimaryReading": false,
20450 "maxOriginalTextLength": 2,
20451 "headwords": [
20452 {
20453 "index": 0,
20454 "term": "所業",
20455 "reading": "しょぎょう",
20456 "sources": [
20457 {
20458 "originalText": "所業",
20459 "transformedText": "所業",
20460 "deinflectedText": "所業",
20461 "matchType": "exact",
20462 "matchSource": "term",
20463 "isPrimary": true
20464 }
20465 ],
20466 "tags": [],
20467 "wordClasses": [
20468 "n"
20469 ]
20470 }
20471 ],
20472 "definitions": [
20473 {
20474 "index": 0,
20475 "headwordIndices": [
20476 0
20477 ],
20478 "dictionary": "Test Dictionary 2",
20479 "dictionaryIndex": 0,
20480 "dictionaryAlias": "termsDictAlias",
20481 "id": 18,
20482 "score": 1,
20483 "frequencyOrder": 0,
20484 "sequences": [
20485 12
20486 ],
20487 "isPrimary": true,
20488 "tags": [
20489 {
20490 "name": "n",
20491 "category": "partOfSpeech",
20492 "order": 0,
20493 "score": 0,
20494 "content": [
20495 "noun"
20496 ],
20497 "dictionaries": [
20498 "Test Dictionary 2"
20499 ],
20500 "redundant": false
20501 }
20502 ],
20503 "entries": [
20504 "shogyouu definition"
20505 ]
20506 }
20507 ],
20508 "pronunciations": [
20509 {
20510 "index": 0,
20511 "headwordIndex": 0,
20512 "dictionary": "Test Dictionary 2",
20513 "dictionaryIndex": 0,
20514 "dictionaryAlias": "termsDictAlias",
20515 "pronunciations": [
20516 {
20517 "type": "pitch-accent",
20518 "positions": 0,
20519 "nasalPositions": [
20520 2
20521 ],
20522 "devoicePositions": [],
20523 "tags": []
20524 }
20525 ]
20526 }
20527 ],
20528 "frequencies": []
20529 }
20530 ]
20531 },
20532 {
20533 "name": "Test pronunciations 5",
20534 "originalTextLength": 4,
20535 "dictionaryEntries": [
20536 {
20537 "type": "term",
20538 "isPrimary": true,
20539 "textProcessorRuleChainCandidates": [
20540 []
20541 ],
20542 "inflectionRuleChainCandidates": [
20543 {
20544 "source": "algorithm",
20545 "inflectionRules": []
20546 }
20547 ],
20548 "score": 1,
20549 "frequencyOrder": 0,
20550 "dictionaryIndex": 0,
20551 "dictionaryAlias": "termsDictAlias",
20552 "sourceTermExactMatchCount": 1,
20553 "matchPrimaryReading": false,
20554 "maxOriginalTextLength": 4,
20555 "headwords": [
20556 {
20557 "index": 0,
20558 "term": "土木工事",
20559 "reading": "どぼくこうじ",
20560 "sources": [
20561 {
20562 "originalText": "土木工事",
20563 "transformedText": "土木工事",
20564 "deinflectedText": "土木工事",
20565 "matchType": "exact",
20566 "matchSource": "term",
20567 "isPrimary": true
20568 }
20569 ],
20570 "tags": [],
20571 "wordClasses": [
20572 "n"
20573 ]
20574 }
20575 ],
20576 "definitions": [
20577 {
20578 "index": 0,
20579 "headwordIndices": [
20580 0
20581 ],
20582 "dictionary": "Test Dictionary 2",
20583 "dictionaryIndex": 0,
20584 "dictionaryAlias": "termsDictAlias",
20585 "id": 19,
20586 "score": 1,
20587 "frequencyOrder": 0,
20588 "sequences": [
20589 13
20590 ],
20591 "isPrimary": true,
20592 "tags": [
20593 {
20594 "name": "n",
20595 "category": "partOfSpeech",
20596 "order": 0,
20597 "score": 0,
20598 "content": [
20599 "noun"
20600 ],
20601 "dictionaries": [
20602 "Test Dictionary 2"
20603 ],
20604 "redundant": false
20605 }
20606 ],
20607 "entries": [
20608 "dobokukouji definition"
20609 ]
20610 }
20611 ],
20612 "pronunciations": [
20613 {
20614 "index": 0,
20615 "headwordIndex": 0,
20616 "dictionary": "Test Dictionary 2",
20617 "dictionaryIndex": 0,
20618 "dictionaryAlias": "termsDictAlias",
20619 "pronunciations": [
20620 {
20621 "type": "pitch-accent",
20622 "positions": 4,
20623 "nasalPositions": [],
20624 "devoicePositions": [
20625 3
20626 ],
20627 "tags": []
20628 }
20629 ]
20630 }
20631 ],
20632 "frequencies": []
20633 }
20634 ]
20635 },
20636 {
20637 "name": "Test pronunciations 6 - phonetic transcriptions",
20638 "originalTextLength": 2,
20639 "dictionaryEntries": [
20640 {
20641 "type": "term",
20642 "isPrimary": true,
20643 "textProcessorRuleChainCandidates": [
20644 []
20645 ],
20646 "inflectionRuleChainCandidates": [
20647 {
20648 "source": "algorithm",
20649 "inflectionRules": []
20650 }
20651 ],
20652 "score": 1,
20653 "frequencyOrder": 0,
20654 "dictionaryIndex": 0,
20655 "dictionaryAlias": "termsDictAlias",
20656 "sourceTermExactMatchCount": 1,
20657 "matchPrimaryReading": false,
20658 "maxOriginalTextLength": 2,
20659 "headwords": [
20660 {
20661 "index": 0,
20662 "term": "好き",
20663 "reading": "すき",
20664 "sources": [
20665 {
20666 "originalText": "好き",
20667 "transformedText": "好き",
20668 "deinflectedText": "好き",
20669 "matchType": "exact",
20670 "matchSource": "term",
20671 "isPrimary": true
20672 }
20673 ],
20674 "tags": [],
20675 "wordClasses": []
20676 }
20677 ],
20678 "definitions": [
20679 {
20680 "index": 0,
20681 "headwordIndices": [
20682 0
20683 ],
20684 "dictionary": "Test Dictionary 2",
20685 "dictionaryIndex": 0,
20686 "dictionaryAlias": "termsDictAlias",
20687 "id": 20,
20688 "score": 1,
20689 "frequencyOrder": 0,
20690 "sequences": [
20691 14
20692 ],
20693 "isPrimary": true,
20694 "tags": [
20695 {
20696 "name": "adj-na",
20697 "category": "default",
20698 "order": 0,
20699 "score": 0,
20700 "content": [],
20701 "dictionaries": [
20702 "Test Dictionary 2"
20703 ],
20704 "redundant": false
20705 },
20706 {
20707 "name": "n",
20708 "category": "partOfSpeech",
20709 "order": 0,
20710 "score": 0,
20711 "content": [
20712 "noun"
20713 ],
20714 "dictionaries": [
20715 "Test Dictionary 2"
20716 ],
20717 "redundant": false
20718 }
20719 ],
20720 "entries": [
20721 "suki definition"
20722 ]
20723 }
20724 ],
20725 "pronunciations": [
20726 {
20727 "index": 0,
20728 "headwordIndex": 0,
20729 "dictionary": "Test Dictionary 2",
20730 "dictionaryIndex": 0,
20731 "dictionaryAlias": "termsDictAlias",
20732 "pronunciations": [
20733 {
20734 "type": "phonetic-transcription",
20735 "ipa": "[sɨᵝkʲi]",
20736 "tags": [
20737 {
20738 "name": "東京",
20739 "category": "default",
20740 "order": 0,
20741 "score": 0,
20742 "content": [],
20743 "dictionaries": [
20744 "Test Dictionary 2"
20745 ],
20746 "redundant": false
20747 }
20748 ]
20749 }
20750 ]
20751 }
20752 ],
20753 "frequencies": []
20754 }
20755 ]
20756 },
20757 {
20758 "name": "Structured content test",
20759 "originalTextLength": 2,
20760 "dictionaryEntries": [
20761 {
20762 "type": "term",
20763 "isPrimary": true,
20764 "textProcessorRuleChainCandidates": [
20765 []
20766 ],
20767 "inflectionRuleChainCandidates": [
20768 {
20769 "source": "algorithm",
20770 "inflectionRules": []
20771 }
20772 ],
20773 "score": 35,
20774 "frequencyOrder": 0,
20775 "dictionaryIndex": 0,
20776 "dictionaryAlias": "termsDictAlias",
20777 "sourceTermExactMatchCount": 1,
20778 "matchPrimaryReading": false,
20779 "maxOriginalTextLength": 2,
20780 "headwords": [
20781 {
20782 "index": 0,
20783 "term": "構造",
20784 "reading": "こうぞう",
20785 "sources": [
20786 {
20787 "originalText": "構造",
20788 "transformedText": "構造",
20789 "deinflectedText": "構造",
20790 "matchType": "exact",
20791 "matchSource": "term",
20792 "isPrimary": true
20793 }
20794 ],
20795 "tags": [
20796 {
20797 "name": "E1",
20798 "category": "default",
20799 "order": 0,
20800 "score": 0,
20801 "content": [
20802 "example tag 1"
20803 ],
20804 "dictionaries": [
20805 "Test Dictionary 2"
20806 ],
20807 "redundant": false
20808 },
20809 {
20810 "name": "P",
20811 "category": "popular",
20812 "order": 0,
20813 "score": 0,
20814 "content": [
20815 "popular term"
20816 ],
20817 "dictionaries": [
20818 "Test Dictionary 2"
20819 ],
20820 "redundant": false
20821 }
20822 ],
20823 "wordClasses": [
20824 "n"
20825 ]
20826 }
20827 ],
20828 "definitions": [
20829 {
20830 "index": 0,
20831 "headwordIndices": [
20832 0
20833 ],
20834 "dictionary": "Test Dictionary 2",
20835 "dictionaryIndex": 0,
20836 "dictionaryAlias": "termsDictAlias",
20837 "id": 22,
20838 "score": 35,
20839 "frequencyOrder": 0,
20840 "sequences": [
20841 101
20842 ],
20843 "isPrimary": true,
20844 "tags": [
20845 {
20846 "name": "n",
20847 "category": "partOfSpeech",
20848 "order": 0,
20849 "score": 0,
20850 "content": [
20851 "noun"
20852 ],
20853 "dictionaries": [
20854 "Test Dictionary 2"
20855 ],
20856 "redundant": false
20857 }
20858 ],
20859 "entries": [
20860 "kouzou definition 1",
20861 {
20862 "type": "structured-content",
20863 "content": "kouzou definition 2"
20864 },
20865 {
20866 "type": "structured-content",
20867 "content": "kouzou definition 3 (構造)"
20868 }
20869 ]
20870 }
20871 ],
20872 "pronunciations": [],
20873 "frequencies": []
20874 }
20875 ]
20876 },
20877 {
20878 "name": "Test dictionary deinflection",
20879 "originalTextLength": 5,
20880 "dictionaryEntries": [
20881 {
20882 "type": "term",
20883 "isPrimary": true,
20884 "textProcessorRuleChainCandidates": [
20885 []
20886 ],
20887 "inflectionRuleChainCandidates": [
20888 {
20889 "source": "algorithm",
20890 "inflectionRules": [
20891 {
20892 "name": "-た",
20893 "description": "1. Indicates a reality that has happened in the past.\n2. Indicates the completion of an action.\n3. Indicates the confirmation of a matter.\n4. Indicates the speaker's confidence that the action will definitely be fulfilled.\n5. Indicates the events that occur before the main clause are represented as relative past.\n6. Indicates a mild imperative/command.\nUsage: Attach た to the continuative form (連用形) of verbs after euphonic change form, かった to the stem of i-adjectives."
20894 }
20895 ]
20896 },
20897 {
20898 "source": "algorithm",
20899 "inflectionRules": [
20900 {
20901 "name": "-た",
20902 "description": "1. Indicates a reality that has happened in the past.\n2. Indicates the completion of an action.\n3. Indicates the confirmation of a matter.\n4. Indicates the speaker's confidence that the action will definitely be fulfilled.\n5. Indicates the events that occur before the main clause are represented as relative past.\n6. Indicates a mild imperative/command.\nUsage: Attach た to the continuative form (連用形) of verbs after euphonic change form, かった to the stem of i-adjectives."
20903 },
20904 {
20905 "name": "kansai-ben",
20906 "description": "-た form of kansai-ben terms"
20907 }
20908 ]
20909 },
20910 {
20911 "source": "dictionary",
20912 "inflectionRules": [
20913 {
20914 "name": "past"
20915 }
20916 ]
20917 }
20918 ],
20919 "score": 1,
20920 "frequencyOrder": 0,
20921 "dictionaryIndex": 0,
20922 "dictionaryAlias": "termsDictAlias",
20923 "sourceTermExactMatchCount": 1,
20924 "matchPrimaryReading": false,
20925 "maxOriginalTextLength": 5,
20926 "headwords": [
20927 {
20928 "index": 0,
20929 "term": "のたまう",
20930 "reading": "のたまう",
20931 "sources": [
20932 {
20933 "originalText": "のたもうた",
20934 "transformedText": "のたもうた",
20935 "deinflectedText": "のたまう",
20936 "matchType": "exact",
20937 "matchSource": "term",
20938 "isPrimary": true
20939 }
20940 ],
20941 "tags": [],
20942 "wordClasses": [
20943 "v5"
20944 ]
20945 }
20946 ],
20947 "definitions": [
20948 {
20949 "index": 0,
20950 "headwordIndices": [
20951 0
20952 ],
20953 "dictionary": "Test Dictionary 2",
20954 "dictionaryIndex": 0,
20955 "dictionaryAlias": "termsDictAlias",
20956 "id": 23,
20957 "score": 1,
20958 "frequencyOrder": 0,
20959 "sequences": [
20960 15
20961 ],
20962 "isPrimary": true,
20963 "tags": [
20964 {
20965 "name": "v5",
20966 "category": "default",
20967 "order": 0,
20968 "score": 0,
20969 "content": [],
20970 "dictionaries": [
20971 "Test Dictionary 2"
20972 ],
20973 "redundant": false
20974 }
20975 ],
20976 "entries": [
20977 "notamau definition"
20978 ]
20979 }
20980 ],
20981 "pronunciations": [],
20982 "frequencies": []
20983 }
20984 ]
20985 },
20986 {
20987 "name": "Test text preprocessors - convertNumericCharacters",
20988 "originalTextLength": 2,
20989 "dictionaryEntries": [
20990 {
20991 "type": "term",
20992 "isPrimary": true,
20993 "textProcessorRuleChainCandidates": [
20994 [
20995 "alphanumericWidthVariants"
20996 ]
20997 ],
20998 "inflectionRuleChainCandidates": [
20999 {
21000 "source": "algorithm",
21001 "inflectionRules": []
21002 }
21003 ],
21004 "score": 1,
21005 "frequencyOrder": 0,
21006 "dictionaryIndex": 0,
21007 "dictionaryAlias": "termsDictAlias",
21008 "sourceTermExactMatchCount": 1,
21009 "matchPrimaryReading": false,
21010 "maxOriginalTextLength": 2,
21011 "headwords": [
21012 {
21013 "index": 0,
21014 "term": "39",
21015 "reading": "さんきゅう",
21016 "sources": [
21017 {
21018 "originalText": "39",
21019 "transformedText": "39",
21020 "deinflectedText": "39",
21021 "matchType": "exact",
21022 "matchSource": "term",
21023 "isPrimary": true
21024 }
21025 ],
21026 "tags": [],
21027 "wordClasses": []
21028 }
21029 ],
21030 "definitions": [
21031 {
21032 "index": 0,
21033 "headwordIndices": [
21034 0
21035 ],
21036 "dictionary": "Test Dictionary 2",
21037 "dictionaryIndex": 0,
21038 "dictionaryAlias": "termsDictAlias",
21039 "id": 25,
21040 "score": 1,
21041 "frequencyOrder": 0,
21042 "sequences": [
21043 17
21044 ],
21045 "isPrimary": true,
21046 "tags": [],
21047 "entries": [
21048 "sankyuu definition"
21049 ]
21050 }
21051 ],
21052 "pronunciations": [],
21053 "frequencies": []
21054 }
21055 ]
21056 },
21057 {
21058 "name": "Test text preprocessors - alphabeticWidthVariants 1",
21059 "originalTextLength": 7,
21060 "dictionaryEntries": [
21061 {
21062 "type": "term",
21063 "isPrimary": true,
21064 "textProcessorRuleChainCandidates": [
21065 [
21066 "alphanumericWidthVariants"
21067 ]
21068 ],
21069 "inflectionRuleChainCandidates": [
21070 {
21071 "source": "algorithm",
21072 "inflectionRules": []
21073 }
21074 ],
21075 "score": 1,
21076 "frequencyOrder": 0,
21077 "dictionaryIndex": 0,
21078 "dictionaryAlias": "termsDictAlias",
21079 "sourceTermExactMatchCount": 1,
21080 "matchPrimaryReading": false,
21081 "maxOriginalTextLength": 7,
21082 "headwords": [
21083 {
21084 "index": 0,
21085 "term": "English",
21086 "reading": "English",
21087 "sources": [
21088 {
21089 "originalText": "English",
21090 "transformedText": "English",
21091 "deinflectedText": "English",
21092 "matchType": "exact",
21093 "matchSource": "term",
21094 "isPrimary": true
21095 }
21096 ],
21097 "tags": [],
21098 "wordClasses": [
21099 "n"
21100 ]
21101 }
21102 ],
21103 "definitions": [
21104 {
21105 "index": 0,
21106 "headwordIndices": [
21107 0
21108 ],
21109 "dictionary": "Test Dictionary 2",
21110 "dictionaryIndex": 0,
21111 "dictionaryAlias": "termsDictAlias",
21112 "id": 27,
21113 "score": 1,
21114 "frequencyOrder": 0,
21115 "sequences": [
21116 19
21117 ],
21118 "isPrimary": true,
21119 "tags": [
21120 {
21121 "name": "n",
21122 "category": "partOfSpeech",
21123 "order": 0,
21124 "score": 0,
21125 "content": [
21126 "noun"
21127 ],
21128 "dictionaries": [
21129 "Test Dictionary 2"
21130 ],
21131 "redundant": false
21132 }
21133 ],
21134 "entries": [
21135 "English definition"
21136 ]
21137 }
21138 ],
21139 "pronunciations": [],
21140 "frequencies": []
21141 }
21142 ]
21143 },
21144 {
21145 "name": "Test text preprocessors - alphabeticWidthVariants 2",
21146 "originalTextLength": 3,
21147 "dictionaryEntries": [
21148 {
21149 "type": "term",
21150 "isPrimary": true,
21151 "textProcessorRuleChainCandidates": [
21152 [
21153 "alphanumericWidthVariants"
21154 ]
21155 ],
21156 "inflectionRuleChainCandidates": [
21157 {
21158 "source": "algorithm",
21159 "inflectionRules": []
21160 }
21161 ],
21162 "score": 1,
21163 "frequencyOrder": 0,
21164 "dictionaryIndex": 0,
21165 "dictionaryAlias": "termsDictAlias",
21166 "sourceTermExactMatchCount": 1,
21167 "matchPrimaryReading": false,
21168 "maxOriginalTextLength": 3,
21169 "headwords": [
21170 {
21171 "index": 0,
21172 "term": "USB",
21173 "reading": "ユーエスビー",
21174 "sources": [
21175 {
21176 "originalText": "USB",
21177 "transformedText": "USB",
21178 "deinflectedText": "USB",
21179 "matchType": "exact",
21180 "matchSource": "term",
21181 "isPrimary": true
21182 }
21183 ],
21184 "tags": [],
21185 "wordClasses": [
21186 "n"
21187 ]
21188 }
21189 ],
21190 "definitions": [
21191 {
21192 "index": 0,
21193 "headwordIndices": [
21194 0
21195 ],
21196 "dictionary": "Test Dictionary 2",
21197 "dictionaryIndex": 0,
21198 "dictionaryAlias": "termsDictAlias",
21199 "id": 29,
21200 "score": 1,
21201 "frequencyOrder": 0,
21202 "sequences": [
21203 21
21204 ],
21205 "isPrimary": true,
21206 "tags": [
21207 {
21208 "name": "n",
21209 "category": "partOfSpeech",
21210 "order": 0,
21211 "score": 0,
21212 "content": [
21213 "noun"
21214 ],
21215 "dictionaries": [
21216 "Test Dictionary 2"
21217 ],
21218 "redundant": false
21219 }
21220 ],
21221 "entries": [
21222 "USB definition"
21223 ]
21224 }
21225 ],
21226 "pronunciations": [],
21227 "frequencies": []
21228 }
21229 ]
21230 },
21231 {
21232 "name": "Test text preprocessors - alphabeticToHiragana",
21233 "originalTextLength": 4,
21234 "dictionaryEntries": [
21235 {
21236 "type": "term",
21237 "isPrimary": true,
21238 "textProcessorRuleChainCandidates": [
21239 [
21240 "alphabeticToHiragana"
21241 ]
21242 ],
21243 "inflectionRuleChainCandidates": [
21244 {
21245 "source": "algorithm",
21246 "inflectionRules": []
21247 }
21248 ],
21249 "score": 10,
21250 "frequencyOrder": 0,
21251 "dictionaryIndex": 0,
21252 "dictionaryAlias": "termsDictAlias",
21253 "sourceTermExactMatchCount": 0,
21254 "matchPrimaryReading": false,
21255 "maxOriginalTextLength": 4,
21256 "headwords": [
21257 {
21258 "index": 0,
21259 "term": "打つ",
21260 "reading": "うつ",
21261 "sources": [
21262 {
21263 "originalText": "utsu",
21264 "transformedText": "うつ",
21265 "deinflectedText": "うつ",
21266 "matchType": "exact",
21267 "matchSource": "reading",
21268 "isPrimary": true
21269 }
21270 ],
21271 "tags": [
21272 {
21273 "name": "E1",
21274 "category": "default",
21275 "order": 0,
21276 "score": 0,
21277 "content": [
21278 "example tag 1"
21279 ],
21280 "dictionaries": [
21281 "Test Dictionary 2"
21282 ],
21283 "redundant": false
21284 },
21285 {
21286 "name": "P",
21287 "category": "popular",
21288 "order": 0,
21289 "score": 0,
21290 "content": [
21291 "popular term"
21292 ],
21293 "dictionaries": [
21294 "Test Dictionary 2"
21295 ],
21296 "redundant": false
21297 }
21298 ],
21299 "wordClasses": [
21300 "v5"
21301 ]
21302 }
21303 ],
21304 "definitions": [
21305 {
21306 "index": 0,
21307 "headwordIndices": [
21308 0
21309 ],
21310 "dictionary": "Test Dictionary 2",
21311 "dictionaryIndex": 0,
21312 "dictionaryAlias": "termsDictAlias",
21313 "id": 3,
21314 "score": 10,
21315 "frequencyOrder": 0,
21316 "sequences": [
21317 3
21318 ],
21319 "isPrimary": true,
21320 "tags": [
21321 {
21322 "name": "vt",
21323 "category": "partOfSpeech",
21324 "order": 0,
21325 "score": 0,
21326 "content": [
21327 "transitive verb"
21328 ],
21329 "dictionaries": [
21330 "Test Dictionary 2"
21331 ],
21332 "redundant": false
21333 }
21334 ],
21335 "entries": [
21336 "utsu definition 1",
21337 "utsu definition 2"
21338 ]
21339 }
21340 ],
21341 "pronunciations": [],
21342 "frequencies": [
21343 {
21344 "index": 0,
21345 "headwordIndex": 0,
21346 "dictionary": "Test Dictionary 2",
21347 "dictionaryIndex": 0,
21348 "dictionaryAlias": "termsDictAlias",
21349 "hasReading": false,
21350 "frequency": 2,
21351 "displayValue": null,
21352 "displayValueParsed": false
21353 },
21354 {
21355 "index": 1,
21356 "headwordIndex": 0,
21357 "dictionary": "Test Dictionary 2",
21358 "dictionaryIndex": 0,
21359 "dictionaryAlias": "termsDictAlias",
21360 "hasReading": false,
21361 "frequency": 6,
21362 "displayValue": null,
21363 "displayValueParsed": false
21364 },
21365 {
21366 "index": 2,
21367 "headwordIndex": 0,
21368 "dictionary": "Test Dictionary 2",
21369 "dictionaryIndex": 0,
21370 "dictionaryAlias": "termsDictAlias",
21371 "hasReading": true,
21372 "frequency": 10,
21373 "displayValue": null,
21374 "displayValueParsed": false
21375 },
21376 {
21377 "index": 3,
21378 "headwordIndex": 0,
21379 "dictionary": "Test Dictionary 2",
21380 "dictionaryIndex": 0,
21381 "dictionaryAlias": "termsDictAlias",
21382 "hasReading": true,
21383 "frequency": 0,
21384 "displayValue": "sixteen",
21385 "displayValueParsed": true
21386 },
21387 {
21388 "index": 4,
21389 "headwordIndex": 0,
21390 "dictionary": "Test Dictionary 2",
21391 "dictionaryIndex": 0,
21392 "dictionaryAlias": "termsDictAlias",
21393 "hasReading": true,
21394 "frequency": 22,
21395 "displayValue": "twenty-two (22)",
21396 "displayValueParsed": true
21397 },
21398 {
21399 "index": 5,
21400 "headwordIndex": 0,
21401 "dictionary": "Test Dictionary 2",
21402 "dictionaryIndex": 0,
21403 "dictionaryAlias": "termsDictAlias",
21404 "hasReading": true,
21405 "frequency": 28,
21406 "displayValue": null,
21407 "displayValueParsed": false
21408 }
21409 ]
21410 },
21411 {
21412 "type": "term",
21413 "isPrimary": true,
21414 "textProcessorRuleChainCandidates": [
21415 [
21416 "alphabeticToHiragana"
21417 ]
21418 ],
21419 "inflectionRuleChainCandidates": [
21420 {
21421 "source": "algorithm",
21422 "inflectionRules": []
21423 }
21424 ],
21425 "score": 1,
21426 "frequencyOrder": 0,
21427 "dictionaryIndex": 0,
21428 "dictionaryAlias": "termsDictAlias",
21429 "sourceTermExactMatchCount": 0,
21430 "matchPrimaryReading": false,
21431 "maxOriginalTextLength": 4,
21432 "headwords": [
21433 {
21434 "index": 0,
21435 "term": "打つ",
21436 "reading": "うつ",
21437 "sources": [
21438 {
21439 "originalText": "utsu",
21440 "transformedText": "うつ",
21441 "deinflectedText": "うつ",
21442 "matchType": "exact",
21443 "matchSource": "reading",
21444 "isPrimary": true
21445 }
21446 ],
21447 "tags": [
21448 {
21449 "name": "E2",
21450 "category": "default",
21451 "order": 0,
21452 "score": 0,
21453 "content": [
21454 "example tag 2"
21455 ],
21456 "dictionaries": [
21457 "Test Dictionary 2"
21458 ],
21459 "redundant": false
21460 },
21461 {
21462 "name": "P",
21463 "category": "popular",
21464 "order": 0,
21465 "score": 0,
21466 "content": [
21467 "popular term"
21468 ],
21469 "dictionaries": [
21470 "Test Dictionary 2"
21471 ],
21472 "redundant": false
21473 }
21474 ],
21475 "wordClasses": [
21476 "v5"
21477 ]
21478 }
21479 ],
21480 "definitions": [
21481 {
21482 "index": 0,
21483 "headwordIndices": [
21484 0
21485 ],
21486 "dictionary": "Test Dictionary 2",
21487 "dictionaryIndex": 0,
21488 "dictionaryAlias": "termsDictAlias",
21489 "id": 4,
21490 "score": 1,
21491 "frequencyOrder": 0,
21492 "sequences": [
21493 3
21494 ],
21495 "isPrimary": true,
21496 "tags": [
21497 {
21498 "name": "vt",
21499 "category": "partOfSpeech",
21500 "order": 0,
21501 "score": 0,
21502 "content": [
21503 "transitive verb"
21504 ],
21505 "dictionaries": [
21506 "Test Dictionary 2"
21507 ],
21508 "redundant": false
21509 }
21510 ],
21511 "entries": [
21512 "utsu definition 3",
21513 "utsu definition 4"
21514 ]
21515 }
21516 ],
21517 "pronunciations": [],
21518 "frequencies": [
21519 {
21520 "index": 0,
21521 "headwordIndex": 0,
21522 "dictionary": "Test Dictionary 2",
21523 "dictionaryIndex": 0,
21524 "dictionaryAlias": "termsDictAlias",
21525 "hasReading": false,
21526 "frequency": 2,
21527 "displayValue": null,
21528 "displayValueParsed": false
21529 },
21530 {
21531 "index": 1,
21532 "headwordIndex": 0,
21533 "dictionary": "Test Dictionary 2",
21534 "dictionaryIndex": 0,
21535 "dictionaryAlias": "termsDictAlias",
21536 "hasReading": false,
21537 "frequency": 6,
21538 "displayValue": null,
21539 "displayValueParsed": false
21540 },
21541 {
21542 "index": 2,
21543 "headwordIndex": 0,
21544 "dictionary": "Test Dictionary 2",
21545 "dictionaryIndex": 0,
21546 "dictionaryAlias": "termsDictAlias",
21547 "hasReading": true,
21548 "frequency": 10,
21549 "displayValue": null,
21550 "displayValueParsed": false
21551 },
21552 {
21553 "index": 3,
21554 "headwordIndex": 0,
21555 "dictionary": "Test Dictionary 2",
21556 "dictionaryIndex": 0,
21557 "dictionaryAlias": "termsDictAlias",
21558 "hasReading": true,
21559 "frequency": 0,
21560 "displayValue": "sixteen",
21561 "displayValueParsed": true
21562 },
21563 {
21564 "index": 4,
21565 "headwordIndex": 0,
21566 "dictionary": "Test Dictionary 2",
21567 "dictionaryIndex": 0,
21568 "dictionaryAlias": "termsDictAlias",
21569 "hasReading": true,
21570 "frequency": 22,
21571 "displayValue": "twenty-two (22)",
21572 "displayValueParsed": true
21573 },
21574 {
21575 "index": 5,
21576 "headwordIndex": 0,
21577 "dictionary": "Test Dictionary 2",
21578 "dictionaryIndex": 0,
21579 "dictionaryAlias": "termsDictAlias",
21580 "hasReading": true,
21581 "frequency": 28,
21582 "displayValue": null,
21583 "displayValueParsed": false
21584 }
21585 ]
21586 }
21587 ]
21588 },
21589 {
21590 "name": "Test text preprocessors - convertKatakanaToHiragana",
21591 "originalTextLength": 2,
21592 "dictionaryEntries": [
21593 {
21594 "type": "term",
21595 "isPrimary": true,
21596 "textProcessorRuleChainCandidates": [
21597 [
21598 "convertHiraganaToKatakana"
21599 ]
21600 ],
21601 "inflectionRuleChainCandidates": [
21602 {
21603 "source": "algorithm",
21604 "inflectionRules": []
21605 }
21606 ],
21607 "score": 10,
21608 "frequencyOrder": 0,
21609 "dictionaryIndex": 0,
21610 "dictionaryAlias": "termsDictAlias",
21611 "sourceTermExactMatchCount": 0,
21612 "matchPrimaryReading": false,
21613 "maxOriginalTextLength": 2,
21614 "headwords": [
21615 {
21616 "index": 0,
21617 "term": "打つ",
21618 "reading": "うつ",
21619 "sources": [
21620 {
21621 "originalText": "ウツ",
21622 "transformedText": "うつ",
21623 "deinflectedText": "うつ",
21624 "matchType": "exact",
21625 "matchSource": "reading",
21626 "isPrimary": true
21627 }
21628 ],
21629 "tags": [
21630 {
21631 "name": "E1",
21632 "category": "default",
21633 "order": 0,
21634 "score": 0,
21635 "content": [
21636 "example tag 1"
21637 ],
21638 "dictionaries": [
21639 "Test Dictionary 2"
21640 ],
21641 "redundant": false
21642 },
21643 {
21644 "name": "P",
21645 "category": "popular",
21646 "order": 0,
21647 "score": 0,
21648 "content": [
21649 "popular term"
21650 ],
21651 "dictionaries": [
21652 "Test Dictionary 2"
21653 ],
21654 "redundant": false
21655 }
21656 ],
21657 "wordClasses": [
21658 "v5"
21659 ]
21660 }
21661 ],
21662 "definitions": [
21663 {
21664 "index": 0,
21665 "headwordIndices": [
21666 0
21667 ],
21668 "dictionary": "Test Dictionary 2",
21669 "dictionaryIndex": 0,
21670 "dictionaryAlias": "termsDictAlias",
21671 "id": 3,
21672 "score": 10,
21673 "frequencyOrder": 0,
21674 "sequences": [
21675 3
21676 ],
21677 "isPrimary": true,
21678 "tags": [
21679 {
21680 "name": "vt",
21681 "category": "partOfSpeech",
21682 "order": 0,
21683 "score": 0,
21684 "content": [
21685 "transitive verb"
21686 ],
21687 "dictionaries": [
21688 "Test Dictionary 2"
21689 ],
21690 "redundant": false
21691 }
21692 ],
21693 "entries": [
21694 "utsu definition 1",
21695 "utsu definition 2"
21696 ]
21697 }
21698 ],
21699 "pronunciations": [],
21700 "frequencies": [
21701 {
21702 "index": 0,
21703 "headwordIndex": 0,
21704 "dictionary": "Test Dictionary 2",
21705 "dictionaryIndex": 0,
21706 "dictionaryAlias": "termsDictAlias",
21707 "hasReading": false,
21708 "frequency": 2,
21709 "displayValue": null,
21710 "displayValueParsed": false
21711 },
21712 {
21713 "index": 1,
21714 "headwordIndex": 0,
21715 "dictionary": "Test Dictionary 2",
21716 "dictionaryIndex": 0,
21717 "dictionaryAlias": "termsDictAlias",
21718 "hasReading": false,
21719 "frequency": 6,
21720 "displayValue": null,
21721 "displayValueParsed": false
21722 },
21723 {
21724 "index": 2,
21725 "headwordIndex": 0,
21726 "dictionary": "Test Dictionary 2",
21727 "dictionaryIndex": 0,
21728 "dictionaryAlias": "termsDictAlias",
21729 "hasReading": true,
21730 "frequency": 10,
21731 "displayValue": null,
21732 "displayValueParsed": false
21733 },
21734 {
21735 "index": 3,
21736 "headwordIndex": 0,
21737 "dictionary": "Test Dictionary 2",
21738 "dictionaryIndex": 0,
21739 "dictionaryAlias": "termsDictAlias",
21740 "hasReading": true,
21741 "frequency": 0,
21742 "displayValue": "sixteen",
21743 "displayValueParsed": true
21744 },
21745 {
21746 "index": 4,
21747 "headwordIndex": 0,
21748 "dictionary": "Test Dictionary 2",
21749 "dictionaryIndex": 0,
21750 "dictionaryAlias": "termsDictAlias",
21751 "hasReading": true,
21752 "frequency": 22,
21753 "displayValue": "twenty-two (22)",
21754 "displayValueParsed": true
21755 },
21756 {
21757 "index": 5,
21758 "headwordIndex": 0,
21759 "dictionary": "Test Dictionary 2",
21760 "dictionaryIndex": 0,
21761 "dictionaryAlias": "termsDictAlias",
21762 "hasReading": true,
21763 "frequency": 28,
21764 "displayValue": null,
21765 "displayValueParsed": false
21766 }
21767 ]
21768 },
21769 {
21770 "type": "term",
21771 "isPrimary": true,
21772 "textProcessorRuleChainCandidates": [
21773 [
21774 "convertHiraganaToKatakana"
21775 ]
21776 ],
21777 "inflectionRuleChainCandidates": [
21778 {
21779 "source": "algorithm",
21780 "inflectionRules": []
21781 }
21782 ],
21783 "score": 1,
21784 "frequencyOrder": 0,
21785 "dictionaryIndex": 0,
21786 "dictionaryAlias": "termsDictAlias",
21787 "sourceTermExactMatchCount": 0,
21788 "matchPrimaryReading": false,
21789 "maxOriginalTextLength": 2,
21790 "headwords": [
21791 {
21792 "index": 0,
21793 "term": "打つ",
21794 "reading": "うつ",
21795 "sources": [
21796 {
21797 "originalText": "ウツ",
21798 "transformedText": "うつ",
21799 "deinflectedText": "うつ",
21800 "matchType": "exact",
21801 "matchSource": "reading",
21802 "isPrimary": true
21803 }
21804 ],
21805 "tags": [
21806 {
21807 "name": "E2",
21808 "category": "default",
21809 "order": 0,
21810 "score": 0,
21811 "content": [
21812 "example tag 2"
21813 ],
21814 "dictionaries": [
21815 "Test Dictionary 2"
21816 ],
21817 "redundant": false
21818 },
21819 {
21820 "name": "P",
21821 "category": "popular",
21822 "order": 0,
21823 "score": 0,
21824 "content": [
21825 "popular term"
21826 ],
21827 "dictionaries": [
21828 "Test Dictionary 2"
21829 ],
21830 "redundant": false
21831 }
21832 ],
21833 "wordClasses": [
21834 "v5"
21835 ]
21836 }
21837 ],
21838 "definitions": [
21839 {
21840 "index": 0,
21841 "headwordIndices": [
21842 0
21843 ],
21844 "dictionary": "Test Dictionary 2",
21845 "dictionaryIndex": 0,
21846 "dictionaryAlias": "termsDictAlias",
21847 "id": 4,
21848 "score": 1,
21849 "frequencyOrder": 0,
21850 "sequences": [
21851 3
21852 ],
21853 "isPrimary": true,
21854 "tags": [
21855 {
21856 "name": "vt",
21857 "category": "partOfSpeech",
21858 "order": 0,
21859 "score": 0,
21860 "content": [
21861 "transitive verb"
21862 ],
21863 "dictionaries": [
21864 "Test Dictionary 2"
21865 ],
21866 "redundant": false
21867 }
21868 ],
21869 "entries": [
21870 "utsu definition 3",
21871 "utsu definition 4"
21872 ]
21873 }
21874 ],
21875 "pronunciations": [],
21876 "frequencies": [
21877 {
21878 "index": 0,
21879 "headwordIndex": 0,
21880 "dictionary": "Test Dictionary 2",
21881 "dictionaryIndex": 0,
21882 "dictionaryAlias": "termsDictAlias",
21883 "hasReading": false,
21884 "frequency": 2,
21885 "displayValue": null,
21886 "displayValueParsed": false
21887 },
21888 {
21889 "index": 1,
21890 "headwordIndex": 0,
21891 "dictionary": "Test Dictionary 2",
21892 "dictionaryIndex": 0,
21893 "dictionaryAlias": "termsDictAlias",
21894 "hasReading": false,
21895 "frequency": 6,
21896 "displayValue": null,
21897 "displayValueParsed": false
21898 },
21899 {
21900 "index": 2,
21901 "headwordIndex": 0,
21902 "dictionary": "Test Dictionary 2",
21903 "dictionaryIndex": 0,
21904 "dictionaryAlias": "termsDictAlias",
21905 "hasReading": true,
21906 "frequency": 10,
21907 "displayValue": null,
21908 "displayValueParsed": false
21909 },
21910 {
21911 "index": 3,
21912 "headwordIndex": 0,
21913 "dictionary": "Test Dictionary 2",
21914 "dictionaryIndex": 0,
21915 "dictionaryAlias": "termsDictAlias",
21916 "hasReading": true,
21917 "frequency": 0,
21918 "displayValue": "sixteen",
21919 "displayValueParsed": true
21920 },
21921 {
21922 "index": 4,
21923 "headwordIndex": 0,
21924 "dictionary": "Test Dictionary 2",
21925 "dictionaryIndex": 0,
21926 "dictionaryAlias": "termsDictAlias",
21927 "hasReading": true,
21928 "frequency": 22,
21929 "displayValue": "twenty-two (22)",
21930 "displayValueParsed": true
21931 },
21932 {
21933 "index": 5,
21934 "headwordIndex": 0,
21935 "dictionary": "Test Dictionary 2",
21936 "dictionaryIndex": 0,
21937 "dictionaryAlias": "termsDictAlias",
21938 "hasReading": true,
21939 "frequency": 28,
21940 "displayValue": null,
21941 "displayValueParsed": false
21942 }
21943 ]
21944 }
21945 ]
21946 },
21947 {
21948 "name": "Test text preprocessors - convertHiraganaToKatakana",
21949 "originalTextLength": 4,
21950 "dictionaryEntries": [
21951 {
21952 "type": "term",
21953 "isPrimary": true,
21954 "textProcessorRuleChainCandidates": [
21955 [
21956 "convertHiraganaToKatakana"
21957 ]
21958 ],
21959 "inflectionRuleChainCandidates": [
21960 {
21961 "source": "algorithm",
21962 "inflectionRules": []
21963 }
21964 ],
21965 "score": 1,
21966 "frequencyOrder": 0,
21967 "dictionaryIndex": 0,
21968 "dictionaryAlias": "termsDictAlias",
21969 "sourceTermExactMatchCount": 1,
21970 "matchPrimaryReading": false,
21971 "maxOriginalTextLength": 4,
21972 "headwords": [
21973 {
21974 "index": 0,
21975 "term": "テキスト",
21976 "reading": "テキスト",
21977 "sources": [
21978 {
21979 "originalText": "てきすと",
21980 "transformedText": "テキスト",
21981 "deinflectedText": "テキスト",
21982 "matchType": "exact",
21983 "matchSource": "term",
21984 "isPrimary": true
21985 }
21986 ],
21987 "tags": [
21988 {
21989 "name": "E1",
21990 "category": "default",
21991 "order": 0,
21992 "score": 0,
21993 "content": [
21994 "example tag 1"
21995 ],
21996 "dictionaries": [
21997 "Test Dictionary 2"
21998 ],
21999 "redundant": false
22000 },
22001 {
22002 "name": "P",
22003 "category": "popular",
22004 "order": 0,
22005 "score": 0,
22006 "content": [
22007 "popular term"
22008 ],
22009 "dictionaries": [
22010 "Test Dictionary 2"
22011 ],
22012 "redundant": false
22013 }
22014 ],
22015 "wordClasses": [
22016 "n"
22017 ]
22018 }
22019 ],
22020 "definitions": [
22021 {
22022 "index": 0,
22023 "headwordIndices": [
22024 0
22025 ],
22026 "dictionary": "Test Dictionary 2",
22027 "dictionaryIndex": 0,
22028 "dictionaryAlias": "termsDictAlias",
22029 "id": 14,
22030 "score": 1,
22031 "frequencyOrder": 0,
22032 "sequences": [
22033 8
22034 ],
22035 "isPrimary": true,
22036 "tags": [
22037 {
22038 "name": "n",
22039 "category": "partOfSpeech",
22040 "order": 0,
22041 "score": 0,
22042 "content": [
22043 "noun"
22044 ],
22045 "dictionaries": [
22046 "Test Dictionary 2"
22047 ],
22048 "redundant": false
22049 }
22050 ],
22051 "entries": [
22052 "text definition 1",
22053 "text definition 2"
22054 ]
22055 }
22056 ],
22057 "pronunciations": [],
22058 "frequencies": []
22059 }
22060 ]
22061 },
22062 {
22063 "name": "Test text preprocessors - convertHalfWidthCharacters, convertKatakanaToHiragana",
22064 "originalTextLength": 2,
22065 "dictionaryEntries": [
22066 {
22067 "type": "term",
22068 "isPrimary": true,
22069 "textProcessorRuleChainCandidates": [
22070 [
22071 "convertHalfWidthCharacters",
22072 "convertHiraganaToKatakana"
22073 ]
22074 ],
22075 "inflectionRuleChainCandidates": [
22076 {
22077 "source": "algorithm",
22078 "inflectionRules": []
22079 }
22080 ],
22081 "score": 10,
22082 "frequencyOrder": 0,
22083 "dictionaryIndex": 0,
22084 "dictionaryAlias": "termsDictAlias",
22085 "sourceTermExactMatchCount": 0,
22086 "matchPrimaryReading": false,
22087 "maxOriginalTextLength": 2,
22088 "headwords": [
22089 {
22090 "index": 0,
22091 "term": "打つ",
22092 "reading": "うつ",
22093 "sources": [
22094 {
22095 "originalText": "ウツ",
22096 "transformedText": "うつ",
22097 "deinflectedText": "うつ",
22098 "matchType": "exact",
22099 "matchSource": "reading",
22100 "isPrimary": true
22101 }
22102 ],
22103 "tags": [
22104 {
22105 "name": "E1",
22106 "category": "default",
22107 "order": 0,
22108 "score": 0,
22109 "content": [
22110 "example tag 1"
22111 ],
22112 "dictionaries": [
22113 "Test Dictionary 2"
22114 ],
22115 "redundant": false
22116 },
22117 {
22118 "name": "P",
22119 "category": "popular",
22120 "order": 0,
22121 "score": 0,
22122 "content": [
22123 "popular term"
22124 ],
22125 "dictionaries": [
22126 "Test Dictionary 2"
22127 ],
22128 "redundant": false
22129 }
22130 ],
22131 "wordClasses": [
22132 "v5"
22133 ]
22134 }
22135 ],
22136 "definitions": [
22137 {
22138 "index": 0,
22139 "headwordIndices": [
22140 0
22141 ],
22142 "dictionary": "Test Dictionary 2",
22143 "dictionaryIndex": 0,
22144 "dictionaryAlias": "termsDictAlias",
22145 "id": 3,
22146 "score": 10,
22147 "frequencyOrder": 0,
22148 "sequences": [
22149 3
22150 ],
22151 "isPrimary": true,
22152 "tags": [
22153 {
22154 "name": "vt",
22155 "category": "partOfSpeech",
22156 "order": 0,
22157 "score": 0,
22158 "content": [
22159 "transitive verb"
22160 ],
22161 "dictionaries": [
22162 "Test Dictionary 2"
22163 ],
22164 "redundant": false
22165 }
22166 ],
22167 "entries": [
22168 "utsu definition 1",
22169 "utsu definition 2"
22170 ]
22171 }
22172 ],
22173 "pronunciations": [],
22174 "frequencies": [
22175 {
22176 "index": 0,
22177 "headwordIndex": 0,
22178 "dictionary": "Test Dictionary 2",
22179 "dictionaryIndex": 0,
22180 "dictionaryAlias": "termsDictAlias",
22181 "hasReading": false,
22182 "frequency": 2,
22183 "displayValue": null,
22184 "displayValueParsed": false
22185 },
22186 {
22187 "index": 1,
22188 "headwordIndex": 0,
22189 "dictionary": "Test Dictionary 2",
22190 "dictionaryIndex": 0,
22191 "dictionaryAlias": "termsDictAlias",
22192 "hasReading": false,
22193 "frequency": 6,
22194 "displayValue": null,
22195 "displayValueParsed": false
22196 },
22197 {
22198 "index": 2,
22199 "headwordIndex": 0,
22200 "dictionary": "Test Dictionary 2",
22201 "dictionaryIndex": 0,
22202 "dictionaryAlias": "termsDictAlias",
22203 "hasReading": true,
22204 "frequency": 10,
22205 "displayValue": null,
22206 "displayValueParsed": false
22207 },
22208 {
22209 "index": 3,
22210 "headwordIndex": 0,
22211 "dictionary": "Test Dictionary 2",
22212 "dictionaryIndex": 0,
22213 "dictionaryAlias": "termsDictAlias",
22214 "hasReading": true,
22215 "frequency": 0,
22216 "displayValue": "sixteen",
22217 "displayValueParsed": true
22218 },
22219 {
22220 "index": 4,
22221 "headwordIndex": 0,
22222 "dictionary": "Test Dictionary 2",
22223 "dictionaryIndex": 0,
22224 "dictionaryAlias": "termsDictAlias",
22225 "hasReading": true,
22226 "frequency": 22,
22227 "displayValue": "twenty-two (22)",
22228 "displayValueParsed": true
22229 },
22230 {
22231 "index": 5,
22232 "headwordIndex": 0,
22233 "dictionary": "Test Dictionary 2",
22234 "dictionaryIndex": 0,
22235 "dictionaryAlias": "termsDictAlias",
22236 "hasReading": true,
22237 "frequency": 28,
22238 "displayValue": null,
22239 "displayValueParsed": false
22240 }
22241 ]
22242 },
22243 {
22244 "type": "term",
22245 "isPrimary": true,
22246 "textProcessorRuleChainCandidates": [
22247 [
22248 "convertHalfWidthCharacters",
22249 "convertHiraganaToKatakana"
22250 ]
22251 ],
22252 "inflectionRuleChainCandidates": [
22253 {
22254 "source": "algorithm",
22255 "inflectionRules": []
22256 }
22257 ],
22258 "score": 1,
22259 "frequencyOrder": 0,
22260 "dictionaryIndex": 0,
22261 "dictionaryAlias": "termsDictAlias",
22262 "sourceTermExactMatchCount": 0,
22263 "matchPrimaryReading": false,
22264 "maxOriginalTextLength": 2,
22265 "headwords": [
22266 {
22267 "index": 0,
22268 "term": "打つ",
22269 "reading": "うつ",
22270 "sources": [
22271 {
22272 "originalText": "ウツ",
22273 "transformedText": "うつ",
22274 "deinflectedText": "うつ",
22275 "matchType": "exact",
22276 "matchSource": "reading",
22277 "isPrimary": true
22278 }
22279 ],
22280 "tags": [
22281 {
22282 "name": "E2",
22283 "category": "default",
22284 "order": 0,
22285 "score": 0,
22286 "content": [
22287 "example tag 2"
22288 ],
22289 "dictionaries": [
22290 "Test Dictionary 2"
22291 ],
22292 "redundant": false
22293 },
22294 {
22295 "name": "P",
22296 "category": "popular",
22297 "order": 0,
22298 "score": 0,
22299 "content": [
22300 "popular term"
22301 ],
22302 "dictionaries": [
22303 "Test Dictionary 2"
22304 ],
22305 "redundant": false
22306 }
22307 ],
22308 "wordClasses": [
22309 "v5"
22310 ]
22311 }
22312 ],
22313 "definitions": [
22314 {
22315 "index": 0,
22316 "headwordIndices": [
22317 0
22318 ],
22319 "dictionary": "Test Dictionary 2",
22320 "dictionaryIndex": 0,
22321 "dictionaryAlias": "termsDictAlias",
22322 "id": 4,
22323 "score": 1,
22324 "frequencyOrder": 0,
22325 "sequences": [
22326 3
22327 ],
22328 "isPrimary": true,
22329 "tags": [
22330 {
22331 "name": "vt",
22332 "category": "partOfSpeech",
22333 "order": 0,
22334 "score": 0,
22335 "content": [
22336 "transitive verb"
22337 ],
22338 "dictionaries": [
22339 "Test Dictionary 2"
22340 ],
22341 "redundant": false
22342 }
22343 ],
22344 "entries": [
22345 "utsu definition 3",
22346 "utsu definition 4"
22347 ]
22348 }
22349 ],
22350 "pronunciations": [],
22351 "frequencies": [
22352 {
22353 "index": 0,
22354 "headwordIndex": 0,
22355 "dictionary": "Test Dictionary 2",
22356 "dictionaryIndex": 0,
22357 "dictionaryAlias": "termsDictAlias",
22358 "hasReading": false,
22359 "frequency": 2,
22360 "displayValue": null,
22361 "displayValueParsed": false
22362 },
22363 {
22364 "index": 1,
22365 "headwordIndex": 0,
22366 "dictionary": "Test Dictionary 2",
22367 "dictionaryIndex": 0,
22368 "dictionaryAlias": "termsDictAlias",
22369 "hasReading": false,
22370 "frequency": 6,
22371 "displayValue": null,
22372 "displayValueParsed": false
22373 },
22374 {
22375 "index": 2,
22376 "headwordIndex": 0,
22377 "dictionary": "Test Dictionary 2",
22378 "dictionaryIndex": 0,
22379 "dictionaryAlias": "termsDictAlias",
22380 "hasReading": true,
22381 "frequency": 10,
22382 "displayValue": null,
22383 "displayValueParsed": false
22384 },
22385 {
22386 "index": 3,
22387 "headwordIndex": 0,
22388 "dictionary": "Test Dictionary 2",
22389 "dictionaryIndex": 0,
22390 "dictionaryAlias": "termsDictAlias",
22391 "hasReading": true,
22392 "frequency": 0,
22393 "displayValue": "sixteen",
22394 "displayValueParsed": true
22395 },
22396 {
22397 "index": 4,
22398 "headwordIndex": 0,
22399 "dictionary": "Test Dictionary 2",
22400 "dictionaryIndex": 0,
22401 "dictionaryAlias": "termsDictAlias",
22402 "hasReading": true,
22403 "frequency": 22,
22404 "displayValue": "twenty-two (22)",
22405 "displayValueParsed": true
22406 },
22407 {
22408 "index": 5,
22409 "headwordIndex": 0,
22410 "dictionary": "Test Dictionary 2",
22411 "dictionaryIndex": 0,
22412 "dictionaryAlias": "termsDictAlias",
22413 "hasReading": true,
22414 "frequency": 28,
22415 "displayValue": null,
22416 "displayValueParsed": false
22417 }
22418 ]
22419 }
22420 ]
22421 },
22422 {
22423 "name": "Test text preprocessors - collapseEmphaticSequences",
22424 "originalTextLength": 7,
22425 "dictionaryEntries": [
22426 {
22427 "type": "term",
22428 "isPrimary": true,
22429 "textProcessorRuleChainCandidates": [
22430 [
22431 "collapseEmphaticSequences"
22432 ],
22433 [
22434 "convertHiraganaToKatakana",
22435 "collapseEmphaticSequences"
22436 ]
22437 ],
22438 "inflectionRuleChainCandidates": [
22439 {
22440 "source": "algorithm",
22441 "inflectionRules": []
22442 },
22443 {
22444 "source": "algorithm",
22445 "inflectionRules": [
22446 {
22447 "name": "-く",
22448 "description": "Adverbial form of i-adjectives.\n"
22449 },
22450 {
22451 "name": "kansai-ben",
22452 "description": "-く stem of kansai-ben adjectives"
22453 }
22454 ]
22455 }
22456 ],
22457 "score": 1,
22458 "frequencyOrder": 0,
22459 "dictionaryIndex": 0,
22460 "dictionaryAlias": "termsDictAlias",
22461 "sourceTermExactMatchCount": 0,
22462 "matchPrimaryReading": false,
22463 "maxOriginalTextLength": 7,
22464 "headwords": [
22465 {
22466 "index": 0,
22467 "term": "凄い",
22468 "reading": "すごい",
22469 "sources": [
22470 {
22471 "originalText": "すっっごーーい",
22472 "transformedText": "すごい",
22473 "deinflectedText": "すごい",
22474 "matchType": "exact",
22475 "matchSource": "reading",
22476 "isPrimary": true
22477 }
22478 ],
22479 "tags": [],
22480 "wordClasses": [
22481 "adj-i"
22482 ]
22483 }
22484 ],
22485 "definitions": [
22486 {
22487 "index": 0,
22488 "headwordIndices": [
22489 0
22490 ],
22491 "dictionary": "Test Dictionary 2",
22492 "dictionaryIndex": 0,
22493 "dictionaryAlias": "termsDictAlias",
22494 "id": 26,
22495 "score": 1,
22496 "frequencyOrder": 0,
22497 "sequences": [
22498 18
22499 ],
22500 "isPrimary": true,
22501 "tags": [
22502 {
22503 "name": "adj-i",
22504 "category": "default",
22505 "order": 0,
22506 "score": 0,
22507 "content": [],
22508 "dictionaries": [
22509 "Test Dictionary 2"
22510 ],
22511 "redundant": false
22512 }
22513 ],
22514 "entries": [
22515 "sugoi definition"
22516 ]
22517 }
22518 ],
22519 "pronunciations": [],
22520 "frequencies": []
22521 }
22522 ]
22523 },
22524 {
22525 "name": "Test text preprocessors - capitalizeFirstLetter",
22526 "originalTextLength": 7,
22527 "dictionaryEntries": [
22528 {
22529 "type": "term",
22530 "isPrimary": true,
22531 "textProcessorRuleChainCandidates": [
22532 [
22533 "capitalizeFirstLetter"
22534 ]
22535 ],
22536 "inflectionRuleChainCandidates": [
22537 {
22538 "source": "algorithm",
22539 "inflectionRules": []
22540 }
22541 ],
22542 "score": 1,
22543 "frequencyOrder": 0,
22544 "dictionaryIndex": 0,
22545 "dictionaryAlias": "termsDictAlias",
22546 "sourceTermExactMatchCount": 1,
22547 "matchPrimaryReading": false,
22548 "maxOriginalTextLength": 7,
22549 "headwords": [
22550 {
22551 "index": 0,
22552 "term": "English",
22553 "reading": "English",
22554 "sources": [
22555 {
22556 "originalText": "english",
22557 "transformedText": "English",
22558 "deinflectedText": "English",
22559 "matchType": "exact",
22560 "matchSource": "term",
22561 "isPrimary": true
22562 }
22563 ],
22564 "tags": [],
22565 "wordClasses": [
22566 "n"
22567 ]
22568 }
22569 ],
22570 "definitions": [
22571 {
22572 "index": 0,
22573 "headwordIndices": [
22574 0
22575 ],
22576 "dictionary": "Test Dictionary 2",
22577 "dictionaryIndex": 0,
22578 "dictionaryAlias": "termsDictAlias",
22579 "id": 27,
22580 "score": 1,
22581 "frequencyOrder": 0,
22582 "sequences": [
22583 19
22584 ],
22585 "isPrimary": true,
22586 "tags": [
22587 {
22588 "name": "n",
22589 "category": "partOfSpeech",
22590 "order": 0,
22591 "score": 0,
22592 "content": [
22593 "noun"
22594 ],
22595 "dictionaries": [
22596 "Test Dictionary 2"
22597 ],
22598 "redundant": false
22599 }
22600 ],
22601 "entries": [
22602 "English definition"
22603 ]
22604 }
22605 ],
22606 "pronunciations": [],
22607 "frequencies": []
22608 }
22609 ]
22610 },
22611 {
22612 "name": "Test text preprocessors - decapitalize",
22613 "originalTextLength": 8,
22614 "dictionaryEntries": [
22615 {
22616 "type": "term",
22617 "isPrimary": true,
22618 "textProcessorRuleChainCandidates": [
22619 [
22620 "decapitalize"
22621 ]
22622 ],
22623 "inflectionRuleChainCandidates": [
22624 {
22625 "source": "algorithm",
22626 "inflectionRules": []
22627 }
22628 ],
22629 "score": 1,
22630 "frequencyOrder": 0,
22631 "dictionaryIndex": 0,
22632 "dictionaryAlias": "termsDictAlias",
22633 "sourceTermExactMatchCount": 1,
22634 "matchPrimaryReading": false,
22635 "maxOriginalTextLength": 8,
22636 "headwords": [
22637 {
22638 "index": 0,
22639 "term": "language",
22640 "reading": "language",
22641 "sources": [
22642 {
22643 "originalText": "LANGUAGE",
22644 "transformedText": "language",
22645 "deinflectedText": "language",
22646 "matchType": "exact",
22647 "matchSource": "term",
22648 "isPrimary": true
22649 }
22650 ],
22651 "tags": [],
22652 "wordClasses": [
22653 "n"
22654 ]
22655 }
22656 ],
22657 "definitions": [
22658 {
22659 "index": 0,
22660 "headwordIndices": [
22661 0
22662 ],
22663 "dictionary": "Test Dictionary 2",
22664 "dictionaryIndex": 0,
22665 "dictionaryAlias": "termsDictAlias",
22666 "id": 28,
22667 "score": 1,
22668 "frequencyOrder": 0,
22669 "sequences": [
22670 20
22671 ],
22672 "isPrimary": true,
22673 "tags": [
22674 {
22675 "name": "n",
22676 "category": "partOfSpeech",
22677 "order": 0,
22678 "score": 0,
22679 "content": [
22680 "noun"
22681 ],
22682 "dictionaries": [
22683 "Test Dictionary 2"
22684 ],
22685 "redundant": false
22686 }
22687 ],
22688 "entries": [
22689 "language definition"
22690 ]
22691 }
22692 ],
22693 "pronunciations": [],
22694 "frequencies": []
22695 }
22696 ]
22697 },
22698 {
22699 "name": "Test text postprocessing",
22700 "originalTextLength": 4,
22701 "dictionaryEntries": [
22702 {
22703 "type": "term",
22704 "isPrimary": true,
22705 "textProcessorRuleChainCandidates": [
22706 [
22707 "disassembleHangul",
22708 "reassembleHangul"
22709 ]
22710 ],
22711 "inflectionRuleChainCandidates": [
22712 {
22713 "source": "algorithm",
22714 "inflectionRules": [
22715 {
22716 "name": "-거나"
22717 }
22718 ]
22719 }
22720 ],
22721 "score": 1,
22722 "frequencyOrder": 0,
22723 "dictionaryIndex": 0,
22724 "dictionaryAlias": "termsDictAlias",
22725 "sourceTermExactMatchCount": 1,
22726 "matchPrimaryReading": false,
22727 "maxOriginalTextLength": 4,
22728 "headwords": [
22729 {
22730 "index": 0,
22731 "term": "마시다",
22732 "reading": "마시다",
22733 "sources": [
22734 {
22735 "originalText": "마시거나",
22736 "transformedText": "ㅁㅏㅅㅣㄱㅓㄴㅏ",
22737 "deinflectedText": "마시다",
22738 "matchType": "exact",
22739 "matchSource": "term",
22740 "isPrimary": true
22741 }
22742 ],
22743 "tags": [],
22744 "wordClasses": [
22745 "v"
22746 ]
22747 }
22748 ],
22749 "definitions": [
22750 {
22751 "index": 0,
22752 "headwordIndices": [
22753 0
22754 ],
22755 "dictionary": "Test Dictionary 2",
22756 "dictionaryIndex": 0,
22757 "dictionaryAlias": "termsDictAlias",
22758 "id": 30,
22759 "score": 1,
22760 "frequencyOrder": 0,
22761 "sequences": [
22762 22
22763 ],
22764 "isPrimary": true,
22765 "tags": [
22766 {
22767 "name": "v",
22768 "category": "default",
22769 "order": 0,
22770 "score": 0,
22771 "content": [],
22772 "dictionaries": [
22773 "Test Dictionary 2"
22774 ],
22775 "redundant": false
22776 }
22777 ],
22778 "entries": [
22779 "masida definition"
22780 ]
22781 }
22782 ],
22783 "pronunciations": [],
22784 "frequencies": []
22785 }
22786 ]
22787 },
22788 {
22789 "name": "Test search resolution - word",
22790 "originalTextLength": 7,
22791 "dictionaryEntries": [
22792 {
22793 "type": "term",
22794 "isPrimary": true,
22795 "textProcessorRuleChainCandidates": [
22796 [
22797 "capitalizeFirstLetter"
22798 ]
22799 ],
22800 "inflectionRuleChainCandidates": [
22801 {
22802 "source": "algorithm",
22803 "inflectionRules": []
22804 }
22805 ],
22806 "score": 1,
22807 "frequencyOrder": 0,
22808 "dictionaryIndex": 0,
22809 "dictionaryAlias": "termsDictAlias",
22810 "sourceTermExactMatchCount": 1,
22811 "matchPrimaryReading": false,
22812 "maxOriginalTextLength": 7,
22813 "headwords": [
22814 {
22815 "index": 0,
22816 "term": "English",
22817 "reading": "English",
22818 "sources": [
22819 {
22820 "originalText": "english",
22821 "transformedText": "English",
22822 "deinflectedText": "English",
22823 "matchType": "exact",
22824 "matchSource": "term",
22825 "isPrimary": true
22826 }
22827 ],
22828 "tags": [],
22829 "wordClasses": [
22830 "n"
22831 ]
22832 }
22833 ],
22834 "definitions": [
22835 {
22836 "index": 0,
22837 "headwordIndices": [
22838 0
22839 ],
22840 "dictionary": "Test Dictionary 2",
22841 "dictionaryIndex": 0,
22842 "dictionaryAlias": "termsDictAlias",
22843 "id": 27,
22844 "score": 1,
22845 "frequencyOrder": 0,
22846 "sequences": [
22847 19
22848 ],
22849 "isPrimary": true,
22850 "tags": [
22851 {
22852 "name": "n",
22853 "category": "partOfSpeech",
22854 "order": 0,
22855 "score": 0,
22856 "content": [
22857 "noun"
22858 ],
22859 "dictionaries": [
22860 "Test Dictionary 2"
22861 ],
22862 "redundant": false
22863 }
22864 ],
22865 "entries": [
22866 "English definition"
22867 ]
22868 }
22869 ],
22870 "pronunciations": [],
22871 "frequencies": []
22872 }
22873 ]
22874 },
22875 {
22876 "name": "Find terms using primary reading 1",
22877 "originalTextLength": 2,
22878 "dictionaryEntries": [
22879 {
22880 "type": "term",
22881 "isPrimary": true,
22882 "textProcessorRuleChainCandidates": [
22883 []
22884 ],
22885 "inflectionRuleChainCandidates": [
22886 {
22887 "source": "algorithm",
22888 "inflectionRules": []
22889 }
22890 ],
22891 "score": 1,
22892 "frequencyOrder": 0,
22893 "dictionaryIndex": 0,
22894 "dictionaryAlias": "termsDictAlias",
22895 "sourceTermExactMatchCount": 1,
22896 "matchPrimaryReading": true,
22897 "maxOriginalTextLength": 2,
22898 "headwords": [
22899 {
22900 "index": 0,
22901 "term": "自重",
22902 "reading": "じちょう",
22903 "sources": [
22904 {
22905 "originalText": "自重",
22906 "transformedText": "自重",
22907 "deinflectedText": "自重",
22908 "matchType": "exact",
22909 "matchSource": "term",
22910 "isPrimary": true
22911 }
22912 ],
22913 "tags": [],
22914 "wordClasses": [
22915 "n"
22916 ]
22917 }
22918 ],
22919 "definitions": [
22920 {
22921 "index": 0,
22922 "headwordIndices": [
22923 0
22924 ],
22925 "dictionary": "Test Dictionary 2",
22926 "dictionaryIndex": 0,
22927 "dictionaryAlias": "termsDictAlias",
22928 "id": 31,
22929 "score": 1,
22930 "frequencyOrder": 0,
22931 "sequences": [
22932 23
22933 ],
22934 "isPrimary": true,
22935 "tags": [
22936 {
22937 "name": "n",
22938 "category": "partOfSpeech",
22939 "order": 0,
22940 "score": 0,
22941 "content": [
22942 "noun"
22943 ],
22944 "dictionaries": [
22945 "Test Dictionary 2"
22946 ],
22947 "redundant": false
22948 }
22949 ],
22950 "entries": [
22951 "jichou definition"
22952 ]
22953 }
22954 ],
22955 "pronunciations": [],
22956 "frequencies": []
22957 },
22958 {
22959 "type": "term",
22960 "isPrimary": true,
22961 "textProcessorRuleChainCandidates": [
22962 []
22963 ],
22964 "inflectionRuleChainCandidates": [
22965 {
22966 "source": "algorithm",
22967 "inflectionRules": []
22968 }
22969 ],
22970 "score": 2,
22971 "frequencyOrder": 0,
22972 "dictionaryIndex": 0,
22973 "dictionaryAlias": "termsDictAlias",
22974 "sourceTermExactMatchCount": 1,
22975 "matchPrimaryReading": false,
22976 "maxOriginalTextLength": 2,
22977 "headwords": [
22978 {
22979 "index": 0,
22980 "term": "自重",
22981 "reading": "じじゅう",
22982 "sources": [
22983 {
22984 "originalText": "自重",
22985 "transformedText": "自重",
22986 "deinflectedText": "自重",
22987 "matchType": "exact",
22988 "matchSource": "term",
22989 "isPrimary": true
22990 }
22991 ],
22992 "tags": [],
22993 "wordClasses": [
22994 "n"
22995 ]
22996 }
22997 ],
22998 "definitions": [
22999 {
23000 "index": 0,
23001 "headwordIndices": [
23002 0
23003 ],
23004 "dictionary": "Test Dictionary 2",
23005 "dictionaryIndex": 0,
23006 "dictionaryAlias": "termsDictAlias",
23007 "id": 32,
23008 "score": 2,
23009 "frequencyOrder": 0,
23010 "sequences": [
23011 24
23012 ],
23013 "isPrimary": true,
23014 "tags": [
23015 {
23016 "name": "n",
23017 "category": "partOfSpeech",
23018 "order": 0,
23019 "score": 0,
23020 "content": [
23021 "noun"
23022 ],
23023 "dictionaries": [
23024 "Test Dictionary 2"
23025 ],
23026 "redundant": false
23027 }
23028 ],
23029 "entries": [
23030 "jijuu definition"
23031 ]
23032 }
23033 ],
23034 "pronunciations": [],
23035 "frequencies": []
23036 }
23037 ]
23038 },
23039 {
23040 "name": "Find terms using primary reading 2",
23041 "originalTextLength": 2,
23042 "dictionaryEntries": [
23043 {
23044 "type": "term",
23045 "isPrimary": true,
23046 "textProcessorRuleChainCandidates": [
23047 []
23048 ],
23049 "inflectionRuleChainCandidates": [
23050 {
23051 "source": "algorithm",
23052 "inflectionRules": []
23053 }
23054 ],
23055 "score": 2,
23056 "frequencyOrder": 0,
23057 "dictionaryIndex": 0,
23058 "dictionaryAlias": "termsDictAlias",
23059 "sourceTermExactMatchCount": 1,
23060 "matchPrimaryReading": true,
23061 "maxOriginalTextLength": 2,
23062 "headwords": [
23063 {
23064 "index": 0,
23065 "term": "自重",
23066 "reading": "じじゅう",
23067 "sources": [
23068 {
23069 "originalText": "自重",
23070 "transformedText": "自重",
23071 "deinflectedText": "自重",
23072 "matchType": "exact",
23073 "matchSource": "term",
23074 "isPrimary": true
23075 }
23076 ],
23077 "tags": [],
23078 "wordClasses": [
23079 "n"
23080 ]
23081 }
23082 ],
23083 "definitions": [
23084 {
23085 "index": 0,
23086 "headwordIndices": [
23087 0
23088 ],
23089 "dictionary": "Test Dictionary 2",
23090 "dictionaryIndex": 0,
23091 "dictionaryAlias": "termsDictAlias",
23092 "id": 32,
23093 "score": 2,
23094 "frequencyOrder": 0,
23095 "sequences": [
23096 24
23097 ],
23098 "isPrimary": true,
23099 "tags": [
23100 {
23101 "name": "n",
23102 "category": "partOfSpeech",
23103 "order": 0,
23104 "score": 0,
23105 "content": [
23106 "noun"
23107 ],
23108 "dictionaries": [
23109 "Test Dictionary 2"
23110 ],
23111 "redundant": false
23112 }
23113 ],
23114 "entries": [
23115 "jijuu definition"
23116 ]
23117 }
23118 ],
23119 "pronunciations": [],
23120 "frequencies": []
23121 },
23122 {
23123 "type": "term",
23124 "isPrimary": true,
23125 "textProcessorRuleChainCandidates": [
23126 []
23127 ],
23128 "inflectionRuleChainCandidates": [
23129 {
23130 "source": "algorithm",
23131 "inflectionRules": []
23132 }
23133 ],
23134 "score": 1,
23135 "frequencyOrder": 0,
23136 "dictionaryIndex": 0,
23137 "dictionaryAlias": "termsDictAlias",
23138 "sourceTermExactMatchCount": 1,
23139 "matchPrimaryReading": false,
23140 "maxOriginalTextLength": 2,
23141 "headwords": [
23142 {
23143 "index": 0,
23144 "term": "自重",
23145 "reading": "じちょう",
23146 "sources": [
23147 {
23148 "originalText": "自重",
23149 "transformedText": "自重",
23150 "deinflectedText": "自重",
23151 "matchType": "exact",
23152 "matchSource": "term",
23153 "isPrimary": true
23154 }
23155 ],
23156 "tags": [],
23157 "wordClasses": [
23158 "n"
23159 ]
23160 }
23161 ],
23162 "definitions": [
23163 {
23164 "index": 0,
23165 "headwordIndices": [
23166 0
23167 ],
23168 "dictionary": "Test Dictionary 2",
23169 "dictionaryIndex": 0,
23170 "dictionaryAlias": "termsDictAlias",
23171 "id": 31,
23172 "score": 1,
23173 "frequencyOrder": 0,
23174 "sequences": [
23175 23
23176 ],
23177 "isPrimary": true,
23178 "tags": [
23179 {
23180 "name": "n",
23181 "category": "partOfSpeech",
23182 "order": 0,
23183 "score": 0,
23184 "content": [
23185 "noun"
23186 ],
23187 "dictionaries": [
23188 "Test Dictionary 2"
23189 ],
23190 "redundant": false
23191 }
23192 ],
23193 "entries": [
23194 "jichou definition"
23195 ]
23196 }
23197 ],
23198 "pronunciations": [],
23199 "frequencies": []
23200 }
23201 ]
23202 }
23203]