diff options
| -rw-r--r-- | test/data/test-translator-data.json | 24161 | ||||
| -rw-r--r-- | test/data/translator-test-inputs.json | 295 | ||||
| -rw-r--r-- | test/data/translator-test-results-note-data1.json | 30799 | ||||
| -rw-r--r-- | test/data/translator-test-results.json | 23894 | ||||
| -rw-r--r-- | test/test-translator.js | 96 | 
5 files changed, 55054 insertions, 24191 deletions
diff --git a/test/data/test-translator-data.json b/test/data/test-translator-data.json deleted file mode 100644 index 81deb64d..00000000 --- a/test/data/test-translator-data.json +++ /dev/null @@ -1,24161 +0,0 @@ -{ -    "optionsPresets": { -        "kanji": { -            "enabledDictionaryMap": [ -                [ -                    "${title}", -                    { -                        "index": 0, -                        "priority": 0 -                    } -                ] -            ] -        }, -        "default": { -            "wildcard": null, -            "mainDictionary": "${title}", -            "alphanumeric": false, -            "convertHalfWidthCharacters": false, -            "convertNumericCharacters": false, -            "convertAlphabeticCharacters": false, -            "convertHiraganaToKatakana": false, -            "convertKatakanaToHiragana": false, -            "collapseEmphaticSequences": false, -            "textReplacements": [ -                null -            ], -            "enabledDictionaryMap": [ -                [ -                    "${title}", -                    { -                        "index": 0, -                        "priority": 0, -                        "allowSecondarySearches": false -                    } -                ] -            ] -        } -    }, -    "tests": [ -        { -            "comment": "Basic kanji test 1", -            "func": "findKanji", -            "text": "打", -            "options": "kanji", -            "expected": { -                "definitions": [ -                    { -                        "type": "kanji", -                        "character": "打", -                        "dictionary": "Test Dictionary 2", -                        "onyomi": [ -                            "ダ", -                            "ダアス" -                        ], -                        "kunyomi": [ -                            "う.つ", -                            "う.ち-", -                            "ぶ.つ" -                        ], -                        "glossary": [ -                            "meaning1", -                            "meaning2", -                            "meaning3", -                            "meaning4", -                            "meaning5" -                        ], -                        "tags": [ -                            { -                                "name": "ktag1", -                                "category": "kcategory1", -                                "notes": "ktag1 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "ktag2", -                                "category": "kcategory2", -                                "notes": "ktag2 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "stats": { -                            "kcategory3": [ -                                { -                                    "name": "kstat1", -                                    "category": "kcategory3", -                                    "notes": "kstat1 notes", -                                    "order": 0, -                                    "score": 0, -                                    "dictionary": "Test Dictionary 2", -                                    "value": "1" -                                } -                            ], -                            "kcategory4": [ -                                { -                                    "name": "kstat2", -                                    "category": "kcategory4", -                                    "notes": "kstat2 notes", -                                    "order": 0, -                                    "score": 0, -                                    "dictionary": "Test Dictionary 2", -                                    "value": "2" -                                } -                            ], -                            "kcategory5": [ -                                { -                                    "name": "kstat3", -                                    "category": "kcategory5", -                                    "notes": "kstat3 notes", -                                    "order": 0, -                                    "score": 0, -                                    "dictionary": "Test Dictionary 2", -                                    "value": "3" -                                } -                            ], -                            "kcategory6": [ -                                { -                                    "name": "kstat4", -                                    "category": "kcategory6", -                                    "notes": "kstat4 notes", -                                    "order": 0, -                                    "score": 0, -                                    "dictionary": "Test Dictionary 2", -                                    "value": "4" -                                } -                            ], -                            "kcategory7": [ -                                { -                                    "name": "kstat5", -                                    "category": "kcategory7", -                                    "notes": "kstat5 notes", -                                    "order": 0, -                                    "score": 0, -                                    "dictionary": "Test Dictionary 2", -                                    "value": "5" -                                } -                            ] -                        }, -                        "frequencies": [ -                            { -                                "index": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "character": "打", -                                "frequency": 1 -                            } -                        ] -                    } -                ] -            } -        }, -        { -            "comment": "Basic kanji test 2", -            "func": "findKanji", -            "text": "込", -            "options": "kanji", -            "expected": { -                "definitions": [ -                    { -                        "type": "kanji", -                        "character": "込", -                        "dictionary": "Test Dictionary 2", -                        "onyomi": [], -                        "kunyomi": [ -                            "-こ.む", -                            "こ.む", -                            "こ.み", -                            "-こ.み", -                            "こ.める" -                        ], -                        "glossary": [ -                            "meaning1", -                            "meaning2", -                            "meaning3", -                            "meaning4", -                            "meaning5" -                        ], -                        "tags": [ -                            { -                                "name": "ktag1", -                                "category": "kcategory1", -                                "notes": "ktag1 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "ktag2", -                                "category": "kcategory2", -                                "notes": "ktag2 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "stats": { -                            "kcategory3": [ -                                { -                                    "name": "kstat1", -                                    "category": "kcategory3", -                                    "notes": "kstat1 notes", -                                    "order": 0, -                                    "score": 0, -                                    "dictionary": "Test Dictionary 2", -                                    "value": "1" -                                } -                            ], -                            "kcategory4": [ -                                { -                                    "name": "kstat2", -                                    "category": "kcategory4", -                                    "notes": "kstat2 notes", -                                    "order": 0, -                                    "score": 0, -                                    "dictionary": "Test Dictionary 2", -                                    "value": "2" -                                } -                            ], -                            "kcategory5": [ -                                { -                                    "name": "kstat3", -                                    "category": "kcategory5", -                                    "notes": "kstat3 notes", -                                    "order": 0, -                                    "score": 0, -                                    "dictionary": "Test Dictionary 2", -                                    "value": "3" -                                } -                            ], -                            "kcategory6": [ -                                { -                                    "name": "kstat4", -                                    "category": "kcategory6", -                                    "notes": "kstat4 notes", -                                    "order": 0, -                                    "score": 0, -                                    "dictionary": "Test Dictionary 2", -                                    "value": "4" -                                } -                            ], -                            "kcategory7": [ -                                { -                                    "name": "kstat5", -                                    "category": "kcategory7", -                                    "notes": "kstat5 notes", -                                    "order": 0, -                                    "score": 0, -                                    "dictionary": "Test Dictionary 2", -                                    "value": "5" -                                } -                            ] -                        }, -                        "frequencies": [ -                            { -                                "index": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "character": "込", -                                "frequency": 2 -                            } -                        ] -                    } -                ] -            } -        }, -        { -            "comment": "Missing kanji test", -            "func": "findKanji", -            "text": "画", -            "options": "kanji", -            "expected": { -                "definitions": [] -            } -        }, -        { -            "comment": "Find term using expression text 1", -            "func": "findTerms", -            "mode": "split", -            "text": "打", -            "options": "default", -            "expected": { -                "length": 1, -                "definitions": [ -                    { -                        "type": "term", -                        "id": 1, -                        "source": "打", -                        "rawSource": "打", -                        "sourceTerm": "打", -                        "reasons": [], -                        "score": 1, -                        "isPrimary": true, -                        "sequence": 1, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": "打", -                        "reading": "だ", -                        "expressions": [ -                            { -                                "sourceTerm": "打", -                                "expression": "打", -                                "reading": "だ", -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打", -                                        "reading": "だ", -                                        "hasReading": false, -                                        "frequency": 1 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打", -                                        "reading": "だ", -                                        "hasReading": true, -                                        "frequency": 4 -                                    } -                                ], -                                "pitches": [] -                            } -                        ], -                        "glossary": [ -                            "definition1", -                            "definition2" -                        ], -                        "definitionTags": [ -                            { -                                "name": "tag1", -                                "category": "category1", -                                "notes": "tag1 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag2", -                                "category": "category2", -                                "notes": "tag2 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "termTags": [ -                            { -                                "name": "tag3", -                                "category": "category3", -                                "notes": "tag3 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag4", -                                "category": "category4", -                                "notes": "tag4 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag5", -                                "category": "category5", -                                "notes": "tag5 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "frequencies": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打", -                                "reading": "だ", -                                "hasReading": false, -                                "frequency": 1 -                            }, -                            { -                                "index": 1, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打", -                                "reading": "だ", -                                "hasReading": true, -                                "frequency": 4 -                            } -                        ], -                        "pitches": [], -                        "sourceTermExactMatchCount": 1 -                    }, -                    { -                        "type": "term", -                        "id": 2, -                        "source": "打", -                        "rawSource": "打", -                        "sourceTerm": "打", -                        "reasons": [], -                        "score": 1, -                        "isPrimary": true, -                        "sequence": 2, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": "打", -                        "reading": "ダース", -                        "expressions": [ -                            { -                                "sourceTerm": "打", -                                "expression": "打", -                                "reading": "ダース", -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打", -                                        "reading": "ダース", -                                        "hasReading": false, -                                        "frequency": 1 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打", -                                        "reading": "ダース", -                                        "hasReading": true, -                                        "frequency": 5 -                                    } -                                ], -                                "pitches": [] -                            } -                        ], -                        "glossary": [ -                            "definition3", -                            "definition4" -                        ], -                        "definitionTags": [ -                            { -                                "name": "tag1", -                                "category": "category1", -                                "notes": "tag1 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag2", -                                "category": "category2", -                                "notes": "tag2 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "termTags": [ -                            { -                                "name": "tag3", -                                "category": "category3", -                                "notes": "tag3 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag4", -                                "category": "category4", -                                "notes": "tag4 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag5", -                                "category": "category5", -                                "notes": "tag5 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "frequencies": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打", -                                "reading": "ダース", -                                "hasReading": false, -                                "frequency": 1 -                            }, -                            { -                                "index": 1, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打", -                                "reading": "ダース", -                                "hasReading": true, -                                "frequency": 5 -                            } -                        ], -                        "pitches": [], -                        "sourceTermExactMatchCount": 1 -                    } -                ] -            } -        }, -        { -            "comment": "Find term using expression text 2", -            "func": "findTerms", -            "mode": "split", -            "text": "打つ", -            "options": "default", -            "expected": { -                "length": 2, -                "definitions": [ -                    { -                        "type": "term", -                        "id": 3, -                        "source": "打つ", -                        "rawSource": "打つ", -                        "sourceTerm": "打つ", -                        "reasons": [], -                        "score": 10, -                        "isPrimary": true, -                        "sequence": 3, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": "打つ", -                        "reading": "うつ", -                        "expressions": [ -                            { -                                "sourceTerm": "打つ", -                                "expression": "打つ", -                                "reading": "うつ", -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "うつ", -                                        "hasReading": false, -                                        "frequency": 2 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "うつ", -                                        "hasReading": true, -                                        "frequency": 6 -                                    } -                                ], -                                "pitches": [] -                            } -                        ], -                        "glossary": [ -                            "definition5", -                            "definition6" -                        ], -                        "definitionTags": [ -                            { -                                "name": "tag1", -                                "category": "category1", -                                "notes": "tag1 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag2", -                                "category": "category2", -                                "notes": "tag2 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "termTags": [ -                            { -                                "name": "tag3", -                                "category": "category3", -                                "notes": "tag3 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag4", -                                "category": "category4", -                                "notes": "tag4 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag5", -                                "category": "category5", -                                "notes": "tag5 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "frequencies": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打つ", -                                "reading": "うつ", -                                "hasReading": false, -                                "frequency": 2 -                            }, -                            { -                                "index": 1, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打つ", -                                "reading": "うつ", -                                "hasReading": true, -                                "frequency": 6 -                            } -                        ], -                        "pitches": [], -                        "sourceTermExactMatchCount": 1 -                    }, -                    { -                        "type": "term", -                        "id": 5, -                        "source": "打つ", -                        "rawSource": "打つ", -                        "sourceTerm": "打つ", -                        "reasons": [], -                        "score": 10, -                        "isPrimary": true, -                        "sequence": 3, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": "打つ", -                        "reading": "ぶつ", -                        "expressions": [ -                            { -                                "sourceTerm": "打つ", -                                "expression": "打つ", -                                "reading": "ぶつ", -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "ぶつ", -                                        "hasReading": false, -                                        "frequency": 2 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "ぶつ", -                                        "hasReading": true, -                                        "frequency": 7 -                                    } -                                ], -                                "pitches": [] -                            } -                        ], -                        "glossary": [ -                            "definition9", -                            "definition10" -                        ], -                        "definitionTags": [ -                            { -                                "name": "tag1", -                                "category": "category1", -                                "notes": "tag1 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag2", -                                "category": "category2", -                                "notes": "tag2 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "termTags": [ -                            { -                                "name": "tag3", -                                "category": "category3", -                                "notes": "tag3 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag4", -                                "category": "category4", -                                "notes": "tag4 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag5", -                                "category": "category5", -                                "notes": "tag5 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "frequencies": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打つ", -                                "reading": "ぶつ", -                                "hasReading": false, -                                "frequency": 2 -                            }, -                            { -                                "index": 1, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打つ", -                                "reading": "ぶつ", -                                "hasReading": true, -                                "frequency": 7 -                            } -                        ], -                        "pitches": [], -                        "sourceTermExactMatchCount": 1 -                    }, -                    { -                        "type": "term", -                        "id": 4, -                        "source": "打つ", -                        "rawSource": "打つ", -                        "sourceTerm": "打つ", -                        "reasons": [], -                        "score": 1, -                        "isPrimary": true, -                        "sequence": 3, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": "打つ", -                        "reading": "うつ", -                        "expressions": [ -                            { -                                "sourceTerm": "打つ", -                                "expression": "打つ", -                                "reading": "うつ", -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "うつ", -                                        "hasReading": false, -                                        "frequency": 2 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "うつ", -                                        "hasReading": true, -                                        "frequency": 6 -                                    } -                                ], -                                "pitches": [] -                            } -                        ], -                        "glossary": [ -                            "definition7", -                            "definition8" -                        ], -                        "definitionTags": [ -                            { -                                "name": "tag1", -                                "category": "category1", -                                "notes": "tag1 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag2", -                                "category": "category2", -                                "notes": "tag2 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "termTags": [ -                            { -                                "name": "tag3", -                                "category": "category3", -                                "notes": "tag3 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag4", -                                "category": "category4", -                                "notes": "tag4 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag5", -                                "category": "category5", -                                "notes": "tag5 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "frequencies": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打つ", -                                "reading": "うつ", -                                "hasReading": false, -                                "frequency": 2 -                            }, -                            { -                                "index": 1, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打つ", -                                "reading": "うつ", -                                "hasReading": true, -                                "frequency": 6 -                            } -                        ], -                        "pitches": [], -                        "sourceTermExactMatchCount": 1 -                    }, -                    { -                        "type": "term", -                        "id": 6, -                        "source": "打つ", -                        "rawSource": "打つ", -                        "sourceTerm": "打つ", -                        "reasons": [], -                        "score": 1, -                        "isPrimary": true, -                        "sequence": 3, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": "打つ", -                        "reading": "ぶつ", -                        "expressions": [ -                            { -                                "sourceTerm": "打つ", -                                "expression": "打つ", -                                "reading": "ぶつ", -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "ぶつ", -                                        "hasReading": false, -                                        "frequency": 2 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "ぶつ", -                                        "hasReading": true, -                                        "frequency": 7 -                                    } -                                ], -                                "pitches": [] -                            } -                        ], -                        "glossary": [ -                            "definition11", -                            "definition12" -                        ], -                        "definitionTags": [ -                            { -                                "name": "tag1", -                                "category": "category1", -                                "notes": "tag1 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag2", -                                "category": "category2", -                                "notes": "tag2 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "termTags": [ -                            { -                                "name": "tag3", -                                "category": "category3", -                                "notes": "tag3 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag4", -                                "category": "category4", -                                "notes": "tag4 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag5", -                                "category": "category5", -                                "notes": "tag5 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "frequencies": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打つ", -                                "reading": "ぶつ", -                                "hasReading": false, -                                "frequency": 2 -                            }, -                            { -                                "index": 1, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打つ", -                                "reading": "ぶつ", -                                "hasReading": true, -                                "frequency": 7 -                            } -                        ], -                        "pitches": [], -                        "sourceTermExactMatchCount": 1 -                    }, -                    { -                        "type": "term", -                        "id": 1, -                        "source": "打", -                        "rawSource": "打", -                        "sourceTerm": "打", -                        "reasons": [], -                        "score": 1, -                        "isPrimary": true, -                        "sequence": 1, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": "打", -                        "reading": "だ", -                        "expressions": [ -                            { -                                "sourceTerm": "打", -                                "expression": "打", -                                "reading": "だ", -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打", -                                        "reading": "だ", -                                        "hasReading": false, -                                        "frequency": 1 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打", -                                        "reading": "だ", -                                        "hasReading": true, -                                        "frequency": 4 -                                    } -                                ], -                                "pitches": [] -                            } -                        ], -                        "glossary": [ -                            "definition1", -                            "definition2" -                        ], -                        "definitionTags": [ -                            { -                                "name": "tag1", -                                "category": "category1", -                                "notes": "tag1 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag2", -                                "category": "category2", -                                "notes": "tag2 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "termTags": [ -                            { -                                "name": "tag3", -                                "category": "category3", -                                "notes": "tag3 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag4", -                                "category": "category4", -                                "notes": "tag4 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag5", -                                "category": "category5", -                                "notes": "tag5 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "frequencies": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打", -                                "reading": "だ", -                                "hasReading": false, -                                "frequency": 1 -                            }, -                            { -                                "index": 1, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打", -                                "reading": "だ", -                                "hasReading": true, -                                "frequency": 4 -                            } -                        ], -                        "pitches": [], -                        "sourceTermExactMatchCount": 1 -                    }, -                    { -                        "type": "term", -                        "id": 2, -                        "source": "打", -                        "rawSource": "打", -                        "sourceTerm": "打", -                        "reasons": [], -                        "score": 1, -                        "isPrimary": true, -                        "sequence": 2, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": "打", -                        "reading": "ダース", -                        "expressions": [ -                            { -                                "sourceTerm": "打", -                                "expression": "打", -                                "reading": "ダース", -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打", -                                        "reading": "ダース", -                                        "hasReading": false, -                                        "frequency": 1 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打", -                                        "reading": "ダース", -                                        "hasReading": true, -                                        "frequency": 5 -                                    } -                                ], -                                "pitches": [] -                            } -                        ], -                        "glossary": [ -                            "definition3", -                            "definition4" -                        ], -                        "definitionTags": [ -                            { -                                "name": "tag1", -                                "category": "category1", -                                "notes": "tag1 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag2", -                                "category": "category2", -                                "notes": "tag2 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "termTags": [ -                            { -                                "name": "tag3", -                                "category": "category3", -                                "notes": "tag3 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag4", -                                "category": "category4", -                                "notes": "tag4 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag5", -                                "category": "category5", -                                "notes": "tag5 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "frequencies": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打", -                                "reading": "ダース", -                                "hasReading": false, -                                "frequency": 1 -                            }, -                            { -                                "index": 1, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打", -                                "reading": "ダース", -                                "hasReading": true, -                                "frequency": 5 -                            } -                        ], -                        "pitches": [], -                        "sourceTermExactMatchCount": 1 -                    } -                ] -            } -        }, -        { -            "comment": "Find term using expression text 3", -            "func": "findTerms", -            "mode": "split", -            "text": "打ち込む", -            "options": "default", -            "expected": { -                "length": 4, -                "definitions": [ -                    { -                        "type": "term", -                        "id": 7, -                        "source": "打ち込む", -                        "rawSource": "打ち込む", -                        "sourceTerm": "打ち込む", -                        "reasons": [], -                        "score": 10, -                        "isPrimary": true, -                        "sequence": 4, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": "打ち込む", -                        "reading": "うちこむ", -                        "expressions": [ -                            { -                                "sourceTerm": "打ち込む", -                                "expression": "打ち込む", -                                "reading": "うちこむ", -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "うちこむ", -                                        "hasReading": false, -                                        "frequency": 3 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "うちこむ", -                                        "hasReading": true, -                                        "frequency": 8 -                                    } -                                ], -                                "pitches": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "うちこむ", -                                        "pitches": [ -                                            { -                                                "position": 0, -                                                "tags": [] -                                            }, -                                            { -                                                "position": 3, -                                                "tags": [] -                                            } -                                        ] -                                    } -                                ] -                            } -                        ], -                        "glossary": [ -                            "definition13", -                            "definition14" -                        ], -                        "definitionTags": [ -                            { -                                "name": "tag1", -                                "category": "category1", -                                "notes": "tag1 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag2", -                                "category": "category2", -                                "notes": "tag2 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "termTags": [ -                            { -                                "name": "tag3", -                                "category": "category3", -                                "notes": "tag3 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag4", -                                "category": "category4", -                                "notes": "tag4 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag5", -                                "category": "category5", -                                "notes": "tag5 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "frequencies": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打ち込む", -                                "reading": "うちこむ", -                                "hasReading": false, -                                "frequency": 3 -                            }, -                            { -                                "index": 1, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打ち込む", -                                "reading": "うちこむ", -                                "hasReading": true, -                                "frequency": 8 -                            } -                        ], -                        "pitches": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打ち込む", -                                "reading": "うちこむ", -                                "pitches": [ -                                    { -                                        "position": 0, -                                        "tags": [] -                                    }, -                                    { -                                        "position": 3, -                                        "tags": [] -                                    } -                                ] -                            } -                        ], -                        "sourceTermExactMatchCount": 1 -                    }, -                    { -                        "type": "term", -                        "id": 9, -                        "source": "打ち込む", -                        "rawSource": "打ち込む", -                        "sourceTerm": "打ち込む", -                        "reasons": [], -                        "score": 10, -                        "isPrimary": true, -                        "sequence": 4, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": "打ち込む", -                        "reading": "ぶちこむ", -                        "expressions": [ -                            { -                                "sourceTerm": "打ち込む", -                                "expression": "打ち込む", -                                "reading": "ぶちこむ", -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "ぶちこむ", -                                        "hasReading": false, -                                        "frequency": 3 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "ぶちこむ", -                                        "hasReading": true, -                                        "frequency": 9 -                                    } -                                ], -                                "pitches": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "ぶちこむ", -                                        "pitches": [ -                                            { -                                                "position": 0, -                                                "tags": [] -                                            }, -                                            { -                                                "position": 3, -                                                "tags": [] -                                            } -                                        ] -                                    } -                                ] -                            } -                        ], -                        "glossary": [ -                            "definition17", -                            "definition18" -                        ], -                        "definitionTags": [ -                            { -                                "name": "tag1", -                                "category": "category1", -                                "notes": "tag1 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag2", -                                "category": "category2", -                                "notes": "tag2 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "termTags": [ -                            { -                                "name": "tag3", -                                "category": "category3", -                                "notes": "tag3 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag4", -                                "category": "category4", -                                "notes": "tag4 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag5", -                                "category": "category5", -                                "notes": "tag5 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "frequencies": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打ち込む", -                                "reading": "ぶちこむ", -                                "hasReading": false, -                                "frequency": 3 -                            }, -                            { -                                "index": 1, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打ち込む", -                                "reading": "ぶちこむ", -                                "hasReading": true, -                                "frequency": 9 -                            } -                        ], -                        "pitches": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打ち込む", -                                "reading": "ぶちこむ", -                                "pitches": [ -                                    { -                                        "position": 0, -                                        "tags": [] -                                    }, -                                    { -                                        "position": 3, -                                        "tags": [] -                                    } -                                ] -                            } -                        ], -                        "sourceTermExactMatchCount": 1 -                    }, -                    { -                        "type": "term", -                        "id": 8, -                        "source": "打ち込む", -                        "rawSource": "打ち込む", -                        "sourceTerm": "打ち込む", -                        "reasons": [], -                        "score": 1, -                        "isPrimary": true, -                        "sequence": 4, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": "打ち込む", -                        "reading": "うちこむ", -                        "expressions": [ -                            { -                                "sourceTerm": "打ち込む", -                                "expression": "打ち込む", -                                "reading": "うちこむ", -                                "termTags": [ -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag6", -                                        "category": "default", -                                        "notes": "", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag7", -                                        "category": "default", -                                        "notes": "", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "うちこむ", -                                        "hasReading": false, -                                        "frequency": 3 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "うちこむ", -                                        "hasReading": true, -                                        "frequency": 8 -                                    } -                                ], -                                "pitches": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "うちこむ", -                                        "pitches": [ -                                            { -                                                "position": 0, -                                                "tags": [] -                                            }, -                                            { -                                                "position": 3, -                                                "tags": [] -                                            } -                                        ] -                                    } -                                ] -                            } -                        ], -                        "glossary": [ -                            "definition15", -                            "definition16" -                        ], -                        "definitionTags": [ -                            { -                                "name": "tag1", -                                "category": "category1", -                                "notes": "tag1 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag2", -                                "category": "category2", -                                "notes": "tag2 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "termTags": [ -                            { -                                "name": "tag5", -                                "category": "category5", -                                "notes": "tag5 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag6", -                                "category": "default", -                                "notes": "", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag7", -                                "category": "default", -                                "notes": "", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "frequencies": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打ち込む", -                                "reading": "うちこむ", -                                "hasReading": false, -                                "frequency": 3 -                            }, -                            { -                                "index": 1, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打ち込む", -                                "reading": "うちこむ", -                                "hasReading": true, -                                "frequency": 8 -                            } -                        ], -                        "pitches": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打ち込む", -                                "reading": "うちこむ", -                                "pitches": [ -                                    { -                                        "position": 0, -                                        "tags": [] -                                    }, -                                    { -                                        "position": 3, -                                        "tags": [] -                                    } -                                ] -                            } -                        ], -                        "sourceTermExactMatchCount": 1 -                    }, -                    { -                        "type": "term", -                        "id": 10, -                        "source": "打ち込む", -                        "rawSource": "打ち込む", -                        "sourceTerm": "打ち込む", -                        "reasons": [], -                        "score": 1, -                        "isPrimary": true, -                        "sequence": 4, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": "打ち込む", -                        "reading": "ぶちこむ", -                        "expressions": [ -                            { -                                "sourceTerm": "打ち込む", -                                "expression": "打ち込む", -                                "reading": "ぶちこむ", -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "ぶちこむ", -                                        "hasReading": false, -                                        "frequency": 3 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "ぶちこむ", -                                        "hasReading": true, -                                        "frequency": 9 -                                    } -                                ], -                                "pitches": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "ぶちこむ", -                                        "pitches": [ -                                            { -                                                "position": 0, -                                                "tags": [] -                                            }, -                                            { -                                                "position": 3, -                                                "tags": [] -                                            } -                                        ] -                                    } -                                ] -                            } -                        ], -                        "glossary": [ -                            "definition19", -                            "definition20" -                        ], -                        "definitionTags": [ -                            { -                                "name": "tag1", -                                "category": "category1", -                                "notes": "tag1 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag2", -                                "category": "category2", -                                "notes": "tag2 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "termTags": [ -                            { -                                "name": "tag3", -                                "category": "category3", -                                "notes": "tag3 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag4", -                                "category": "category4", -                                "notes": "tag4 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag5", -                                "category": "category5", -                                "notes": "tag5 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "frequencies": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打ち込む", -                                "reading": "ぶちこむ", -                                "hasReading": false, -                                "frequency": 3 -                            }, -                            { -                                "index": 1, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打ち込む", -                                "reading": "ぶちこむ", -                                "hasReading": true, -                                "frequency": 9 -                            } -                        ], -                        "pitches": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打ち込む", -                                "reading": "ぶちこむ", -                                "pitches": [ -                                    { -                                        "position": 0, -                                        "tags": [] -                                    }, -                                    { -                                        "position": 3, -                                        "tags": [] -                                    } -                                ] -                            } -                        ], -                        "sourceTermExactMatchCount": 1 -                    }, -                    { -                        "type": "term", -                        "id": 3, -                        "source": "打ち", -                        "rawSource": "打ち", -                        "sourceTerm": "打つ", -                        "reasons": [ -                            "masu stem" -                        ], -                        "score": 10, -                        "isPrimary": true, -                        "sequence": 3, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": "打つ", -                        "reading": "うつ", -                        "expressions": [ -                            { -                                "sourceTerm": "打つ", -                                "expression": "打つ", -                                "reading": "うつ", -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "うつ", -                                        "hasReading": false, -                                        "frequency": 2 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "うつ", -                                        "hasReading": true, -                                        "frequency": 6 -                                    } -                                ], -                                "pitches": [] -                            } -                        ], -                        "glossary": [ -                            "definition5", -                            "definition6" -                        ], -                        "definitionTags": [ -                            { -                                "name": "tag1", -                                "category": "category1", -                                "notes": "tag1 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag2", -                                "category": "category2", -                                "notes": "tag2 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "termTags": [ -                            { -                                "name": "tag3", -                                "category": "category3", -                                "notes": "tag3 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag4", -                                "category": "category4", -                                "notes": "tag4 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag5", -                                "category": "category5", -                                "notes": "tag5 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "frequencies": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打つ", -                                "reading": "うつ", -                                "hasReading": false, -                                "frequency": 2 -                            }, -                            { -                                "index": 1, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打つ", -                                "reading": "うつ", -                                "hasReading": true, -                                "frequency": 6 -                            } -                        ], -                        "pitches": [], -                        "sourceTermExactMatchCount": 1 -                    }, -                    { -                        "type": "term", -                        "id": 5, -                        "source": "打ち", -                        "rawSource": "打ち", -                        "sourceTerm": "打つ", -                        "reasons": [ -                            "masu stem" -                        ], -                        "score": 10, -                        "isPrimary": true, -                        "sequence": 3, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": "打つ", -                        "reading": "ぶつ", -                        "expressions": [ -                            { -                                "sourceTerm": "打つ", -                                "expression": "打つ", -                                "reading": "ぶつ", -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "ぶつ", -                                        "hasReading": false, -                                        "frequency": 2 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "ぶつ", -                                        "hasReading": true, -                                        "frequency": 7 -                                    } -                                ], -                                "pitches": [] -                            } -                        ], -                        "glossary": [ -                            "definition9", -                            "definition10" -                        ], -                        "definitionTags": [ -                            { -                                "name": "tag1", -                                "category": "category1", -                                "notes": "tag1 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag2", -                                "category": "category2", -                                "notes": "tag2 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "termTags": [ -                            { -                                "name": "tag3", -                                "category": "category3", -                                "notes": "tag3 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag4", -                                "category": "category4", -                                "notes": "tag4 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag5", -                                "category": "category5", -                                "notes": "tag5 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "frequencies": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打つ", -                                "reading": "ぶつ", -                                "hasReading": false, -                                "frequency": 2 -                            }, -                            { -                                "index": 1, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打つ", -                                "reading": "ぶつ", -                                "hasReading": true, -                                "frequency": 7 -                            } -                        ], -                        "pitches": [], -                        "sourceTermExactMatchCount": 1 -                    }, -                    { -                        "type": "term", -                        "id": 4, -                        "source": "打ち", -                        "rawSource": "打ち", -                        "sourceTerm": "打つ", -                        "reasons": [ -                            "masu stem" -                        ], -                        "score": 1, -                        "isPrimary": true, -                        "sequence": 3, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": "打つ", -                        "reading": "うつ", -                        "expressions": [ -                            { -                                "sourceTerm": "打つ", -                                "expression": "打つ", -                                "reading": "うつ", -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "うつ", -                                        "hasReading": false, -                                        "frequency": 2 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "うつ", -                                        "hasReading": true, -                                        "frequency": 6 -                                    } -                                ], -                                "pitches": [] -                            } -                        ], -                        "glossary": [ -                            "definition7", -                            "definition8" -                        ], -                        "definitionTags": [ -                            { -                                "name": "tag1", -                                "category": "category1", -                                "notes": "tag1 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag2", -                                "category": "category2", -                                "notes": "tag2 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "termTags": [ -                            { -                                "name": "tag3", -                                "category": "category3", -                                "notes": "tag3 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag4", -                                "category": "category4", -                                "notes": "tag4 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag5", -                                "category": "category5", -                                "notes": "tag5 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "frequencies": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打つ", -                                "reading": "うつ", -                                "hasReading": false, -                                "frequency": 2 -                            }, -                            { -                                "index": 1, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打つ", -                                "reading": "うつ", -                                "hasReading": true, -                                "frequency": 6 -                            } -                        ], -                        "pitches": [], -                        "sourceTermExactMatchCount": 1 -                    }, -                    { -                        "type": "term", -                        "id": 6, -                        "source": "打ち", -                        "rawSource": "打ち", -                        "sourceTerm": "打つ", -                        "reasons": [ -                            "masu stem" -                        ], -                        "score": 1, -                        "isPrimary": true, -                        "sequence": 3, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": "打つ", -                        "reading": "ぶつ", -                        "expressions": [ -                            { -                                "sourceTerm": "打つ", -                                "expression": "打つ", -                                "reading": "ぶつ", -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "ぶつ", -                                        "hasReading": false, -                                        "frequency": 2 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "ぶつ", -                                        "hasReading": true, -                                        "frequency": 7 -                                    } -                                ], -                                "pitches": [] -                            } -                        ], -                        "glossary": [ -                            "definition11", -                            "definition12" -                        ], -                        "definitionTags": [ -                            { -                                "name": "tag1", -                                "category": "category1", -                                "notes": "tag1 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag2", -                                "category": "category2", -                                "notes": "tag2 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "termTags": [ -                            { -                                "name": "tag3", -                                "category": "category3", -                                "notes": "tag3 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag4", -                                "category": "category4", -                                "notes": "tag4 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag5", -                                "category": "category5", -                                "notes": "tag5 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "frequencies": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打つ", -                                "reading": "ぶつ", -                                "hasReading": false, -                                "frequency": 2 -                            }, -                            { -                                "index": 1, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打つ", -                                "reading": "ぶつ", -                                "hasReading": true, -                                "frequency": 7 -                            } -                        ], -                        "pitches": [], -                        "sourceTermExactMatchCount": 1 -                    }, -                    { -                        "type": "term", -                        "id": 1, -                        "source": "打", -                        "rawSource": "打", -                        "sourceTerm": "打", -                        "reasons": [], -                        "score": 1, -                        "isPrimary": true, -                        "sequence": 1, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": "打", -                        "reading": "だ", -                        "expressions": [ -                            { -                                "sourceTerm": "打", -                                "expression": "打", -                                "reading": "だ", -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打", -                                        "reading": "だ", -                                        "hasReading": false, -                                        "frequency": 1 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打", -                                        "reading": "だ", -                                        "hasReading": true, -                                        "frequency": 4 -                                    } -                                ], -                                "pitches": [] -                            } -                        ], -                        "glossary": [ -                            "definition1", -                            "definition2" -                        ], -                        "definitionTags": [ -                            { -                                "name": "tag1", -                                "category": "category1", -                                "notes": "tag1 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag2", -                                "category": "category2", -                                "notes": "tag2 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "termTags": [ -                            { -                                "name": "tag3", -                                "category": "category3", -                                "notes": "tag3 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag4", -                                "category": "category4", -                                "notes": "tag4 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag5", -                                "category": "category5", -                                "notes": "tag5 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "frequencies": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打", -                                "reading": "だ", -                                "hasReading": false, -                                "frequency": 1 -                            }, -                            { -                                "index": 1, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打", -                                "reading": "だ", -                                "hasReading": true, -                                "frequency": 4 -                            } -                        ], -                        "pitches": [], -                        "sourceTermExactMatchCount": 1 -                    }, -                    { -                        "type": "term", -                        "id": 2, -                        "source": "打", -                        "rawSource": "打", -                        "sourceTerm": "打", -                        "reasons": [], -                        "score": 1, -                        "isPrimary": true, -                        "sequence": 2, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": "打", -                        "reading": "ダース", -                        "expressions": [ -                            { -                                "sourceTerm": "打", -                                "expression": "打", -                                "reading": "ダース", -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打", -                                        "reading": "ダース", -                                        "hasReading": false, -                                        "frequency": 1 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打", -                                        "reading": "ダース", -                                        "hasReading": true, -                                        "frequency": 5 -                                    } -                                ], -                                "pitches": [] -                            } -                        ], -                        "glossary": [ -                            "definition3", -                            "definition4" -                        ], -                        "definitionTags": [ -                            { -                                "name": "tag1", -                                "category": "category1", -                                "notes": "tag1 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag2", -                                "category": "category2", -                                "notes": "tag2 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "termTags": [ -                            { -                                "name": "tag3", -                                "category": "category3", -                                "notes": "tag3 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag4", -                                "category": "category4", -                                "notes": "tag4 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag5", -                                "category": "category5", -                                "notes": "tag5 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "frequencies": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打", -                                "reading": "ダース", -                                "hasReading": false, -                                "frequency": 1 -                            }, -                            { -                                "index": 1, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打", -                                "reading": "ダース", -                                "hasReading": true, -                                "frequency": 5 -                            } -                        ], -                        "pitches": [], -                        "sourceTermExactMatchCount": 1 -                    } -                ] -            } -        }, -        { -            "comment": "Find term using expression text 4", -            "func": "findTerms", -            "mode": "split", -            "text": "画像", -            "options": "default", -            "expected": { -                "length": 2, -                "definitions": [ -                    { -                        "type": "term", -                        "id": 11, -                        "source": "画像", -                        "rawSource": "画像", -                        "sourceTerm": "画像", -                        "reasons": [], -                        "score": 1, -                        "isPrimary": true, -                        "sequence": 5, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": "画像", -                        "reading": "がぞう", -                        "expressions": [ -                            { -                                "sourceTerm": "画像", -                                "expression": "画像", -                                "reading": "がぞう", -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [], -                                "pitches": [] -                            } -                        ], -                        "glossary": [ -                            "definition21", -                            { -                                "type": "image", -                                "path": "image.gif", -                                "width": 100, -                                "height": 100, -                                "preferredWidth": 350, -                                "preferredHeight": 350, -                                "description": "An image", -                                "pixelated": true -                            } -                        ], -                        "definitionTags": [ -                            { -                                "name": "tag1", -                                "category": "category1", -                                "notes": "tag1 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag2", -                                "category": "category2", -                                "notes": "tag2 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "termTags": [ -                            { -                                "name": "tag3", -                                "category": "category3", -                                "notes": "tag3 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag4", -                                "category": "category4", -                                "notes": "tag4 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag5", -                                "category": "category5", -                                "notes": "tag5 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "frequencies": [], -                        "pitches": [], -                        "sourceTermExactMatchCount": 1 -                    } -                ] -            } -        }, -        { -            "comment": "Find term using reading 1", -            "func": "findTerms", -            "mode": "split", -            "text": "だ", -            "options": "default", -            "expected": { -                "length": 1, -                "definitions": [ -                    { -                        "type": "term", -                        "id": 1, -                        "source": "だ", -                        "rawSource": "だ", -                        "sourceTerm": "だ", -                        "reasons": [], -                        "score": 1, -                        "isPrimary": true, -                        "sequence": 1, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": "打", -                        "reading": "だ", -                        "expressions": [ -                            { -                                "sourceTerm": "だ", -                                "expression": "打", -                                "reading": "だ", -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打", -                                        "reading": "だ", -                                        "hasReading": false, -                                        "frequency": 1 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打", -                                        "reading": "だ", -                                        "hasReading": true, -                                        "frequency": 4 -                                    } -                                ], -                                "pitches": [] -                            } -                        ], -                        "glossary": [ -                            "definition1", -                            "definition2" -                        ], -                        "definitionTags": [ -                            { -                                "name": "tag1", -                                "category": "category1", -                                "notes": "tag1 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag2", -                                "category": "category2", -                                "notes": "tag2 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "termTags": [ -                            { -                                "name": "tag3", -                                "category": "category3", -                                "notes": "tag3 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag4", -                                "category": "category4", -                                "notes": "tag4 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag5", -                                "category": "category5", -                                "notes": "tag5 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "frequencies": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打", -                                "reading": "だ", -                                "hasReading": false, -                                "frequency": 1 -                            }, -                            { -                                "index": 1, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打", -                                "reading": "だ", -                                "hasReading": true, -                                "frequency": 4 -                            } -                        ], -                        "pitches": [], -                        "sourceTermExactMatchCount": 0 -                    } -                ] -            } -        }, -        { -            "comment": "Find term using reading 2", -            "func": "findTerms", -            "mode": "split", -            "text": "ダース", -            "options": "default", -            "expected": { -                "length": 3, -                "definitions": [ -                    { -                        "type": "term", -                        "id": 2, -                        "source": "ダース", -                        "rawSource": "ダース", -                        "sourceTerm": "ダース", -                        "reasons": [], -                        "score": 1, -                        "isPrimary": true, -                        "sequence": 2, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": "打", -                        "reading": "ダース", -                        "expressions": [ -                            { -                                "sourceTerm": "ダース", -                                "expression": "打", -                                "reading": "ダース", -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打", -                                        "reading": "ダース", -                                        "hasReading": false, -                                        "frequency": 1 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打", -                                        "reading": "ダース", -                                        "hasReading": true, -                                        "frequency": 5 -                                    } -                                ], -                                "pitches": [] -                            } -                        ], -                        "glossary": [ -                            "definition3", -                            "definition4" -                        ], -                        "definitionTags": [ -                            { -                                "name": "tag1", -                                "category": "category1", -                                "notes": "tag1 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag2", -                                "category": "category2", -                                "notes": "tag2 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "termTags": [ -                            { -                                "name": "tag3", -                                "category": "category3", -                                "notes": "tag3 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag4", -                                "category": "category4", -                                "notes": "tag4 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag5", -                                "category": "category5", -                                "notes": "tag5 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "frequencies": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打", -                                "reading": "ダース", -                                "hasReading": false, -                                "frequency": 1 -                            }, -                            { -                                "index": 1, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打", -                                "reading": "ダース", -                                "hasReading": true, -                                "frequency": 5 -                            } -                        ], -                        "pitches": [], -                        "sourceTermExactMatchCount": 0 -                    } -                ] -            } -        }, -        { -            "comment": "Find term using reading 3", -            "func": "findTerms", -            "mode": "split", -            "text": "うつ", -            "options": "default", -            "expected": { -                "length": 2, -                "definitions": [ -                    { -                        "type": "term", -                        "id": 3, -                        "source": "うつ", -                        "rawSource": "うつ", -                        "sourceTerm": "うつ", -                        "reasons": [], -                        "score": 10, -                        "isPrimary": true, -                        "sequence": 3, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": "打つ", -                        "reading": "うつ", -                        "expressions": [ -                            { -                                "sourceTerm": "うつ", -                                "expression": "打つ", -                                "reading": "うつ", -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "うつ", -                                        "hasReading": false, -                                        "frequency": 2 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "うつ", -                                        "hasReading": true, -                                        "frequency": 6 -                                    } -                                ], -                                "pitches": [] -                            } -                        ], -                        "glossary": [ -                            "definition5", -                            "definition6" -                        ], -                        "definitionTags": [ -                            { -                                "name": "tag1", -                                "category": "category1", -                                "notes": "tag1 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag2", -                                "category": "category2", -                                "notes": "tag2 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "termTags": [ -                            { -                                "name": "tag3", -                                "category": "category3", -                                "notes": "tag3 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag4", -                                "category": "category4", -                                "notes": "tag4 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag5", -                                "category": "category5", -                                "notes": "tag5 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "frequencies": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打つ", -                                "reading": "うつ", -                                "hasReading": false, -                                "frequency": 2 -                            }, -                            { -                                "index": 1, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打つ", -                                "reading": "うつ", -                                "hasReading": true, -                                "frequency": 6 -                            } -                        ], -                        "pitches": [], -                        "sourceTermExactMatchCount": 0 -                    }, -                    { -                        "type": "term", -                        "id": 4, -                        "source": "うつ", -                        "rawSource": "うつ", -                        "sourceTerm": "うつ", -                        "reasons": [], -                        "score": 1, -                        "isPrimary": true, -                        "sequence": 3, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": "打つ", -                        "reading": "うつ", -                        "expressions": [ -                            { -                                "sourceTerm": "うつ", -                                "expression": "打つ", -                                "reading": "うつ", -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "うつ", -                                        "hasReading": false, -                                        "frequency": 2 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "うつ", -                                        "hasReading": true, -                                        "frequency": 6 -                                    } -                                ], -                                "pitches": [] -                            } -                        ], -                        "glossary": [ -                            "definition7", -                            "definition8" -                        ], -                        "definitionTags": [ -                            { -                                "name": "tag1", -                                "category": "category1", -                                "notes": "tag1 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag2", -                                "category": "category2", -                                "notes": "tag2 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "termTags": [ -                            { -                                "name": "tag3", -                                "category": "category3", -                                "notes": "tag3 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag4", -                                "category": "category4", -                                "notes": "tag4 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag5", -                                "category": "category5", -                                "notes": "tag5 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "frequencies": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打つ", -                                "reading": "うつ", -                                "hasReading": false, -                                "frequency": 2 -                            }, -                            { -                                "index": 1, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打つ", -                                "reading": "うつ", -                                "hasReading": true, -                                "frequency": 6 -                            } -                        ], -                        "pitches": [], -                        "sourceTermExactMatchCount": 0 -                    } -                ] -            } -        }, -        { -            "comment": "Find term using reading 4", -            "func": "findTerms", -            "mode": "split", -            "text": "ぶつ", -            "options": "default", -            "expected": { -                "length": 2, -                "definitions": [ -                    { -                        "type": "term", -                        "id": 5, -                        "source": "ぶつ", -                        "rawSource": "ぶつ", -                        "sourceTerm": "ぶつ", -                        "reasons": [], -                        "score": 10, -                        "isPrimary": true, -                        "sequence": 3, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": "打つ", -                        "reading": "ぶつ", -                        "expressions": [ -                            { -                                "sourceTerm": "ぶつ", -                                "expression": "打つ", -                                "reading": "ぶつ", -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "ぶつ", -                                        "hasReading": false, -                                        "frequency": 2 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "ぶつ", -                                        "hasReading": true, -                                        "frequency": 7 -                                    } -                                ], -                                "pitches": [] -                            } -                        ], -                        "glossary": [ -                            "definition9", -                            "definition10" -                        ], -                        "definitionTags": [ -                            { -                                "name": "tag1", -                                "category": "category1", -                                "notes": "tag1 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag2", -                                "category": "category2", -                                "notes": "tag2 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "termTags": [ -                            { -                                "name": "tag3", -                                "category": "category3", -                                "notes": "tag3 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag4", -                                "category": "category4", -                                "notes": "tag4 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag5", -                                "category": "category5", -                                "notes": "tag5 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "frequencies": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打つ", -                                "reading": "ぶつ", -                                "hasReading": false, -                                "frequency": 2 -                            }, -                            { -                                "index": 1, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打つ", -                                "reading": "ぶつ", -                                "hasReading": true, -                                "frequency": 7 -                            } -                        ], -                        "pitches": [], -                        "sourceTermExactMatchCount": 0 -                    }, -                    { -                        "type": "term", -                        "id": 6, -                        "source": "ぶつ", -                        "rawSource": "ぶつ", -                        "sourceTerm": "ぶつ", -                        "reasons": [], -                        "score": 1, -                        "isPrimary": true, -                        "sequence": 3, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": "打つ", -                        "reading": "ぶつ", -                        "expressions": [ -                            { -                                "sourceTerm": "ぶつ", -                                "expression": "打つ", -                                "reading": "ぶつ", -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "ぶつ", -                                        "hasReading": false, -                                        "frequency": 2 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "ぶつ", -                                        "hasReading": true, -                                        "frequency": 7 -                                    } -                                ], -                                "pitches": [] -                            } -                        ], -                        "glossary": [ -                            "definition11", -                            "definition12" -                        ], -                        "definitionTags": [ -                            { -                                "name": "tag1", -                                "category": "category1", -                                "notes": "tag1 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag2", -                                "category": "category2", -                                "notes": "tag2 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "termTags": [ -                            { -                                "name": "tag3", -                                "category": "category3", -                                "notes": "tag3 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag4", -                                "category": "category4", -                                "notes": "tag4 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag5", -                                "category": "category5", -                                "notes": "tag5 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "frequencies": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打つ", -                                "reading": "ぶつ", -                                "hasReading": false, -                                "frequency": 2 -                            }, -                            { -                                "index": 1, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打つ", -                                "reading": "ぶつ", -                                "hasReading": true, -                                "frequency": 7 -                            } -                        ], -                        "pitches": [], -                        "sourceTermExactMatchCount": 0 -                    } -                ] -            } -        }, -        { -            "comment": "Find term using reading 5", -            "func": "findTerms", -            "mode": "split", -            "text": "うちこむ", -            "options": "default", -            "expected": { -                "length": 4, -                "definitions": [ -                    { -                        "type": "term", -                        "id": 7, -                        "source": "うちこむ", -                        "rawSource": "うちこむ", -                        "sourceTerm": "うちこむ", -                        "reasons": [], -                        "score": 10, -                        "isPrimary": true, -                        "sequence": 4, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": "打ち込む", -                        "reading": "うちこむ", -                        "expressions": [ -                            { -                                "sourceTerm": "うちこむ", -                                "expression": "打ち込む", -                                "reading": "うちこむ", -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "うちこむ", -                                        "hasReading": false, -                                        "frequency": 3 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "うちこむ", -                                        "hasReading": true, -                                        "frequency": 8 -                                    } -                                ], -                                "pitches": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "うちこむ", -                                        "pitches": [ -                                            { -                                                "position": 0, -                                                "tags": [] -                                            }, -                                            { -                                                "position": 3, -                                                "tags": [] -                                            } -                                        ] -                                    } -                                ] -                            } -                        ], -                        "glossary": [ -                            "definition13", -                            "definition14" -                        ], -                        "definitionTags": [ -                            { -                                "name": "tag1", -                                "category": "category1", -                                "notes": "tag1 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag2", -                                "category": "category2", -                                "notes": "tag2 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "termTags": [ -                            { -                                "name": "tag3", -                                "category": "category3", -                                "notes": "tag3 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag4", -                                "category": "category4", -                                "notes": "tag4 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag5", -                                "category": "category5", -                                "notes": "tag5 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "frequencies": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打ち込む", -                                "reading": "うちこむ", -                                "hasReading": false, -                                "frequency": 3 -                            }, -                            { -                                "index": 1, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打ち込む", -                                "reading": "うちこむ", -                                "hasReading": true, -                                "frequency": 8 -                            } -                        ], -                        "pitches": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打ち込む", -                                "reading": "うちこむ", -                                "pitches": [ -                                    { -                                        "position": 0, -                                        "tags": [] -                                    }, -                                    { -                                        "position": 3, -                                        "tags": [] -                                    } -                                ] -                            } -                        ], -                        "sourceTermExactMatchCount": 0 -                    }, -                    { -                        "type": "term", -                        "id": 8, -                        "source": "うちこむ", -                        "rawSource": "うちこむ", -                        "sourceTerm": "うちこむ", -                        "reasons": [], -                        "score": 1, -                        "isPrimary": true, -                        "sequence": 4, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": "打ち込む", -                        "reading": "うちこむ", -                        "expressions": [ -                            { -                                "sourceTerm": "うちこむ", -                                "expression": "打ち込む", -                                "reading": "うちこむ", -                                "termTags": [ -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag6", -                                        "category": "default", -                                        "notes": "", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag7", -                                        "category": "default", -                                        "notes": "", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "うちこむ", -                                        "hasReading": false, -                                        "frequency": 3 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "うちこむ", -                                        "hasReading": true, -                                        "frequency": 8 -                                    } -                                ], -                                "pitches": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "うちこむ", -                                        "pitches": [ -                                            { -                                                "position": 0, -                                                "tags": [] -                                            }, -                                            { -                                                "position": 3, -                                                "tags": [] -                                            } -                                        ] -                                    } -                                ] -                            } -                        ], -                        "glossary": [ -                            "definition15", -                            "definition16" -                        ], -                        "definitionTags": [ -                            { -                                "name": "tag1", -                                "category": "category1", -                                "notes": "tag1 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag2", -                                "category": "category2", -                                "notes": "tag2 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "termTags": [ -                            { -                                "name": "tag5", -                                "category": "category5", -                                "notes": "tag5 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag6", -                                "category": "default", -                                "notes": "", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag7", -                                "category": "default", -                                "notes": "", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "frequencies": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打ち込む", -                                "reading": "うちこむ", -                                "hasReading": false, -                                "frequency": 3 -                            }, -                            { -                                "index": 1, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打ち込む", -                                "reading": "うちこむ", -                                "hasReading": true, -                                "frequency": 8 -                            } -                        ], -                        "pitches": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打ち込む", -                                "reading": "うちこむ", -                                "pitches": [ -                                    { -                                        "position": 0, -                                        "tags": [] -                                    }, -                                    { -                                        "position": 3, -                                        "tags": [] -                                    } -                                ] -                            } -                        ], -                        "sourceTermExactMatchCount": 0 -                    }, -                    { -                        "type": "term", -                        "id": 3, -                        "source": "うち", -                        "rawSource": "うち", -                        "sourceTerm": "うつ", -                        "reasons": [ -                            "masu stem" -                        ], -                        "score": 10, -                        "isPrimary": true, -                        "sequence": 3, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": "打つ", -                        "reading": "うつ", -                        "expressions": [ -                            { -                                "sourceTerm": "うつ", -                                "expression": "打つ", -                                "reading": "うつ", -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "うつ", -                                        "hasReading": false, -                                        "frequency": 2 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "うつ", -                                        "hasReading": true, -                                        "frequency": 6 -                                    } -                                ], -                                "pitches": [] -                            } -                        ], -                        "glossary": [ -                            "definition5", -                            "definition6" -                        ], -                        "definitionTags": [ -                            { -                                "name": "tag1", -                                "category": "category1", -                                "notes": "tag1 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag2", -                                "category": "category2", -                                "notes": "tag2 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "termTags": [ -                            { -                                "name": "tag3", -                                "category": "category3", -                                "notes": "tag3 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag4", -                                "category": "category4", -                                "notes": "tag4 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag5", -                                "category": "category5", -                                "notes": "tag5 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "frequencies": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打つ", -                                "reading": "うつ", -                                "hasReading": false, -                                "frequency": 2 -                            }, -                            { -                                "index": 1, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打つ", -                                "reading": "うつ", -                                "hasReading": true, -                                "frequency": 6 -                            } -                        ], -                        "pitches": [], -                        "sourceTermExactMatchCount": 0 -                    }, -                    { -                        "type": "term", -                        "id": 4, -                        "source": "うち", -                        "rawSource": "うち", -                        "sourceTerm": "うつ", -                        "reasons": [ -                            "masu stem" -                        ], -                        "score": 1, -                        "isPrimary": true, -                        "sequence": 3, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": "打つ", -                        "reading": "うつ", -                        "expressions": [ -                            { -                                "sourceTerm": "うつ", -                                "expression": "打つ", -                                "reading": "うつ", -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "うつ", -                                        "hasReading": false, -                                        "frequency": 2 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "うつ", -                                        "hasReading": true, -                                        "frequency": 6 -                                    } -                                ], -                                "pitches": [] -                            } -                        ], -                        "glossary": [ -                            "definition7", -                            "definition8" -                        ], -                        "definitionTags": [ -                            { -                                "name": "tag1", -                                "category": "category1", -                                "notes": "tag1 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag2", -                                "category": "category2", -                                "notes": "tag2 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "termTags": [ -                            { -                                "name": "tag3", -                                "category": "category3", -                                "notes": "tag3 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag4", -                                "category": "category4", -                                "notes": "tag4 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag5", -                                "category": "category5", -                                "notes": "tag5 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "frequencies": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打つ", -                                "reading": "うつ", -                                "hasReading": false, -                                "frequency": 2 -                            }, -                            { -                                "index": 1, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打つ", -                                "reading": "うつ", -                                "hasReading": true, -                                "frequency": 6 -                            } -                        ], -                        "pitches": [], -                        "sourceTermExactMatchCount": 0 -                    } -                ] -            } -        }, -        { -            "comment": "Find term using reading 6", -            "func": "findTerms", -            "mode": "split", -            "text": "ぶちこむ", -            "options": "default", -            "expected": { -                "length": 4, -                "definitions": [ -                    { -                        "type": "term", -                        "id": 9, -                        "source": "ぶちこむ", -                        "rawSource": "ぶちこむ", -                        "sourceTerm": "ぶちこむ", -                        "reasons": [], -                        "score": 10, -                        "isPrimary": true, -                        "sequence": 4, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": "打ち込む", -                        "reading": "ぶちこむ", -                        "expressions": [ -                            { -                                "sourceTerm": "ぶちこむ", -                                "expression": "打ち込む", -                                "reading": "ぶちこむ", -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "ぶちこむ", -                                        "hasReading": false, -                                        "frequency": 3 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "ぶちこむ", -                                        "hasReading": true, -                                        "frequency": 9 -                                    } -                                ], -                                "pitches": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "ぶちこむ", -                                        "pitches": [ -                                            { -                                                "position": 0, -                                                "tags": [] -                                            }, -                                            { -                                                "position": 3, -                                                "tags": [] -                                            } -                                        ] -                                    } -                                ] -                            } -                        ], -                        "glossary": [ -                            "definition17", -                            "definition18" -                        ], -                        "definitionTags": [ -                            { -                                "name": "tag1", -                                "category": "category1", -                                "notes": "tag1 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag2", -                                "category": "category2", -                                "notes": "tag2 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "termTags": [ -                            { -                                "name": "tag3", -                                "category": "category3", -                                "notes": "tag3 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag4", -                                "category": "category4", -                                "notes": "tag4 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag5", -                                "category": "category5", -                                "notes": "tag5 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "frequencies": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打ち込む", -                                "reading": "ぶちこむ", -                                "hasReading": false, -                                "frequency": 3 -                            }, -                            { -                                "index": 1, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打ち込む", -                                "reading": "ぶちこむ", -                                "hasReading": true, -                                "frequency": 9 -                            } -                        ], -                        "pitches": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打ち込む", -                                "reading": "ぶちこむ", -                                "pitches": [ -                                    { -                                        "position": 0, -                                        "tags": [] -                                    }, -                                    { -                                        "position": 3, -                                        "tags": [] -                                    } -                                ] -                            } -                        ], -                        "sourceTermExactMatchCount": 0 -                    }, -                    { -                        "type": "term", -                        "id": 10, -                        "source": "ぶちこむ", -                        "rawSource": "ぶちこむ", -                        "sourceTerm": "ぶちこむ", -                        "reasons": [], -                        "score": 1, -                        "isPrimary": true, -                        "sequence": 4, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": "打ち込む", -                        "reading": "ぶちこむ", -                        "expressions": [ -                            { -                                "sourceTerm": "ぶちこむ", -                                "expression": "打ち込む", -                                "reading": "ぶちこむ", -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "ぶちこむ", -                                        "hasReading": false, -                                        "frequency": 3 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "ぶちこむ", -                                        "hasReading": true, -                                        "frequency": 9 -                                    } -                                ], -                                "pitches": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "ぶちこむ", -                                        "pitches": [ -                                            { -                                                "position": 0, -                                                "tags": [] -                                            }, -                                            { -                                                "position": 3, -                                                "tags": [] -                                            } -                                        ] -                                    } -                                ] -                            } -                        ], -                        "glossary": [ -                            "definition19", -                            "definition20" -                        ], -                        "definitionTags": [ -                            { -                                "name": "tag1", -                                "category": "category1", -                                "notes": "tag1 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag2", -                                "category": "category2", -                                "notes": "tag2 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "termTags": [ -                            { -                                "name": "tag3", -                                "category": "category3", -                                "notes": "tag3 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag4", -                                "category": "category4", -                                "notes": "tag4 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag5", -                                "category": "category5", -                                "notes": "tag5 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "frequencies": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打ち込む", -                                "reading": "ぶちこむ", -                                "hasReading": false, -                                "frequency": 3 -                            }, -                            { -                                "index": 1, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打ち込む", -                                "reading": "ぶちこむ", -                                "hasReading": true, -                                "frequency": 9 -                            } -                        ], -                        "pitches": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打ち込む", -                                "reading": "ぶちこむ", -                                "pitches": [ -                                    { -                                        "position": 0, -                                        "tags": [] -                                    }, -                                    { -                                        "position": 3, -                                        "tags": [] -                                    } -                                ] -                            } -                        ], -                        "sourceTermExactMatchCount": 0 -                    }, -                    { -                        "type": "term", -                        "id": 5, -                        "source": "ぶち", -                        "rawSource": "ぶち", -                        "sourceTerm": "ぶつ", -                        "reasons": [ -                            "masu stem" -                        ], -                        "score": 10, -                        "isPrimary": true, -                        "sequence": 3, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": "打つ", -                        "reading": "ぶつ", -                        "expressions": [ -                            { -                                "sourceTerm": "ぶつ", -                                "expression": "打つ", -                                "reading": "ぶつ", -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "ぶつ", -                                        "hasReading": false, -                                        "frequency": 2 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "ぶつ", -                                        "hasReading": true, -                                        "frequency": 7 -                                    } -                                ], -                                "pitches": [] -                            } -                        ], -                        "glossary": [ -                            "definition9", -                            "definition10" -                        ], -                        "definitionTags": [ -                            { -                                "name": "tag1", -                                "category": "category1", -                                "notes": "tag1 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag2", -                                "category": "category2", -                                "notes": "tag2 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "termTags": [ -                            { -                                "name": "tag3", -                                "category": "category3", -                                "notes": "tag3 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag4", -                                "category": "category4", -                                "notes": "tag4 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag5", -                                "category": "category5", -                                "notes": "tag5 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "frequencies": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打つ", -                                "reading": "ぶつ", -                                "hasReading": false, -                                "frequency": 2 -                            }, -                            { -                                "index": 1, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打つ", -                                "reading": "ぶつ", -                                "hasReading": true, -                                "frequency": 7 -                            } -                        ], -                        "pitches": [], -                        "sourceTermExactMatchCount": 0 -                    }, -                    { -                        "type": "term", -                        "id": 6, -                        "source": "ぶち", -                        "rawSource": "ぶち", -                        "sourceTerm": "ぶつ", -                        "reasons": [ -                            "masu stem" -                        ], -                        "score": 1, -                        "isPrimary": true, -                        "sequence": 3, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": "打つ", -                        "reading": "ぶつ", -                        "expressions": [ -                            { -                                "sourceTerm": "ぶつ", -                                "expression": "打つ", -                                "reading": "ぶつ", -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "ぶつ", -                                        "hasReading": false, -                                        "frequency": 2 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "ぶつ", -                                        "hasReading": true, -                                        "frequency": 7 -                                    } -                                ], -                                "pitches": [] -                            } -                        ], -                        "glossary": [ -                            "definition11", -                            "definition12" -                        ], -                        "definitionTags": [ -                            { -                                "name": "tag1", -                                "category": "category1", -                                "notes": "tag1 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag2", -                                "category": "category2", -                                "notes": "tag2 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "termTags": [ -                            { -                                "name": "tag3", -                                "category": "category3", -                                "notes": "tag3 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag4", -                                "category": "category4", -                                "notes": "tag4 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag5", -                                "category": "category5", -                                "notes": "tag5 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "frequencies": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打つ", -                                "reading": "ぶつ", -                                "hasReading": false, -                                "frequency": 2 -                            }, -                            { -                                "index": 1, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打つ", -                                "reading": "ぶつ", -                                "hasReading": true, -                                "frequency": 7 -                            } -                        ], -                        "pitches": [], -                        "sourceTermExactMatchCount": 0 -                    } -                ] -            } -        }, -        { -            "comment": "Find term using reading 7", -            "func": "findTerms", -            "mode": "split", -            "text": "がぞう", -            "options": "default", -            "expected": { -                "length": 3, -                "definitions": [ -                    { -                        "type": "term", -                        "id": 11, -                        "source": "がぞう", -                        "rawSource": "がぞう", -                        "sourceTerm": "がぞう", -                        "reasons": [], -                        "score": 1, -                        "isPrimary": true, -                        "sequence": 5, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": "画像", -                        "reading": "がぞう", -                        "expressions": [ -                            { -                                "sourceTerm": "がぞう", -                                "expression": "画像", -                                "reading": "がぞう", -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [], -                                "pitches": [] -                            } -                        ], -                        "glossary": [ -                            "definition21", -                            { -                                "type": "image", -                                "path": "image.gif", -                                "width": 100, -                                "height": 100, -                                "preferredWidth": 350, -                                "preferredHeight": 350, -                                "description": "An image", -                                "pixelated": true -                            } -                        ], -                        "definitionTags": [ -                            { -                                "name": "tag1", -                                "category": "category1", -                                "notes": "tag1 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag2", -                                "category": "category2", -                                "notes": "tag2 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "termTags": [ -                            { -                                "name": "tag3", -                                "category": "category3", -                                "notes": "tag3 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag4", -                                "category": "category4", -                                "notes": "tag4 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag5", -                                "category": "category5", -                                "notes": "tag5 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "frequencies": [], -                        "pitches": [], -                        "sourceTermExactMatchCount": 0 -                    } -                ] -            } -        }, -        { -            "comment": "Missing term 1", -            "func": "findTerms", -            "mode": "split", -            "text": "為る", -            "options": "default", -            "expected": { -                "length": 0, -                "definitions": [] -            } -        }, -        { -            "comment": "Missing term 2", -            "func": "findTerms", -            "mode": "split", -            "text": "する", -            "options": "default", -            "expected": { -                "length": 0, -                "definitions": [] -            } -        }, -        { -            "comment": "Search using different modes", -            "func": "findTerms", -            "mode": "simple", -            "text": "打ち込む", -            "options": "default", -            "expected": { -                "length": 4, -                "definitions": [ -                    { -                        "type": "term", -                        "id": 7, -                        "source": "打ち込む", -                        "rawSource": "打ち込む", -                        "sourceTerm": "打ち込む", -                        "reasons": [], -                        "score": 10, -                        "isPrimary": true, -                        "sequence": 4, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": "打ち込む", -                        "reading": "うちこむ", -                        "expressions": [ -                            { -                                "sourceTerm": "打ち込む", -                                "expression": "打ち込む", -                                "reading": "うちこむ", -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [], -                                "pitches": [] -                            } -                        ], -                        "glossary": [ -                            "definition13", -                            "definition14" -                        ], -                        "definitionTags": [ -                            { -                                "name": "tag1", -                                "category": "category1", -                                "notes": "tag1 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag2", -                                "category": "category2", -                                "notes": "tag2 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "termTags": [ -                            { -                                "name": "tag3", -                                "category": "category3", -                                "notes": "tag3 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag4", -                                "category": "category4", -                                "notes": "tag4 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag5", -                                "category": "category5", -                                "notes": "tag5 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "frequencies": [], -                        "pitches": [], -                        "sourceTermExactMatchCount": 1 -                    }, -                    { -                        "type": "term", -                        "id": 9, -                        "source": "打ち込む", -                        "rawSource": "打ち込む", -                        "sourceTerm": "打ち込む", -                        "reasons": [], -                        "score": 10, -                        "isPrimary": true, -                        "sequence": 4, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": "打ち込む", -                        "reading": "ぶちこむ", -                        "expressions": [ -                            { -                                "sourceTerm": "打ち込む", -                                "expression": "打ち込む", -                                "reading": "ぶちこむ", -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [], -                                "pitches": [] -                            } -                        ], -                        "glossary": [ -                            "definition17", -                            "definition18" -                        ], -                        "definitionTags": [ -                            { -                                "name": "tag1", -                                "category": "category1", -                                "notes": "tag1 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag2", -                                "category": "category2", -                                "notes": "tag2 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "termTags": [ -                            { -                                "name": "tag3", -                                "category": "category3", -                                "notes": "tag3 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag4", -                                "category": "category4", -                                "notes": "tag4 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag5", -                                "category": "category5", -                                "notes": "tag5 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "frequencies": [], -                        "pitches": [], -                        "sourceTermExactMatchCount": 1 -                    }, -                    { -                        "type": "term", -                        "id": 8, -                        "source": "打ち込む", -                        "rawSource": "打ち込む", -                        "sourceTerm": "打ち込む", -                        "reasons": [], -                        "score": 1, -                        "isPrimary": true, -                        "sequence": 4, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": "打ち込む", -                        "reading": "うちこむ", -                        "expressions": [ -                            { -                                "sourceTerm": "打ち込む", -                                "expression": "打ち込む", -                                "reading": "うちこむ", -                                "termTags": [ -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag6", -                                        "category": "default", -                                        "notes": "", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag7", -                                        "category": "default", -                                        "notes": "", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [], -                                "pitches": [] -                            } -                        ], -                        "glossary": [ -                            "definition15", -                            "definition16" -                        ], -                        "definitionTags": [ -                            { -                                "name": "tag1", -                                "category": "category1", -                                "notes": "tag1 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag2", -                                "category": "category2", -                                "notes": "tag2 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "termTags": [ -                            { -                                "name": "tag5", -                                "category": "category5", -                                "notes": "tag5 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag6", -                                "category": "default", -                                "notes": "", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag7", -                                "category": "default", -                                "notes": "", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "frequencies": [], -                        "pitches": [], -                        "sourceTermExactMatchCount": 1 -                    }, -                    { -                        "type": "term", -                        "id": 10, -                        "source": "打ち込む", -                        "rawSource": "打ち込む", -                        "sourceTerm": "打ち込む", -                        "reasons": [], -                        "score": 1, -                        "isPrimary": true, -                        "sequence": 4, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": "打ち込む", -                        "reading": "ぶちこむ", -                        "expressions": [ -                            { -                                "sourceTerm": "打ち込む", -                                "expression": "打ち込む", -                                "reading": "ぶちこむ", -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [], -                                "pitches": [] -                            } -                        ], -                        "glossary": [ -                            "definition19", -                            "definition20" -                        ], -                        "definitionTags": [ -                            { -                                "name": "tag1", -                                "category": "category1", -                                "notes": "tag1 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag2", -                                "category": "category2", -                                "notes": "tag2 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "termTags": [ -                            { -                                "name": "tag3", -                                "category": "category3", -                                "notes": "tag3 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag4", -                                "category": "category4", -                                "notes": "tag4 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag5", -                                "category": "category5", -                                "notes": "tag5 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "frequencies": [], -                        "pitches": [], -                        "sourceTermExactMatchCount": 1 -                    }, -                    { -                        "type": "term", -                        "id": 3, -                        "source": "打ち", -                        "rawSource": "打ち", -                        "sourceTerm": "打つ", -                        "reasons": [ -                            "masu stem" -                        ], -                        "score": 10, -                        "isPrimary": true, -                        "sequence": 3, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": "打つ", -                        "reading": "うつ", -                        "expressions": [ -                            { -                                "sourceTerm": "打つ", -                                "expression": "打つ", -                                "reading": "うつ", -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [], -                                "pitches": [] -                            } -                        ], -                        "glossary": [ -                            "definition5", -                            "definition6" -                        ], -                        "definitionTags": [ -                            { -                                "name": "tag1", -                                "category": "category1", -                                "notes": "tag1 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag2", -                                "category": "category2", -                                "notes": "tag2 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "termTags": [ -                            { -                                "name": "tag3", -                                "category": "category3", -                                "notes": "tag3 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag4", -                                "category": "category4", -                                "notes": "tag4 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag5", -                                "category": "category5", -                                "notes": "tag5 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "frequencies": [], -                        "pitches": [], -                        "sourceTermExactMatchCount": 1 -                    }, -                    { -                        "type": "term", -                        "id": 5, -                        "source": "打ち", -                        "rawSource": "打ち", -                        "sourceTerm": "打つ", -                        "reasons": [ -                            "masu stem" -                        ], -                        "score": 10, -                        "isPrimary": true, -                        "sequence": 3, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": "打つ", -                        "reading": "ぶつ", -                        "expressions": [ -                            { -                                "sourceTerm": "打つ", -                                "expression": "打つ", -                                "reading": "ぶつ", -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [], -                                "pitches": [] -                            } -                        ], -                        "glossary": [ -                            "definition9", -                            "definition10" -                        ], -                        "definitionTags": [ -                            { -                                "name": "tag1", -                                "category": "category1", -                                "notes": "tag1 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag2", -                                "category": "category2", -                                "notes": "tag2 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "termTags": [ -                            { -                                "name": "tag3", -                                "category": "category3", -                                "notes": "tag3 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag4", -                                "category": "category4", -                                "notes": "tag4 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag5", -                                "category": "category5", -                                "notes": "tag5 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "frequencies": [], -                        "pitches": [], -                        "sourceTermExactMatchCount": 1 -                    }, -                    { -                        "type": "term", -                        "id": 4, -                        "source": "打ち", -                        "rawSource": "打ち", -                        "sourceTerm": "打つ", -                        "reasons": [ -                            "masu stem" -                        ], -                        "score": 1, -                        "isPrimary": true, -                        "sequence": 3, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": "打つ", -                        "reading": "うつ", -                        "expressions": [ -                            { -                                "sourceTerm": "打つ", -                                "expression": "打つ", -                                "reading": "うつ", -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [], -                                "pitches": [] -                            } -                        ], -                        "glossary": [ -                            "definition7", -                            "definition8" -                        ], -                        "definitionTags": [ -                            { -                                "name": "tag1", -                                "category": "category1", -                                "notes": "tag1 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag2", -                                "category": "category2", -                                "notes": "tag2 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "termTags": [ -                            { -                                "name": "tag3", -                                "category": "category3", -                                "notes": "tag3 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag4", -                                "category": "category4", -                                "notes": "tag4 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag5", -                                "category": "category5", -                                "notes": "tag5 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "frequencies": [], -                        "pitches": [], -                        "sourceTermExactMatchCount": 1 -                    }, -                    { -                        "type": "term", -                        "id": 6, -                        "source": "打ち", -                        "rawSource": "打ち", -                        "sourceTerm": "打つ", -                        "reasons": [ -                            "masu stem" -                        ], -                        "score": 1, -                        "isPrimary": true, -                        "sequence": 3, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": "打つ", -                        "reading": "ぶつ", -                        "expressions": [ -                            { -                                "sourceTerm": "打つ", -                                "expression": "打つ", -                                "reading": "ぶつ", -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [], -                                "pitches": [] -                            } -                        ], -                        "glossary": [ -                            "definition11", -                            "definition12" -                        ], -                        "definitionTags": [ -                            { -                                "name": "tag1", -                                "category": "category1", -                                "notes": "tag1 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag2", -                                "category": "category2", -                                "notes": "tag2 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "termTags": [ -                            { -                                "name": "tag3", -                                "category": "category3", -                                "notes": "tag3 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag4", -                                "category": "category4", -                                "notes": "tag4 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag5", -                                "category": "category5", -                                "notes": "tag5 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "frequencies": [], -                        "pitches": [], -                        "sourceTermExactMatchCount": 1 -                    }, -                    { -                        "type": "term", -                        "id": 1, -                        "source": "打", -                        "rawSource": "打", -                        "sourceTerm": "打", -                        "reasons": [], -                        "score": 1, -                        "isPrimary": true, -                        "sequence": 1, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": "打", -                        "reading": "だ", -                        "expressions": [ -                            { -                                "sourceTerm": "打", -                                "expression": "打", -                                "reading": "だ", -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [], -                                "pitches": [] -                            } -                        ], -                        "glossary": [ -                            "definition1", -                            "definition2" -                        ], -                        "definitionTags": [ -                            { -                                "name": "tag1", -                                "category": "category1", -                                "notes": "tag1 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag2", -                                "category": "category2", -                                "notes": "tag2 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "termTags": [ -                            { -                                "name": "tag3", -                                "category": "category3", -                                "notes": "tag3 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag4", -                                "category": "category4", -                                "notes": "tag4 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag5", -                                "category": "category5", -                                "notes": "tag5 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "frequencies": [], -                        "pitches": [], -                        "sourceTermExactMatchCount": 1 -                    }, -                    { -                        "type": "term", -                        "id": 2, -                        "source": "打", -                        "rawSource": "打", -                        "sourceTerm": "打", -                        "reasons": [], -                        "score": 1, -                        "isPrimary": true, -                        "sequence": 2, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": "打", -                        "reading": "ダース", -                        "expressions": [ -                            { -                                "sourceTerm": "打", -                                "expression": "打", -                                "reading": "ダース", -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [], -                                "pitches": [] -                            } -                        ], -                        "glossary": [ -                            "definition3", -                            "definition4" -                        ], -                        "definitionTags": [ -                            { -                                "name": "tag1", -                                "category": "category1", -                                "notes": "tag1 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag2", -                                "category": "category2", -                                "notes": "tag2 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "termTags": [ -                            { -                                "name": "tag3", -                                "category": "category3", -                                "notes": "tag3 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag4", -                                "category": "category4", -                                "notes": "tag4 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag5", -                                "category": "category5", -                                "notes": "tag5 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "frequencies": [], -                        "pitches": [], -                        "sourceTermExactMatchCount": 1 -                    } -                ] -            } -        }, -        { -            "comment": "Search using different modes", -            "func": "findTerms", -            "mode": "group", -            "text": "打ち込む", -            "options": "default", -            "expected": { -                "length": 4, -                "definitions": [ -                    { -                        "type": "termGrouped", -                        "source": "打ち込む", -                        "rawSource": "打ち込む", -                        "sourceTerm": "打ち込む", -                        "reasons": [], -                        "score": 10, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": "打ち込む", -                        "reading": "うちこむ", -                        "expressions": [ -                            { -                                "sourceTerm": "打ち込む", -                                "expression": "打ち込む", -                                "reading": "うちこむ", -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag6", -                                        "category": "default", -                                        "notes": "", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag7", -                                        "category": "default", -                                        "notes": "", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "うちこむ", -                                        "hasReading": false, -                                        "frequency": 3 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "うちこむ", -                                        "hasReading": true, -                                        "frequency": 8 -                                    } -                                ], -                                "pitches": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "うちこむ", -                                        "pitches": [ -                                            { -                                                "position": 0, -                                                "tags": [] -                                            }, -                                            { -                                                "position": 3, -                                                "tags": [] -                                            } -                                        ] -                                    } -                                ] -                            } -                        ], -                        "termTags": [ -                            { -                                "name": "tag3", -                                "category": "category3", -                                "notes": "tag3 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag4", -                                "category": "category4", -                                "notes": "tag4 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag5", -                                "category": "category5", -                                "notes": "tag5 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag6", -                                "category": "default", -                                "notes": "", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag7", -                                "category": "default", -                                "notes": "", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "definitions": [ -                            { -                                "type": "term", -                                "id": 7, -                                "source": "打ち込む", -                                "rawSource": "打ち込む", -                                "sourceTerm": "打ち込む", -                                "reasons": [], -                                "score": 10, -                                "isPrimary": true, -                                "sequence": 4, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "dictionaryNames": [ -                                    "Test Dictionary 2" -                                ], -                                "expression": "打ち込む", -                                "reading": "うちこむ", -                                "expressions": [ -                                    { -                                        "sourceTerm": "打ち込む", -                                        "expression": "打ち込む", -                                        "reading": "うちこむ", -                                        "termTags": [ -                                            { -                                                "name": "tag3", -                                                "category": "category3", -                                                "notes": "tag3 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag4", -                                                "category": "category4", -                                                "notes": "tag4 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag5", -                                                "category": "category5", -                                                "notes": "tag5 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            } -                                        ], -                                        "frequencies": [ -                                            { -                                                "index": 0, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打ち込む", -                                                "reading": "うちこむ", -                                                "hasReading": false, -                                                "frequency": 3 -                                            }, -                                            { -                                                "index": 1, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打ち込む", -                                                "reading": "うちこむ", -                                                "hasReading": true, -                                                "frequency": 8 -                                            } -                                        ], -                                        "pitches": [ -                                            { -                                                "index": 0, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打ち込む", -                                                "reading": "うちこむ", -                                                "pitches": [ -                                                    { -                                                        "position": 0, -                                                        "tags": [] -                                                    }, -                                                    { -                                                        "position": 3, -                                                        "tags": [] -                                                    } -                                                ] -                                            } -                                        ] -                                    } -                                ], -                                "glossary": [ -                                    "definition13", -                                    "definition14" -                                ], -                                "definitionTags": [ -                                    { -                                        "name": "tag1", -                                        "category": "category1", -                                        "notes": "tag1 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag2", -                                        "category": "category2", -                                        "notes": "tag2 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "うちこむ", -                                        "hasReading": false, -                                        "frequency": 3 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "うちこむ", -                                        "hasReading": true, -                                        "frequency": 8 -                                    } -                                ], -                                "pitches": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "うちこむ", -                                        "pitches": [ -                                            { -                                                "position": 0, -                                                "tags": [] -                                            }, -                                            { -                                                "position": 3, -                                                "tags": [] -                                            } -                                        ] -                                    } -                                ], -                                "sourceTermExactMatchCount": 1 -                            }, -                            { -                                "type": "term", -                                "id": 8, -                                "source": "打ち込む", -                                "rawSource": "打ち込む", -                                "sourceTerm": "打ち込む", -                                "reasons": [], -                                "score": 1, -                                "isPrimary": true, -                                "sequence": 4, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "dictionaryNames": [ -                                    "Test Dictionary 2" -                                ], -                                "expression": "打ち込む", -                                "reading": "うちこむ", -                                "expressions": [ -                                    { -                                        "sourceTerm": "打ち込む", -                                        "expression": "打ち込む", -                                        "reading": "うちこむ", -                                        "termTags": [ -                                            { -                                                "name": "tag5", -                                                "category": "category5", -                                                "notes": "tag5 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag6", -                                                "category": "default", -                                                "notes": "", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag7", -                                                "category": "default", -                                                "notes": "", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            } -                                        ], -                                        "frequencies": [ -                                            { -                                                "index": 0, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打ち込む", -                                                "reading": "うちこむ", -                                                "hasReading": false, -                                                "frequency": 3 -                                            }, -                                            { -                                                "index": 1, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打ち込む", -                                                "reading": "うちこむ", -                                                "hasReading": true, -                                                "frequency": 8 -                                            } -                                        ], -                                        "pitches": [ -                                            { -                                                "index": 0, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打ち込む", -                                                "reading": "うちこむ", -                                                "pitches": [ -                                                    { -                                                        "position": 0, -                                                        "tags": [] -                                                    }, -                                                    { -                                                        "position": 3, -                                                        "tags": [] -                                                    } -                                                ] -                                            } -                                        ] -                                    } -                                ], -                                "glossary": [ -                                    "definition15", -                                    "definition16" -                                ], -                                "definitionTags": [ -                                    { -                                        "name": "tag1", -                                        "category": "category1", -                                        "notes": "tag1 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag2", -                                        "category": "category2", -                                        "notes": "tag2 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "termTags": [ -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag6", -                                        "category": "default", -                                        "notes": "", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag7", -                                        "category": "default", -                                        "notes": "", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "うちこむ", -                                        "hasReading": false, -                                        "frequency": 3 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "うちこむ", -                                        "hasReading": true, -                                        "frequency": 8 -                                    } -                                ], -                                "pitches": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "うちこむ", -                                        "pitches": [ -                                            { -                                                "position": 0, -                                                "tags": [] -                                            }, -                                            { -                                                "position": 3, -                                                "tags": [] -                                            } -                                        ] -                                    } -                                ], -                                "sourceTermExactMatchCount": 1 -                            } -                        ], -                        "frequencies": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打ち込む", -                                "reading": "うちこむ", -                                "hasReading": false, -                                "frequency": 3 -                            }, -                            { -                                "index": 1, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打ち込む", -                                "reading": "うちこむ", -                                "hasReading": true, -                                "frequency": 8 -                            } -                        ], -                        "pitches": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打ち込む", -                                "reading": "うちこむ", -                                "pitches": [ -                                    { -                                        "position": 0, -                                        "tags": [] -                                    }, -                                    { -                                        "position": 3, -                                        "tags": [] -                                    } -                                ] -                            } -                        ], -                        "sourceTermExactMatchCount": 1 -                    }, -                    { -                        "type": "termGrouped", -                        "source": "打ち込む", -                        "rawSource": "打ち込む", -                        "sourceTerm": "打ち込む", -                        "reasons": [], -                        "score": 10, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": "打ち込む", -                        "reading": "ぶちこむ", -                        "expressions": [ -                            { -                                "sourceTerm": "打ち込む", -                                "expression": "打ち込む", -                                "reading": "ぶちこむ", -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "ぶちこむ", -                                        "hasReading": false, -                                        "frequency": 3 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "ぶちこむ", -                                        "hasReading": true, -                                        "frequency": 9 -                                    } -                                ], -                                "pitches": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "ぶちこむ", -                                        "pitches": [ -                                            { -                                                "position": 0, -                                                "tags": [] -                                            }, -                                            { -                                                "position": 3, -                                                "tags": [] -                                            } -                                        ] -                                    } -                                ] -                            } -                        ], -                        "termTags": [ -                            { -                                "name": "tag3", -                                "category": "category3", -                                "notes": "tag3 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag4", -                                "category": "category4", -                                "notes": "tag4 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag5", -                                "category": "category5", -                                "notes": "tag5 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "definitions": [ -                            { -                                "type": "term", -                                "id": 9, -                                "source": "打ち込む", -                                "rawSource": "打ち込む", -                                "sourceTerm": "打ち込む", -                                "reasons": [], -                                "score": 10, -                                "isPrimary": true, -                                "sequence": 4, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "dictionaryNames": [ -                                    "Test Dictionary 2" -                                ], -                                "expression": "打ち込む", -                                "reading": "ぶちこむ", -                                "expressions": [ -                                    { -                                        "sourceTerm": "打ち込む", -                                        "expression": "打ち込む", -                                        "reading": "ぶちこむ", -                                        "termTags": [ -                                            { -                                                "name": "tag3", -                                                "category": "category3", -                                                "notes": "tag3 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag4", -                                                "category": "category4", -                                                "notes": "tag4 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag5", -                                                "category": "category5", -                                                "notes": "tag5 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            } -                                        ], -                                        "frequencies": [ -                                            { -                                                "index": 0, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打ち込む", -                                                "reading": "ぶちこむ", -                                                "hasReading": false, -                                                "frequency": 3 -                                            }, -                                            { -                                                "index": 1, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打ち込む", -                                                "reading": "ぶちこむ", -                                                "hasReading": true, -                                                "frequency": 9 -                                            } -                                        ], -                                        "pitches": [ -                                            { -                                                "index": 0, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打ち込む", -                                                "reading": "ぶちこむ", -                                                "pitches": [ -                                                    { -                                                        "position": 0, -                                                        "tags": [] -                                                    }, -                                                    { -                                                        "position": 3, -                                                        "tags": [] -                                                    } -                                                ] -                                            } -                                        ] -                                    } -                                ], -                                "glossary": [ -                                    "definition17", -                                    "definition18" -                                ], -                                "definitionTags": [ -                                    { -                                        "name": "tag1", -                                        "category": "category1", -                                        "notes": "tag1 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag2", -                                        "category": "category2", -                                        "notes": "tag2 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "ぶちこむ", -                                        "hasReading": false, -                                        "frequency": 3 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "ぶちこむ", -                                        "hasReading": true, -                                        "frequency": 9 -                                    } -                                ], -                                "pitches": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "ぶちこむ", -                                        "pitches": [ -                                            { -                                                "position": 0, -                                                "tags": [] -                                            }, -                                            { -                                                "position": 3, -                                                "tags": [] -                                            } -                                        ] -                                    } -                                ], -                                "sourceTermExactMatchCount": 1 -                            }, -                            { -                                "type": "term", -                                "id": 10, -                                "source": "打ち込む", -                                "rawSource": "打ち込む", -                                "sourceTerm": "打ち込む", -                                "reasons": [], -                                "score": 1, -                                "isPrimary": true, -                                "sequence": 4, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "dictionaryNames": [ -                                    "Test Dictionary 2" -                                ], -                                "expression": "打ち込む", -                                "reading": "ぶちこむ", -                                "expressions": [ -                                    { -                                        "sourceTerm": "打ち込む", -                                        "expression": "打ち込む", -                                        "reading": "ぶちこむ", -                                        "termTags": [ -                                            { -                                                "name": "tag3", -                                                "category": "category3", -                                                "notes": "tag3 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag4", -                                                "category": "category4", -                                                "notes": "tag4 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag5", -                                                "category": "category5", -                                                "notes": "tag5 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            } -                                        ], -                                        "frequencies": [ -                                            { -                                                "index": 0, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打ち込む", -                                                "reading": "ぶちこむ", -                                                "hasReading": false, -                                                "frequency": 3 -                                            }, -                                            { -                                                "index": 1, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打ち込む", -                                                "reading": "ぶちこむ", -                                                "hasReading": true, -                                                "frequency": 9 -                                            } -                                        ], -                                        "pitches": [ -                                            { -                                                "index": 0, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打ち込む", -                                                "reading": "ぶちこむ", -                                                "pitches": [ -                                                    { -                                                        "position": 0, -                                                        "tags": [] -                                                    }, -                                                    { -                                                        "position": 3, -                                                        "tags": [] -                                                    } -                                                ] -                                            } -                                        ] -                                    } -                                ], -                                "glossary": [ -                                    "definition19", -                                    "definition20" -                                ], -                                "definitionTags": [ -                                    { -                                        "name": "tag1", -                                        "category": "category1", -                                        "notes": "tag1 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag2", -                                        "category": "category2", -                                        "notes": "tag2 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "ぶちこむ", -                                        "hasReading": false, -                                        "frequency": 3 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "ぶちこむ", -                                        "hasReading": true, -                                        "frequency": 9 -                                    } -                                ], -                                "pitches": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "ぶちこむ", -                                        "pitches": [ -                                            { -                                                "position": 0, -                                                "tags": [] -                                            }, -                                            { -                                                "position": 3, -                                                "tags": [] -                                            } -                                        ] -                                    } -                                ], -                                "sourceTermExactMatchCount": 1 -                            } -                        ], -                        "frequencies": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打ち込む", -                                "reading": "ぶちこむ", -                                "hasReading": false, -                                "frequency": 3 -                            }, -                            { -                                "index": 1, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打ち込む", -                                "reading": "ぶちこむ", -                                "hasReading": true, -                                "frequency": 9 -                            } -                        ], -                        "pitches": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打ち込む", -                                "reading": "ぶちこむ", -                                "pitches": [ -                                    { -                                        "position": 0, -                                        "tags": [] -                                    }, -                                    { -                                        "position": 3, -                                        "tags": [] -                                    } -                                ] -                            } -                        ], -                        "sourceTermExactMatchCount": 1 -                    }, -                    { -                        "type": "termGrouped", -                        "source": "打ち", -                        "rawSource": "打ち", -                        "sourceTerm": "打つ", -                        "reasons": [ -                            "masu stem" -                        ], -                        "score": 10, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": "打つ", -                        "reading": "うつ", -                        "expressions": [ -                            { -                                "sourceTerm": "打つ", -                                "expression": "打つ", -                                "reading": "うつ", -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "うつ", -                                        "hasReading": false, -                                        "frequency": 2 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "うつ", -                                        "hasReading": true, -                                        "frequency": 6 -                                    } -                                ], -                                "pitches": [] -                            } -                        ], -                        "termTags": [ -                            { -                                "name": "tag3", -                                "category": "category3", -                                "notes": "tag3 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag4", -                                "category": "category4", -                                "notes": "tag4 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag5", -                                "category": "category5", -                                "notes": "tag5 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "definitions": [ -                            { -                                "type": "term", -                                "id": 3, -                                "source": "打ち", -                                "rawSource": "打ち", -                                "sourceTerm": "打つ", -                                "reasons": [ -                                    "masu stem" -                                ], -                                "score": 10, -                                "isPrimary": true, -                                "sequence": 3, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "dictionaryNames": [ -                                    "Test Dictionary 2" -                                ], -                                "expression": "打つ", -                                "reading": "うつ", -                                "expressions": [ -                                    { -                                        "sourceTerm": "打つ", -                                        "expression": "打つ", -                                        "reading": "うつ", -                                        "termTags": [ -                                            { -                                                "name": "tag3", -                                                "category": "category3", -                                                "notes": "tag3 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag4", -                                                "category": "category4", -                                                "notes": "tag4 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag5", -                                                "category": "category5", -                                                "notes": "tag5 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            } -                                        ], -                                        "frequencies": [ -                                            { -                                                "index": 0, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打つ", -                                                "reading": "うつ", -                                                "hasReading": false, -                                                "frequency": 2 -                                            }, -                                            { -                                                "index": 1, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打つ", -                                                "reading": "うつ", -                                                "hasReading": true, -                                                "frequency": 6 -                                            } -                                        ], -                                        "pitches": [] -                                    } -                                ], -                                "glossary": [ -                                    "definition5", -                                    "definition6" -                                ], -                                "definitionTags": [ -                                    { -                                        "name": "tag1", -                                        "category": "category1", -                                        "notes": "tag1 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag2", -                                        "category": "category2", -                                        "notes": "tag2 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "うつ", -                                        "hasReading": false, -                                        "frequency": 2 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "うつ", -                                        "hasReading": true, -                                        "frequency": 6 -                                    } -                                ], -                                "pitches": [], -                                "sourceTermExactMatchCount": 1 -                            }, -                            { -                                "type": "term", -                                "id": 4, -                                "source": "打ち", -                                "rawSource": "打ち", -                                "sourceTerm": "打つ", -                                "reasons": [ -                                    "masu stem" -                                ], -                                "score": 1, -                                "isPrimary": true, -                                "sequence": 3, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "dictionaryNames": [ -                                    "Test Dictionary 2" -                                ], -                                "expression": "打つ", -                                "reading": "うつ", -                                "expressions": [ -                                    { -                                        "sourceTerm": "打つ", -                                        "expression": "打つ", -                                        "reading": "うつ", -                                        "termTags": [ -                                            { -                                                "name": "tag3", -                                                "category": "category3", -                                                "notes": "tag3 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag4", -                                                "category": "category4", -                                                "notes": "tag4 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag5", -                                                "category": "category5", -                                                "notes": "tag5 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            } -                                        ], -                                        "frequencies": [ -                                            { -                                                "index": 0, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打つ", -                                                "reading": "うつ", -                                                "hasReading": false, -                                                "frequency": 2 -                                            }, -                                            { -                                                "index": 1, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打つ", -                                                "reading": "うつ", -                                                "hasReading": true, -                                                "frequency": 6 -                                            } -                                        ], -                                        "pitches": [] -                                    } -                                ], -                                "glossary": [ -                                    "definition7", -                                    "definition8" -                                ], -                                "definitionTags": [ -                                    { -                                        "name": "tag1", -                                        "category": "category1", -                                        "notes": "tag1 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag2", -                                        "category": "category2", -                                        "notes": "tag2 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "うつ", -                                        "hasReading": false, -                                        "frequency": 2 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "うつ", -                                        "hasReading": true, -                                        "frequency": 6 -                                    } -                                ], -                                "pitches": [], -                                "sourceTermExactMatchCount": 1 -                            } -                        ], -                        "frequencies": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打つ", -                                "reading": "うつ", -                                "hasReading": false, -                                "frequency": 2 -                            }, -                            { -                                "index": 1, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打つ", -                                "reading": "うつ", -                                "hasReading": true, -                                "frequency": 6 -                            } -                        ], -                        "pitches": [], -                        "sourceTermExactMatchCount": 1 -                    }, -                    { -                        "type": "termGrouped", -                        "source": "打ち", -                        "rawSource": "打ち", -                        "sourceTerm": "打つ", -                        "reasons": [ -                            "masu stem" -                        ], -                        "score": 10, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": "打つ", -                        "reading": "ぶつ", -                        "expressions": [ -                            { -                                "sourceTerm": "打つ", -                                "expression": "打つ", -                                "reading": "ぶつ", -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "ぶつ", -                                        "hasReading": false, -                                        "frequency": 2 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "ぶつ", -                                        "hasReading": true, -                                        "frequency": 7 -                                    } -                                ], -                                "pitches": [] -                            } -                        ], -                        "termTags": [ -                            { -                                "name": "tag3", -                                "category": "category3", -                                "notes": "tag3 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag4", -                                "category": "category4", -                                "notes": "tag4 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag5", -                                "category": "category5", -                                "notes": "tag5 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "definitions": [ -                            { -                                "type": "term", -                                "id": 5, -                                "source": "打ち", -                                "rawSource": "打ち", -                                "sourceTerm": "打つ", -                                "reasons": [ -                                    "masu stem" -                                ], -                                "score": 10, -                                "isPrimary": true, -                                "sequence": 3, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "dictionaryNames": [ -                                    "Test Dictionary 2" -                                ], -                                "expression": "打つ", -                                "reading": "ぶつ", -                                "expressions": [ -                                    { -                                        "sourceTerm": "打つ", -                                        "expression": "打つ", -                                        "reading": "ぶつ", -                                        "termTags": [ -                                            { -                                                "name": "tag3", -                                                "category": "category3", -                                                "notes": "tag3 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag4", -                                                "category": "category4", -                                                "notes": "tag4 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag5", -                                                "category": "category5", -                                                "notes": "tag5 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            } -                                        ], -                                        "frequencies": [ -                                            { -                                                "index": 0, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打つ", -                                                "reading": "ぶつ", -                                                "hasReading": false, -                                                "frequency": 2 -                                            }, -                                            { -                                                "index": 1, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打つ", -                                                "reading": "ぶつ", -                                                "hasReading": true, -                                                "frequency": 7 -                                            } -                                        ], -                                        "pitches": [] -                                    } -                                ], -                                "glossary": [ -                                    "definition9", -                                    "definition10" -                                ], -                                "definitionTags": [ -                                    { -                                        "name": "tag1", -                                        "category": "category1", -                                        "notes": "tag1 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag2", -                                        "category": "category2", -                                        "notes": "tag2 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "ぶつ", -                                        "hasReading": false, -                                        "frequency": 2 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "ぶつ", -                                        "hasReading": true, -                                        "frequency": 7 -                                    } -                                ], -                                "pitches": [], -                                "sourceTermExactMatchCount": 1 -                            }, -                            { -                                "type": "term", -                                "id": 6, -                                "source": "打ち", -                                "rawSource": "打ち", -                                "sourceTerm": "打つ", -                                "reasons": [ -                                    "masu stem" -                                ], -                                "score": 1, -                                "isPrimary": true, -                                "sequence": 3, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "dictionaryNames": [ -                                    "Test Dictionary 2" -                                ], -                                "expression": "打つ", -                                "reading": "ぶつ", -                                "expressions": [ -                                    { -                                        "sourceTerm": "打つ", -                                        "expression": "打つ", -                                        "reading": "ぶつ", -                                        "termTags": [ -                                            { -                                                "name": "tag3", -                                                "category": "category3", -                                                "notes": "tag3 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag4", -                                                "category": "category4", -                                                "notes": "tag4 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag5", -                                                "category": "category5", -                                                "notes": "tag5 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            } -                                        ], -                                        "frequencies": [ -                                            { -                                                "index": 0, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打つ", -                                                "reading": "ぶつ", -                                                "hasReading": false, -                                                "frequency": 2 -                                            }, -                                            { -                                                "index": 1, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打つ", -                                                "reading": "ぶつ", -                                                "hasReading": true, -                                                "frequency": 7 -                                            } -                                        ], -                                        "pitches": [] -                                    } -                                ], -                                "glossary": [ -                                    "definition11", -                                    "definition12" -                                ], -                                "definitionTags": [ -                                    { -                                        "name": "tag1", -                                        "category": "category1", -                                        "notes": "tag1 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag2", -                                        "category": "category2", -                                        "notes": "tag2 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "ぶつ", -                                        "hasReading": false, -                                        "frequency": 2 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "ぶつ", -                                        "hasReading": true, -                                        "frequency": 7 -                                    } -                                ], -                                "pitches": [], -                                "sourceTermExactMatchCount": 1 -                            } -                        ], -                        "frequencies": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打つ", -                                "reading": "ぶつ", -                                "hasReading": false, -                                "frequency": 2 -                            }, -                            { -                                "index": 1, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打つ", -                                "reading": "ぶつ", -                                "hasReading": true, -                                "frequency": 7 -                            } -                        ], -                        "pitches": [], -                        "sourceTermExactMatchCount": 1 -                    }, -                    { -                        "type": "termGrouped", -                        "source": "打", -                        "rawSource": "打", -                        "sourceTerm": "打", -                        "reasons": [], -                        "score": 1, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": "打", -                        "reading": "だ", -                        "expressions": [ -                            { -                                "sourceTerm": "打", -                                "expression": "打", -                                "reading": "だ", -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打", -                                        "reading": "だ", -                                        "hasReading": false, -                                        "frequency": 1 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打", -                                        "reading": "だ", -                                        "hasReading": true, -                                        "frequency": 4 -                                    } -                                ], -                                "pitches": [] -                            } -                        ], -                        "termTags": [ -                            { -                                "name": "tag3", -                                "category": "category3", -                                "notes": "tag3 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag4", -                                "category": "category4", -                                "notes": "tag4 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag5", -                                "category": "category5", -                                "notes": "tag5 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "definitions": [ -                            { -                                "type": "term", -                                "id": 1, -                                "source": "打", -                                "rawSource": "打", -                                "sourceTerm": "打", -                                "reasons": [], -                                "score": 1, -                                "isPrimary": true, -                                "sequence": 1, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "dictionaryNames": [ -                                    "Test Dictionary 2" -                                ], -                                "expression": "打", -                                "reading": "だ", -                                "expressions": [ -                                    { -                                        "sourceTerm": "打", -                                        "expression": "打", -                                        "reading": "だ", -                                        "termTags": [ -                                            { -                                                "name": "tag3", -                                                "category": "category3", -                                                "notes": "tag3 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag4", -                                                "category": "category4", -                                                "notes": "tag4 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag5", -                                                "category": "category5", -                                                "notes": "tag5 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            } -                                        ], -                                        "frequencies": [ -                                            { -                                                "index": 0, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打", -                                                "reading": "だ", -                                                "hasReading": false, -                                                "frequency": 1 -                                            }, -                                            { -                                                "index": 1, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打", -                                                "reading": "だ", -                                                "hasReading": true, -                                                "frequency": 4 -                                            } -                                        ], -                                        "pitches": [] -                                    } -                                ], -                                "glossary": [ -                                    "definition1", -                                    "definition2" -                                ], -                                "definitionTags": [ -                                    { -                                        "name": "tag1", -                                        "category": "category1", -                                        "notes": "tag1 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag2", -                                        "category": "category2", -                                        "notes": "tag2 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打", -                                        "reading": "だ", -                                        "hasReading": false, -                                        "frequency": 1 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打", -                                        "reading": "だ", -                                        "hasReading": true, -                                        "frequency": 4 -                                    } -                                ], -                                "pitches": [], -                                "sourceTermExactMatchCount": 1 -                            } -                        ], -                        "frequencies": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打", -                                "reading": "だ", -                                "hasReading": false, -                                "frequency": 1 -                            }, -                            { -                                "index": 1, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打", -                                "reading": "だ", -                                "hasReading": true, -                                "frequency": 4 -                            } -                        ], -                        "pitches": [], -                        "sourceTermExactMatchCount": 1 -                    }, -                    { -                        "type": "termGrouped", -                        "source": "打", -                        "rawSource": "打", -                        "sourceTerm": "打", -                        "reasons": [], -                        "score": 1, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": "打", -                        "reading": "ダース", -                        "expressions": [ -                            { -                                "sourceTerm": "打", -                                "expression": "打", -                                "reading": "ダース", -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打", -                                        "reading": "ダース", -                                        "hasReading": false, -                                        "frequency": 1 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打", -                                        "reading": "ダース", -                                        "hasReading": true, -                                        "frequency": 5 -                                    } -                                ], -                                "pitches": [] -                            } -                        ], -                        "termTags": [ -                            { -                                "name": "tag3", -                                "category": "category3", -                                "notes": "tag3 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag4", -                                "category": "category4", -                                "notes": "tag4 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag5", -                                "category": "category5", -                                "notes": "tag5 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "definitions": [ -                            { -                                "type": "term", -                                "id": 2, -                                "source": "打", -                                "rawSource": "打", -                                "sourceTerm": "打", -                                "reasons": [], -                                "score": 1, -                                "isPrimary": true, -                                "sequence": 2, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "dictionaryNames": [ -                                    "Test Dictionary 2" -                                ], -                                "expression": "打", -                                "reading": "ダース", -                                "expressions": [ -                                    { -                                        "sourceTerm": "打", -                                        "expression": "打", -                                        "reading": "ダース", -                                        "termTags": [ -                                            { -                                                "name": "tag3", -                                                "category": "category3", -                                                "notes": "tag3 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag4", -                                                "category": "category4", -                                                "notes": "tag4 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag5", -                                                "category": "category5", -                                                "notes": "tag5 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            } -                                        ], -                                        "frequencies": [ -                                            { -                                                "index": 0, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打", -                                                "reading": "ダース", -                                                "hasReading": false, -                                                "frequency": 1 -                                            }, -                                            { -                                                "index": 1, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打", -                                                "reading": "ダース", -                                                "hasReading": true, -                                                "frequency": 5 -                                            } -                                        ], -                                        "pitches": [] -                                    } -                                ], -                                "glossary": [ -                                    "definition3", -                                    "definition4" -                                ], -                                "definitionTags": [ -                                    { -                                        "name": "tag1", -                                        "category": "category1", -                                        "notes": "tag1 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag2", -                                        "category": "category2", -                                        "notes": "tag2 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打", -                                        "reading": "ダース", -                                        "hasReading": false, -                                        "frequency": 1 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打", -                                        "reading": "ダース", -                                        "hasReading": true, -                                        "frequency": 5 -                                    } -                                ], -                                "pitches": [], -                                "sourceTermExactMatchCount": 1 -                            } -                        ], -                        "frequencies": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打", -                                "reading": "ダース", -                                "hasReading": false, -                                "frequency": 1 -                            }, -                            { -                                "index": 1, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打", -                                "reading": "ダース", -                                "hasReading": true, -                                "frequency": 5 -                            } -                        ], -                        "pitches": [], -                        "sourceTermExactMatchCount": 1 -                    } -                ] -            } -        }, -        { -            "comment": "Search using different modes", -            "func": "findTerms", -            "mode": "merge", -            "text": "打ち込む", -            "options": "default", -            "expected": { -                "length": 4, -                "definitions": [ -                    { -                        "type": "termMerged", -                        "source": "打ち込む", -                        "rawSource": "打ち込む", -                        "reasons": [], -                        "score": 10, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": [ -                            "打ち込む" -                        ], -                        "reading": [ -                            "うちこむ", -                            "ぶちこむ" -                        ], -                        "expressions": [ -                            { -                                "sourceTerm": "打ち込む", -                                "expression": "打ち込む", -                                "reading": "うちこむ", -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag6", -                                        "category": "default", -                                        "notes": "", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag7", -                                        "category": "default", -                                        "notes": "", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "うちこむ", -                                        "hasReading": false, -                                        "frequency": 3 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "うちこむ", -                                        "hasReading": true, -                                        "frequency": 8 -                                    } -                                ], -                                "pitches": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "うちこむ", -                                        "pitches": [ -                                            { -                                                "position": 0, -                                                "tags": [] -                                            }, -                                            { -                                                "position": 3, -                                                "tags": [] -                                            } -                                        ] -                                    } -                                ] -                            }, -                            { -                                "sourceTerm": "打ち込む", -                                "expression": "打ち込む", -                                "reading": "ぶちこむ", -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 1, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "ぶちこむ", -                                        "hasReading": false, -                                        "frequency": 3 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 1, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "ぶちこむ", -                                        "hasReading": true, -                                        "frequency": 9 -                                    } -                                ], -                                "pitches": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 1, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "ぶちこむ", -                                        "pitches": [ -                                            { -                                                "position": 0, -                                                "tags": [] -                                            }, -                                            { -                                                "position": 3, -                                                "tags": [] -                                            } -                                        ] -                                    } -                                ] -                            } -                        ], -                        "definitions": [ -                            { -                                "type": "termMergedByGlossary", -                                "source": "打ち込む", -                                "rawSource": "打ち込む", -                                "reasons": [], -                                "score": 10, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "dictionaryNames": [ -                                    "Test Dictionary 2" -                                ], -                                "expression": [ -                                    "打ち込む" -                                ], -                                "reading": [ -                                    "うちこむ" -                                ], -                                "expressions": [ -                                    { -                                        "sourceTerm": "打ち込む", -                                        "expression": "打ち込む", -                                        "reading": "うちこむ", -                                        "termTags": [ -                                            { -                                                "name": "tag3", -                                                "category": "category3", -                                                "notes": "tag3 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag4", -                                                "category": "category4", -                                                "notes": "tag4 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag5", -                                                "category": "category5", -                                                "notes": "tag5 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            } -                                        ], -                                        "frequencies": [ -                                            { -                                                "index": 0, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打ち込む", -                                                "reading": "うちこむ", -                                                "hasReading": false, -                                                "frequency": 3 -                                            }, -                                            { -                                                "index": 1, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打ち込む", -                                                "reading": "うちこむ", -                                                "hasReading": true, -                                                "frequency": 8 -                                            } -                                        ], -                                        "pitches": [ -                                            { -                                                "index": 0, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打ち込む", -                                                "reading": "うちこむ", -                                                "pitches": [ -                                                    { -                                                        "position": 0, -                                                        "tags": [] -                                                    }, -                                                    { -                                                        "position": 3, -                                                        "tags": [] -                                                    } -                                                ] -                                            } -                                        ] -                                    } -                                ], -                                "glossary": [ -                                    "definition13", -                                    "definition14" -                                ], -                                "definitionTags": [ -                                    { -                                        "name": "tag1", -                                        "category": "category1", -                                        "notes": "tag1 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag2", -                                        "category": "category2", -                                        "notes": "tag2 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "definitions": [ -                                    { -                                        "type": "term", -                                        "id": 7, -                                        "source": "打ち込む", -                                        "rawSource": "打ち込む", -                                        "sourceTerm": "打ち込む", -                                        "reasons": [], -                                        "score": 10, -                                        "isPrimary": true, -                                        "sequence": 4, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "dictionaryNames": [ -                                            "Test Dictionary 2" -                                        ], -                                        "expression": "打ち込む", -                                        "reading": "うちこむ", -                                        "expressions": [ -                                            { -                                                "sourceTerm": "打ち込む", -                                                "expression": "打ち込む", -                                                "reading": "うちこむ", -                                                "termTags": [ -                                                    { -                                                        "name": "tag3", -                                                        "category": "category3", -                                                        "notes": "tag3 notes", -                                                        "order": 0, -                                                        "score": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "redundant": false -                                                    }, -                                                    { -                                                        "name": "tag4", -                                                        "category": "category4", -                                                        "notes": "tag4 notes", -                                                        "order": 0, -                                                        "score": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "redundant": false -                                                    }, -                                                    { -                                                        "name": "tag5", -                                                        "category": "category5", -                                                        "notes": "tag5 notes", -                                                        "order": 0, -                                                        "score": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "redundant": false -                                                    } -                                                ], -                                                "frequencies": [ -                                                    { -                                                        "index": 0, -                                                        "expressionIndex": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "dictionaryOrder": { -                                                            "index": 0, -                                                            "priority": 0 -                                                        }, -                                                        "expression": "打ち込む", -                                                        "reading": "うちこむ", -                                                        "hasReading": false, -                                                        "frequency": 3 -                                                    }, -                                                    { -                                                        "index": 1, -                                                        "expressionIndex": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "dictionaryOrder": { -                                                            "index": 0, -                                                            "priority": 0 -                                                        }, -                                                        "expression": "打ち込む", -                                                        "reading": "うちこむ", -                                                        "hasReading": true, -                                                        "frequency": 8 -                                                    } -                                                ], -                                                "pitches": [ -                                                    { -                                                        "index": 0, -                                                        "expressionIndex": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "dictionaryOrder": { -                                                            "index": 0, -                                                            "priority": 0 -                                                        }, -                                                        "expression": "打ち込む", -                                                        "reading": "うちこむ", -                                                        "pitches": [ -                                                            { -                                                                "position": 0, -                                                                "tags": [] -                                                            }, -                                                            { -                                                                "position": 3, -                                                                "tags": [] -                                                            } -                                                        ] -                                                    } -                                                ] -                                            } -                                        ], -                                        "glossary": [ -                                            "definition13", -                                            "definition14" -                                        ], -                                        "definitionTags": [ -                                            { -                                                "name": "tag1", -                                                "category": "category1", -                                                "notes": "tag1 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag2", -                                                "category": "category2", -                                                "notes": "tag2 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            } -                                        ], -                                        "termTags": [ -                                            { -                                                "name": "tag3", -                                                "category": "category3", -                                                "notes": "tag3 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag4", -                                                "category": "category4", -                                                "notes": "tag4 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag5", -                                                "category": "category5", -                                                "notes": "tag5 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            } -                                        ], -                                        "frequencies": [ -                                            { -                                                "index": 0, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打ち込む", -                                                "reading": "うちこむ", -                                                "hasReading": false, -                                                "frequency": 3 -                                            }, -                                            { -                                                "index": 1, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打ち込む", -                                                "reading": "うちこむ", -                                                "hasReading": true, -                                                "frequency": 8 -                                            } -                                        ], -                                        "pitches": [ -                                            { -                                                "index": 0, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打ち込む", -                                                "reading": "うちこむ", -                                                "pitches": [ -                                                    { -                                                        "position": 0, -                                                        "tags": [] -                                                    }, -                                                    { -                                                        "position": 3, -                                                        "tags": [] -                                                    } -                                                ] -                                            } -                                        ], -                                        "sourceTermExactMatchCount": 1 -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "うちこむ", -                                        "hasReading": false, -                                        "frequency": 3 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "うちこむ", -                                        "hasReading": true, -                                        "frequency": 8 -                                    } -                                ], -                                "pitches": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "うちこむ", -                                        "pitches": [ -                                            { -                                                "position": 0, -                                                "tags": [] -                                            }, -                                            { -                                                "position": 3, -                                                "tags": [] -                                            } -                                        ] -                                    } -                                ], -                                "only": [ -                                    "うちこむ" -                                ], -                                "sourceTermExactMatchCount": 1 -                            }, -                            { -                                "type": "termMergedByGlossary", -                                "source": "打ち込む", -                                "rawSource": "打ち込む", -                                "reasons": [], -                                "score": 10, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "dictionaryNames": [ -                                    "Test Dictionary 2" -                                ], -                                "expression": [ -                                    "打ち込む" -                                ], -                                "reading": [ -                                    "ぶちこむ" -                                ], -                                "expressions": [ -                                    { -                                        "sourceTerm": "打ち込む", -                                        "expression": "打ち込む", -                                        "reading": "ぶちこむ", -                                        "termTags": [ -                                            { -                                                "name": "tag3", -                                                "category": "category3", -                                                "notes": "tag3 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag4", -                                                "category": "category4", -                                                "notes": "tag4 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag5", -                                                "category": "category5", -                                                "notes": "tag5 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            } -                                        ], -                                        "frequencies": [ -                                            { -                                                "index": 0, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打ち込む", -                                                "reading": "ぶちこむ", -                                                "hasReading": false, -                                                "frequency": 3 -                                            }, -                                            { -                                                "index": 1, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打ち込む", -                                                "reading": "ぶちこむ", -                                                "hasReading": true, -                                                "frequency": 9 -                                            } -                                        ], -                                        "pitches": [ -                                            { -                                                "index": 0, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打ち込む", -                                                "reading": "ぶちこむ", -                                                "pitches": [ -                                                    { -                                                        "position": 0, -                                                        "tags": [] -                                                    }, -                                                    { -                                                        "position": 3, -                                                        "tags": [] -                                                    } -                                                ] -                                            } -                                        ] -                                    } -                                ], -                                "glossary": [ -                                    "definition17", -                                    "definition18" -                                ], -                                "definitionTags": [ -                                    { -                                        "name": "tag1", -                                        "category": "category1", -                                        "notes": "tag1 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag2", -                                        "category": "category2", -                                        "notes": "tag2 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "definitions": [ -                                    { -                                        "type": "term", -                                        "id": 9, -                                        "source": "打ち込む", -                                        "rawSource": "打ち込む", -                                        "sourceTerm": "打ち込む", -                                        "reasons": [], -                                        "score": 10, -                                        "isPrimary": true, -                                        "sequence": 4, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "dictionaryNames": [ -                                            "Test Dictionary 2" -                                        ], -                                        "expression": "打ち込む", -                                        "reading": "ぶちこむ", -                                        "expressions": [ -                                            { -                                                "sourceTerm": "打ち込む", -                                                "expression": "打ち込む", -                                                "reading": "ぶちこむ", -                                                "termTags": [ -                                                    { -                                                        "name": "tag3", -                                                        "category": "category3", -                                                        "notes": "tag3 notes", -                                                        "order": 0, -                                                        "score": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "redundant": false -                                                    }, -                                                    { -                                                        "name": "tag4", -                                                        "category": "category4", -                                                        "notes": "tag4 notes", -                                                        "order": 0, -                                                        "score": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "redundant": false -                                                    }, -                                                    { -                                                        "name": "tag5", -                                                        "category": "category5", -                                                        "notes": "tag5 notes", -                                                        "order": 0, -                                                        "score": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "redundant": false -                                                    } -                                                ], -                                                "frequencies": [ -                                                    { -                                                        "index": 0, -                                                        "expressionIndex": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "dictionaryOrder": { -                                                            "index": 0, -                                                            "priority": 0 -                                                        }, -                                                        "expression": "打ち込む", -                                                        "reading": "ぶちこむ", -                                                        "hasReading": false, -                                                        "frequency": 3 -                                                    }, -                                                    { -                                                        "index": 1, -                                                        "expressionIndex": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "dictionaryOrder": { -                                                            "index": 0, -                                                            "priority": 0 -                                                        }, -                                                        "expression": "打ち込む", -                                                        "reading": "ぶちこむ", -                                                        "hasReading": true, -                                                        "frequency": 9 -                                                    } -                                                ], -                                                "pitches": [ -                                                    { -                                                        "index": 0, -                                                        "expressionIndex": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "dictionaryOrder": { -                                                            "index": 0, -                                                            "priority": 0 -                                                        }, -                                                        "expression": "打ち込む", -                                                        "reading": "ぶちこむ", -                                                        "pitches": [ -                                                            { -                                                                "position": 0, -                                                                "tags": [] -                                                            }, -                                                            { -                                                                "position": 3, -                                                                "tags": [] -                                                            } -                                                        ] -                                                    } -                                                ] -                                            } -                                        ], -                                        "glossary": [ -                                            "definition17", -                                            "definition18" -                                        ], -                                        "definitionTags": [ -                                            { -                                                "name": "tag1", -                                                "category": "category1", -                                                "notes": "tag1 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag2", -                                                "category": "category2", -                                                "notes": "tag2 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            } -                                        ], -                                        "termTags": [ -                                            { -                                                "name": "tag3", -                                                "category": "category3", -                                                "notes": "tag3 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag4", -                                                "category": "category4", -                                                "notes": "tag4 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag5", -                                                "category": "category5", -                                                "notes": "tag5 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            } -                                        ], -                                        "frequencies": [ -                                            { -                                                "index": 0, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打ち込む", -                                                "reading": "ぶちこむ", -                                                "hasReading": false, -                                                "frequency": 3 -                                            }, -                                            { -                                                "index": 1, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打ち込む", -                                                "reading": "ぶちこむ", -                                                "hasReading": true, -                                                "frequency": 9 -                                            } -                                        ], -                                        "pitches": [ -                                            { -                                                "index": 0, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打ち込む", -                                                "reading": "ぶちこむ", -                                                "pitches": [ -                                                    { -                                                        "position": 0, -                                                        "tags": [] -                                                    }, -                                                    { -                                                        "position": 3, -                                                        "tags": [] -                                                    } -                                                ] -                                            } -                                        ], -                                        "sourceTermExactMatchCount": 1 -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "ぶちこむ", -                                        "hasReading": false, -                                        "frequency": 3 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "ぶちこむ", -                                        "hasReading": true, -                                        "frequency": 9 -                                    } -                                ], -                                "pitches": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "ぶちこむ", -                                        "pitches": [ -                                            { -                                                "position": 0, -                                                "tags": [] -                                            }, -                                            { -                                                "position": 3, -                                                "tags": [] -                                            } -                                        ] -                                    } -                                ], -                                "only": [ -                                    "ぶちこむ" -                                ], -                                "sourceTermExactMatchCount": 1 -                            }, -                            { -                                "type": "termMergedByGlossary", -                                "source": "打ち込む", -                                "rawSource": "打ち込む", -                                "reasons": [], -                                "score": 1, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "dictionaryNames": [ -                                    "Test Dictionary 2" -                                ], -                                "expression": [ -                                    "打ち込む" -                                ], -                                "reading": [ -                                    "うちこむ" -                                ], -                                "expressions": [ -                                    { -                                        "sourceTerm": "打ち込む", -                                        "expression": "打ち込む", -                                        "reading": "うちこむ", -                                        "termTags": [ -                                            { -                                                "name": "tag5", -                                                "category": "category5", -                                                "notes": "tag5 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag6", -                                                "category": "default", -                                                "notes": "", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag7", -                                                "category": "default", -                                                "notes": "", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            } -                                        ], -                                        "frequencies": [ -                                            { -                                                "index": 0, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打ち込む", -                                                "reading": "うちこむ", -                                                "hasReading": false, -                                                "frequency": 3 -                                            }, -                                            { -                                                "index": 1, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打ち込む", -                                                "reading": "うちこむ", -                                                "hasReading": true, -                                                "frequency": 8 -                                            } -                                        ], -                                        "pitches": [ -                                            { -                                                "index": 0, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打ち込む", -                                                "reading": "うちこむ", -                                                "pitches": [ -                                                    { -                                                        "position": 0, -                                                        "tags": [] -                                                    }, -                                                    { -                                                        "position": 3, -                                                        "tags": [] -                                                    } -                                                ] -                                            } -                                        ] -                                    } -                                ], -                                "glossary": [ -                                    "definition15", -                                    "definition16" -                                ], -                                "definitionTags": [ -                                    { -                                        "name": "tag1", -                                        "category": "category1", -                                        "notes": "tag1 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag2", -                                        "category": "category2", -                                        "notes": "tag2 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "definitions": [ -                                    { -                                        "type": "term", -                                        "id": 8, -                                        "source": "打ち込む", -                                        "rawSource": "打ち込む", -                                        "sourceTerm": "打ち込む", -                                        "reasons": [], -                                        "score": 1, -                                        "isPrimary": true, -                                        "sequence": 4, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "dictionaryNames": [ -                                            "Test Dictionary 2" -                                        ], -                                        "expression": "打ち込む", -                                        "reading": "うちこむ", -                                        "expressions": [ -                                            { -                                                "sourceTerm": "打ち込む", -                                                "expression": "打ち込む", -                                                "reading": "うちこむ", -                                                "termTags": [ -                                                    { -                                                        "name": "tag5", -                                                        "category": "category5", -                                                        "notes": "tag5 notes", -                                                        "order": 0, -                                                        "score": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "redundant": false -                                                    }, -                                                    { -                                                        "name": "tag6", -                                                        "category": "default", -                                                        "notes": "", -                                                        "order": 0, -                                                        "score": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "redundant": false -                                                    }, -                                                    { -                                                        "name": "tag7", -                                                        "category": "default", -                                                        "notes": "", -                                                        "order": 0, -                                                        "score": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "redundant": false -                                                    } -                                                ], -                                                "frequencies": [ -                                                    { -                                                        "index": 0, -                                                        "expressionIndex": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "dictionaryOrder": { -                                                            "index": 0, -                                                            "priority": 0 -                                                        }, -                                                        "expression": "打ち込む", -                                                        "reading": "うちこむ", -                                                        "hasReading": false, -                                                        "frequency": 3 -                                                    }, -                                                    { -                                                        "index": 1, -                                                        "expressionIndex": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "dictionaryOrder": { -                                                            "index": 0, -                                                            "priority": 0 -                                                        }, -                                                        "expression": "打ち込む", -                                                        "reading": "うちこむ", -                                                        "hasReading": true, -                                                        "frequency": 8 -                                                    } -                                                ], -                                                "pitches": [ -                                                    { -                                                        "index": 0, -                                                        "expressionIndex": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "dictionaryOrder": { -                                                            "index": 0, -                                                            "priority": 0 -                                                        }, -                                                        "expression": "打ち込む", -                                                        "reading": "うちこむ", -                                                        "pitches": [ -                                                            { -                                                                "position": 0, -                                                                "tags": [] -                                                            }, -                                                            { -                                                                "position": 3, -                                                                "tags": [] -                                                            } -                                                        ] -                                                    } -                                                ] -                                            } -                                        ], -                                        "glossary": [ -                                            "definition15", -                                            "definition16" -                                        ], -                                        "definitionTags": [ -                                            { -                                                "name": "tag1", -                                                "category": "category1", -                                                "notes": "tag1 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag2", -                                                "category": "category2", -                                                "notes": "tag2 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            } -                                        ], -                                        "termTags": [ -                                            { -                                                "name": "tag5", -                                                "category": "category5", -                                                "notes": "tag5 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag6", -                                                "category": "default", -                                                "notes": "", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag7", -                                                "category": "default", -                                                "notes": "", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            } -                                        ], -                                        "frequencies": [ -                                            { -                                                "index": 0, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打ち込む", -                                                "reading": "うちこむ", -                                                "hasReading": false, -                                                "frequency": 3 -                                            }, -                                            { -                                                "index": 1, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打ち込む", -                                                "reading": "うちこむ", -                                                "hasReading": true, -                                                "frequency": 8 -                                            } -                                        ], -                                        "pitches": [ -                                            { -                                                "index": 0, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打ち込む", -                                                "reading": "うちこむ", -                                                "pitches": [ -                                                    { -                                                        "position": 0, -                                                        "tags": [] -                                                    }, -                                                    { -                                                        "position": 3, -                                                        "tags": [] -                                                    } -                                                ] -                                            } -                                        ], -                                        "sourceTermExactMatchCount": 1 -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "うちこむ", -                                        "hasReading": false, -                                        "frequency": 3 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "うちこむ", -                                        "hasReading": true, -                                        "frequency": 8 -                                    } -                                ], -                                "pitches": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "うちこむ", -                                        "pitches": [ -                                            { -                                                "position": 0, -                                                "tags": [] -                                            }, -                                            { -                                                "position": 3, -                                                "tags": [] -                                            } -                                        ] -                                    } -                                ], -                                "only": [ -                                    "うちこむ" -                                ], -                                "sourceTermExactMatchCount": 1 -                            }, -                            { -                                "type": "termMergedByGlossary", -                                "source": "打ち込む", -                                "rawSource": "打ち込む", -                                "reasons": [], -                                "score": 1, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "dictionaryNames": [ -                                    "Test Dictionary 2" -                                ], -                                "expression": [ -                                    "打ち込む" -                                ], -                                "reading": [ -                                    "ぶちこむ" -                                ], -                                "expressions": [ -                                    { -                                        "sourceTerm": "打ち込む", -                                        "expression": "打ち込む", -                                        "reading": "ぶちこむ", -                                        "termTags": [ -                                            { -                                                "name": "tag3", -                                                "category": "category3", -                                                "notes": "tag3 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag4", -                                                "category": "category4", -                                                "notes": "tag4 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag5", -                                                "category": "category5", -                                                "notes": "tag5 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            } -                                        ], -                                        "frequencies": [ -                                            { -                                                "index": 0, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打ち込む", -                                                "reading": "ぶちこむ", -                                                "hasReading": false, -                                                "frequency": 3 -                                            }, -                                            { -                                                "index": 1, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打ち込む", -                                                "reading": "ぶちこむ", -                                                "hasReading": true, -                                                "frequency": 9 -                                            } -                                        ], -                                        "pitches": [ -                                            { -                                                "index": 0, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打ち込む", -                                                "reading": "ぶちこむ", -                                                "pitches": [ -                                                    { -                                                        "position": 0, -                                                        "tags": [] -                                                    }, -                                                    { -                                                        "position": 3, -                                                        "tags": [] -                                                    } -                                                ] -                                            } -                                        ] -                                    } -                                ], -                                "glossary": [ -                                    "definition19", -                                    "definition20" -                                ], -                                "definitionTags": [ -                                    { -                                        "name": "tag1", -                                        "category": "category1", -                                        "notes": "tag1 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag2", -                                        "category": "category2", -                                        "notes": "tag2 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "definitions": [ -                                    { -                                        "type": "term", -                                        "id": 10, -                                        "source": "打ち込む", -                                        "rawSource": "打ち込む", -                                        "sourceTerm": "打ち込む", -                                        "reasons": [], -                                        "score": 1, -                                        "isPrimary": true, -                                        "sequence": 4, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "dictionaryNames": [ -                                            "Test Dictionary 2" -                                        ], -                                        "expression": "打ち込む", -                                        "reading": "ぶちこむ", -                                        "expressions": [ -                                            { -                                                "sourceTerm": "打ち込む", -                                                "expression": "打ち込む", -                                                "reading": "ぶちこむ", -                                                "termTags": [ -                                                    { -                                                        "name": "tag3", -                                                        "category": "category3", -                                                        "notes": "tag3 notes", -                                                        "order": 0, -                                                        "score": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "redundant": false -                                                    }, -                                                    { -                                                        "name": "tag4", -                                                        "category": "category4", -                                                        "notes": "tag4 notes", -                                                        "order": 0, -                                                        "score": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "redundant": false -                                                    }, -                                                    { -                                                        "name": "tag5", -                                                        "category": "category5", -                                                        "notes": "tag5 notes", -                                                        "order": 0, -                                                        "score": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "redundant": false -                                                    } -                                                ], -                                                "frequencies": [ -                                                    { -                                                        "index": 0, -                                                        "expressionIndex": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "dictionaryOrder": { -                                                            "index": 0, -                                                            "priority": 0 -                                                        }, -                                                        "expression": "打ち込む", -                                                        "reading": "ぶちこむ", -                                                        "hasReading": false, -                                                        "frequency": 3 -                                                    }, -                                                    { -                                                        "index": 1, -                                                        "expressionIndex": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "dictionaryOrder": { -                                                            "index": 0, -                                                            "priority": 0 -                                                        }, -                                                        "expression": "打ち込む", -                                                        "reading": "ぶちこむ", -                                                        "hasReading": true, -                                                        "frequency": 9 -                                                    } -                                                ], -                                                "pitches": [ -                                                    { -                                                        "index": 0, -                                                        "expressionIndex": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "dictionaryOrder": { -                                                            "index": 0, -                                                            "priority": 0 -                                                        }, -                                                        "expression": "打ち込む", -                                                        "reading": "ぶちこむ", -                                                        "pitches": [ -                                                            { -                                                                "position": 0, -                                                                "tags": [] -                                                            }, -                                                            { -                                                                "position": 3, -                                                                "tags": [] -                                                            } -                                                        ] -                                                    } -                                                ] -                                            } -                                        ], -                                        "glossary": [ -                                            "definition19", -                                            "definition20" -                                        ], -                                        "definitionTags": [ -                                            { -                                                "name": "tag1", -                                                "category": "category1", -                                                "notes": "tag1 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag2", -                                                "category": "category2", -                                                "notes": "tag2 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            } -                                        ], -                                        "termTags": [ -                                            { -                                                "name": "tag3", -                                                "category": "category3", -                                                "notes": "tag3 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag4", -                                                "category": "category4", -                                                "notes": "tag4 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag5", -                                                "category": "category5", -                                                "notes": "tag5 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            } -                                        ], -                                        "frequencies": [ -                                            { -                                                "index": 0, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打ち込む", -                                                "reading": "ぶちこむ", -                                                "hasReading": false, -                                                "frequency": 3 -                                            }, -                                            { -                                                "index": 1, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打ち込む", -                                                "reading": "ぶちこむ", -                                                "hasReading": true, -                                                "frequency": 9 -                                            } -                                        ], -                                        "pitches": [ -                                            { -                                                "index": 0, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打ち込む", -                                                "reading": "ぶちこむ", -                                                "pitches": [ -                                                    { -                                                        "position": 0, -                                                        "tags": [] -                                                    }, -                                                    { -                                                        "position": 3, -                                                        "tags": [] -                                                    } -                                                ] -                                            } -                                        ], -                                        "sourceTermExactMatchCount": 1 -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "ぶちこむ", -                                        "hasReading": false, -                                        "frequency": 3 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "ぶちこむ", -                                        "hasReading": true, -                                        "frequency": 9 -                                    } -                                ], -                                "pitches": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "ぶちこむ", -                                        "pitches": [ -                                            { -                                                "position": 0, -                                                "tags": [] -                                            }, -                                            { -                                                "position": 3, -                                                "tags": [] -                                            } -                                        ] -                                    } -                                ], -                                "only": [ -                                    "ぶちこむ" -                                ], -                                "sourceTermExactMatchCount": 1 -                            } -                        ], -                        "frequencies": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打ち込む", -                                "reading": "うちこむ", -                                "hasReading": false, -                                "frequency": 3 -                            }, -                            { -                                "index": 2, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打ち込む", -                                "reading": "うちこむ", -                                "hasReading": true, -                                "frequency": 8 -                            }, -                            { -                                "index": 1, -                                "expressionIndex": 1, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打ち込む", -                                "reading": "ぶちこむ", -                                "hasReading": false, -                                "frequency": 3 -                            }, -                            { -                                "index": 3, -                                "expressionIndex": 1, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打ち込む", -                                "reading": "ぶちこむ", -                                "hasReading": true, -                                "frequency": 9 -                            } -                        ], -                        "pitches": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打ち込む", -                                "reading": "うちこむ", -                                "pitches": [ -                                    { -                                        "position": 0, -                                        "tags": [] -                                    }, -                                    { -                                        "position": 3, -                                        "tags": [] -                                    } -                                ] -                            }, -                            { -                                "index": 1, -                                "expressionIndex": 1, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打ち込む", -                                "reading": "ぶちこむ", -                                "pitches": [ -                                    { -                                        "position": 0, -                                        "tags": [] -                                    }, -                                    { -                                        "position": 3, -                                        "tags": [] -                                    } -                                ] -                            } -                        ], -                        "sourceTermExactMatchCount": 4 -                    }, -                    { -                        "type": "termMerged", -                        "source": "打ち", -                        "rawSource": "打ち", -                        "reasons": [ -                            "masu stem" -                        ], -                        "score": 10, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": [ -                            "打つ" -                        ], -                        "reading": [ -                            "うつ", -                            "ぶつ" -                        ], -                        "expressions": [ -                            { -                                "sourceTerm": "打つ", -                                "expression": "打つ", -                                "reading": "うつ", -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "うつ", -                                        "hasReading": false, -                                        "frequency": 2 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "うつ", -                                        "hasReading": true, -                                        "frequency": 6 -                                    } -                                ], -                                "pitches": [] -                            }, -                            { -                                "sourceTerm": "打つ", -                                "expression": "打つ", -                                "reading": "ぶつ", -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 1, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "ぶつ", -                                        "hasReading": false, -                                        "frequency": 2 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 1, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "ぶつ", -                                        "hasReading": true, -                                        "frequency": 7 -                                    } -                                ], -                                "pitches": [] -                            } -                        ], -                        "definitions": [ -                            { -                                "type": "termMergedByGlossary", -                                "source": "打ち", -                                "rawSource": "打ち", -                                "reasons": [], -                                "score": 10, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "dictionaryNames": [ -                                    "Test Dictionary 2" -                                ], -                                "expression": [ -                                    "打つ" -                                ], -                                "reading": [ -                                    "うつ" -                                ], -                                "expressions": [ -                                    { -                                        "sourceTerm": "打つ", -                                        "expression": "打つ", -                                        "reading": "うつ", -                                        "termTags": [ -                                            { -                                                "name": "tag3", -                                                "category": "category3", -                                                "notes": "tag3 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag4", -                                                "category": "category4", -                                                "notes": "tag4 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag5", -                                                "category": "category5", -                                                "notes": "tag5 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            } -                                        ], -                                        "frequencies": [ -                                            { -                                                "index": 0, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打つ", -                                                "reading": "うつ", -                                                "hasReading": false, -                                                "frequency": 2 -                                            }, -                                            { -                                                "index": 1, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打つ", -                                                "reading": "うつ", -                                                "hasReading": true, -                                                "frequency": 6 -                                            } -                                        ], -                                        "pitches": [] -                                    } -                                ], -                                "glossary": [ -                                    "definition5", -                                    "definition6" -                                ], -                                "definitionTags": [ -                                    { -                                        "name": "tag1", -                                        "category": "category1", -                                        "notes": "tag1 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag2", -                                        "category": "category2", -                                        "notes": "tag2 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "definitions": [ -                                    { -                                        "type": "term", -                                        "id": 3, -                                        "source": "打ち", -                                        "rawSource": "打ち", -                                        "sourceTerm": "打つ", -                                        "reasons": [ -                                            "masu stem" -                                        ], -                                        "score": 10, -                                        "isPrimary": true, -                                        "sequence": 3, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "dictionaryNames": [ -                                            "Test Dictionary 2" -                                        ], -                                        "expression": "打つ", -                                        "reading": "うつ", -                                        "expressions": [ -                                            { -                                                "sourceTerm": "打つ", -                                                "expression": "打つ", -                                                "reading": "うつ", -                                                "termTags": [ -                                                    { -                                                        "name": "tag3", -                                                        "category": "category3", -                                                        "notes": "tag3 notes", -                                                        "order": 0, -                                                        "score": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "redundant": false -                                                    }, -                                                    { -                                                        "name": "tag4", -                                                        "category": "category4", -                                                        "notes": "tag4 notes", -                                                        "order": 0, -                                                        "score": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "redundant": false -                                                    }, -                                                    { -                                                        "name": "tag5", -                                                        "category": "category5", -                                                        "notes": "tag5 notes", -                                                        "order": 0, -                                                        "score": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "redundant": false -                                                    } -                                                ], -                                                "frequencies": [ -                                                    { -                                                        "index": 0, -                                                        "expressionIndex": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "dictionaryOrder": { -                                                            "index": 0, -                                                            "priority": 0 -                                                        }, -                                                        "expression": "打つ", -                                                        "reading": "うつ", -                                                        "hasReading": false, -                                                        "frequency": 2 -                                                    }, -                                                    { -                                                        "index": 1, -                                                        "expressionIndex": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "dictionaryOrder": { -                                                            "index": 0, -                                                            "priority": 0 -                                                        }, -                                                        "expression": "打つ", -                                                        "reading": "うつ", -                                                        "hasReading": true, -                                                        "frequency": 6 -                                                    } -                                                ], -                                                "pitches": [] -                                            } -                                        ], -                                        "glossary": [ -                                            "definition5", -                                            "definition6" -                                        ], -                                        "definitionTags": [ -                                            { -                                                "name": "tag1", -                                                "category": "category1", -                                                "notes": "tag1 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag2", -                                                "category": "category2", -                                                "notes": "tag2 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            } -                                        ], -                                        "termTags": [ -                                            { -                                                "name": "tag3", -                                                "category": "category3", -                                                "notes": "tag3 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag4", -                                                "category": "category4", -                                                "notes": "tag4 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag5", -                                                "category": "category5", -                                                "notes": "tag5 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            } -                                        ], -                                        "frequencies": [ -                                            { -                                                "index": 0, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打つ", -                                                "reading": "うつ", -                                                "hasReading": false, -                                                "frequency": 2 -                                            }, -                                            { -                                                "index": 1, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打つ", -                                                "reading": "うつ", -                                                "hasReading": true, -                                                "frequency": 6 -                                            } -                                        ], -                                        "pitches": [], -                                        "sourceTermExactMatchCount": 1 -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "うつ", -                                        "hasReading": false, -                                        "frequency": 2 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "うつ", -                                        "hasReading": true, -                                        "frequency": 6 -                                    } -                                ], -                                "pitches": [], -                                "only": [ -                                    "うつ" -                                ], -                                "sourceTermExactMatchCount": 1 -                            }, -                            { -                                "type": "termMergedByGlossary", -                                "source": "打ち", -                                "rawSource": "打ち", -                                "reasons": [], -                                "score": 10, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "dictionaryNames": [ -                                    "Test Dictionary 2" -                                ], -                                "expression": [ -                                    "打つ" -                                ], -                                "reading": [ -                                    "ぶつ" -                                ], -                                "expressions": [ -                                    { -                                        "sourceTerm": "打つ", -                                        "expression": "打つ", -                                        "reading": "ぶつ", -                                        "termTags": [ -                                            { -                                                "name": "tag3", -                                                "category": "category3", -                                                "notes": "tag3 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag4", -                                                "category": "category4", -                                                "notes": "tag4 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag5", -                                                "category": "category5", -                                                "notes": "tag5 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            } -                                        ], -                                        "frequencies": [ -                                            { -                                                "index": 0, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打つ", -                                                "reading": "ぶつ", -                                                "hasReading": false, -                                                "frequency": 2 -                                            }, -                                            { -                                                "index": 1, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打つ", -                                                "reading": "ぶつ", -                                                "hasReading": true, -                                                "frequency": 7 -                                            } -                                        ], -                                        "pitches": [] -                                    } -                                ], -                                "glossary": [ -                                    "definition9", -                                    "definition10" -                                ], -                                "definitionTags": [ -                                    { -                                        "name": "tag1", -                                        "category": "category1", -                                        "notes": "tag1 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag2", -                                        "category": "category2", -                                        "notes": "tag2 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "definitions": [ -                                    { -                                        "type": "term", -                                        "id": 5, -                                        "source": "打ち", -                                        "rawSource": "打ち", -                                        "sourceTerm": "打つ", -                                        "reasons": [ -                                            "masu stem" -                                        ], -                                        "score": 10, -                                        "isPrimary": true, -                                        "sequence": 3, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "dictionaryNames": [ -                                            "Test Dictionary 2" -                                        ], -                                        "expression": "打つ", -                                        "reading": "ぶつ", -                                        "expressions": [ -                                            { -                                                "sourceTerm": "打つ", -                                                "expression": "打つ", -                                                "reading": "ぶつ", -                                                "termTags": [ -                                                    { -                                                        "name": "tag3", -                                                        "category": "category3", -                                                        "notes": "tag3 notes", -                                                        "order": 0, -                                                        "score": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "redundant": false -                                                    }, -                                                    { -                                                        "name": "tag4", -                                                        "category": "category4", -                                                        "notes": "tag4 notes", -                                                        "order": 0, -                                                        "score": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "redundant": false -                                                    }, -                                                    { -                                                        "name": "tag5", -                                                        "category": "category5", -                                                        "notes": "tag5 notes", -                                                        "order": 0, -                                                        "score": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "redundant": false -                                                    } -                                                ], -                                                "frequencies": [ -                                                    { -                                                        "index": 0, -                                                        "expressionIndex": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "dictionaryOrder": { -                                                            "index": 0, -                                                            "priority": 0 -                                                        }, -                                                        "expression": "打つ", -                                                        "reading": "ぶつ", -                                                        "hasReading": false, -                                                        "frequency": 2 -                                                    }, -                                                    { -                                                        "index": 1, -                                                        "expressionIndex": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "dictionaryOrder": { -                                                            "index": 0, -                                                            "priority": 0 -                                                        }, -                                                        "expression": "打つ", -                                                        "reading": "ぶつ", -                                                        "hasReading": true, -                                                        "frequency": 7 -                                                    } -                                                ], -                                                "pitches": [] -                                            } -                                        ], -                                        "glossary": [ -                                            "definition9", -                                            "definition10" -                                        ], -                                        "definitionTags": [ -                                            { -                                                "name": "tag1", -                                                "category": "category1", -                                                "notes": "tag1 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag2", -                                                "category": "category2", -                                                "notes": "tag2 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            } -                                        ], -                                        "termTags": [ -                                            { -                                                "name": "tag3", -                                                "category": "category3", -                                                "notes": "tag3 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag4", -                                                "category": "category4", -                                                "notes": "tag4 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag5", -                                                "category": "category5", -                                                "notes": "tag5 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            } -                                        ], -                                        "frequencies": [ -                                            { -                                                "index": 0, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打つ", -                                                "reading": "ぶつ", -                                                "hasReading": false, -                                                "frequency": 2 -                                            }, -                                            { -                                                "index": 1, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打つ", -                                                "reading": "ぶつ", -                                                "hasReading": true, -                                                "frequency": 7 -                                            } -                                        ], -                                        "pitches": [], -                                        "sourceTermExactMatchCount": 1 -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "ぶつ", -                                        "hasReading": false, -                                        "frequency": 2 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "ぶつ", -                                        "hasReading": true, -                                        "frequency": 7 -                                    } -                                ], -                                "pitches": [], -                                "only": [ -                                    "ぶつ" -                                ], -                                "sourceTermExactMatchCount": 1 -                            }, -                            { -                                "type": "termMergedByGlossary", -                                "source": "打ち", -                                "rawSource": "打ち", -                                "reasons": [], -                                "score": 1, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "dictionaryNames": [ -                                    "Test Dictionary 2" -                                ], -                                "expression": [ -                                    "打つ" -                                ], -                                "reading": [ -                                    "うつ" -                                ], -                                "expressions": [ -                                    { -                                        "sourceTerm": "打つ", -                                        "expression": "打つ", -                                        "reading": "うつ", -                                        "termTags": [ -                                            { -                                                "name": "tag3", -                                                "category": "category3", -                                                "notes": "tag3 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag4", -                                                "category": "category4", -                                                "notes": "tag4 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag5", -                                                "category": "category5", -                                                "notes": "tag5 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            } -                                        ], -                                        "frequencies": [ -                                            { -                                                "index": 0, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打つ", -                                                "reading": "うつ", -                                                "hasReading": false, -                                                "frequency": 2 -                                            }, -                                            { -                                                "index": 1, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打つ", -                                                "reading": "うつ", -                                                "hasReading": true, -                                                "frequency": 6 -                                            } -                                        ], -                                        "pitches": [] -                                    } -                                ], -                                "glossary": [ -                                    "definition7", -                                    "definition8" -                                ], -                                "definitionTags": [ -                                    { -                                        "name": "tag1", -                                        "category": "category1", -                                        "notes": "tag1 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag2", -                                        "category": "category2", -                                        "notes": "tag2 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "definitions": [ -                                    { -                                        "type": "term", -                                        "id": 4, -                                        "source": "打ち", -                                        "rawSource": "打ち", -                                        "sourceTerm": "打つ", -                                        "reasons": [ -                                            "masu stem" -                                        ], -                                        "score": 1, -                                        "isPrimary": true, -                                        "sequence": 3, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "dictionaryNames": [ -                                            "Test Dictionary 2" -                                        ], -                                        "expression": "打つ", -                                        "reading": "うつ", -                                        "expressions": [ -                                            { -                                                "sourceTerm": "打つ", -                                                "expression": "打つ", -                                                "reading": "うつ", -                                                "termTags": [ -                                                    { -                                                        "name": "tag3", -                                                        "category": "category3", -                                                        "notes": "tag3 notes", -                                                        "order": 0, -                                                        "score": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "redundant": false -                                                    }, -                                                    { -                                                        "name": "tag4", -                                                        "category": "category4", -                                                        "notes": "tag4 notes", -                                                        "order": 0, -                                                        "score": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "redundant": false -                                                    }, -                                                    { -                                                        "name": "tag5", -                                                        "category": "category5", -                                                        "notes": "tag5 notes", -                                                        "order": 0, -                                                        "score": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "redundant": false -                                                    } -                                                ], -                                                "frequencies": [ -                                                    { -                                                        "index": 0, -                                                        "expressionIndex": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "dictionaryOrder": { -                                                            "index": 0, -                                                            "priority": 0 -                                                        }, -                                                        "expression": "打つ", -                                                        "reading": "うつ", -                                                        "hasReading": false, -                                                        "frequency": 2 -                                                    }, -                                                    { -                                                        "index": 1, -                                                        "expressionIndex": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "dictionaryOrder": { -                                                            "index": 0, -                                                            "priority": 0 -                                                        }, -                                                        "expression": "打つ", -                                                        "reading": "うつ", -                                                        "hasReading": true, -                                                        "frequency": 6 -                                                    } -                                                ], -                                                "pitches": [] -                                            } -                                        ], -                                        "glossary": [ -                                            "definition7", -                                            "definition8" -                                        ], -                                        "definitionTags": [ -                                            { -                                                "name": "tag1", -                                                "category": "category1", -                                                "notes": "tag1 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag2", -                                                "category": "category2", -                                                "notes": "tag2 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            } -                                        ], -                                        "termTags": [ -                                            { -                                                "name": "tag3", -                                                "category": "category3", -                                                "notes": "tag3 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag4", -                                                "category": "category4", -                                                "notes": "tag4 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag5", -                                                "category": "category5", -                                                "notes": "tag5 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            } -                                        ], -                                        "frequencies": [ -                                            { -                                                "index": 0, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打つ", -                                                "reading": "うつ", -                                                "hasReading": false, -                                                "frequency": 2 -                                            }, -                                            { -                                                "index": 1, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打つ", -                                                "reading": "うつ", -                                                "hasReading": true, -                                                "frequency": 6 -                                            } -                                        ], -                                        "pitches": [], -                                        "sourceTermExactMatchCount": 1 -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "うつ", -                                        "hasReading": false, -                                        "frequency": 2 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "うつ", -                                        "hasReading": true, -                                        "frequency": 6 -                                    } -                                ], -                                "pitches": [], -                                "only": [ -                                    "うつ" -                                ], -                                "sourceTermExactMatchCount": 1 -                            }, -                            { -                                "type": "termMergedByGlossary", -                                "source": "打ち", -                                "rawSource": "打ち", -                                "reasons": [], -                                "score": 1, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "dictionaryNames": [ -                                    "Test Dictionary 2" -                                ], -                                "expression": [ -                                    "打つ" -                                ], -                                "reading": [ -                                    "ぶつ" -                                ], -                                "expressions": [ -                                    { -                                        "sourceTerm": "打つ", -                                        "expression": "打つ", -                                        "reading": "ぶつ", -                                        "termTags": [ -                                            { -                                                "name": "tag3", -                                                "category": "category3", -                                                "notes": "tag3 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag4", -                                                "category": "category4", -                                                "notes": "tag4 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag5", -                                                "category": "category5", -                                                "notes": "tag5 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            } -                                        ], -                                        "frequencies": [ -                                            { -                                                "index": 0, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打つ", -                                                "reading": "ぶつ", -                                                "hasReading": false, -                                                "frequency": 2 -                                            }, -                                            { -                                                "index": 1, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打つ", -                                                "reading": "ぶつ", -                                                "hasReading": true, -                                                "frequency": 7 -                                            } -                                        ], -                                        "pitches": [] -                                    } -                                ], -                                "glossary": [ -                                    "definition11", -                                    "definition12" -                                ], -                                "definitionTags": [ -                                    { -                                        "name": "tag1", -                                        "category": "category1", -                                        "notes": "tag1 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag2", -                                        "category": "category2", -                                        "notes": "tag2 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "definitions": [ -                                    { -                                        "type": "term", -                                        "id": 6, -                                        "source": "打ち", -                                        "rawSource": "打ち", -                                        "sourceTerm": "打つ", -                                        "reasons": [ -                                            "masu stem" -                                        ], -                                        "score": 1, -                                        "isPrimary": true, -                                        "sequence": 3, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "dictionaryNames": [ -                                            "Test Dictionary 2" -                                        ], -                                        "expression": "打つ", -                                        "reading": "ぶつ", -                                        "expressions": [ -                                            { -                                                "sourceTerm": "打つ", -                                                "expression": "打つ", -                                                "reading": "ぶつ", -                                                "termTags": [ -                                                    { -                                                        "name": "tag3", -                                                        "category": "category3", -                                                        "notes": "tag3 notes", -                                                        "order": 0, -                                                        "score": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "redundant": false -                                                    }, -                                                    { -                                                        "name": "tag4", -                                                        "category": "category4", -                                                        "notes": "tag4 notes", -                                                        "order": 0, -                                                        "score": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "redundant": false -                                                    }, -                                                    { -                                                        "name": "tag5", -                                                        "category": "category5", -                                                        "notes": "tag5 notes", -                                                        "order": 0, -                                                        "score": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "redundant": false -                                                    } -                                                ], -                                                "frequencies": [ -                                                    { -                                                        "index": 0, -                                                        "expressionIndex": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "dictionaryOrder": { -                                                            "index": 0, -                                                            "priority": 0 -                                                        }, -                                                        "expression": "打つ", -                                                        "reading": "ぶつ", -                                                        "hasReading": false, -                                                        "frequency": 2 -                                                    }, -                                                    { -                                                        "index": 1, -                                                        "expressionIndex": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "dictionaryOrder": { -                                                            "index": 0, -                                                            "priority": 0 -                                                        }, -                                                        "expression": "打つ", -                                                        "reading": "ぶつ", -                                                        "hasReading": true, -                                                        "frequency": 7 -                                                    } -                                                ], -                                                "pitches": [] -                                            } -                                        ], -                                        "glossary": [ -                                            "definition11", -                                            "definition12" -                                        ], -                                        "definitionTags": [ -                                            { -                                                "name": "tag1", -                                                "category": "category1", -                                                "notes": "tag1 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag2", -                                                "category": "category2", -                                                "notes": "tag2 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            } -                                        ], -                                        "termTags": [ -                                            { -                                                "name": "tag3", -                                                "category": "category3", -                                                "notes": "tag3 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag4", -                                                "category": "category4", -                                                "notes": "tag4 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag5", -                                                "category": "category5", -                                                "notes": "tag5 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            } -                                        ], -                                        "frequencies": [ -                                            { -                                                "index": 0, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打つ", -                                                "reading": "ぶつ", -                                                "hasReading": false, -                                                "frequency": 2 -                                            }, -                                            { -                                                "index": 1, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打つ", -                                                "reading": "ぶつ", -                                                "hasReading": true, -                                                "frequency": 7 -                                            } -                                        ], -                                        "pitches": [], -                                        "sourceTermExactMatchCount": 1 -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "ぶつ", -                                        "hasReading": false, -                                        "frequency": 2 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "ぶつ", -                                        "hasReading": true, -                                        "frequency": 7 -                                    } -                                ], -                                "pitches": [], -                                "only": [ -                                    "ぶつ" -                                ], -                                "sourceTermExactMatchCount": 1 -                            } -                        ], -                        "frequencies": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打つ", -                                "reading": "うつ", -                                "hasReading": false, -                                "frequency": 2 -                            }, -                            { -                                "index": 2, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打つ", -                                "reading": "うつ", -                                "hasReading": true, -                                "frequency": 6 -                            }, -                            { -                                "index": 1, -                                "expressionIndex": 1, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打つ", -                                "reading": "ぶつ", -                                "hasReading": false, -                                "frequency": 2 -                            }, -                            { -                                "index": 3, -                                "expressionIndex": 1, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打つ", -                                "reading": "ぶつ", -                                "hasReading": true, -                                "frequency": 7 -                            } -                        ], -                        "pitches": [], -                        "sourceTermExactMatchCount": 4 -                    }, -                    { -                        "type": "termMerged", -                        "source": "打", -                        "rawSource": "打", -                        "reasons": [], -                        "score": 1, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": [ -                            "打" -                        ], -                        "reading": [ -                            "だ" -                        ], -                        "expressions": [ -                            { -                                "sourceTerm": "打", -                                "expression": "打", -                                "reading": "だ", -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打", -                                        "reading": "だ", -                                        "hasReading": false, -                                        "frequency": 1 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打", -                                        "reading": "だ", -                                        "hasReading": true, -                                        "frequency": 4 -                                    } -                                ], -                                "pitches": [] -                            } -                        ], -                        "definitions": [ -                            { -                                "type": "termMergedByGlossary", -                                "source": "打", -                                "rawSource": "打", -                                "reasons": [], -                                "score": 1, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "dictionaryNames": [ -                                    "Test Dictionary 2" -                                ], -                                "expression": [ -                                    "打" -                                ], -                                "reading": [ -                                    "だ" -                                ], -                                "expressions": [ -                                    { -                                        "sourceTerm": "打", -                                        "expression": "打", -                                        "reading": "だ", -                                        "termTags": [ -                                            { -                                                "name": "tag3", -                                                "category": "category3", -                                                "notes": "tag3 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag4", -                                                "category": "category4", -                                                "notes": "tag4 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag5", -                                                "category": "category5", -                                                "notes": "tag5 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            } -                                        ], -                                        "frequencies": [ -                                            { -                                                "index": 0, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打", -                                                "reading": "だ", -                                                "hasReading": false, -                                                "frequency": 1 -                                            }, -                                            { -                                                "index": 1, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打", -                                                "reading": "だ", -                                                "hasReading": true, -                                                "frequency": 4 -                                            } -                                        ], -                                        "pitches": [] -                                    } -                                ], -                                "glossary": [ -                                    "definition1", -                                    "definition2" -                                ], -                                "definitionTags": [ -                                    { -                                        "name": "tag1", -                                        "category": "category1", -                                        "notes": "tag1 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag2", -                                        "category": "category2", -                                        "notes": "tag2 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "definitions": [ -                                    { -                                        "type": "term", -                                        "id": 1, -                                        "source": "打", -                                        "rawSource": "打", -                                        "sourceTerm": "打", -                                        "reasons": [], -                                        "score": 1, -                                        "isPrimary": true, -                                        "sequence": 1, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "dictionaryNames": [ -                                            "Test Dictionary 2" -                                        ], -                                        "expression": "打", -                                        "reading": "だ", -                                        "expressions": [ -                                            { -                                                "sourceTerm": "打", -                                                "expression": "打", -                                                "reading": "だ", -                                                "termTags": [ -                                                    { -                                                        "name": "tag3", -                                                        "category": "category3", -                                                        "notes": "tag3 notes", -                                                        "order": 0, -                                                        "score": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "redundant": false -                                                    }, -                                                    { -                                                        "name": "tag4", -                                                        "category": "category4", -                                                        "notes": "tag4 notes", -                                                        "order": 0, -                                                        "score": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "redundant": false -                                                    }, -                                                    { -                                                        "name": "tag5", -                                                        "category": "category5", -                                                        "notes": "tag5 notes", -                                                        "order": 0, -                                                        "score": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "redundant": false -                                                    } -                                                ], -                                                "frequencies": [ -                                                    { -                                                        "index": 0, -                                                        "expressionIndex": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "dictionaryOrder": { -                                                            "index": 0, -                                                            "priority": 0 -                                                        }, -                                                        "expression": "打", -                                                        "reading": "だ", -                                                        "hasReading": false, -                                                        "frequency": 1 -                                                    }, -                                                    { -                                                        "index": 1, -                                                        "expressionIndex": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "dictionaryOrder": { -                                                            "index": 0, -                                                            "priority": 0 -                                                        }, -                                                        "expression": "打", -                                                        "reading": "だ", -                                                        "hasReading": true, -                                                        "frequency": 4 -                                                    } -                                                ], -                                                "pitches": [] -                                            } -                                        ], -                                        "glossary": [ -                                            "definition1", -                                            "definition2" -                                        ], -                                        "definitionTags": [ -                                            { -                                                "name": "tag1", -                                                "category": "category1", -                                                "notes": "tag1 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag2", -                                                "category": "category2", -                                                "notes": "tag2 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            } -                                        ], -                                        "termTags": [ -                                            { -                                                "name": "tag3", -                                                "category": "category3", -                                                "notes": "tag3 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag4", -                                                "category": "category4", -                                                "notes": "tag4 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag5", -                                                "category": "category5", -                                                "notes": "tag5 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            } -                                        ], -                                        "frequencies": [ -                                            { -                                                "index": 0, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打", -                                                "reading": "だ", -                                                "hasReading": false, -                                                "frequency": 1 -                                            }, -                                            { -                                                "index": 1, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打", -                                                "reading": "だ", -                                                "hasReading": true, -                                                "frequency": 4 -                                            } -                                        ], -                                        "pitches": [], -                                        "sourceTermExactMatchCount": 1 -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打", -                                        "reading": "だ", -                                        "hasReading": false, -                                        "frequency": 1 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打", -                                        "reading": "だ", -                                        "hasReading": true, -                                        "frequency": 4 -                                    } -                                ], -                                "pitches": [], -                                "only": [], -                                "sourceTermExactMatchCount": 1 -                            } -                        ], -                        "frequencies": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打", -                                "reading": "だ", -                                "hasReading": false, -                                "frequency": 1 -                            }, -                            { -                                "index": 1, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打", -                                "reading": "だ", -                                "hasReading": true, -                                "frequency": 4 -                            } -                        ], -                        "pitches": [], -                        "sourceTermExactMatchCount": 1 -                    }, -                    { -                        "type": "termMerged", -                        "source": "打", -                        "rawSource": "打", -                        "reasons": [], -                        "score": 1, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": [ -                            "打" -                        ], -                        "reading": [ -                            "ダース" -                        ], -                        "expressions": [ -                            { -                                "sourceTerm": "打", -                                "expression": "打", -                                "reading": "ダース", -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打", -                                        "reading": "ダース", -                                        "hasReading": false, -                                        "frequency": 1 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打", -                                        "reading": "ダース", -                                        "hasReading": true, -                                        "frequency": 5 -                                    } -                                ], -                                "pitches": [] -                            } -                        ], -                        "definitions": [ -                            { -                                "type": "termMergedByGlossary", -                                "source": "打", -                                "rawSource": "打", -                                "reasons": [], -                                "score": 1, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "dictionaryNames": [ -                                    "Test Dictionary 2" -                                ], -                                "expression": [ -                                    "打" -                                ], -                                "reading": [ -                                    "ダース" -                                ], -                                "expressions": [ -                                    { -                                        "sourceTerm": "打", -                                        "expression": "打", -                                        "reading": "ダース", -                                        "termTags": [ -                                            { -                                                "name": "tag3", -                                                "category": "category3", -                                                "notes": "tag3 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag4", -                                                "category": "category4", -                                                "notes": "tag4 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag5", -                                                "category": "category5", -                                                "notes": "tag5 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            } -                                        ], -                                        "frequencies": [ -                                            { -                                                "index": 0, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打", -                                                "reading": "ダース", -                                                "hasReading": false, -                                                "frequency": 1 -                                            }, -                                            { -                                                "index": 1, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打", -                                                "reading": "ダース", -                                                "hasReading": true, -                                                "frequency": 5 -                                            } -                                        ], -                                        "pitches": [] -                                    } -                                ], -                                "glossary": [ -                                    "definition3", -                                    "definition4" -                                ], -                                "definitionTags": [ -                                    { -                                        "name": "tag1", -                                        "category": "category1", -                                        "notes": "tag1 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag2", -                                        "category": "category2", -                                        "notes": "tag2 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "definitions": [ -                                    { -                                        "type": "term", -                                        "id": 2, -                                        "source": "打", -                                        "rawSource": "打", -                                        "sourceTerm": "打", -                                        "reasons": [], -                                        "score": 1, -                                        "isPrimary": true, -                                        "sequence": 2, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "dictionaryNames": [ -                                            "Test Dictionary 2" -                                        ], -                                        "expression": "打", -                                        "reading": "ダース", -                                        "expressions": [ -                                            { -                                                "sourceTerm": "打", -                                                "expression": "打", -                                                "reading": "ダース", -                                                "termTags": [ -                                                    { -                                                        "name": "tag3", -                                                        "category": "category3", -                                                        "notes": "tag3 notes", -                                                        "order": 0, -                                                        "score": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "redundant": false -                                                    }, -                                                    { -                                                        "name": "tag4", -                                                        "category": "category4", -                                                        "notes": "tag4 notes", -                                                        "order": 0, -                                                        "score": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "redundant": false -                                                    }, -                                                    { -                                                        "name": "tag5", -                                                        "category": "category5", -                                                        "notes": "tag5 notes", -                                                        "order": 0, -                                                        "score": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "redundant": false -                                                    } -                                                ], -                                                "frequencies": [ -                                                    { -                                                        "index": 0, -                                                        "expressionIndex": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "dictionaryOrder": { -                                                            "index": 0, -                                                            "priority": 0 -                                                        }, -                                                        "expression": "打", -                                                        "reading": "ダース", -                                                        "hasReading": false, -                                                        "frequency": 1 -                                                    }, -                                                    { -                                                        "index": 1, -                                                        "expressionIndex": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "dictionaryOrder": { -                                                            "index": 0, -                                                            "priority": 0 -                                                        }, -                                                        "expression": "打", -                                                        "reading": "ダース", -                                                        "hasReading": true, -                                                        "frequency": 5 -                                                    } -                                                ], -                                                "pitches": [] -                                            } -                                        ], -                                        "glossary": [ -                                            "definition3", -                                            "definition4" -                                        ], -                                        "definitionTags": [ -                                            { -                                                "name": "tag1", -                                                "category": "category1", -                                                "notes": "tag1 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag2", -                                                "category": "category2", -                                                "notes": "tag2 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            } -                                        ], -                                        "termTags": [ -                                            { -                                                "name": "tag3", -                                                "category": "category3", -                                                "notes": "tag3 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag4", -                                                "category": "category4", -                                                "notes": "tag4 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag5", -                                                "category": "category5", -                                                "notes": "tag5 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            } -                                        ], -                                        "frequencies": [ -                                            { -                                                "index": 0, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打", -                                                "reading": "ダース", -                                                "hasReading": false, -                                                "frequency": 1 -                                            }, -                                            { -                                                "index": 1, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打", -                                                "reading": "ダース", -                                                "hasReading": true, -                                                "frequency": 5 -                                            } -                                        ], -                                        "pitches": [], -                                        "sourceTermExactMatchCount": 1 -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打", -                                        "reading": "ダース", -                                        "hasReading": false, -                                        "frequency": 1 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打", -                                        "reading": "ダース", -                                        "hasReading": true, -                                        "frequency": 5 -                                    } -                                ], -                                "pitches": [], -                                "only": [], -                                "sourceTermExactMatchCount": 1 -                            } -                        ], -                        "frequencies": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打", -                                "reading": "ダース", -                                "hasReading": false, -                                "frequency": 1 -                            }, -                            { -                                "index": 1, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打", -                                "reading": "ダース", -                                "hasReading": true, -                                "frequency": 5 -                            } -                        ], -                        "pitches": [], -                        "sourceTermExactMatchCount": 1 -                    } -                ] -            } -        }, -        { -            "comment": "Search inflected term", -            "func": "findTerms", -            "mode": "split", -            "text": "打ち込んでいませんでした", -            "options": "default", -            "expected": { -                "length": 12, -                "definitions": [ -                    { -                        "type": "term", -                        "id": 7, -                        "source": "打ち込んでいませんでした", -                        "rawSource": "打ち込んでいませんでした", -                        "sourceTerm": "打ち込む", -                        "reasons": [ -                            "-te", -                            "progressive or perfect", -                            "polite past negative" -                        ], -                        "score": 10, -                        "isPrimary": true, -                        "sequence": 4, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": "打ち込む", -                        "reading": "うちこむ", -                        "expressions": [ -                            { -                                "sourceTerm": "打ち込む", -                                "expression": "打ち込む", -                                "reading": "うちこむ", -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "うちこむ", -                                        "hasReading": false, -                                        "frequency": 3 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "うちこむ", -                                        "hasReading": true, -                                        "frequency": 8 -                                    } -                                ], -                                "pitches": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "うちこむ", -                                        "pitches": [ -                                            { -                                                "position": 0, -                                                "tags": [] -                                            }, -                                            { -                                                "position": 3, -                                                "tags": [] -                                            } -                                        ] -                                    } -                                ] -                            } -                        ], -                        "glossary": [ -                            "definition13", -                            "definition14" -                        ], -                        "definitionTags": [ -                            { -                                "name": "tag1", -                                "category": "category1", -                                "notes": "tag1 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag2", -                                "category": "category2", -                                "notes": "tag2 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "termTags": [ -                            { -                                "name": "tag3", -                                "category": "category3", -                                "notes": "tag3 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag4", -                                "category": "category4", -                                "notes": "tag4 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag5", -                                "category": "category5", -                                "notes": "tag5 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "frequencies": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打ち込む", -                                "reading": "うちこむ", -                                "hasReading": false, -                                "frequency": 3 -                            }, -                            { -                                "index": 1, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打ち込む", -                                "reading": "うちこむ", -                                "hasReading": true, -                                "frequency": 8 -                            } -                        ], -                        "pitches": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打ち込む", -                                "reading": "うちこむ", -                                "pitches": [ -                                    { -                                        "position": 0, -                                        "tags": [] -                                    }, -                                    { -                                        "position": 3, -                                        "tags": [] -                                    } -                                ] -                            } -                        ], -                        "sourceTermExactMatchCount": 1 -                    }, -                    { -                        "type": "term", -                        "id": 9, -                        "source": "打ち込んでいませんでした", -                        "rawSource": "打ち込んでいませんでした", -                        "sourceTerm": "打ち込む", -                        "reasons": [ -                            "-te", -                            "progressive or perfect", -                            "polite past negative" -                        ], -                        "score": 10, -                        "isPrimary": true, -                        "sequence": 4, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": "打ち込む", -                        "reading": "ぶちこむ", -                        "expressions": [ -                            { -                                "sourceTerm": "打ち込む", -                                "expression": "打ち込む", -                                "reading": "ぶちこむ", -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "ぶちこむ", -                                        "hasReading": false, -                                        "frequency": 3 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "ぶちこむ", -                                        "hasReading": true, -                                        "frequency": 9 -                                    } -                                ], -                                "pitches": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "ぶちこむ", -                                        "pitches": [ -                                            { -                                                "position": 0, -                                                "tags": [] -                                            }, -                                            { -                                                "position": 3, -                                                "tags": [] -                                            } -                                        ] -                                    } -                                ] -                            } -                        ], -                        "glossary": [ -                            "definition17", -                            "definition18" -                        ], -                        "definitionTags": [ -                            { -                                "name": "tag1", -                                "category": "category1", -                                "notes": "tag1 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag2", -                                "category": "category2", -                                "notes": "tag2 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "termTags": [ -                            { -                                "name": "tag3", -                                "category": "category3", -                                "notes": "tag3 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag4", -                                "category": "category4", -                                "notes": "tag4 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag5", -                                "category": "category5", -                                "notes": "tag5 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "frequencies": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打ち込む", -                                "reading": "ぶちこむ", -                                "hasReading": false, -                                "frequency": 3 -                            }, -                            { -                                "index": 1, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打ち込む", -                                "reading": "ぶちこむ", -                                "hasReading": true, -                                "frequency": 9 -                            } -                        ], -                        "pitches": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打ち込む", -                                "reading": "ぶちこむ", -                                "pitches": [ -                                    { -                                        "position": 0, -                                        "tags": [] -                                    }, -                                    { -                                        "position": 3, -                                        "tags": [] -                                    } -                                ] -                            } -                        ], -                        "sourceTermExactMatchCount": 1 -                    }, -                    { -                        "type": "term", -                        "id": 8, -                        "source": "打ち込んでいませんでした", -                        "rawSource": "打ち込んでいませんでした", -                        "sourceTerm": "打ち込む", -                        "reasons": [ -                            "-te", -                            "progressive or perfect", -                            "polite past negative" -                        ], -                        "score": 1, -                        "isPrimary": true, -                        "sequence": 4, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": "打ち込む", -                        "reading": "うちこむ", -                        "expressions": [ -                            { -                                "sourceTerm": "打ち込む", -                                "expression": "打ち込む", -                                "reading": "うちこむ", -                                "termTags": [ -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag6", -                                        "category": "default", -                                        "notes": "", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag7", -                                        "category": "default", -                                        "notes": "", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "うちこむ", -                                        "hasReading": false, -                                        "frequency": 3 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "うちこむ", -                                        "hasReading": true, -                                        "frequency": 8 -                                    } -                                ], -                                "pitches": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "うちこむ", -                                        "pitches": [ -                                            { -                                                "position": 0, -                                                "tags": [] -                                            }, -                                            { -                                                "position": 3, -                                                "tags": [] -                                            } -                                        ] -                                    } -                                ] -                            } -                        ], -                        "glossary": [ -                            "definition15", -                            "definition16" -                        ], -                        "definitionTags": [ -                            { -                                "name": "tag1", -                                "category": "category1", -                                "notes": "tag1 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag2", -                                "category": "category2", -                                "notes": "tag2 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "termTags": [ -                            { -                                "name": "tag5", -                                "category": "category5", -                                "notes": "tag5 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag6", -                                "category": "default", -                                "notes": "", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag7", -                                "category": "default", -                                "notes": "", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "frequencies": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打ち込む", -                                "reading": "うちこむ", -                                "hasReading": false, -                                "frequency": 3 -                            }, -                            { -                                "index": 1, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打ち込む", -                                "reading": "うちこむ", -                                "hasReading": true, -                                "frequency": 8 -                            } -                        ], -                        "pitches": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打ち込む", -                                "reading": "うちこむ", -                                "pitches": [ -                                    { -                                        "position": 0, -                                        "tags": [] -                                    }, -                                    { -                                        "position": 3, -                                        "tags": [] -                                    } -                                ] -                            } -                        ], -                        "sourceTermExactMatchCount": 1 -                    }, -                    { -                        "type": "term", -                        "id": 10, -                        "source": "打ち込んでいませんでした", -                        "rawSource": "打ち込んでいませんでした", -                        "sourceTerm": "打ち込む", -                        "reasons": [ -                            "-te", -                            "progressive or perfect", -                            "polite past negative" -                        ], -                        "score": 1, -                        "isPrimary": true, -                        "sequence": 4, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": "打ち込む", -                        "reading": "ぶちこむ", -                        "expressions": [ -                            { -                                "sourceTerm": "打ち込む", -                                "expression": "打ち込む", -                                "reading": "ぶちこむ", -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "ぶちこむ", -                                        "hasReading": false, -                                        "frequency": 3 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "ぶちこむ", -                                        "hasReading": true, -                                        "frequency": 9 -                                    } -                                ], -                                "pitches": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "ぶちこむ", -                                        "pitches": [ -                                            { -                                                "position": 0, -                                                "tags": [] -                                            }, -                                            { -                                                "position": 3, -                                                "tags": [] -                                            } -                                        ] -                                    } -                                ] -                            } -                        ], -                        "glossary": [ -                            "definition19", -                            "definition20" -                        ], -                        "definitionTags": [ -                            { -                                "name": "tag1", -                                "category": "category1", -                                "notes": "tag1 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag2", -                                "category": "category2", -                                "notes": "tag2 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "termTags": [ -                            { -                                "name": "tag3", -                                "category": "category3", -                                "notes": "tag3 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag4", -                                "category": "category4", -                                "notes": "tag4 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag5", -                                "category": "category5", -                                "notes": "tag5 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "frequencies": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打ち込む", -                                "reading": "ぶちこむ", -                                "hasReading": false, -                                "frequency": 3 -                            }, -                            { -                                "index": 1, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打ち込む", -                                "reading": "ぶちこむ", -                                "hasReading": true, -                                "frequency": 9 -                            } -                        ], -                        "pitches": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打ち込む", -                                "reading": "ぶちこむ", -                                "pitches": [ -                                    { -                                        "position": 0, -                                        "tags": [] -                                    }, -                                    { -                                        "position": 3, -                                        "tags": [] -                                    } -                                ] -                            } -                        ], -                        "sourceTermExactMatchCount": 1 -                    }, -                    { -                        "type": "term", -                        "id": 3, -                        "source": "打ち", -                        "rawSource": "打ち", -                        "sourceTerm": "打つ", -                        "reasons": [ -                            "masu stem" -                        ], -                        "score": 10, -                        "isPrimary": true, -                        "sequence": 3, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": "打つ", -                        "reading": "うつ", -                        "expressions": [ -                            { -                                "sourceTerm": "打つ", -                                "expression": "打つ", -                                "reading": "うつ", -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "うつ", -                                        "hasReading": false, -                                        "frequency": 2 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "うつ", -                                        "hasReading": true, -                                        "frequency": 6 -                                    } -                                ], -                                "pitches": [] -                            } -                        ], -                        "glossary": [ -                            "definition5", -                            "definition6" -                        ], -                        "definitionTags": [ -                            { -                                "name": "tag1", -                                "category": "category1", -                                "notes": "tag1 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag2", -                                "category": "category2", -                                "notes": "tag2 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "termTags": [ -                            { -                                "name": "tag3", -                                "category": "category3", -                                "notes": "tag3 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag4", -                                "category": "category4", -                                "notes": "tag4 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag5", -                                "category": "category5", -                                "notes": "tag5 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "frequencies": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打つ", -                                "reading": "うつ", -                                "hasReading": false, -                                "frequency": 2 -                            }, -                            { -                                "index": 1, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打つ", -                                "reading": "うつ", -                                "hasReading": true, -                                "frequency": 6 -                            } -                        ], -                        "pitches": [], -                        "sourceTermExactMatchCount": 1 -                    }, -                    { -                        "type": "term", -                        "id": 5, -                        "source": "打ち", -                        "rawSource": "打ち", -                        "sourceTerm": "打つ", -                        "reasons": [ -                            "masu stem" -                        ], -                        "score": 10, -                        "isPrimary": true, -                        "sequence": 3, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": "打つ", -                        "reading": "ぶつ", -                        "expressions": [ -                            { -                                "sourceTerm": "打つ", -                                "expression": "打つ", -                                "reading": "ぶつ", -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "ぶつ", -                                        "hasReading": false, -                                        "frequency": 2 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "ぶつ", -                                        "hasReading": true, -                                        "frequency": 7 -                                    } -                                ], -                                "pitches": [] -                            } -                        ], -                        "glossary": [ -                            "definition9", -                            "definition10" -                        ], -                        "definitionTags": [ -                            { -                                "name": "tag1", -                                "category": "category1", -                                "notes": "tag1 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag2", -                                "category": "category2", -                                "notes": "tag2 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "termTags": [ -                            { -                                "name": "tag3", -                                "category": "category3", -                                "notes": "tag3 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag4", -                                "category": "category4", -                                "notes": "tag4 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag5", -                                "category": "category5", -                                "notes": "tag5 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "frequencies": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打つ", -                                "reading": "ぶつ", -                                "hasReading": false, -                                "frequency": 2 -                            }, -                            { -                                "index": 1, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打つ", -                                "reading": "ぶつ", -                                "hasReading": true, -                                "frequency": 7 -                            } -                        ], -                        "pitches": [], -                        "sourceTermExactMatchCount": 1 -                    }, -                    { -                        "type": "term", -                        "id": 4, -                        "source": "打ち", -                        "rawSource": "打ち", -                        "sourceTerm": "打つ", -                        "reasons": [ -                            "masu stem" -                        ], -                        "score": 1, -                        "isPrimary": true, -                        "sequence": 3, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": "打つ", -                        "reading": "うつ", -                        "expressions": [ -                            { -                                "sourceTerm": "打つ", -                                "expression": "打つ", -                                "reading": "うつ", -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "うつ", -                                        "hasReading": false, -                                        "frequency": 2 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "うつ", -                                        "hasReading": true, -                                        "frequency": 6 -                                    } -                                ], -                                "pitches": [] -                            } -                        ], -                        "glossary": [ -                            "definition7", -                            "definition8" -                        ], -                        "definitionTags": [ -                            { -                                "name": "tag1", -                                "category": "category1", -                                "notes": "tag1 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag2", -                                "category": "category2", -                                "notes": "tag2 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "termTags": [ -                            { -                                "name": "tag3", -                                "category": "category3", -                                "notes": "tag3 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag4", -                                "category": "category4", -                                "notes": "tag4 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag5", -                                "category": "category5", -                                "notes": "tag5 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "frequencies": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打つ", -                                "reading": "うつ", -                                "hasReading": false, -                                "frequency": 2 -                            }, -                            { -                                "index": 1, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打つ", -                                "reading": "うつ", -                                "hasReading": true, -                                "frequency": 6 -                            } -                        ], -                        "pitches": [], -                        "sourceTermExactMatchCount": 1 -                    }, -                    { -                        "type": "term", -                        "id": 6, -                        "source": "打ち", -                        "rawSource": "打ち", -                        "sourceTerm": "打つ", -                        "reasons": [ -                            "masu stem" -                        ], -                        "score": 1, -                        "isPrimary": true, -                        "sequence": 3, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": "打つ", -                        "reading": "ぶつ", -                        "expressions": [ -                            { -                                "sourceTerm": "打つ", -                                "expression": "打つ", -                                "reading": "ぶつ", -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "ぶつ", -                                        "hasReading": false, -                                        "frequency": 2 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "ぶつ", -                                        "hasReading": true, -                                        "frequency": 7 -                                    } -                                ], -                                "pitches": [] -                            } -                        ], -                        "glossary": [ -                            "definition11", -                            "definition12" -                        ], -                        "definitionTags": [ -                            { -                                "name": "tag1", -                                "category": "category1", -                                "notes": "tag1 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag2", -                                "category": "category2", -                                "notes": "tag2 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "termTags": [ -                            { -                                "name": "tag3", -                                "category": "category3", -                                "notes": "tag3 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag4", -                                "category": "category4", -                                "notes": "tag4 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag5", -                                "category": "category5", -                                "notes": "tag5 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "frequencies": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打つ", -                                "reading": "ぶつ", -                                "hasReading": false, -                                "frequency": 2 -                            }, -                            { -                                "index": 1, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打つ", -                                "reading": "ぶつ", -                                "hasReading": true, -                                "frequency": 7 -                            } -                        ], -                        "pitches": [], -                        "sourceTermExactMatchCount": 1 -                    }, -                    { -                        "type": "term", -                        "id": 1, -                        "source": "打", -                        "rawSource": "打", -                        "sourceTerm": "打", -                        "reasons": [], -                        "score": 1, -                        "isPrimary": true, -                        "sequence": 1, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": "打", -                        "reading": "だ", -                        "expressions": [ -                            { -                                "sourceTerm": "打", -                                "expression": "打", -                                "reading": "だ", -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打", -                                        "reading": "だ", -                                        "hasReading": false, -                                        "frequency": 1 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打", -                                        "reading": "だ", -                                        "hasReading": true, -                                        "frequency": 4 -                                    } -                                ], -                                "pitches": [] -                            } -                        ], -                        "glossary": [ -                            "definition1", -                            "definition2" -                        ], -                        "definitionTags": [ -                            { -                                "name": "tag1", -                                "category": "category1", -                                "notes": "tag1 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag2", -                                "category": "category2", -                                "notes": "tag2 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "termTags": [ -                            { -                                "name": "tag3", -                                "category": "category3", -                                "notes": "tag3 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag4", -                                "category": "category4", -                                "notes": "tag4 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag5", -                                "category": "category5", -                                "notes": "tag5 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "frequencies": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打", -                                "reading": "だ", -                                "hasReading": false, -                                "frequency": 1 -                            }, -                            { -                                "index": 1, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打", -                                "reading": "だ", -                                "hasReading": true, -                                "frequency": 4 -                            } -                        ], -                        "pitches": [], -                        "sourceTermExactMatchCount": 1 -                    }, -                    { -                        "type": "term", -                        "id": 2, -                        "source": "打", -                        "rawSource": "打", -                        "sourceTerm": "打", -                        "reasons": [], -                        "score": 1, -                        "isPrimary": true, -                        "sequence": 2, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": "打", -                        "reading": "ダース", -                        "expressions": [ -                            { -                                "sourceTerm": "打", -                                "expression": "打", -                                "reading": "ダース", -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打", -                                        "reading": "ダース", -                                        "hasReading": false, -                                        "frequency": 1 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打", -                                        "reading": "ダース", -                                        "hasReading": true, -                                        "frequency": 5 -                                    } -                                ], -                                "pitches": [] -                            } -                        ], -                        "glossary": [ -                            "definition3", -                            "definition4" -                        ], -                        "definitionTags": [ -                            { -                                "name": "tag1", -                                "category": "category1", -                                "notes": "tag1 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag2", -                                "category": "category2", -                                "notes": "tag2 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "termTags": [ -                            { -                                "name": "tag3", -                                "category": "category3", -                                "notes": "tag3 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag4", -                                "category": "category4", -                                "notes": "tag4 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag5", -                                "category": "category5", -                                "notes": "tag5 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "frequencies": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打", -                                "reading": "ダース", -                                "hasReading": false, -                                "frequency": 1 -                            }, -                            { -                                "index": 1, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打", -                                "reading": "ダース", -                                "hasReading": true, -                                "frequency": 5 -                            } -                        ], -                        "pitches": [], -                        "sourceTermExactMatchCount": 1 -                    } -                ] -            } -        }, -        { -            "comment": "Ignore text inside parentheses", -            "func": "findTerms", -            "mode": "split", -            "text": "打(う)ち込(こ)む", -            "options": [ -                "default", -                { -                    "alphanumeric": true, -                    "textReplacements": [ -                        null, -                        [ -                            { -                                "pattern": "\\(([^)]*)(?:\\)|$)", -                                "flags": "g", -                                "replacement": "" -                            } -                        ] -                    ] -                } -            ], -            "expected": { -                "length": 10, -                "definitions": [ -                    { -                        "type": "term", -                        "id": 7, -                        "source": "打ち込む", -                        "rawSource": "打(う)ち込(こ)む", -                        "sourceTerm": "打ち込む", -                        "reasons": [], -                        "score": 10, -                        "isPrimary": true, -                        "sequence": 4, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": "打ち込む", -                        "reading": "うちこむ", -                        "expressions": [ -                            { -                                "sourceTerm": "打ち込む", -                                "expression": "打ち込む", -                                "reading": "うちこむ", -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "うちこむ", -                                        "hasReading": false, -                                        "frequency": 3 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "うちこむ", -                                        "hasReading": true, -                                        "frequency": 8 -                                    } -                                ], -                                "pitches": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "うちこむ", -                                        "pitches": [ -                                            { -                                                "position": 0, -                                                "tags": [] -                                            }, -                                            { -                                                "position": 3, -                                                "tags": [] -                                            } -                                        ] -                                    } -                                ] -                            } -                        ], -                        "glossary": [ -                            "definition13", -                            "definition14" -                        ], -                        "definitionTags": [ -                            { -                                "name": "tag1", -                                "category": "category1", -                                "notes": "tag1 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag2", -                                "category": "category2", -                                "notes": "tag2 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "termTags": [ -                            { -                                "name": "tag3", -                                "category": "category3", -                                "notes": "tag3 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag4", -                                "category": "category4", -                                "notes": "tag4 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag5", -                                "category": "category5", -                                "notes": "tag5 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "frequencies": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打ち込む", -                                "reading": "うちこむ", -                                "hasReading": false, -                                "frequency": 3 -                            }, -                            { -                                "index": 1, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打ち込む", -                                "reading": "うちこむ", -                                "hasReading": true, -                                "frequency": 8 -                            } -                        ], -                        "pitches": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打ち込む", -                                "reading": "うちこむ", -                                "pitches": [ -                                    { -                                        "position": 0, -                                        "tags": [] -                                    }, -                                    { -                                        "position": 3, -                                        "tags": [] -                                    } -                                ] -                            } -                        ], -                        "sourceTermExactMatchCount": 1 -                    }, -                    { -                        "type": "term", -                        "id": 9, -                        "source": "打ち込む", -                        "rawSource": "打(う)ち込(こ)む", -                        "sourceTerm": "打ち込む", -                        "reasons": [], -                        "score": 10, -                        "isPrimary": true, -                        "sequence": 4, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": "打ち込む", -                        "reading": "ぶちこむ", -                        "expressions": [ -                            { -                                "sourceTerm": "打ち込む", -                                "expression": "打ち込む", -                                "reading": "ぶちこむ", -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "ぶちこむ", -                                        "hasReading": false, -                                        "frequency": 3 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "ぶちこむ", -                                        "hasReading": true, -                                        "frequency": 9 -                                    } -                                ], -                                "pitches": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "ぶちこむ", -                                        "pitches": [ -                                            { -                                                "position": 0, -                                                "tags": [] -                                            }, -                                            { -                                                "position": 3, -                                                "tags": [] -                                            } -                                        ] -                                    } -                                ] -                            } -                        ], -                        "glossary": [ -                            "definition17", -                            "definition18" -                        ], -                        "definitionTags": [ -                            { -                                "name": "tag1", -                                "category": "category1", -                                "notes": "tag1 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag2", -                                "category": "category2", -                                "notes": "tag2 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "termTags": [ -                            { -                                "name": "tag3", -                                "category": "category3", -                                "notes": "tag3 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag4", -                                "category": "category4", -                                "notes": "tag4 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag5", -                                "category": "category5", -                                "notes": "tag5 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "frequencies": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打ち込む", -                                "reading": "ぶちこむ", -                                "hasReading": false, -                                "frequency": 3 -                            }, -                            { -                                "index": 1, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打ち込む", -                                "reading": "ぶちこむ", -                                "hasReading": true, -                                "frequency": 9 -                            } -                        ], -                        "pitches": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打ち込む", -                                "reading": "ぶちこむ", -                                "pitches": [ -                                    { -                                        "position": 0, -                                        "tags": [] -                                    }, -                                    { -                                        "position": 3, -                                        "tags": [] -                                    } -                                ] -                            } -                        ], -                        "sourceTermExactMatchCount": 1 -                    }, -                    { -                        "type": "term", -                        "id": 8, -                        "source": "打ち込む", -                        "rawSource": "打(う)ち込(こ)む", -                        "sourceTerm": "打ち込む", -                        "reasons": [], -                        "score": 1, -                        "isPrimary": true, -                        "sequence": 4, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": "打ち込む", -                        "reading": "うちこむ", -                        "expressions": [ -                            { -                                "sourceTerm": "打ち込む", -                                "expression": "打ち込む", -                                "reading": "うちこむ", -                                "termTags": [ -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag6", -                                        "category": "default", -                                        "notes": "", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag7", -                                        "category": "default", -                                        "notes": "", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "うちこむ", -                                        "hasReading": false, -                                        "frequency": 3 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "うちこむ", -                                        "hasReading": true, -                                        "frequency": 8 -                                    } -                                ], -                                "pitches": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "うちこむ", -                                        "pitches": [ -                                            { -                                                "position": 0, -                                                "tags": [] -                                            }, -                                            { -                                                "position": 3, -                                                "tags": [] -                                            } -                                        ] -                                    } -                                ] -                            } -                        ], -                        "glossary": [ -                            "definition15", -                            "definition16" -                        ], -                        "definitionTags": [ -                            { -                                "name": "tag1", -                                "category": "category1", -                                "notes": "tag1 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag2", -                                "category": "category2", -                                "notes": "tag2 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "termTags": [ -                            { -                                "name": "tag5", -                                "category": "category5", -                                "notes": "tag5 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag6", -                                "category": "default", -                                "notes": "", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag7", -                                "category": "default", -                                "notes": "", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "frequencies": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打ち込む", -                                "reading": "うちこむ", -                                "hasReading": false, -                                "frequency": 3 -                            }, -                            { -                                "index": 1, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打ち込む", -                                "reading": "うちこむ", -                                "hasReading": true, -                                "frequency": 8 -                            } -                        ], -                        "pitches": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打ち込む", -                                "reading": "うちこむ", -                                "pitches": [ -                                    { -                                        "position": 0, -                                        "tags": [] -                                    }, -                                    { -                                        "position": 3, -                                        "tags": [] -                                    } -                                ] -                            } -                        ], -                        "sourceTermExactMatchCount": 1 -                    }, -                    { -                        "type": "term", -                        "id": 10, -                        "source": "打ち込む", -                        "rawSource": "打(う)ち込(こ)む", -                        "sourceTerm": "打ち込む", -                        "reasons": [], -                        "score": 1, -                        "isPrimary": true, -                        "sequence": 4, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": "打ち込む", -                        "reading": "ぶちこむ", -                        "expressions": [ -                            { -                                "sourceTerm": "打ち込む", -                                "expression": "打ち込む", -                                "reading": "ぶちこむ", -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "ぶちこむ", -                                        "hasReading": false, -                                        "frequency": 3 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "ぶちこむ", -                                        "hasReading": true, -                                        "frequency": 9 -                                    } -                                ], -                                "pitches": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "ぶちこむ", -                                        "pitches": [ -                                            { -                                                "position": 0, -                                                "tags": [] -                                            }, -                                            { -                                                "position": 3, -                                                "tags": [] -                                            } -                                        ] -                                    } -                                ] -                            } -                        ], -                        "glossary": [ -                            "definition19", -                            "definition20" -                        ], -                        "definitionTags": [ -                            { -                                "name": "tag1", -                                "category": "category1", -                                "notes": "tag1 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag2", -                                "category": "category2", -                                "notes": "tag2 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "termTags": [ -                            { -                                "name": "tag3", -                                "category": "category3", -                                "notes": "tag3 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag4", -                                "category": "category4", -                                "notes": "tag4 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag5", -                                "category": "category5", -                                "notes": "tag5 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "frequencies": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打ち込む", -                                "reading": "ぶちこむ", -                                "hasReading": false, -                                "frequency": 3 -                            }, -                            { -                                "index": 1, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打ち込む", -                                "reading": "ぶちこむ", -                                "hasReading": true, -                                "frequency": 9 -                            } -                        ], -                        "pitches": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打ち込む", -                                "reading": "ぶちこむ", -                                "pitches": [ -                                    { -                                        "position": 0, -                                        "tags": [] -                                    }, -                                    { -                                        "position": 3, -                                        "tags": [] -                                    } -                                ] -                            } -                        ], -                        "sourceTermExactMatchCount": 1 -                    }, -                    { -                        "type": "term", -                        "id": 3, -                        "source": "打ち", -                        "rawSource": "打(う)ち", -                        "sourceTerm": "打つ", -                        "reasons": [ -                            "masu stem" -                        ], -                        "score": 10, -                        "isPrimary": true, -                        "sequence": 3, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": "打つ", -                        "reading": "うつ", -                        "expressions": [ -                            { -                                "sourceTerm": "打つ", -                                "expression": "打つ", -                                "reading": "うつ", -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "うつ", -                                        "hasReading": false, -                                        "frequency": 2 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "うつ", -                                        "hasReading": true, -                                        "frequency": 6 -                                    } -                                ], -                                "pitches": [] -                            } -                        ], -                        "glossary": [ -                            "definition5", -                            "definition6" -                        ], -                        "definitionTags": [ -                            { -                                "name": "tag1", -                                "category": "category1", -                                "notes": "tag1 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag2", -                                "category": "category2", -                                "notes": "tag2 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "termTags": [ -                            { -                                "name": "tag3", -                                "category": "category3", -                                "notes": "tag3 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag4", -                                "category": "category4", -                                "notes": "tag4 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag5", -                                "category": "category5", -                                "notes": "tag5 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "frequencies": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打つ", -                                "reading": "うつ", -                                "hasReading": false, -                                "frequency": 2 -                            }, -                            { -                                "index": 1, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打つ", -                                "reading": "うつ", -                                "hasReading": true, -                                "frequency": 6 -                            } -                        ], -                        "pitches": [], -                        "sourceTermExactMatchCount": 1 -                    }, -                    { -                        "type": "term", -                        "id": 5, -                        "source": "打ち", -                        "rawSource": "打(う)ち", -                        "sourceTerm": "打つ", -                        "reasons": [ -                            "masu stem" -                        ], -                        "score": 10, -                        "isPrimary": true, -                        "sequence": 3, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": "打つ", -                        "reading": "ぶつ", -                        "expressions": [ -                            { -                                "sourceTerm": "打つ", -                                "expression": "打つ", -                                "reading": "ぶつ", -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "ぶつ", -                                        "hasReading": false, -                                        "frequency": 2 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "ぶつ", -                                        "hasReading": true, -                                        "frequency": 7 -                                    } -                                ], -                                "pitches": [] -                            } -                        ], -                        "glossary": [ -                            "definition9", -                            "definition10" -                        ], -                        "definitionTags": [ -                            { -                                "name": "tag1", -                                "category": "category1", -                                "notes": "tag1 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag2", -                                "category": "category2", -                                "notes": "tag2 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "termTags": [ -                            { -                                "name": "tag3", -                                "category": "category3", -                                "notes": "tag3 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag4", -                                "category": "category4", -                                "notes": "tag4 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag5", -                                "category": "category5", -                                "notes": "tag5 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "frequencies": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打つ", -                                "reading": "ぶつ", -                                "hasReading": false, -                                "frequency": 2 -                            }, -                            { -                                "index": 1, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打つ", -                                "reading": "ぶつ", -                                "hasReading": true, -                                "frequency": 7 -                            } -                        ], -                        "pitches": [], -                        "sourceTermExactMatchCount": 1 -                    }, -                    { -                        "type": "term", -                        "id": 4, -                        "source": "打ち", -                        "rawSource": "打(う)ち", -                        "sourceTerm": "打つ", -                        "reasons": [ -                            "masu stem" -                        ], -                        "score": 1, -                        "isPrimary": true, -                        "sequence": 3, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": "打つ", -                        "reading": "うつ", -                        "expressions": [ -                            { -                                "sourceTerm": "打つ", -                                "expression": "打つ", -                                "reading": "うつ", -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "うつ", -                                        "hasReading": false, -                                        "frequency": 2 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "うつ", -                                        "hasReading": true, -                                        "frequency": 6 -                                    } -                                ], -                                "pitches": [] -                            } -                        ], -                        "glossary": [ -                            "definition7", -                            "definition8" -                        ], -                        "definitionTags": [ -                            { -                                "name": "tag1", -                                "category": "category1", -                                "notes": "tag1 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag2", -                                "category": "category2", -                                "notes": "tag2 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "termTags": [ -                            { -                                "name": "tag3", -                                "category": "category3", -                                "notes": "tag3 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag4", -                                "category": "category4", -                                "notes": "tag4 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag5", -                                "category": "category5", -                                "notes": "tag5 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "frequencies": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打つ", -                                "reading": "うつ", -                                "hasReading": false, -                                "frequency": 2 -                            }, -                            { -                                "index": 1, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打つ", -                                "reading": "うつ", -                                "hasReading": true, -                                "frequency": 6 -                            } -                        ], -                        "pitches": [], -                        "sourceTermExactMatchCount": 1 -                    }, -                    { -                        "type": "term", -                        "id": 6, -                        "source": "打ち", -                        "rawSource": "打(う)ち", -                        "sourceTerm": "打つ", -                        "reasons": [ -                            "masu stem" -                        ], -                        "score": 1, -                        "isPrimary": true, -                        "sequence": 3, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": "打つ", -                        "reading": "ぶつ", -                        "expressions": [ -                            { -                                "sourceTerm": "打つ", -                                "expression": "打つ", -                                "reading": "ぶつ", -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "ぶつ", -                                        "hasReading": false, -                                        "frequency": 2 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "ぶつ", -                                        "hasReading": true, -                                        "frequency": 7 -                                    } -                                ], -                                "pitches": [] -                            } -                        ], -                        "glossary": [ -                            "definition11", -                            "definition12" -                        ], -                        "definitionTags": [ -                            { -                                "name": "tag1", -                                "category": "category1", -                                "notes": "tag1 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag2", -                                "category": "category2", -                                "notes": "tag2 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "termTags": [ -                            { -                                "name": "tag3", -                                "category": "category3", -                                "notes": "tag3 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag4", -                                "category": "category4", -                                "notes": "tag4 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag5", -                                "category": "category5", -                                "notes": "tag5 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "frequencies": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打つ", -                                "reading": "ぶつ", -                                "hasReading": false, -                                "frequency": 2 -                            }, -                            { -                                "index": 1, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打つ", -                                "reading": "ぶつ", -                                "hasReading": true, -                                "frequency": 7 -                            } -                        ], -                        "pitches": [], -                        "sourceTermExactMatchCount": 1 -                    }, -                    { -                        "type": "term", -                        "id": 1, -                        "source": "打", -                        "rawSource": "打", -                        "sourceTerm": "打", -                        "reasons": [], -                        "score": 1, -                        "isPrimary": true, -                        "sequence": 1, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": "打", -                        "reading": "だ", -                        "expressions": [ -                            { -                                "sourceTerm": "打", -                                "expression": "打", -                                "reading": "だ", -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打", -                                        "reading": "だ", -                                        "hasReading": false, -                                        "frequency": 1 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打", -                                        "reading": "だ", -                                        "hasReading": true, -                                        "frequency": 4 -                                    } -                                ], -                                "pitches": [] -                            } -                        ], -                        "glossary": [ -                            "definition1", -                            "definition2" -                        ], -                        "definitionTags": [ -                            { -                                "name": "tag1", -                                "category": "category1", -                                "notes": "tag1 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag2", -                                "category": "category2", -                                "notes": "tag2 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "termTags": [ -                            { -                                "name": "tag3", -                                "category": "category3", -                                "notes": "tag3 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag4", -                                "category": "category4", -                                "notes": "tag4 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag5", -                                "category": "category5", -                                "notes": "tag5 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "frequencies": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打", -                                "reading": "だ", -                                "hasReading": false, -                                "frequency": 1 -                            }, -                            { -                                "index": 1, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打", -                                "reading": "だ", -                                "hasReading": true, -                                "frequency": 4 -                            } -                        ], -                        "pitches": [], -                        "sourceTermExactMatchCount": 1 -                    }, -                    { -                        "type": "term", -                        "id": 2, -                        "source": "打", -                        "rawSource": "打", -                        "sourceTerm": "打", -                        "reasons": [], -                        "score": 1, -                        "isPrimary": true, -                        "sequence": 2, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": "打", -                        "reading": "ダース", -                        "expressions": [ -                            { -                                "sourceTerm": "打", -                                "expression": "打", -                                "reading": "ダース", -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打", -                                        "reading": "ダース", -                                        "hasReading": false, -                                        "frequency": 1 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打", -                                        "reading": "ダース", -                                        "hasReading": true, -                                        "frequency": 5 -                                    } -                                ], -                                "pitches": [] -                            } -                        ], -                        "glossary": [ -                            "definition3", -                            "definition4" -                        ], -                        "definitionTags": [ -                            { -                                "name": "tag1", -                                "category": "category1", -                                "notes": "tag1 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag2", -                                "category": "category2", -                                "notes": "tag2 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "termTags": [ -                            { -                                "name": "tag3", -                                "category": "category3", -                                "notes": "tag3 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag4", -                                "category": "category4", -                                "notes": "tag4 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag5", -                                "category": "category5", -                                "notes": "tag5 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "frequencies": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打", -                                "reading": "ダース", -                                "hasReading": false, -                                "frequency": 1 -                            }, -                            { -                                "index": 1, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打", -                                "reading": "ダース", -                                "hasReading": true, -                                "frequency": 5 -                            } -                        ], -                        "pitches": [], -                        "sourceTermExactMatchCount": 1 -                    } -                ] -            } -        }, -        { -            "comment": "Remove parentheses around text", -            "func": "findTerms", -            "mode": "split", -            "text": "(打)(ち)(込)(む)", -            "options": [ -                "default", -                { -                    "alphanumeric": true, -                    "textReplacements": [ -                        null, -                        [ -                            { -                                "pattern": "\\(([^)]*)(?:\\)|$)", -                                "flags": "g", -                                "replacement": "$1" -                            } -                        ] -                    ] -                } -            ], -            "expected": { -                "length": 12, -                "definitions": [ -                    { -                        "type": "term", -                        "id": 7, -                        "source": "打ち込む", -                        "rawSource": "(打)(ち)(込)(む)", -                        "sourceTerm": "打ち込む", -                        "reasons": [], -                        "score": 10, -                        "isPrimary": true, -                        "sequence": 4, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": "打ち込む", -                        "reading": "うちこむ", -                        "expressions": [ -                            { -                                "sourceTerm": "打ち込む", -                                "expression": "打ち込む", -                                "reading": "うちこむ", -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "うちこむ", -                                        "hasReading": false, -                                        "frequency": 3 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "うちこむ", -                                        "hasReading": true, -                                        "frequency": 8 -                                    } -                                ], -                                "pitches": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "うちこむ", -                                        "pitches": [ -                                            { -                                                "position": 0, -                                                "tags": [] -                                            }, -                                            { -                                                "position": 3, -                                                "tags": [] -                                            } -                                        ] -                                    } -                                ] -                            } -                        ], -                        "glossary": [ -                            "definition13", -                            "definition14" -                        ], -                        "definitionTags": [ -                            { -                                "name": "tag1", -                                "category": "category1", -                                "notes": "tag1 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag2", -                                "category": "category2", -                                "notes": "tag2 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "termTags": [ -                            { -                                "name": "tag3", -                                "category": "category3", -                                "notes": "tag3 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag4", -                                "category": "category4", -                                "notes": "tag4 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag5", -                                "category": "category5", -                                "notes": "tag5 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "frequencies": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打ち込む", -                                "reading": "うちこむ", -                                "hasReading": false, -                                "frequency": 3 -                            }, -                            { -                                "index": 1, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打ち込む", -                                "reading": "うちこむ", -                                "hasReading": true, -                                "frequency": 8 -                            } -                        ], -                        "pitches": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打ち込む", -                                "reading": "うちこむ", -                                "pitches": [ -                                    { -                                        "position": 0, -                                        "tags": [] -                                    }, -                                    { -                                        "position": 3, -                                        "tags": [] -                                    } -                                ] -                            } -                        ], -                        "sourceTermExactMatchCount": 1 -                    }, -                    { -                        "type": "term", -                        "id": 9, -                        "source": "打ち込む", -                        "rawSource": "(打)(ち)(込)(む)", -                        "sourceTerm": "打ち込む", -                        "reasons": [], -                        "score": 10, -                        "isPrimary": true, -                        "sequence": 4, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": "打ち込む", -                        "reading": "ぶちこむ", -                        "expressions": [ -                            { -                                "sourceTerm": "打ち込む", -                                "expression": "打ち込む", -                                "reading": "ぶちこむ", -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "ぶちこむ", -                                        "hasReading": false, -                                        "frequency": 3 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "ぶちこむ", -                                        "hasReading": true, -                                        "frequency": 9 -                                    } -                                ], -                                "pitches": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "ぶちこむ", -                                        "pitches": [ -                                            { -                                                "position": 0, -                                                "tags": [] -                                            }, -                                            { -                                                "position": 3, -                                                "tags": [] -                                            } -                                        ] -                                    } -                                ] -                            } -                        ], -                        "glossary": [ -                            "definition17", -                            "definition18" -                        ], -                        "definitionTags": [ -                            { -                                "name": "tag1", -                                "category": "category1", -                                "notes": "tag1 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag2", -                                "category": "category2", -                                "notes": "tag2 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "termTags": [ -                            { -                                "name": "tag3", -                                "category": "category3", -                                "notes": "tag3 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag4", -                                "category": "category4", -                                "notes": "tag4 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag5", -                                "category": "category5", -                                "notes": "tag5 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "frequencies": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打ち込む", -                                "reading": "ぶちこむ", -                                "hasReading": false, -                                "frequency": 3 -                            }, -                            { -                                "index": 1, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打ち込む", -                                "reading": "ぶちこむ", -                                "hasReading": true, -                                "frequency": 9 -                            } -                        ], -                        "pitches": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打ち込む", -                                "reading": "ぶちこむ", -                                "pitches": [ -                                    { -                                        "position": 0, -                                        "tags": [] -                                    }, -                                    { -                                        "position": 3, -                                        "tags": [] -                                    } -                                ] -                            } -                        ], -                        "sourceTermExactMatchCount": 1 -                    }, -                    { -                        "type": "term", -                        "id": 8, -                        "source": "打ち込む", -                        "rawSource": "(打)(ち)(込)(む)", -                        "sourceTerm": "打ち込む", -                        "reasons": [], -                        "score": 1, -                        "isPrimary": true, -                        "sequence": 4, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": "打ち込む", -                        "reading": "うちこむ", -                        "expressions": [ -                            { -                                "sourceTerm": "打ち込む", -                                "expression": "打ち込む", -                                "reading": "うちこむ", -                                "termTags": [ -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag6", -                                        "category": "default", -                                        "notes": "", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag7", -                                        "category": "default", -                                        "notes": "", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "うちこむ", -                                        "hasReading": false, -                                        "frequency": 3 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "うちこむ", -                                        "hasReading": true, -                                        "frequency": 8 -                                    } -                                ], -                                "pitches": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "うちこむ", -                                        "pitches": [ -                                            { -                                                "position": 0, -                                                "tags": [] -                                            }, -                                            { -                                                "position": 3, -                                                "tags": [] -                                            } -                                        ] -                                    } -                                ] -                            } -                        ], -                        "glossary": [ -                            "definition15", -                            "definition16" -                        ], -                        "definitionTags": [ -                            { -                                "name": "tag1", -                                "category": "category1", -                                "notes": "tag1 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag2", -                                "category": "category2", -                                "notes": "tag2 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "termTags": [ -                            { -                                "name": "tag5", -                                "category": "category5", -                                "notes": "tag5 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag6", -                                "category": "default", -                                "notes": "", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag7", -                                "category": "default", -                                "notes": "", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "frequencies": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打ち込む", -                                "reading": "うちこむ", -                                "hasReading": false, -                                "frequency": 3 -                            }, -                            { -                                "index": 1, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打ち込む", -                                "reading": "うちこむ", -                                "hasReading": true, -                                "frequency": 8 -                            } -                        ], -                        "pitches": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打ち込む", -                                "reading": "うちこむ", -                                "pitches": [ -                                    { -                                        "position": 0, -                                        "tags": [] -                                    }, -                                    { -                                        "position": 3, -                                        "tags": [] -                                    } -                                ] -                            } -                        ], -                        "sourceTermExactMatchCount": 1 -                    }, -                    { -                        "type": "term", -                        "id": 10, -                        "source": "打ち込む", -                        "rawSource": "(打)(ち)(込)(む)", -                        "sourceTerm": "打ち込む", -                        "reasons": [], -                        "score": 1, -                        "isPrimary": true, -                        "sequence": 4, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": "打ち込む", -                        "reading": "ぶちこむ", -                        "expressions": [ -                            { -                                "sourceTerm": "打ち込む", -                                "expression": "打ち込む", -                                "reading": "ぶちこむ", -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "ぶちこむ", -                                        "hasReading": false, -                                        "frequency": 3 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "ぶちこむ", -                                        "hasReading": true, -                                        "frequency": 9 -                                    } -                                ], -                                "pitches": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "ぶちこむ", -                                        "pitches": [ -                                            { -                                                "position": 0, -                                                "tags": [] -                                            }, -                                            { -                                                "position": 3, -                                                "tags": [] -                                            } -                                        ] -                                    } -                                ] -                            } -                        ], -                        "glossary": [ -                            "definition19", -                            "definition20" -                        ], -                        "definitionTags": [ -                            { -                                "name": "tag1", -                                "category": "category1", -                                "notes": "tag1 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag2", -                                "category": "category2", -                                "notes": "tag2 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "termTags": [ -                            { -                                "name": "tag3", -                                "category": "category3", -                                "notes": "tag3 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag4", -                                "category": "category4", -                                "notes": "tag4 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag5", -                                "category": "category5", -                                "notes": "tag5 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "frequencies": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打ち込む", -                                "reading": "ぶちこむ", -                                "hasReading": false, -                                "frequency": 3 -                            }, -                            { -                                "index": 1, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打ち込む", -                                "reading": "ぶちこむ", -                                "hasReading": true, -                                "frequency": 9 -                            } -                        ], -                        "pitches": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打ち込む", -                                "reading": "ぶちこむ", -                                "pitches": [ -                                    { -                                        "position": 0, -                                        "tags": [] -                                    }, -                                    { -                                        "position": 3, -                                        "tags": [] -                                    } -                                ] -                            } -                        ], -                        "sourceTermExactMatchCount": 1 -                    }, -                    { -                        "type": "term", -                        "id": 3, -                        "source": "打ち", -                        "rawSource": "(打)(ち)", -                        "sourceTerm": "打つ", -                        "reasons": [ -                            "masu stem" -                        ], -                        "score": 10, -                        "isPrimary": true, -                        "sequence": 3, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": "打つ", -                        "reading": "うつ", -                        "expressions": [ -                            { -                                "sourceTerm": "打つ", -                                "expression": "打つ", -                                "reading": "うつ", -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "うつ", -                                        "hasReading": false, -                                        "frequency": 2 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "うつ", -                                        "hasReading": true, -                                        "frequency": 6 -                                    } -                                ], -                                "pitches": [] -                            } -                        ], -                        "glossary": [ -                            "definition5", -                            "definition6" -                        ], -                        "definitionTags": [ -                            { -                                "name": "tag1", -                                "category": "category1", -                                "notes": "tag1 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag2", -                                "category": "category2", -                                "notes": "tag2 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "termTags": [ -                            { -                                "name": "tag3", -                                "category": "category3", -                                "notes": "tag3 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag4", -                                "category": "category4", -                                "notes": "tag4 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag5", -                                "category": "category5", -                                "notes": "tag5 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "frequencies": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打つ", -                                "reading": "うつ", -                                "hasReading": false, -                                "frequency": 2 -                            }, -                            { -                                "index": 1, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打つ", -                                "reading": "うつ", -                                "hasReading": true, -                                "frequency": 6 -                            } -                        ], -                        "pitches": [], -                        "sourceTermExactMatchCount": 1 -                    }, -                    { -                        "type": "term", -                        "id": 5, -                        "source": "打ち", -                        "rawSource": "(打)(ち)", -                        "sourceTerm": "打つ", -                        "reasons": [ -                            "masu stem" -                        ], -                        "score": 10, -                        "isPrimary": true, -                        "sequence": 3, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": "打つ", -                        "reading": "ぶつ", -                        "expressions": [ -                            { -                                "sourceTerm": "打つ", -                                "expression": "打つ", -                                "reading": "ぶつ", -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "ぶつ", -                                        "hasReading": false, -                                        "frequency": 2 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "ぶつ", -                                        "hasReading": true, -                                        "frequency": 7 -                                    } -                                ], -                                "pitches": [] -                            } -                        ], -                        "glossary": [ -                            "definition9", -                            "definition10" -                        ], -                        "definitionTags": [ -                            { -                                "name": "tag1", -                                "category": "category1", -                                "notes": "tag1 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag2", -                                "category": "category2", -                                "notes": "tag2 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "termTags": [ -                            { -                                "name": "tag3", -                                "category": "category3", -                                "notes": "tag3 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag4", -                                "category": "category4", -                                "notes": "tag4 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag5", -                                "category": "category5", -                                "notes": "tag5 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "frequencies": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打つ", -                                "reading": "ぶつ", -                                "hasReading": false, -                                "frequency": 2 -                            }, -                            { -                                "index": 1, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打つ", -                                "reading": "ぶつ", -                                "hasReading": true, -                                "frequency": 7 -                            } -                        ], -                        "pitches": [], -                        "sourceTermExactMatchCount": 1 -                    }, -                    { -                        "type": "term", -                        "id": 4, -                        "source": "打ち", -                        "rawSource": "(打)(ち)", -                        "sourceTerm": "打つ", -                        "reasons": [ -                            "masu stem" -                        ], -                        "score": 1, -                        "isPrimary": true, -                        "sequence": 3, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": "打つ", -                        "reading": "うつ", -                        "expressions": [ -                            { -                                "sourceTerm": "打つ", -                                "expression": "打つ", -                                "reading": "うつ", -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "うつ", -                                        "hasReading": false, -                                        "frequency": 2 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "うつ", -                                        "hasReading": true, -                                        "frequency": 6 -                                    } -                                ], -                                "pitches": [] -                            } -                        ], -                        "glossary": [ -                            "definition7", -                            "definition8" -                        ], -                        "definitionTags": [ -                            { -                                "name": "tag1", -                                "category": "category1", -                                "notes": "tag1 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag2", -                                "category": "category2", -                                "notes": "tag2 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "termTags": [ -                            { -                                "name": "tag3", -                                "category": "category3", -                                "notes": "tag3 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag4", -                                "category": "category4", -                                "notes": "tag4 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag5", -                                "category": "category5", -                                "notes": "tag5 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "frequencies": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打つ", -                                "reading": "うつ", -                                "hasReading": false, -                                "frequency": 2 -                            }, -                            { -                                "index": 1, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打つ", -                                "reading": "うつ", -                                "hasReading": true, -                                "frequency": 6 -                            } -                        ], -                        "pitches": [], -                        "sourceTermExactMatchCount": 1 -                    }, -                    { -                        "type": "term", -                        "id": 6, -                        "source": "打ち", -                        "rawSource": "(打)(ち)", -                        "sourceTerm": "打つ", -                        "reasons": [ -                            "masu stem" -                        ], -                        "score": 1, -                        "isPrimary": true, -                        "sequence": 3, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": "打つ", -                        "reading": "ぶつ", -                        "expressions": [ -                            { -                                "sourceTerm": "打つ", -                                "expression": "打つ", -                                "reading": "ぶつ", -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "ぶつ", -                                        "hasReading": false, -                                        "frequency": 2 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "ぶつ", -                                        "hasReading": true, -                                        "frequency": 7 -                                    } -                                ], -                                "pitches": [] -                            } -                        ], -                        "glossary": [ -                            "definition11", -                            "definition12" -                        ], -                        "definitionTags": [ -                            { -                                "name": "tag1", -                                "category": "category1", -                                "notes": "tag1 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag2", -                                "category": "category2", -                                "notes": "tag2 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "termTags": [ -                            { -                                "name": "tag3", -                                "category": "category3", -                                "notes": "tag3 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag4", -                                "category": "category4", -                                "notes": "tag4 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag5", -                                "category": "category5", -                                "notes": "tag5 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "frequencies": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打つ", -                                "reading": "ぶつ", -                                "hasReading": false, -                                "frequency": 2 -                            }, -                            { -                                "index": 1, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打つ", -                                "reading": "ぶつ", -                                "hasReading": true, -                                "frequency": 7 -                            } -                        ], -                        "pitches": [], -                        "sourceTermExactMatchCount": 1 -                    }, -                    { -                        "type": "term", -                        "id": 1, -                        "source": "打", -                        "rawSource": "(打)", -                        "sourceTerm": "打", -                        "reasons": [], -                        "score": 1, -                        "isPrimary": true, -                        "sequence": 1, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": "打", -                        "reading": "だ", -                        "expressions": [ -                            { -                                "sourceTerm": "打", -                                "expression": "打", -                                "reading": "だ", -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打", -                                        "reading": "だ", -                                        "hasReading": false, -                                        "frequency": 1 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打", -                                        "reading": "だ", -                                        "hasReading": true, -                                        "frequency": 4 -                                    } -                                ], -                                "pitches": [] -                            } -                        ], -                        "glossary": [ -                            "definition1", -                            "definition2" -                        ], -                        "definitionTags": [ -                            { -                                "name": "tag1", -                                "category": "category1", -                                "notes": "tag1 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag2", -                                "category": "category2", -                                "notes": "tag2 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "termTags": [ -                            { -                                "name": "tag3", -                                "category": "category3", -                                "notes": "tag3 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag4", -                                "category": "category4", -                                "notes": "tag4 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag5", -                                "category": "category5", -                                "notes": "tag5 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "frequencies": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打", -                                "reading": "だ", -                                "hasReading": false, -                                "frequency": 1 -                            }, -                            { -                                "index": 1, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打", -                                "reading": "だ", -                                "hasReading": true, -                                "frequency": 4 -                            } -                        ], -                        "pitches": [], -                        "sourceTermExactMatchCount": 1 -                    }, -                    { -                        "type": "term", -                        "id": 2, -                        "source": "打", -                        "rawSource": "(打)", -                        "sourceTerm": "打", -                        "reasons": [], -                        "score": 1, -                        "isPrimary": true, -                        "sequence": 2, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": "打", -                        "reading": "ダース", -                        "expressions": [ -                            { -                                "sourceTerm": "打", -                                "expression": "打", -                                "reading": "ダース", -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打", -                                        "reading": "ダース", -                                        "hasReading": false, -                                        "frequency": 1 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打", -                                        "reading": "ダース", -                                        "hasReading": true, -                                        "frequency": 5 -                                    } -                                ], -                                "pitches": [] -                            } -                        ], -                        "glossary": [ -                            "definition3", -                            "definition4" -                        ], -                        "definitionTags": [ -                            { -                                "name": "tag1", -                                "category": "category1", -                                "notes": "tag1 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag2", -                                "category": "category2", -                                "notes": "tag2 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "termTags": [ -                            { -                                "name": "tag3", -                                "category": "category3", -                                "notes": "tag3 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag4", -                                "category": "category4", -                                "notes": "tag4 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            }, -                            { -                                "name": "tag5", -                                "category": "category5", -                                "notes": "tag5 notes", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "frequencies": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打", -                                "reading": "ダース", -                                "hasReading": false, -                                "frequency": 1 -                            }, -                            { -                                "index": 1, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打", -                                "reading": "ダース", -                                "hasReading": true, -                                "frequency": 5 -                            } -                        ], -                        "pitches": [], -                        "sourceTermExactMatchCount": 1 -                    } -                ] -            } -        }, -        { -            "comment": "Test non-empty replacement", -            "func": "findTerms", -            "mode": "split", -            "text": "test", -            "options": [ -                "default", -                { -                    "alphanumeric": true, -                    "textReplacements": [ -                        null, -                        [ -                            { -                                "pattern": "test", -                                "flags": "g", -                                "replacement": "よみ" -                            } -                        ] -                    ] -                } -            ], -            "expected": { -                "length": 4, -                "definitions": [ -                    { -                        "type": "term", -                        "id": 12, -                        "source": "よみ", -                        "rawSource": "test", -                        "sourceTerm": "よむ", -                        "reasons": [ -                            "masu stem" -                        ], -                        "score": 100, -                        "isPrimary": true, -                        "sequence": 6, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": "読む", -                        "reading": "よむ", -                        "expressions": [ -                            { -                                "sourceTerm": "よむ", -                                "expression": "読む", -                                "reading": "よむ", -                                "termTags": [ -                                    { -                                        "name": "vt", -                                        "category": "partOfSpeech", -                                        "notes": "transitive verb", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [], -                                "pitches": [] -                            } -                        ], -                        "glossary": [ -                            "to read" -                        ], -                        "definitionTags": [ -                            { -                                "name": "popular", -                                "category": "popular", -                                "notes": "popular term", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "termTags": [ -                            { -                                "name": "vt", -                                "category": "partOfSpeech", -                                "notes": "transitive verb", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "frequencies": [], -                        "pitches": [], -                        "sourceTermExactMatchCount": 0 -                    } -                ] -            } -        }, -        { -            "comment": "Test non-empty replacement at end", -            "func": "findTerms", -            "mode": "split", -            "text": "つtest", -            "options": [ -                "default", -                { -                    "alphanumeric": true, -                    "textReplacements": [ -                        null, -                        [ -                            { -                                "pattern": "test", -                                "flags": "g", -                                "replacement": "よみ" -                            } -                        ] -                    ] -                } -            ], -            "expected": { -                "length": 5, -                "definitions": [ -                    { -                        "type": "term", -                        "id": 13, -                        "source": "つよみ", -                        "rawSource": "つtest", -                        "sourceTerm": "つよみ", -                        "reasons": [], -                        "score": 90, -                        "isPrimary": true, -                        "sequence": 7, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": "強み", -                        "reading": "つよみ", -                        "expressions": [ -                            { -                                "sourceTerm": "つよみ", -                                "expression": "強み", -                                "reading": "つよみ", -                                "termTags": [], -                                "frequencies": [], -                                "pitches": [] -                            } -                        ], -                        "glossary": [ -                            "strong point" -                        ], -                        "definitionTags": [ -                            { -                                "name": "popular", -                                "category": "popular", -                                "notes": "popular term", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "termTags": [], -                        "frequencies": [], -                        "pitches": [], -                        "sourceTermExactMatchCount": 0 -                    } -                ] -            } -        }, -        { -            "comment": "Test non-empty replacement at start", -            "func": "findTerms", -            "mode": "split", -            "text": "testました", -            "options": [ -                "default", -                { -                    "alphanumeric": true, -                    "textReplacements": [ -                        null, -                        [ -                            { -                                "pattern": "test", -                                "flags": "g", -                                "replacement": "よみ" -                            } -                        ] -                    ] -                } -            ], -            "expected": { -                "length": 7, -                "definitions": [ -                    { -                        "type": "term", -                        "id": 12, -                        "source": "よみました", -                        "rawSource": "testました", -                        "sourceTerm": "よむ", -                        "reasons": [ -                            "polite past" -                        ], -                        "score": 100, -                        "isPrimary": true, -                        "sequence": 6, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": "読む", -                        "reading": "よむ", -                        "expressions": [ -                            { -                                "sourceTerm": "よむ", -                                "expression": "読む", -                                "reading": "よむ", -                                "termTags": [ -                                    { -                                        "name": "vt", -                                        "category": "partOfSpeech", -                                        "notes": "transitive verb", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [], -                                "pitches": [] -                            } -                        ], -                        "glossary": [ -                            "to read" -                        ], -                        "definitionTags": [ -                            { -                                "name": "popular", -                                "category": "popular", -                                "notes": "popular term", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "termTags": [ -                            { -                                "name": "vt", -                                "category": "partOfSpeech", -                                "notes": "transitive verb", -                                "order": 0, -                                "score": 0, -                                "dictionary": "Test Dictionary 2", -                                "redundant": false -                            } -                        ], -                        "frequencies": [], -                        "pitches": [], -                        "sourceTermExactMatchCount": 0 -                    } -                ] -            } -        }, -        { -            "comment": "Search merged mode with non-primary definitions", -            "func": "findTerms", -            "mode": "merge", -            "text": "うちこむ", -            "options": "default", -            "expected": { -                "length": 4, -                "definitions": [ -                    { -                        "type": "termMerged", -                        "source": "うちこむ", -                        "rawSource": "うちこむ", -                        "reasons": [], -                        "score": 10, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": [ -                            "打ち込む" -                        ], -                        "reading": [ -                            "うちこむ", -                            "ぶちこむ" -                        ], -                        "expressions": [ -                            { -                                "sourceTerm": "うちこむ", -                                "expression": "打ち込む", -                                "reading": "うちこむ", -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag6", -                                        "category": "default", -                                        "notes": "", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag7", -                                        "category": "default", -                                        "notes": "", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "うちこむ", -                                        "hasReading": false, -                                        "frequency": 3 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "うちこむ", -                                        "hasReading": true, -                                        "frequency": 8 -                                    } -                                ], -                                "pitches": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "うちこむ", -                                        "pitches": [ -                                            { -                                                "position": 0, -                                                "tags": [] -                                            }, -                                            { -                                                "position": 3, -                                                "tags": [] -                                            } -                                        ] -                                    } -                                ] -                            }, -                            { -                                "sourceTerm": "うちこむ", -                                "expression": "打ち込む", -                                "reading": "ぶちこむ", -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 1, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "ぶちこむ", -                                        "hasReading": false, -                                        "frequency": 3 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 1, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "ぶちこむ", -                                        "hasReading": true, -                                        "frequency": 9 -                                    } -                                ], -                                "pitches": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 1, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "ぶちこむ", -                                        "pitches": [ -                                            { -                                                "position": 0, -                                                "tags": [] -                                            }, -                                            { -                                                "position": 3, -                                                "tags": [] -                                            } -                                        ] -                                    } -                                ] -                            } -                        ], -                        "definitions": [ -                            { -                                "type": "termMergedByGlossary", -                                "source": "うちこむ", -                                "rawSource": "うちこむ", -                                "reasons": [], -                                "score": 10, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "dictionaryNames": [ -                                    "Test Dictionary 2" -                                ], -                                "expression": [ -                                    "打ち込む" -                                ], -                                "reading": [ -                                    "うちこむ" -                                ], -                                "expressions": [ -                                    { -                                        "sourceTerm": "うちこむ", -                                        "expression": "打ち込む", -                                        "reading": "うちこむ", -                                        "termTags": [ -                                            { -                                                "name": "tag3", -                                                "category": "category3", -                                                "notes": "tag3 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag4", -                                                "category": "category4", -                                                "notes": "tag4 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag5", -                                                "category": "category5", -                                                "notes": "tag5 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            } -                                        ], -                                        "frequencies": [ -                                            { -                                                "index": 0, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打ち込む", -                                                "reading": "うちこむ", -                                                "hasReading": false, -                                                "frequency": 3 -                                            }, -                                            { -                                                "index": 1, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打ち込む", -                                                "reading": "うちこむ", -                                                "hasReading": true, -                                                "frequency": 8 -                                            } -                                        ], -                                        "pitches": [ -                                            { -                                                "index": 0, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打ち込む", -                                                "reading": "うちこむ", -                                                "pitches": [ -                                                    { -                                                        "position": 0, -                                                        "tags": [] -                                                    }, -                                                    { -                                                        "position": 3, -                                                        "tags": [] -                                                    } -                                                ] -                                            } -                                        ] -                                    } -                                ], -                                "glossary": [ -                                    "definition13", -                                    "definition14" -                                ], -                                "definitionTags": [ -                                    { -                                        "name": "tag1", -                                        "category": "category1", -                                        "notes": "tag1 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag2", -                                        "category": "category2", -                                        "notes": "tag2 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "definitions": [ -                                    { -                                        "type": "term", -                                        "id": 7, -                                        "source": "うちこむ", -                                        "rawSource": "うちこむ", -                                        "sourceTerm": "うちこむ", -                                        "reasons": [], -                                        "score": 10, -                                        "isPrimary": true, -                                        "sequence": 4, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "dictionaryNames": [ -                                            "Test Dictionary 2" -                                        ], -                                        "expression": "打ち込む", -                                        "reading": "うちこむ", -                                        "expressions": [ -                                            { -                                                "sourceTerm": "うちこむ", -                                                "expression": "打ち込む", -                                                "reading": "うちこむ", -                                                "termTags": [ -                                                    { -                                                        "name": "tag3", -                                                        "category": "category3", -                                                        "notes": "tag3 notes", -                                                        "order": 0, -                                                        "score": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "redundant": false -                                                    }, -                                                    { -                                                        "name": "tag4", -                                                        "category": "category4", -                                                        "notes": "tag4 notes", -                                                        "order": 0, -                                                        "score": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "redundant": false -                                                    }, -                                                    { -                                                        "name": "tag5", -                                                        "category": "category5", -                                                        "notes": "tag5 notes", -                                                        "order": 0, -                                                        "score": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "redundant": false -                                                    } -                                                ], -                                                "frequencies": [ -                                                    { -                                                        "index": 0, -                                                        "expressionIndex": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "dictionaryOrder": { -                                                            "index": 0, -                                                            "priority": 0 -                                                        }, -                                                        "expression": "打ち込む", -                                                        "reading": "うちこむ", -                                                        "hasReading": false, -                                                        "frequency": 3 -                                                    }, -                                                    { -                                                        "index": 1, -                                                        "expressionIndex": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "dictionaryOrder": { -                                                            "index": 0, -                                                            "priority": 0 -                                                        }, -                                                        "expression": "打ち込む", -                                                        "reading": "うちこむ", -                                                        "hasReading": true, -                                                        "frequency": 8 -                                                    } -                                                ], -                                                "pitches": [ -                                                    { -                                                        "index": 0, -                                                        "expressionIndex": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "dictionaryOrder": { -                                                            "index": 0, -                                                            "priority": 0 -                                                        }, -                                                        "expression": "打ち込む", -                                                        "reading": "うちこむ", -                                                        "pitches": [ -                                                            { -                                                                "position": 0, -                                                                "tags": [] -                                                            }, -                                                            { -                                                                "position": 3, -                                                                "tags": [] -                                                            } -                                                        ] -                                                    } -                                                ] -                                            } -                                        ], -                                        "glossary": [ -                                            "definition13", -                                            "definition14" -                                        ], -                                        "definitionTags": [ -                                            { -                                                "name": "tag1", -                                                "category": "category1", -                                                "notes": "tag1 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag2", -                                                "category": "category2", -                                                "notes": "tag2 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            } -                                        ], -                                        "termTags": [ -                                            { -                                                "name": "tag3", -                                                "category": "category3", -                                                "notes": "tag3 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag4", -                                                "category": "category4", -                                                "notes": "tag4 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag5", -                                                "category": "category5", -                                                "notes": "tag5 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            } -                                        ], -                                        "frequencies": [ -                                            { -                                                "index": 0, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打ち込む", -                                                "reading": "うちこむ", -                                                "hasReading": false, -                                                "frequency": 3 -                                            }, -                                            { -                                                "index": 1, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打ち込む", -                                                "reading": "うちこむ", -                                                "hasReading": true, -                                                "frequency": 8 -                                            } -                                        ], -                                        "pitches": [ -                                            { -                                                "index": 0, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打ち込む", -                                                "reading": "うちこむ", -                                                "pitches": [ -                                                    { -                                                        "position": 0, -                                                        "tags": [] -                                                    }, -                                                    { -                                                        "position": 3, -                                                        "tags": [] -                                                    } -                                                ] -                                            } -                                        ], -                                        "sourceTermExactMatchCount": 0 -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "うちこむ", -                                        "hasReading": false, -                                        "frequency": 3 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "うちこむ", -                                        "hasReading": true, -                                        "frequency": 8 -                                    } -                                ], -                                "pitches": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "うちこむ", -                                        "pitches": [ -                                            { -                                                "position": 0, -                                                "tags": [] -                                            }, -                                            { -                                                "position": 3, -                                                "tags": [] -                                            } -                                        ] -                                    } -                                ], -                                "only": [ -                                    "うちこむ" -                                ], -                                "sourceTermExactMatchCount": 0 -                            }, -                            { -                                "type": "termMergedByGlossary", -                                "source": "うちこむ", -                                "rawSource": "うちこむ", -                                "reasons": [], -                                "score": 10, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "dictionaryNames": [ -                                    "Test Dictionary 2" -                                ], -                                "expression": [ -                                    "打ち込む" -                                ], -                                "reading": [ -                                    "ぶちこむ" -                                ], -                                "expressions": [ -                                    { -                                        "sourceTerm": "うちこむ", -                                        "expression": "打ち込む", -                                        "reading": "ぶちこむ", -                                        "termTags": [ -                                            { -                                                "name": "tag3", -                                                "category": "category3", -                                                "notes": "tag3 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag4", -                                                "category": "category4", -                                                "notes": "tag4 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag5", -                                                "category": "category5", -                                                "notes": "tag5 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            } -                                        ], -                                        "frequencies": [ -                                            { -                                                "index": 0, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打ち込む", -                                                "reading": "ぶちこむ", -                                                "hasReading": false, -                                                "frequency": 3 -                                            }, -                                            { -                                                "index": 1, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打ち込む", -                                                "reading": "ぶちこむ", -                                                "hasReading": true, -                                                "frequency": 9 -                                            } -                                        ], -                                        "pitches": [ -                                            { -                                                "index": 0, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打ち込む", -                                                "reading": "ぶちこむ", -                                                "pitches": [ -                                                    { -                                                        "position": 0, -                                                        "tags": [] -                                                    }, -                                                    { -                                                        "position": 3, -                                                        "tags": [] -                                                    } -                                                ] -                                            } -                                        ] -                                    } -                                ], -                                "glossary": [ -                                    "definition17", -                                    "definition18" -                                ], -                                "definitionTags": [ -                                    { -                                        "name": "tag1", -                                        "category": "category1", -                                        "notes": "tag1 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag2", -                                        "category": "category2", -                                        "notes": "tag2 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "definitions": [ -                                    { -                                        "type": "term", -                                        "id": 9, -                                        "source": "うちこむ", -                                        "rawSource": "うちこむ", -                                        "sourceTerm": "うちこむ", -                                        "reasons": [], -                                        "score": 10, -                                        "isPrimary": false, -                                        "sequence": 4, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "dictionaryNames": [ -                                            "Test Dictionary 2" -                                        ], -                                        "expression": "打ち込む", -                                        "reading": "ぶちこむ", -                                        "expressions": [ -                                            { -                                                "sourceTerm": "うちこむ", -                                                "expression": "打ち込む", -                                                "reading": "ぶちこむ", -                                                "termTags": [ -                                                    { -                                                        "name": "tag3", -                                                        "category": "category3", -                                                        "notes": "tag3 notes", -                                                        "order": 0, -                                                        "score": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "redundant": false -                                                    }, -                                                    { -                                                        "name": "tag4", -                                                        "category": "category4", -                                                        "notes": "tag4 notes", -                                                        "order": 0, -                                                        "score": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "redundant": false -                                                    }, -                                                    { -                                                        "name": "tag5", -                                                        "category": "category5", -                                                        "notes": "tag5 notes", -                                                        "order": 0, -                                                        "score": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "redundant": false -                                                    } -                                                ], -                                                "frequencies": [ -                                                    { -                                                        "index": 0, -                                                        "expressionIndex": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "dictionaryOrder": { -                                                            "index": 0, -                                                            "priority": 0 -                                                        }, -                                                        "expression": "打ち込む", -                                                        "reading": "ぶちこむ", -                                                        "hasReading": false, -                                                        "frequency": 3 -                                                    }, -                                                    { -                                                        "index": 1, -                                                        "expressionIndex": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "dictionaryOrder": { -                                                            "index": 0, -                                                            "priority": 0 -                                                        }, -                                                        "expression": "打ち込む", -                                                        "reading": "ぶちこむ", -                                                        "hasReading": true, -                                                        "frequency": 9 -                                                    } -                                                ], -                                                "pitches": [ -                                                    { -                                                        "index": 0, -                                                        "expressionIndex": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "dictionaryOrder": { -                                                            "index": 0, -                                                            "priority": 0 -                                                        }, -                                                        "expression": "打ち込む", -                                                        "reading": "ぶちこむ", -                                                        "pitches": [ -                                                            { -                                                                "position": 0, -                                                                "tags": [] -                                                            }, -                                                            { -                                                                "position": 3, -                                                                "tags": [] -                                                            } -                                                        ] -                                                    } -                                                ] -                                            } -                                        ], -                                        "glossary": [ -                                            "definition17", -                                            "definition18" -                                        ], -                                        "definitionTags": [ -                                            { -                                                "name": "tag1", -                                                "category": "category1", -                                                "notes": "tag1 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag2", -                                                "category": "category2", -                                                "notes": "tag2 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            } -                                        ], -                                        "termTags": [ -                                            { -                                                "name": "tag3", -                                                "category": "category3", -                                                "notes": "tag3 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag4", -                                                "category": "category4", -                                                "notes": "tag4 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag5", -                                                "category": "category5", -                                                "notes": "tag5 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            } -                                        ], -                                        "frequencies": [ -                                            { -                                                "index": 0, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打ち込む", -                                                "reading": "ぶちこむ", -                                                "hasReading": false, -                                                "frequency": 3 -                                            }, -                                            { -                                                "index": 1, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打ち込む", -                                                "reading": "ぶちこむ", -                                                "hasReading": true, -                                                "frequency": 9 -                                            } -                                        ], -                                        "pitches": [ -                                            { -                                                "index": 0, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打ち込む", -                                                "reading": "ぶちこむ", -                                                "pitches": [ -                                                    { -                                                        "position": 0, -                                                        "tags": [] -                                                    }, -                                                    { -                                                        "position": 3, -                                                        "tags": [] -                                                    } -                                                ] -                                            } -                                        ], -                                        "sourceTermExactMatchCount": 0 -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "ぶちこむ", -                                        "hasReading": false, -                                        "frequency": 3 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "ぶちこむ", -                                        "hasReading": true, -                                        "frequency": 9 -                                    } -                                ], -                                "pitches": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "ぶちこむ", -                                        "pitches": [ -                                            { -                                                "position": 0, -                                                "tags": [] -                                            }, -                                            { -                                                "position": 3, -                                                "tags": [] -                                            } -                                        ] -                                    } -                                ], -                                "only": [ -                                    "ぶちこむ" -                                ], -                                "sourceTermExactMatchCount": 0 -                            }, -                            { -                                "type": "termMergedByGlossary", -                                "source": "うちこむ", -                                "rawSource": "うちこむ", -                                "reasons": [], -                                "score": 1, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "dictionaryNames": [ -                                    "Test Dictionary 2" -                                ], -                                "expression": [ -                                    "打ち込む" -                                ], -                                "reading": [ -                                    "うちこむ" -                                ], -                                "expressions": [ -                                    { -                                        "sourceTerm": "うちこむ", -                                        "expression": "打ち込む", -                                        "reading": "うちこむ", -                                        "termTags": [ -                                            { -                                                "name": "tag5", -                                                "category": "category5", -                                                "notes": "tag5 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag6", -                                                "category": "default", -                                                "notes": "", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag7", -                                                "category": "default", -                                                "notes": "", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            } -                                        ], -                                        "frequencies": [ -                                            { -                                                "index": 0, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打ち込む", -                                                "reading": "うちこむ", -                                                "hasReading": false, -                                                "frequency": 3 -                                            }, -                                            { -                                                "index": 1, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打ち込む", -                                                "reading": "うちこむ", -                                                "hasReading": true, -                                                "frequency": 8 -                                            } -                                        ], -                                        "pitches": [ -                                            { -                                                "index": 0, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打ち込む", -                                                "reading": "うちこむ", -                                                "pitches": [ -                                                    { -                                                        "position": 0, -                                                        "tags": [] -                                                    }, -                                                    { -                                                        "position": 3, -                                                        "tags": [] -                                                    } -                                                ] -                                            } -                                        ] -                                    } -                                ], -                                "glossary": [ -                                    "definition15", -                                    "definition16" -                                ], -                                "definitionTags": [ -                                    { -                                        "name": "tag1", -                                        "category": "category1", -                                        "notes": "tag1 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag2", -                                        "category": "category2", -                                        "notes": "tag2 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "definitions": [ -                                    { -                                        "type": "term", -                                        "id": 8, -                                        "source": "うちこむ", -                                        "rawSource": "うちこむ", -                                        "sourceTerm": "うちこむ", -                                        "reasons": [], -                                        "score": 1, -                                        "isPrimary": true, -                                        "sequence": 4, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "dictionaryNames": [ -                                            "Test Dictionary 2" -                                        ], -                                        "expression": "打ち込む", -                                        "reading": "うちこむ", -                                        "expressions": [ -                                            { -                                                "sourceTerm": "うちこむ", -                                                "expression": "打ち込む", -                                                "reading": "うちこむ", -                                                "termTags": [ -                                                    { -                                                        "name": "tag5", -                                                        "category": "category5", -                                                        "notes": "tag5 notes", -                                                        "order": 0, -                                                        "score": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "redundant": false -                                                    }, -                                                    { -                                                        "name": "tag6", -                                                        "category": "default", -                                                        "notes": "", -                                                        "order": 0, -                                                        "score": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "redundant": false -                                                    }, -                                                    { -                                                        "name": "tag7", -                                                        "category": "default", -                                                        "notes": "", -                                                        "order": 0, -                                                        "score": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "redundant": false -                                                    } -                                                ], -                                                "frequencies": [ -                                                    { -                                                        "index": 0, -                                                        "expressionIndex": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "dictionaryOrder": { -                                                            "index": 0, -                                                            "priority": 0 -                                                        }, -                                                        "expression": "打ち込む", -                                                        "reading": "うちこむ", -                                                        "hasReading": false, -                                                        "frequency": 3 -                                                    }, -                                                    { -                                                        "index": 1, -                                                        "expressionIndex": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "dictionaryOrder": { -                                                            "index": 0, -                                                            "priority": 0 -                                                        }, -                                                        "expression": "打ち込む", -                                                        "reading": "うちこむ", -                                                        "hasReading": true, -                                                        "frequency": 8 -                                                    } -                                                ], -                                                "pitches": [ -                                                    { -                                                        "index": 0, -                                                        "expressionIndex": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "dictionaryOrder": { -                                                            "index": 0, -                                                            "priority": 0 -                                                        }, -                                                        "expression": "打ち込む", -                                                        "reading": "うちこむ", -                                                        "pitches": [ -                                                            { -                                                                "position": 0, -                                                                "tags": [] -                                                            }, -                                                            { -                                                                "position": 3, -                                                                "tags": [] -                                                            } -                                                        ] -                                                    } -                                                ] -                                            } -                                        ], -                                        "glossary": [ -                                            "definition15", -                                            "definition16" -                                        ], -                                        "definitionTags": [ -                                            { -                                                "name": "tag1", -                                                "category": "category1", -                                                "notes": "tag1 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag2", -                                                "category": "category2", -                                                "notes": "tag2 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            } -                                        ], -                                        "termTags": [ -                                            { -                                                "name": "tag5", -                                                "category": "category5", -                                                "notes": "tag5 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag6", -                                                "category": "default", -                                                "notes": "", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag7", -                                                "category": "default", -                                                "notes": "", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            } -                                        ], -                                        "frequencies": [ -                                            { -                                                "index": 0, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打ち込む", -                                                "reading": "うちこむ", -                                                "hasReading": false, -                                                "frequency": 3 -                                            }, -                                            { -                                                "index": 1, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打ち込む", -                                                "reading": "うちこむ", -                                                "hasReading": true, -                                                "frequency": 8 -                                            } -                                        ], -                                        "pitches": [ -                                            { -                                                "index": 0, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打ち込む", -                                                "reading": "うちこむ", -                                                "pitches": [ -                                                    { -                                                        "position": 0, -                                                        "tags": [] -                                                    }, -                                                    { -                                                        "position": 3, -                                                        "tags": [] -                                                    } -                                                ] -                                            } -                                        ], -                                        "sourceTermExactMatchCount": 0 -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "うちこむ", -                                        "hasReading": false, -                                        "frequency": 3 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "うちこむ", -                                        "hasReading": true, -                                        "frequency": 8 -                                    } -                                ], -                                "pitches": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "うちこむ", -                                        "pitches": [ -                                            { -                                                "position": 0, -                                                "tags": [] -                                            }, -                                            { -                                                "position": 3, -                                                "tags": [] -                                            } -                                        ] -                                    } -                                ], -                                "only": [ -                                    "うちこむ" -                                ], -                                "sourceTermExactMatchCount": 0 -                            }, -                            { -                                "type": "termMergedByGlossary", -                                "source": "うちこむ", -                                "rawSource": "うちこむ", -                                "reasons": [], -                                "score": 1, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "dictionaryNames": [ -                                    "Test Dictionary 2" -                                ], -                                "expression": [ -                                    "打ち込む" -                                ], -                                "reading": [ -                                    "ぶちこむ" -                                ], -                                "expressions": [ -                                    { -                                        "sourceTerm": "うちこむ", -                                        "expression": "打ち込む", -                                        "reading": "ぶちこむ", -                                        "termTags": [ -                                            { -                                                "name": "tag3", -                                                "category": "category3", -                                                "notes": "tag3 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag4", -                                                "category": "category4", -                                                "notes": "tag4 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag5", -                                                "category": "category5", -                                                "notes": "tag5 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            } -                                        ], -                                        "frequencies": [ -                                            { -                                                "index": 0, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打ち込む", -                                                "reading": "ぶちこむ", -                                                "hasReading": false, -                                                "frequency": 3 -                                            }, -                                            { -                                                "index": 1, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打ち込む", -                                                "reading": "ぶちこむ", -                                                "hasReading": true, -                                                "frequency": 9 -                                            } -                                        ], -                                        "pitches": [ -                                            { -                                                "index": 0, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打ち込む", -                                                "reading": "ぶちこむ", -                                                "pitches": [ -                                                    { -                                                        "position": 0, -                                                        "tags": [] -                                                    }, -                                                    { -                                                        "position": 3, -                                                        "tags": [] -                                                    } -                                                ] -                                            } -                                        ] -                                    } -                                ], -                                "glossary": [ -                                    "definition19", -                                    "definition20" -                                ], -                                "definitionTags": [ -                                    { -                                        "name": "tag1", -                                        "category": "category1", -                                        "notes": "tag1 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag2", -                                        "category": "category2", -                                        "notes": "tag2 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "definitions": [ -                                    { -                                        "type": "term", -                                        "id": 10, -                                        "source": "うちこむ", -                                        "rawSource": "うちこむ", -                                        "sourceTerm": "うちこむ", -                                        "reasons": [], -                                        "score": 1, -                                        "isPrimary": false, -                                        "sequence": 4, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "dictionaryNames": [ -                                            "Test Dictionary 2" -                                        ], -                                        "expression": "打ち込む", -                                        "reading": "ぶちこむ", -                                        "expressions": [ -                                            { -                                                "sourceTerm": "うちこむ", -                                                "expression": "打ち込む", -                                                "reading": "ぶちこむ", -                                                "termTags": [ -                                                    { -                                                        "name": "tag3", -                                                        "category": "category3", -                                                        "notes": "tag3 notes", -                                                        "order": 0, -                                                        "score": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "redundant": false -                                                    }, -                                                    { -                                                        "name": "tag4", -                                                        "category": "category4", -                                                        "notes": "tag4 notes", -                                                        "order": 0, -                                                        "score": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "redundant": false -                                                    }, -                                                    { -                                                        "name": "tag5", -                                                        "category": "category5", -                                                        "notes": "tag5 notes", -                                                        "order": 0, -                                                        "score": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "redundant": false -                                                    } -                                                ], -                                                "frequencies": [ -                                                    { -                                                        "index": 0, -                                                        "expressionIndex": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "dictionaryOrder": { -                                                            "index": 0, -                                                            "priority": 0 -                                                        }, -                                                        "expression": "打ち込む", -                                                        "reading": "ぶちこむ", -                                                        "hasReading": false, -                                                        "frequency": 3 -                                                    }, -                                                    { -                                                        "index": 1, -                                                        "expressionIndex": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "dictionaryOrder": { -                                                            "index": 0, -                                                            "priority": 0 -                                                        }, -                                                        "expression": "打ち込む", -                                                        "reading": "ぶちこむ", -                                                        "hasReading": true, -                                                        "frequency": 9 -                                                    } -                                                ], -                                                "pitches": [ -                                                    { -                                                        "index": 0, -                                                        "expressionIndex": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "dictionaryOrder": { -                                                            "index": 0, -                                                            "priority": 0 -                                                        }, -                                                        "expression": "打ち込む", -                                                        "reading": "ぶちこむ", -                                                        "pitches": [ -                                                            { -                                                                "position": 0, -                                                                "tags": [] -                                                            }, -                                                            { -                                                                "position": 3, -                                                                "tags": [] -                                                            } -                                                        ] -                                                    } -                                                ] -                                            } -                                        ], -                                        "glossary": [ -                                            "definition19", -                                            "definition20" -                                        ], -                                        "definitionTags": [ -                                            { -                                                "name": "tag1", -                                                "category": "category1", -                                                "notes": "tag1 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag2", -                                                "category": "category2", -                                                "notes": "tag2 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            } -                                        ], -                                        "termTags": [ -                                            { -                                                "name": "tag3", -                                                "category": "category3", -                                                "notes": "tag3 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag4", -                                                "category": "category4", -                                                "notes": "tag4 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag5", -                                                "category": "category5", -                                                "notes": "tag5 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            } -                                        ], -                                        "frequencies": [ -                                            { -                                                "index": 0, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打ち込む", -                                                "reading": "ぶちこむ", -                                                "hasReading": false, -                                                "frequency": 3 -                                            }, -                                            { -                                                "index": 1, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打ち込む", -                                                "reading": "ぶちこむ", -                                                "hasReading": true, -                                                "frequency": 9 -                                            } -                                        ], -                                        "pitches": [ -                                            { -                                                "index": 0, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打ち込む", -                                                "reading": "ぶちこむ", -                                                "pitches": [ -                                                    { -                                                        "position": 0, -                                                        "tags": [] -                                                    }, -                                                    { -                                                        "position": 3, -                                                        "tags": [] -                                                    } -                                                ] -                                            } -                                        ], -                                        "sourceTermExactMatchCount": 0 -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "ぶちこむ", -                                        "hasReading": false, -                                        "frequency": 3 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "ぶちこむ", -                                        "hasReading": true, -                                        "frequency": 9 -                                    } -                                ], -                                "pitches": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打ち込む", -                                        "reading": "ぶちこむ", -                                        "pitches": [ -                                            { -                                                "position": 0, -                                                "tags": [] -                                            }, -                                            { -                                                "position": 3, -                                                "tags": [] -                                            } -                                        ] -                                    } -                                ], -                                "only": [ -                                    "ぶちこむ" -                                ], -                                "sourceTermExactMatchCount": 0 -                            } -                        ], -                        "frequencies": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打ち込む", -                                "reading": "うちこむ", -                                "hasReading": false, -                                "frequency": 3 -                            }, -                            { -                                "index": 2, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打ち込む", -                                "reading": "うちこむ", -                                "hasReading": true, -                                "frequency": 8 -                            }, -                            { -                                "index": 1, -                                "expressionIndex": 1, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打ち込む", -                                "reading": "ぶちこむ", -                                "hasReading": false, -                                "frequency": 3 -                            }, -                            { -                                "index": 3, -                                "expressionIndex": 1, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打ち込む", -                                "reading": "ぶちこむ", -                                "hasReading": true, -                                "frequency": 9 -                            } -                        ], -                        "pitches": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打ち込む", -                                "reading": "うちこむ", -                                "pitches": [ -                                    { -                                        "position": 0, -                                        "tags": [] -                                    }, -                                    { -                                        "position": 3, -                                        "tags": [] -                                    } -                                ] -                            }, -                            { -                                "index": 1, -                                "expressionIndex": 1, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打ち込む", -                                "reading": "ぶちこむ", -                                "pitches": [ -                                    { -                                        "position": 0, -                                        "tags": [] -                                    }, -                                    { -                                        "position": 3, -                                        "tags": [] -                                    } -                                ] -                            } -                        ], -                        "sourceTermExactMatchCount": 0 -                    }, -                    { -                        "type": "termMerged", -                        "source": "うち", -                        "rawSource": "うち", -                        "reasons": [ -                            "masu stem" -                        ], -                        "score": 10, -                        "dictionary": "Test Dictionary 2", -                        "dictionaryOrder": { -                            "index": 0, -                            "priority": 0 -                        }, -                        "dictionaryNames": [ -                            "Test Dictionary 2" -                        ], -                        "expression": [ -                            "打つ" -                        ], -                        "reading": [ -                            "うつ", -                            "ぶつ" -                        ], -                        "expressions": [ -                            { -                                "sourceTerm": "うつ", -                                "expression": "打つ", -                                "reading": "うつ", -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "うつ", -                                        "hasReading": false, -                                        "frequency": 2 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "うつ", -                                        "hasReading": true, -                                        "frequency": 6 -                                    } -                                ], -                                "pitches": [] -                            }, -                            { -                                "sourceTerm": "うつ", -                                "expression": "打つ", -                                "reading": "ぶつ", -                                "termTags": [ -                                    { -                                        "name": "tag3", -                                        "category": "category3", -                                        "notes": "tag3 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag4", -                                        "category": "category4", -                                        "notes": "tag4 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag5", -                                        "category": "category5", -                                        "notes": "tag5 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 1, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "ぶつ", -                                        "hasReading": false, -                                        "frequency": 2 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 1, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "ぶつ", -                                        "hasReading": true, -                                        "frequency": 7 -                                    } -                                ], -                                "pitches": [] -                            } -                        ], -                        "definitions": [ -                            { -                                "type": "termMergedByGlossary", -                                "source": "うち", -                                "rawSource": "うち", -                                "reasons": [], -                                "score": 10, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "dictionaryNames": [ -                                    "Test Dictionary 2" -                                ], -                                "expression": [ -                                    "打つ" -                                ], -                                "reading": [ -                                    "うつ" -                                ], -                                "expressions": [ -                                    { -                                        "sourceTerm": "うつ", -                                        "expression": "打つ", -                                        "reading": "うつ", -                                        "termTags": [ -                                            { -                                                "name": "tag3", -                                                "category": "category3", -                                                "notes": "tag3 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag4", -                                                "category": "category4", -                                                "notes": "tag4 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag5", -                                                "category": "category5", -                                                "notes": "tag5 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            } -                                        ], -                                        "frequencies": [ -                                            { -                                                "index": 0, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打つ", -                                                "reading": "うつ", -                                                "hasReading": false, -                                                "frequency": 2 -                                            }, -                                            { -                                                "index": 1, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打つ", -                                                "reading": "うつ", -                                                "hasReading": true, -                                                "frequency": 6 -                                            } -                                        ], -                                        "pitches": [] -                                    } -                                ], -                                "glossary": [ -                                    "definition5", -                                    "definition6" -                                ], -                                "definitionTags": [ -                                    { -                                        "name": "tag1", -                                        "category": "category1", -                                        "notes": "tag1 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag2", -                                        "category": "category2", -                                        "notes": "tag2 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "definitions": [ -                                    { -                                        "type": "term", -                                        "id": 3, -                                        "source": "うち", -                                        "rawSource": "うち", -                                        "sourceTerm": "うつ", -                                        "reasons": [ -                                            "masu stem" -                                        ], -                                        "score": 10, -                                        "isPrimary": true, -                                        "sequence": 3, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "dictionaryNames": [ -                                            "Test Dictionary 2" -                                        ], -                                        "expression": "打つ", -                                        "reading": "うつ", -                                        "expressions": [ -                                            { -                                                "sourceTerm": "うつ", -                                                "expression": "打つ", -                                                "reading": "うつ", -                                                "termTags": [ -                                                    { -                                                        "name": "tag3", -                                                        "category": "category3", -                                                        "notes": "tag3 notes", -                                                        "order": 0, -                                                        "score": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "redundant": false -                                                    }, -                                                    { -                                                        "name": "tag4", -                                                        "category": "category4", -                                                        "notes": "tag4 notes", -                                                        "order": 0, -                                                        "score": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "redundant": false -                                                    }, -                                                    { -                                                        "name": "tag5", -                                                        "category": "category5", -                                                        "notes": "tag5 notes", -                                                        "order": 0, -                                                        "score": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "redundant": false -                                                    } -                                                ], -                                                "frequencies": [ -                                                    { -                                                        "index": 0, -                                                        "expressionIndex": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "dictionaryOrder": { -                                                            "index": 0, -                                                            "priority": 0 -                                                        }, -                                                        "expression": "打つ", -                                                        "reading": "うつ", -                                                        "hasReading": false, -                                                        "frequency": 2 -                                                    }, -                                                    { -                                                        "index": 1, -                                                        "expressionIndex": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "dictionaryOrder": { -                                                            "index": 0, -                                                            "priority": 0 -                                                        }, -                                                        "expression": "打つ", -                                                        "reading": "うつ", -                                                        "hasReading": true, -                                                        "frequency": 6 -                                                    } -                                                ], -                                                "pitches": [] -                                            } -                                        ], -                                        "glossary": [ -                                            "definition5", -                                            "definition6" -                                        ], -                                        "definitionTags": [ -                                            { -                                                "name": "tag1", -                                                "category": "category1", -                                                "notes": "tag1 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag2", -                                                "category": "category2", -                                                "notes": "tag2 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            } -                                        ], -                                        "termTags": [ -                                            { -                                                "name": "tag3", -                                                "category": "category3", -                                                "notes": "tag3 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag4", -                                                "category": "category4", -                                                "notes": "tag4 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag5", -                                                "category": "category5", -                                                "notes": "tag5 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            } -                                        ], -                                        "frequencies": [ -                                            { -                                                "index": 0, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打つ", -                                                "reading": "うつ", -                                                "hasReading": false, -                                                "frequency": 2 -                                            }, -                                            { -                                                "index": 1, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打つ", -                                                "reading": "うつ", -                                                "hasReading": true, -                                                "frequency": 6 -                                            } -                                        ], -                                        "pitches": [], -                                        "sourceTermExactMatchCount": 0 -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "うつ", -                                        "hasReading": false, -                                        "frequency": 2 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "うつ", -                                        "hasReading": true, -                                        "frequency": 6 -                                    } -                                ], -                                "pitches": [], -                                "only": [ -                                    "うつ" -                                ], -                                "sourceTermExactMatchCount": 0 -                            }, -                            { -                                "type": "termMergedByGlossary", -                                "source": "うち", -                                "rawSource": "うち", -                                "reasons": [], -                                "score": 10, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "dictionaryNames": [ -                                    "Test Dictionary 2" -                                ], -                                "expression": [ -                                    "打つ" -                                ], -                                "reading": [ -                                    "ぶつ" -                                ], -                                "expressions": [ -                                    { -                                        "sourceTerm": "うつ", -                                        "expression": "打つ", -                                        "reading": "ぶつ", -                                        "termTags": [ -                                            { -                                                "name": "tag3", -                                                "category": "category3", -                                                "notes": "tag3 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag4", -                                                "category": "category4", -                                                "notes": "tag4 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag5", -                                                "category": "category5", -                                                "notes": "tag5 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            } -                                        ], -                                        "frequencies": [ -                                            { -                                                "index": 0, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打つ", -                                                "reading": "ぶつ", -                                                "hasReading": false, -                                                "frequency": 2 -                                            }, -                                            { -                                                "index": 1, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打つ", -                                                "reading": "ぶつ", -                                                "hasReading": true, -                                                "frequency": 7 -                                            } -                                        ], -                                        "pitches": [] -                                    } -                                ], -                                "glossary": [ -                                    "definition9", -                                    "definition10" -                                ], -                                "definitionTags": [ -                                    { -                                        "name": "tag1", -                                        "category": "category1", -                                        "notes": "tag1 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag2", -                                        "category": "category2", -                                        "notes": "tag2 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "definitions": [ -                                    { -                                        "type": "term", -                                        "id": 5, -                                        "source": "うち", -                                        "rawSource": "うち", -                                        "sourceTerm": "うつ", -                                        "reasons": [], -                                        "score": 10, -                                        "isPrimary": false, -                                        "sequence": 3, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "dictionaryNames": [ -                                            "Test Dictionary 2" -                                        ], -                                        "expression": "打つ", -                                        "reading": "ぶつ", -                                        "expressions": [ -                                            { -                                                "sourceTerm": "うつ", -                                                "expression": "打つ", -                                                "reading": "ぶつ", -                                                "termTags": [ -                                                    { -                                                        "name": "tag3", -                                                        "category": "category3", -                                                        "notes": "tag3 notes", -                                                        "order": 0, -                                                        "score": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "redundant": false -                                                    }, -                                                    { -                                                        "name": "tag4", -                                                        "category": "category4", -                                                        "notes": "tag4 notes", -                                                        "order": 0, -                                                        "score": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "redundant": false -                                                    }, -                                                    { -                                                        "name": "tag5", -                                                        "category": "category5", -                                                        "notes": "tag5 notes", -                                                        "order": 0, -                                                        "score": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "redundant": false -                                                    } -                                                ], -                                                "frequencies": [ -                                                    { -                                                        "index": 0, -                                                        "expressionIndex": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "dictionaryOrder": { -                                                            "index": 0, -                                                            "priority": 0 -                                                        }, -                                                        "expression": "打つ", -                                                        "reading": "ぶつ", -                                                        "hasReading": false, -                                                        "frequency": 2 -                                                    }, -                                                    { -                                                        "index": 1, -                                                        "expressionIndex": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "dictionaryOrder": { -                                                            "index": 0, -                                                            "priority": 0 -                                                        }, -                                                        "expression": "打つ", -                                                        "reading": "ぶつ", -                                                        "hasReading": true, -                                                        "frequency": 7 -                                                    } -                                                ], -                                                "pitches": [] -                                            } -                                        ], -                                        "glossary": [ -                                            "definition9", -                                            "definition10" -                                        ], -                                        "definitionTags": [ -                                            { -                                                "name": "tag1", -                                                "category": "category1", -                                                "notes": "tag1 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag2", -                                                "category": "category2", -                                                "notes": "tag2 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            } -                                        ], -                                        "termTags": [ -                                            { -                                                "name": "tag3", -                                                "category": "category3", -                                                "notes": "tag3 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag4", -                                                "category": "category4", -                                                "notes": "tag4 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag5", -                                                "category": "category5", -                                                "notes": "tag5 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            } -                                        ], -                                        "frequencies": [ -                                            { -                                                "index": 0, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打つ", -                                                "reading": "ぶつ", -                                                "hasReading": false, -                                                "frequency": 2 -                                            }, -                                            { -                                                "index": 1, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打つ", -                                                "reading": "ぶつ", -                                                "hasReading": true, -                                                "frequency": 7 -                                            } -                                        ], -                                        "pitches": [], -                                        "sourceTermExactMatchCount": 0 -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "ぶつ", -                                        "hasReading": false, -                                        "frequency": 2 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "ぶつ", -                                        "hasReading": true, -                                        "frequency": 7 -                                    } -                                ], -                                "pitches": [], -                                "only": [ -                                    "ぶつ" -                                ], -                                "sourceTermExactMatchCount": 0 -                            }, -                            { -                                "type": "termMergedByGlossary", -                                "source": "うち", -                                "rawSource": "うち", -                                "reasons": [], -                                "score": 1, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "dictionaryNames": [ -                                    "Test Dictionary 2" -                                ], -                                "expression": [ -                                    "打つ" -                                ], -                                "reading": [ -                                    "うつ" -                                ], -                                "expressions": [ -                                    { -                                        "sourceTerm": "うつ", -                                        "expression": "打つ", -                                        "reading": "うつ", -                                        "termTags": [ -                                            { -                                                "name": "tag3", -                                                "category": "category3", -                                                "notes": "tag3 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag4", -                                                "category": "category4", -                                                "notes": "tag4 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag5", -                                                "category": "category5", -                                                "notes": "tag5 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            } -                                        ], -                                        "frequencies": [ -                                            { -                                                "index": 0, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打つ", -                                                "reading": "うつ", -                                                "hasReading": false, -                                                "frequency": 2 -                                            }, -                                            { -                                                "index": 1, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打つ", -                                                "reading": "うつ", -                                                "hasReading": true, -                                                "frequency": 6 -                                            } -                                        ], -                                        "pitches": [] -                                    } -                                ], -                                "glossary": [ -                                    "definition7", -                                    "definition8" -                                ], -                                "definitionTags": [ -                                    { -                                        "name": "tag1", -                                        "category": "category1", -                                        "notes": "tag1 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag2", -                                        "category": "category2", -                                        "notes": "tag2 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "definitions": [ -                                    { -                                        "type": "term", -                                        "id": 4, -                                        "source": "うち", -                                        "rawSource": "うち", -                                        "sourceTerm": "うつ", -                                        "reasons": [ -                                            "masu stem" -                                        ], -                                        "score": 1, -                                        "isPrimary": true, -                                        "sequence": 3, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "dictionaryNames": [ -                                            "Test Dictionary 2" -                                        ], -                                        "expression": "打つ", -                                        "reading": "うつ", -                                        "expressions": [ -                                            { -                                                "sourceTerm": "うつ", -                                                "expression": "打つ", -                                                "reading": "うつ", -                                                "termTags": [ -                                                    { -                                                        "name": "tag3", -                                                        "category": "category3", -                                                        "notes": "tag3 notes", -                                                        "order": 0, -                                                        "score": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "redundant": false -                                                    }, -                                                    { -                                                        "name": "tag4", -                                                        "category": "category4", -                                                        "notes": "tag4 notes", -                                                        "order": 0, -                                                        "score": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "redundant": false -                                                    }, -                                                    { -                                                        "name": "tag5", -                                                        "category": "category5", -                                                        "notes": "tag5 notes", -                                                        "order": 0, -                                                        "score": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "redundant": false -                                                    } -                                                ], -                                                "frequencies": [ -                                                    { -                                                        "index": 0, -                                                        "expressionIndex": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "dictionaryOrder": { -                                                            "index": 0, -                                                            "priority": 0 -                                                        }, -                                                        "expression": "打つ", -                                                        "reading": "うつ", -                                                        "hasReading": false, -                                                        "frequency": 2 -                                                    }, -                                                    { -                                                        "index": 1, -                                                        "expressionIndex": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "dictionaryOrder": { -                                                            "index": 0, -                                                            "priority": 0 -                                                        }, -                                                        "expression": "打つ", -                                                        "reading": "うつ", -                                                        "hasReading": true, -                                                        "frequency": 6 -                                                    } -                                                ], -                                                "pitches": [] -                                            } -                                        ], -                                        "glossary": [ -                                            "definition7", -                                            "definition8" -                                        ], -                                        "definitionTags": [ -                                            { -                                                "name": "tag1", -                                                "category": "category1", -                                                "notes": "tag1 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag2", -                                                "category": "category2", -                                                "notes": "tag2 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            } -                                        ], -                                        "termTags": [ -                                            { -                                                "name": "tag3", -                                                "category": "category3", -                                                "notes": "tag3 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag4", -                                                "category": "category4", -                                                "notes": "tag4 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag5", -                                                "category": "category5", -                                                "notes": "tag5 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            } -                                        ], -                                        "frequencies": [ -                                            { -                                                "index": 0, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打つ", -                                                "reading": "うつ", -                                                "hasReading": false, -                                                "frequency": 2 -                                            }, -                                            { -                                                "index": 1, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打つ", -                                                "reading": "うつ", -                                                "hasReading": true, -                                                "frequency": 6 -                                            } -                                        ], -                                        "pitches": [], -                                        "sourceTermExactMatchCount": 0 -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "うつ", -                                        "hasReading": false, -                                        "frequency": 2 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "うつ", -                                        "hasReading": true, -                                        "frequency": 6 -                                    } -                                ], -                                "pitches": [], -                                "only": [ -                                    "うつ" -                                ], -                                "sourceTermExactMatchCount": 0 -                            }, -                            { -                                "type": "termMergedByGlossary", -                                "source": "うち", -                                "rawSource": "うち", -                                "reasons": [], -                                "score": 1, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "dictionaryNames": [ -                                    "Test Dictionary 2" -                                ], -                                "expression": [ -                                    "打つ" -                                ], -                                "reading": [ -                                    "ぶつ" -                                ], -                                "expressions": [ -                                    { -                                        "sourceTerm": "うつ", -                                        "expression": "打つ", -                                        "reading": "ぶつ", -                                        "termTags": [ -                                            { -                                                "name": "tag3", -                                                "category": "category3", -                                                "notes": "tag3 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag4", -                                                "category": "category4", -                                                "notes": "tag4 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag5", -                                                "category": "category5", -                                                "notes": "tag5 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            } -                                        ], -                                        "frequencies": [ -                                            { -                                                "index": 0, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打つ", -                                                "reading": "ぶつ", -                                                "hasReading": false, -                                                "frequency": 2 -                                            }, -                                            { -                                                "index": 1, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打つ", -                                                "reading": "ぶつ", -                                                "hasReading": true, -                                                "frequency": 7 -                                            } -                                        ], -                                        "pitches": [] -                                    } -                                ], -                                "glossary": [ -                                    "definition11", -                                    "definition12" -                                ], -                                "definitionTags": [ -                                    { -                                        "name": "tag1", -                                        "category": "category1", -                                        "notes": "tag1 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    }, -                                    { -                                        "name": "tag2", -                                        "category": "category2", -                                        "notes": "tag2 notes", -                                        "order": 0, -                                        "score": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "redundant": false -                                    } -                                ], -                                "definitions": [ -                                    { -                                        "type": "term", -                                        "id": 6, -                                        "source": "うち", -                                        "rawSource": "うち", -                                        "sourceTerm": "うつ", -                                        "reasons": [], -                                        "score": 1, -                                        "isPrimary": false, -                                        "sequence": 3, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "dictionaryNames": [ -                                            "Test Dictionary 2" -                                        ], -                                        "expression": "打つ", -                                        "reading": "ぶつ", -                                        "expressions": [ -                                            { -                                                "sourceTerm": "うつ", -                                                "expression": "打つ", -                                                "reading": "ぶつ", -                                                "termTags": [ -                                                    { -                                                        "name": "tag3", -                                                        "category": "category3", -                                                        "notes": "tag3 notes", -                                                        "order": 0, -                                                        "score": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "redundant": false -                                                    }, -                                                    { -                                                        "name": "tag4", -                                                        "category": "category4", -                                                        "notes": "tag4 notes", -                                                        "order": 0, -                                                        "score": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "redundant": false -                                                    }, -                                                    { -                                                        "name": "tag5", -                                                        "category": "category5", -                                                        "notes": "tag5 notes", -                                                        "order": 0, -                                                        "score": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "redundant": false -                                                    } -                                                ], -                                                "frequencies": [ -                                                    { -                                                        "index": 0, -                                                        "expressionIndex": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "dictionaryOrder": { -                                                            "index": 0, -                                                            "priority": 0 -                                                        }, -                                                        "expression": "打つ", -                                                        "reading": "ぶつ", -                                                        "hasReading": false, -                                                        "frequency": 2 -                                                    }, -                                                    { -                                                        "index": 1, -                                                        "expressionIndex": 0, -                                                        "dictionary": "Test Dictionary 2", -                                                        "dictionaryOrder": { -                                                            "index": 0, -                                                            "priority": 0 -                                                        }, -                                                        "expression": "打つ", -                                                        "reading": "ぶつ", -                                                        "hasReading": true, -                                                        "frequency": 7 -                                                    } -                                                ], -                                                "pitches": [] -                                            } -                                        ], -                                        "glossary": [ -                                            "definition11", -                                            "definition12" -                                        ], -                                        "definitionTags": [ -                                            { -                                                "name": "tag1", -                                                "category": "category1", -                                                "notes": "tag1 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag2", -                                                "category": "category2", -                                                "notes": "tag2 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            } -                                        ], -                                        "termTags": [ -                                            { -                                                "name": "tag3", -                                                "category": "category3", -                                                "notes": "tag3 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag4", -                                                "category": "category4", -                                                "notes": "tag4 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            }, -                                            { -                                                "name": "tag5", -                                                "category": "category5", -                                                "notes": "tag5 notes", -                                                "order": 0, -                                                "score": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "redundant": false -                                            } -                                        ], -                                        "frequencies": [ -                                            { -                                                "index": 0, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打つ", -                                                "reading": "ぶつ", -                                                "hasReading": false, -                                                "frequency": 2 -                                            }, -                                            { -                                                "index": 1, -                                                "expressionIndex": 0, -                                                "dictionary": "Test Dictionary 2", -                                                "dictionaryOrder": { -                                                    "index": 0, -                                                    "priority": 0 -                                                }, -                                                "expression": "打つ", -                                                "reading": "ぶつ", -                                                "hasReading": true, -                                                "frequency": 7 -                                            } -                                        ], -                                        "pitches": [], -                                        "sourceTermExactMatchCount": 0 -                                    } -                                ], -                                "frequencies": [ -                                    { -                                        "index": 0, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "ぶつ", -                                        "hasReading": false, -                                        "frequency": 2 -                                    }, -                                    { -                                        "index": 1, -                                        "expressionIndex": 0, -                                        "dictionary": "Test Dictionary 2", -                                        "dictionaryOrder": { -                                            "index": 0, -                                            "priority": 0 -                                        }, -                                        "expression": "打つ", -                                        "reading": "ぶつ", -                                        "hasReading": true, -                                        "frequency": 7 -                                    } -                                ], -                                "pitches": [], -                                "only": [ -                                    "ぶつ" -                                ], -                                "sourceTermExactMatchCount": 0 -                            } -                        ], -                        "frequencies": [ -                            { -                                "index": 0, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打つ", -                                "reading": "うつ", -                                "hasReading": false, -                                "frequency": 2 -                            }, -                            { -                                "index": 2, -                                "expressionIndex": 0, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打つ", -                                "reading": "うつ", -                                "hasReading": true, -                                "frequency": 6 -                            }, -                            { -                                "index": 1, -                                "expressionIndex": 1, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打つ", -                                "reading": "ぶつ", -                                "hasReading": false, -                                "frequency": 2 -                            }, -                            { -                                "index": 3, -                                "expressionIndex": 1, -                                "dictionary": "Test Dictionary 2", -                                "dictionaryOrder": { -                                    "index": 0, -                                    "priority": 0 -                                }, -                                "expression": "打つ", -                                "reading": "ぶつ", -                                "hasReading": true, -                                "frequency": 7 -                            } -                        ], -                        "pitches": [], -                        "sourceTermExactMatchCount": 0 -                    } -                ] -            } -        } -    ] -}
\ No newline at end of file diff --git a/test/data/translator-test-inputs.json b/test/data/translator-test-inputs.json new file mode 100644 index 00000000..f3000389 --- /dev/null +++ b/test/data/translator-test-inputs.json @@ -0,0 +1,295 @@ +{ +    "optionsPresets": { +        "kanji": { +            "enabledDictionaryMap": [ +                [ +                    "${title}", +                    { +                        "index": 0, +                        "priority": 0 +                    } +                ] +            ] +        }, +        "default": { +            "wildcard": null, +            "mainDictionary": "${title}", +            "alphanumeric": false, +            "convertHalfWidthCharacters": false, +            "convertNumericCharacters": false, +            "convertAlphabeticCharacters": false, +            "convertHiraganaToKatakana": false, +            "convertKatakanaToHiragana": false, +            "collapseEmphaticSequences": false, +            "textReplacements": [ +                null +            ], +            "enabledDictionaryMap": [ +                [ +                    "${title}", +                    { +                        "index": 0, +                        "priority": 0, +                        "allowSecondarySearches": false +                    } +                ] +            ] +        } +    }, +    "tests": [ +        { +            "name": "Basic kanji test 1", +            "func": "findKanji", +            "text": "打", +            "options": "kanji" +        }, +        { +            "name": "Basic kanji test 2", +            "func": "findKanji", +            "text": "込", +            "options": "kanji" +        }, +        { +            "name": "Missing kanji test", +            "func": "findKanji", +            "text": "画", +            "options": "kanji" +        }, +        { +            "name": "Find term using expression text 1", +            "func": "findTerms", +            "mode": "split", +            "text": "打", +            "options": "default" +        }, +        { +            "name": "Find term using expression text 2", +            "func": "findTerms", +            "mode": "split", +            "text": "打つ", +            "options": "default" +        }, +        { +            "name": "Find term using expression text 3", +            "func": "findTerms", +            "mode": "split", +            "text": "打ち込む", +            "options": "default" +        }, +        { +            "name": "Find term using expression text 4", +            "func": "findTerms", +            "mode": "split", +            "text": "画像", +            "options": "default" +        }, +        { +            "name": "Find term using reading 1", +            "func": "findTerms", +            "mode": "split", +            "text": "だ", +            "options": "default" +        }, +        { +            "name": "Find term using reading 2", +            "func": "findTerms", +            "mode": "split", +            "text": "ダース", +            "options": "default" +        }, +        { +            "name": "Find term using reading 3", +            "func": "findTerms", +            "mode": "split", +            "text": "うつ", +            "options": "default" +        }, +        { +            "name": "Find term using reading 4", +            "func": "findTerms", +            "mode": "split", +            "text": "ぶつ", +            "options": "default" +        }, +        { +            "name": "Find term using reading 5", +            "func": "findTerms", +            "mode": "split", +            "text": "うちこむ", +            "options": "default" +        }, +        { +            "name": "Find term using reading 6", +            "func": "findTerms", +            "mode": "split", +            "text": "ぶちこむ", +            "options": "default" +        }, +        { +            "name": "Find term using reading 7", +            "func": "findTerms", +            "mode": "split", +            "text": "がぞう", +            "options": "default" +        }, +        { +            "name": "Missing term 1", +            "func": "findTerms", +            "mode": "split", +            "text": "為る", +            "options": "default" +        }, +        { +            "name": "Missing term 2", +            "func": "findTerms", +            "mode": "split", +            "text": "する", +            "options": "default" +        }, +        { +            "name": "Search using different modes", +            "func": "findTerms", +            "mode": "simple", +            "text": "打ち込む", +            "options": "default" +        }, +        { +            "name": "Search using different modes", +            "func": "findTerms", +            "mode": "group", +            "text": "打ち込む", +            "options": "default" +        }, +        { +            "name": "Search using different modes", +            "func": "findTerms", +            "mode": "merge", +            "text": "打ち込む", +            "options": "default" +        }, +        { +            "name": "Search inflected term", +            "func": "findTerms", +            "mode": "split", +            "text": "打ち込んでいませんでした", +            "options": "default" +        }, +        { +            "name": "Ignore text inside parentheses", +            "func": "findTerms", +            "mode": "split", +            "text": "打(う)ち込(こ)む", +            "options": [ +                "default", +                { +                    "alphanumeric": true, +                    "textReplacements": [ +                        null, +                        [ +                            { +                                "pattern": "\\(([^)]*)(?:\\)|$)", +                                "flags": "g", +                                "replacement": "" +                            } +                        ] +                    ] +                } +            ] +        }, +        { +            "name": "Remove parentheses around text", +            "func": "findTerms", +            "mode": "split", +            "text": "(打)(ち)(込)(む)", +            "options": [ +                "default", +                { +                    "alphanumeric": true, +                    "textReplacements": [ +                        null, +                        [ +                            { +                                "pattern": "\\(([^)]*)(?:\\)|$)", +                                "flags": "g", +                                "replacement": "$1" +                            } +                        ] +                    ] +                } +            ] +        }, +        { +            "name": "Test non-empty replacement", +            "func": "findTerms", +            "mode": "split", +            "text": "test", +            "options": [ +                "default", +                { +                    "alphanumeric": true, +                    "textReplacements": [ +                        null, +                        [ +                            { +                                "pattern": "test", +                                "flags": "g", +                                "replacement": "よみ" +                            } +                        ] +                    ] +                } +            ] +        }, +        { +            "name": "Test non-empty replacement at end", +            "func": "findTerms", +            "mode": "split", +            "text": "つtest", +            "options": [ +                "default", +                { +                    "alphanumeric": true, +                    "textReplacements": [ +                        null, +                        [ +                            { +                                "pattern": "test", +                                "flags": "g", +                                "replacement": "よみ" +                            } +                        ] +                    ] +                } +            ] +        }, +        { +            "name": "Test non-empty replacement at start", +            "func": "findTerms", +            "mode": "split", +            "text": "testました", +            "options": [ +                "default", +                { +                    "alphanumeric": true, +                    "textReplacements": [ +                        null, +                        [ +                            { +                                "pattern": "test", +                                "flags": "g", +                                "replacement": "よみ" +                            } +                        ] +                    ] +                } +            ] +        }, +        { +            "name": "Search merged mode with non-primary definitions", +            "func": "findTerms", +            "mode": "merge", +            "text": "うちこむ", +            "options": "default" +        } +    ] +}
\ No newline at end of file diff --git a/test/data/translator-test-results-note-data1.json b/test/data/translator-test-results-note-data1.json new file mode 100644 index 00000000..031ac26a --- /dev/null +++ b/test/data/translator-test-results-note-data1.json @@ -0,0 +1,30799 @@ +[ +  { +    "name": "Basic kanji test 1", +    "noteDataList": [ +      { +        "marker": "{marker}", +        "definition": { +          "type": "kanji", +          "character": "打", +          "dictionary": "Test Dictionary 2", +          "onyomi": [ +            "ダ", +            "ダアス" +          ], +          "kunyomi": [ +            "う.つ", +            "う.ち-", +            "ぶ.つ" +          ], +          "glossary": [ +            "meaning1", +            "meaning2", +            "meaning3", +            "meaning4", +            "meaning5" +          ], +          "tags": [ +            { +              "name": "ktag1", +              "category": "kcategory1", +              "notes": "ktag1 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "ktag2", +              "category": "kcategory2", +              "notes": "ktag2 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "stats": { +            "kcategory3": [ +              { +                "name": "kstat1", +                "category": "kcategory3", +                "notes": "kstat1 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "value": "1" +              } +            ], +            "kcategory4": [ +              { +                "name": "kstat2", +                "category": "kcategory4", +                "notes": "kstat2 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "value": "2" +              } +            ], +            "kcategory5": [ +              { +                "name": "kstat3", +                "category": "kcategory5", +                "notes": "kstat3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "value": "3" +              } +            ], +            "kcategory6": [ +              { +                "name": "kstat4", +                "category": "kcategory6", +                "notes": "kstat4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "value": "4" +              } +            ], +            "kcategory7": [ +              { +                "name": "kstat5", +                "category": "kcategory7", +                "notes": "kstat5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "value": "5" +              } +            ] +          }, +          "frequencies": [ +            { +              "index": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "character": "打", +              "frequency": 1 +            } +          ], +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          } +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [], +        "uniqueReadings": [], +        "pitches": [], +        "pitchCount": 0, +        "context": { +          "document": { +            "title": "title" +          } +        } +      } +    ] +  }, +  { +    "name": "Basic kanji test 2", +    "noteDataList": [ +      { +        "marker": "{marker}", +        "definition": { +          "type": "kanji", +          "character": "込", +          "dictionary": "Test Dictionary 2", +          "onyomi": [], +          "kunyomi": [ +            "-こ.む", +            "こ.む", +            "こ.み", +            "-こ.み", +            "こ.める" +          ], +          "glossary": [ +            "meaning1", +            "meaning2", +            "meaning3", +            "meaning4", +            "meaning5" +          ], +          "tags": [ +            { +              "name": "ktag1", +              "category": "kcategory1", +              "notes": "ktag1 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "ktag2", +              "category": "kcategory2", +              "notes": "ktag2 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "stats": { +            "kcategory3": [ +              { +                "name": "kstat1", +                "category": "kcategory3", +                "notes": "kstat1 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "value": "1" +              } +            ], +            "kcategory4": [ +              { +                "name": "kstat2", +                "category": "kcategory4", +                "notes": "kstat2 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "value": "2" +              } +            ], +            "kcategory5": [ +              { +                "name": "kstat3", +                "category": "kcategory5", +                "notes": "kstat3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "value": "3" +              } +            ], +            "kcategory6": [ +              { +                "name": "kstat4", +                "category": "kcategory6", +                "notes": "kstat4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "value": "4" +              } +            ], +            "kcategory7": [ +              { +                "name": "kstat5", +                "category": "kcategory7", +                "notes": "kstat5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "value": "5" +              } +            ] +          }, +          "frequencies": [ +            { +              "index": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "character": "込", +              "frequency": 2 +            } +          ], +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          } +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [], +        "uniqueReadings": [], +        "pitches": [], +        "pitchCount": 0, +        "context": { +          "document": { +            "title": "title" +          } +        } +      } +    ] +  }, +  { +    "name": "Missing kanji test", +    "noteDataList": [] +  }, +  { +    "name": "Find term using expression text 1", +    "noteDataList": [ +      { +        "marker": "{marker}", +        "definition": { +          "type": "term", +          "id": 1, +          "source": "打", +          "rawSource": "打", +          "sourceTerm": "打", +          "reasons": [], +          "score": 1, +          "isPrimary": true, +          "sequence": 1, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": "打", +          "reading": "だ", +          "expressions": [ +            { +              "sourceTerm": "打", +              "expression": "打", +              "reading": "だ", +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打", +                  "reading": "だ", +                  "hasReading": false, +                  "frequency": 1 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打", +                  "reading": "だ", +                  "hasReading": true, +                  "frequency": 4 +                } +              ], +              "pitches": [], +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "だ" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "glossary": [ +            "definition1", +            "definition2" +          ], +          "definitionTags": [ +            { +              "name": "tag1", +              "category": "category1", +              "notes": "tag1 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag2", +              "category": "category2", +              "notes": "tag2 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "termTags": [ +            { +              "name": "tag3", +              "category": "category3", +              "notes": "tag3 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag4", +              "category": "category4", +              "notes": "tag4 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag5", +              "category": "category5", +              "notes": "tag5 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "frequencies": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打", +              "reading": "だ", +              "hasReading": false, +              "frequency": 1 +            }, +            { +              "index": 1, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打", +              "reading": "だ", +              "hasReading": true, +              "frequency": 4 +            } +          ], +          "pitches": [], +          "sourceTermExactMatchCount": 1, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          }, +          "furiganaSegments": [ +            { +              "text": "打", +              "furigana": "だ" +            } +          ] +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "打" +        ], +        "uniqueReadings": [ +          "だ" +        ], +        "pitches": [], +        "pitchCount": 0, +        "context": { +          "document": { +            "title": "title" +          } +        } +      }, +      { +        "marker": "{marker}", +        "definition": { +          "type": "term", +          "id": 2, +          "source": "打", +          "rawSource": "打", +          "sourceTerm": "打", +          "reasons": [], +          "score": 1, +          "isPrimary": true, +          "sequence": 2, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": "打", +          "reading": "ダース", +          "expressions": [ +            { +              "sourceTerm": "打", +              "expression": "打", +              "reading": "ダース", +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打", +                  "reading": "ダース", +                  "hasReading": false, +                  "frequency": 1 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打", +                  "reading": "ダース", +                  "hasReading": true, +                  "frequency": 5 +                } +              ], +              "pitches": [], +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "ダース" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "glossary": [ +            "definition3", +            "definition4" +          ], +          "definitionTags": [ +            { +              "name": "tag1", +              "category": "category1", +              "notes": "tag1 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag2", +              "category": "category2", +              "notes": "tag2 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "termTags": [ +            { +              "name": "tag3", +              "category": "category3", +              "notes": "tag3 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag4", +              "category": "category4", +              "notes": "tag4 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag5", +              "category": "category5", +              "notes": "tag5 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "frequencies": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打", +              "reading": "ダース", +              "hasReading": false, +              "frequency": 1 +            }, +            { +              "index": 1, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打", +              "reading": "ダース", +              "hasReading": true, +              "frequency": 5 +            } +          ], +          "pitches": [], +          "sourceTermExactMatchCount": 1, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          }, +          "furiganaSegments": [ +            { +              "text": "打", +              "furigana": "ダース" +            } +          ] +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "打" +        ], +        "uniqueReadings": [ +          "ダース" +        ], +        "pitches": [], +        "pitchCount": 0, +        "context": { +          "document": { +            "title": "title" +          } +        } +      } +    ] +  }, +  { +    "name": "Find term using expression text 2", +    "noteDataList": [ +      { +        "marker": "{marker}", +        "definition": { +          "type": "term", +          "id": 3, +          "source": "打つ", +          "rawSource": "打つ", +          "sourceTerm": "打つ", +          "reasons": [], +          "score": 10, +          "isPrimary": true, +          "sequence": 3, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": "打つ", +          "reading": "うつ", +          "expressions": [ +            { +              "sourceTerm": "打つ", +              "expression": "打つ", +              "reading": "うつ", +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "うつ", +                  "hasReading": false, +                  "frequency": 2 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "うつ", +                  "hasReading": true, +                  "frequency": 6 +                } +              ], +              "pitches": [], +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "う" +                }, +                { +                  "text": "つ", +                  "furigana": "" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "glossary": [ +            "definition5", +            "definition6" +          ], +          "definitionTags": [ +            { +              "name": "tag1", +              "category": "category1", +              "notes": "tag1 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag2", +              "category": "category2", +              "notes": "tag2 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "termTags": [ +            { +              "name": "tag3", +              "category": "category3", +              "notes": "tag3 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag4", +              "category": "category4", +              "notes": "tag4 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag5", +              "category": "category5", +              "notes": "tag5 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "frequencies": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打つ", +              "reading": "うつ", +              "hasReading": false, +              "frequency": 2 +            }, +            { +              "index": 1, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打つ", +              "reading": "うつ", +              "hasReading": true, +              "frequency": 6 +            } +          ], +          "pitches": [], +          "sourceTermExactMatchCount": 1, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          }, +          "furiganaSegments": [ +            { +              "text": "打", +              "furigana": "う" +            }, +            { +              "text": "つ", +              "furigana": "" +            } +          ] +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "打つ" +        ], +        "uniqueReadings": [ +          "うつ" +        ], +        "pitches": [], +        "pitchCount": 0, +        "context": { +          "document": { +            "title": "title" +          } +        } +      }, +      { +        "marker": "{marker}", +        "definition": { +          "type": "term", +          "id": 5, +          "source": "打つ", +          "rawSource": "打つ", +          "sourceTerm": "打つ", +          "reasons": [], +          "score": 10, +          "isPrimary": true, +          "sequence": 3, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": "打つ", +          "reading": "ぶつ", +          "expressions": [ +            { +              "sourceTerm": "打つ", +              "expression": "打つ", +              "reading": "ぶつ", +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "ぶつ", +                  "hasReading": false, +                  "frequency": 2 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "ぶつ", +                  "hasReading": true, +                  "frequency": 7 +                } +              ], +              "pitches": [], +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "ぶ" +                }, +                { +                  "text": "つ", +                  "furigana": "" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "glossary": [ +            "definition9", +            "definition10" +          ], +          "definitionTags": [ +            { +              "name": "tag1", +              "category": "category1", +              "notes": "tag1 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag2", +              "category": "category2", +              "notes": "tag2 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "termTags": [ +            { +              "name": "tag3", +              "category": "category3", +              "notes": "tag3 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag4", +              "category": "category4", +              "notes": "tag4 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag5", +              "category": "category5", +              "notes": "tag5 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "frequencies": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打つ", +              "reading": "ぶつ", +              "hasReading": false, +              "frequency": 2 +            }, +            { +              "index": 1, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打つ", +              "reading": "ぶつ", +              "hasReading": true, +              "frequency": 7 +            } +          ], +          "pitches": [], +          "sourceTermExactMatchCount": 1, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          }, +          "furiganaSegments": [ +            { +              "text": "打", +              "furigana": "ぶ" +            }, +            { +              "text": "つ", +              "furigana": "" +            } +          ] +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "打つ" +        ], +        "uniqueReadings": [ +          "ぶつ" +        ], +        "pitches": [], +        "pitchCount": 0, +        "context": { +          "document": { +            "title": "title" +          } +        } +      }, +      { +        "marker": "{marker}", +        "definition": { +          "type": "term", +          "id": 4, +          "source": "打つ", +          "rawSource": "打つ", +          "sourceTerm": "打つ", +          "reasons": [], +          "score": 1, +          "isPrimary": true, +          "sequence": 3, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": "打つ", +          "reading": "うつ", +          "expressions": [ +            { +              "sourceTerm": "打つ", +              "expression": "打つ", +              "reading": "うつ", +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "うつ", +                  "hasReading": false, +                  "frequency": 2 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "うつ", +                  "hasReading": true, +                  "frequency": 6 +                } +              ], +              "pitches": [], +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "う" +                }, +                { +                  "text": "つ", +                  "furigana": "" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "glossary": [ +            "definition7", +            "definition8" +          ], +          "definitionTags": [ +            { +              "name": "tag1", +              "category": "category1", +              "notes": "tag1 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag2", +              "category": "category2", +              "notes": "tag2 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "termTags": [ +            { +              "name": "tag3", +              "category": "category3", +              "notes": "tag3 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag4", +              "category": "category4", +              "notes": "tag4 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag5", +              "category": "category5", +              "notes": "tag5 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "frequencies": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打つ", +              "reading": "うつ", +              "hasReading": false, +              "frequency": 2 +            }, +            { +              "index": 1, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打つ", +              "reading": "うつ", +              "hasReading": true, +              "frequency": 6 +            } +          ], +          "pitches": [], +          "sourceTermExactMatchCount": 1, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          }, +          "furiganaSegments": [ +            { +              "text": "打", +              "furigana": "う" +            }, +            { +              "text": "つ", +              "furigana": "" +            } +          ] +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "打つ" +        ], +        "uniqueReadings": [ +          "うつ" +        ], +        "pitches": [], +        "pitchCount": 0, +        "context": { +          "document": { +            "title": "title" +          } +        } +      }, +      { +        "marker": "{marker}", +        "definition": { +          "type": "term", +          "id": 6, +          "source": "打つ", +          "rawSource": "打つ", +          "sourceTerm": "打つ", +          "reasons": [], +          "score": 1, +          "isPrimary": true, +          "sequence": 3, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": "打つ", +          "reading": "ぶつ", +          "expressions": [ +            { +              "sourceTerm": "打つ", +              "expression": "打つ", +              "reading": "ぶつ", +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "ぶつ", +                  "hasReading": false, +                  "frequency": 2 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "ぶつ", +                  "hasReading": true, +                  "frequency": 7 +                } +              ], +              "pitches": [], +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "ぶ" +                }, +                { +                  "text": "つ", +                  "furigana": "" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "glossary": [ +            "definition11", +            "definition12" +          ], +          "definitionTags": [ +            { +              "name": "tag1", +              "category": "category1", +              "notes": "tag1 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag2", +              "category": "category2", +              "notes": "tag2 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "termTags": [ +            { +              "name": "tag3", +              "category": "category3", +              "notes": "tag3 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag4", +              "category": "category4", +              "notes": "tag4 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag5", +              "category": "category5", +              "notes": "tag5 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "frequencies": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打つ", +              "reading": "ぶつ", +              "hasReading": false, +              "frequency": 2 +            }, +            { +              "index": 1, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打つ", +              "reading": "ぶつ", +              "hasReading": true, +              "frequency": 7 +            } +          ], +          "pitches": [], +          "sourceTermExactMatchCount": 1, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          }, +          "furiganaSegments": [ +            { +              "text": "打", +              "furigana": "ぶ" +            }, +            { +              "text": "つ", +              "furigana": "" +            } +          ] +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "打つ" +        ], +        "uniqueReadings": [ +          "ぶつ" +        ], +        "pitches": [], +        "pitchCount": 0, +        "context": { +          "document": { +            "title": "title" +          } +        } +      }, +      { +        "marker": "{marker}", +        "definition": { +          "type": "term", +          "id": 1, +          "source": "打", +          "rawSource": "打", +          "sourceTerm": "打", +          "reasons": [], +          "score": 1, +          "isPrimary": true, +          "sequence": 1, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": "打", +          "reading": "だ", +          "expressions": [ +            { +              "sourceTerm": "打", +              "expression": "打", +              "reading": "だ", +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打", +                  "reading": "だ", +                  "hasReading": false, +                  "frequency": 1 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打", +                  "reading": "だ", +                  "hasReading": true, +                  "frequency": 4 +                } +              ], +              "pitches": [], +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "だ" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "glossary": [ +            "definition1", +            "definition2" +          ], +          "definitionTags": [ +            { +              "name": "tag1", +              "category": "category1", +              "notes": "tag1 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag2", +              "category": "category2", +              "notes": "tag2 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "termTags": [ +            { +              "name": "tag3", +              "category": "category3", +              "notes": "tag3 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag4", +              "category": "category4", +              "notes": "tag4 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag5", +              "category": "category5", +              "notes": "tag5 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "frequencies": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打", +              "reading": "だ", +              "hasReading": false, +              "frequency": 1 +            }, +            { +              "index": 1, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打", +              "reading": "だ", +              "hasReading": true, +              "frequency": 4 +            } +          ], +          "pitches": [], +          "sourceTermExactMatchCount": 1, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          }, +          "furiganaSegments": [ +            { +              "text": "打", +              "furigana": "だ" +            } +          ] +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "打" +        ], +        "uniqueReadings": [ +          "だ" +        ], +        "pitches": [], +        "pitchCount": 0, +        "context": { +          "document": { +            "title": "title" +          } +        } +      }, +      { +        "marker": "{marker}", +        "definition": { +          "type": "term", +          "id": 2, +          "source": "打", +          "rawSource": "打", +          "sourceTerm": "打", +          "reasons": [], +          "score": 1, +          "isPrimary": true, +          "sequence": 2, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": "打", +          "reading": "ダース", +          "expressions": [ +            { +              "sourceTerm": "打", +              "expression": "打", +              "reading": "ダース", +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打", +                  "reading": "ダース", +                  "hasReading": false, +                  "frequency": 1 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打", +                  "reading": "ダース", +                  "hasReading": true, +                  "frequency": 5 +                } +              ], +              "pitches": [], +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "ダース" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "glossary": [ +            "definition3", +            "definition4" +          ], +          "definitionTags": [ +            { +              "name": "tag1", +              "category": "category1", +              "notes": "tag1 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag2", +              "category": "category2", +              "notes": "tag2 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "termTags": [ +            { +              "name": "tag3", +              "category": "category3", +              "notes": "tag3 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag4", +              "category": "category4", +              "notes": "tag4 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag5", +              "category": "category5", +              "notes": "tag5 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "frequencies": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打", +              "reading": "ダース", +              "hasReading": false, +              "frequency": 1 +            }, +            { +              "index": 1, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打", +              "reading": "ダース", +              "hasReading": true, +              "frequency": 5 +            } +          ], +          "pitches": [], +          "sourceTermExactMatchCount": 1, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          }, +          "furiganaSegments": [ +            { +              "text": "打", +              "furigana": "ダース" +            } +          ] +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "打" +        ], +        "uniqueReadings": [ +          "ダース" +        ], +        "pitches": [], +        "pitchCount": 0, +        "context": { +          "document": { +            "title": "title" +          } +        } +      } +    ] +  }, +  { +    "name": "Find term using expression text 3", +    "noteDataList": [ +      { +        "marker": "{marker}", +        "definition": { +          "type": "term", +          "id": 7, +          "source": "打ち込む", +          "rawSource": "打ち込む", +          "sourceTerm": "打ち込む", +          "reasons": [], +          "score": 10, +          "isPrimary": true, +          "sequence": 4, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": "打ち込む", +          "reading": "うちこむ", +          "expressions": [ +            { +              "sourceTerm": "打ち込む", +              "expression": "打ち込む", +              "reading": "うちこむ", +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "うちこむ", +                  "hasReading": false, +                  "frequency": 3 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "うちこむ", +                  "hasReading": true, +                  "frequency": 8 +                } +              ], +              "pitches": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "うちこむ", +                  "pitches": [ +                    { +                      "position": 0, +                      "tags": [] +                    }, +                    { +                      "position": 3, +                      "tags": [] +                    } +                  ] +                } +              ], +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "う" +                }, +                { +                  "text": "ち", +                  "furigana": "" +                }, +                { +                  "text": "込", +                  "furigana": "こ" +                }, +                { +                  "text": "む", +                  "furigana": "" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "glossary": [ +            "definition13", +            "definition14" +          ], +          "definitionTags": [ +            { +              "name": "tag1", +              "category": "category1", +              "notes": "tag1 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag2", +              "category": "category2", +              "notes": "tag2 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "termTags": [ +            { +              "name": "tag3", +              "category": "category3", +              "notes": "tag3 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag4", +              "category": "category4", +              "notes": "tag4 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag5", +              "category": "category5", +              "notes": "tag5 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "frequencies": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打ち込む", +              "reading": "うちこむ", +              "hasReading": false, +              "frequency": 3 +            }, +            { +              "index": 1, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打ち込む", +              "reading": "うちこむ", +              "hasReading": true, +              "frequency": 8 +            } +          ], +          "pitches": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打ち込む", +              "reading": "うちこむ", +              "pitches": [ +                { +                  "position": 0, +                  "tags": [] +                }, +                { +                  "position": 3, +                  "tags": [] +                } +              ] +            } +          ], +          "sourceTermExactMatchCount": 1, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          }, +          "furiganaSegments": [ +            { +              "text": "打", +              "furigana": "う" +            }, +            { +              "text": "ち", +              "furigana": "" +            }, +            { +              "text": "込", +              "furigana": "こ" +            }, +            { +              "text": "む", +              "furigana": "" +            } +          ] +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "打ち込む" +        ], +        "uniqueReadings": [ +          "うちこむ" +        ], +        "pitches": [ +          { +            "dictionary": "Test Dictionary 2", +            "pitches": [ +              { +                "expressions": [ +                  "打ち込む" +                ], +                "reading": "うちこむ", +                "position": 0, +                "tags": [], +                "exclusiveExpressions": [], +                "exclusiveReadings": [] +              }, +              { +                "expressions": [ +                  "打ち込む" +                ], +                "reading": "うちこむ", +                "position": 3, +                "tags": [], +                "exclusiveExpressions": [], +                "exclusiveReadings": [] +              } +            ] +          } +        ], +        "pitchCount": 2, +        "context": { +          "document": { +            "title": "title" +          } +        } +      }, +      { +        "marker": "{marker}", +        "definition": { +          "type": "term", +          "id": 9, +          "source": "打ち込む", +          "rawSource": "打ち込む", +          "sourceTerm": "打ち込む", +          "reasons": [], +          "score": 10, +          "isPrimary": true, +          "sequence": 4, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": "打ち込む", +          "reading": "ぶちこむ", +          "expressions": [ +            { +              "sourceTerm": "打ち込む", +              "expression": "打ち込む", +              "reading": "ぶちこむ", +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "ぶちこむ", +                  "hasReading": false, +                  "frequency": 3 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "ぶちこむ", +                  "hasReading": true, +                  "frequency": 9 +                } +              ], +              "pitches": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "ぶちこむ", +                  "pitches": [ +                    { +                      "position": 0, +                      "tags": [] +                    }, +                    { +                      "position": 3, +                      "tags": [] +                    } +                  ] +                } +              ], +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "ぶ" +                }, +                { +                  "text": "ち", +                  "furigana": "" +                }, +                { +                  "text": "込", +                  "furigana": "こ" +                }, +                { +                  "text": "む", +                  "furigana": "" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "glossary": [ +            "definition17", +            "definition18" +          ], +          "definitionTags": [ +            { +              "name": "tag1", +              "category": "category1", +              "notes": "tag1 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag2", +              "category": "category2", +              "notes": "tag2 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "termTags": [ +            { +              "name": "tag3", +              "category": "category3", +              "notes": "tag3 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag4", +              "category": "category4", +              "notes": "tag4 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag5", +              "category": "category5", +              "notes": "tag5 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "frequencies": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打ち込む", +              "reading": "ぶちこむ", +              "hasReading": false, +              "frequency": 3 +            }, +            { +              "index": 1, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打ち込む", +              "reading": "ぶちこむ", +              "hasReading": true, +              "frequency": 9 +            } +          ], +          "pitches": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打ち込む", +              "reading": "ぶちこむ", +              "pitches": [ +                { +                  "position": 0, +                  "tags": [] +                }, +                { +                  "position": 3, +                  "tags": [] +                } +              ] +            } +          ], +          "sourceTermExactMatchCount": 1, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          }, +          "furiganaSegments": [ +            { +              "text": "打", +              "furigana": "ぶ" +            }, +            { +              "text": "ち", +              "furigana": "" +            }, +            { +              "text": "込", +              "furigana": "こ" +            }, +            { +              "text": "む", +              "furigana": "" +            } +          ] +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "打ち込む" +        ], +        "uniqueReadings": [ +          "ぶちこむ" +        ], +        "pitches": [ +          { +            "dictionary": "Test Dictionary 2", +            "pitches": [ +              { +                "expressions": [ +                  "打ち込む" +                ], +                "reading": "ぶちこむ", +                "position": 0, +                "tags": [], +                "exclusiveExpressions": [], +                "exclusiveReadings": [] +              }, +              { +                "expressions": [ +                  "打ち込む" +                ], +                "reading": "ぶちこむ", +                "position": 3, +                "tags": [], +                "exclusiveExpressions": [], +                "exclusiveReadings": [] +              } +            ] +          } +        ], +        "pitchCount": 2, +        "context": { +          "document": { +            "title": "title" +          } +        } +      }, +      { +        "marker": "{marker}", +        "definition": { +          "type": "term", +          "id": 8, +          "source": "打ち込む", +          "rawSource": "打ち込む", +          "sourceTerm": "打ち込む", +          "reasons": [], +          "score": 1, +          "isPrimary": true, +          "sequence": 4, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": "打ち込む", +          "reading": "うちこむ", +          "expressions": [ +            { +              "sourceTerm": "打ち込む", +              "expression": "打ち込む", +              "reading": "うちこむ", +              "termTags": [ +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag6", +                  "category": "default", +                  "notes": "", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag7", +                  "category": "default", +                  "notes": "", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "うちこむ", +                  "hasReading": false, +                  "frequency": 3 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "うちこむ", +                  "hasReading": true, +                  "frequency": 8 +                } +              ], +              "pitches": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "うちこむ", +                  "pitches": [ +                    { +                      "position": 0, +                      "tags": [] +                    }, +                    { +                      "position": 3, +                      "tags": [] +                    } +                  ] +                } +              ], +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "う" +                }, +                { +                  "text": "ち", +                  "furigana": "" +                }, +                { +                  "text": "込", +                  "furigana": "こ" +                }, +                { +                  "text": "む", +                  "furigana": "" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "glossary": [ +            "definition15", +            "definition16" +          ], +          "definitionTags": [ +            { +              "name": "tag1", +              "category": "category1", +              "notes": "tag1 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag2", +              "category": "category2", +              "notes": "tag2 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "termTags": [ +            { +              "name": "tag5", +              "category": "category5", +              "notes": "tag5 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag6", +              "category": "default", +              "notes": "", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag7", +              "category": "default", +              "notes": "", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "frequencies": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打ち込む", +              "reading": "うちこむ", +              "hasReading": false, +              "frequency": 3 +            }, +            { +              "index": 1, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打ち込む", +              "reading": "うちこむ", +              "hasReading": true, +              "frequency": 8 +            } +          ], +          "pitches": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打ち込む", +              "reading": "うちこむ", +              "pitches": [ +                { +                  "position": 0, +                  "tags": [] +                }, +                { +                  "position": 3, +                  "tags": [] +                } +              ] +            } +          ], +          "sourceTermExactMatchCount": 1, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          }, +          "furiganaSegments": [ +            { +              "text": "打", +              "furigana": "う" +            }, +            { +              "text": "ち", +              "furigana": "" +            }, +            { +              "text": "込", +              "furigana": "こ" +            }, +            { +              "text": "む", +              "furigana": "" +            } +          ] +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "打ち込む" +        ], +        "uniqueReadings": [ +          "うちこむ" +        ], +        "pitches": [ +          { +            "dictionary": "Test Dictionary 2", +            "pitches": [ +              { +                "expressions": [ +                  "打ち込む" +                ], +                "reading": "うちこむ", +                "position": 0, +                "tags": [], +                "exclusiveExpressions": [], +                "exclusiveReadings": [] +              }, +              { +                "expressions": [ +                  "打ち込む" +                ], +                "reading": "うちこむ", +                "position": 3, +                "tags": [], +                "exclusiveExpressions": [], +                "exclusiveReadings": [] +              } +            ] +          } +        ], +        "pitchCount": 2, +        "context": { +          "document": { +            "title": "title" +          } +        } +      }, +      { +        "marker": "{marker}", +        "definition": { +          "type": "term", +          "id": 10, +          "source": "打ち込む", +          "rawSource": "打ち込む", +          "sourceTerm": "打ち込む", +          "reasons": [], +          "score": 1, +          "isPrimary": true, +          "sequence": 4, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": "打ち込む", +          "reading": "ぶちこむ", +          "expressions": [ +            { +              "sourceTerm": "打ち込む", +              "expression": "打ち込む", +              "reading": "ぶちこむ", +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "ぶちこむ", +                  "hasReading": false, +                  "frequency": 3 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "ぶちこむ", +                  "hasReading": true, +                  "frequency": 9 +                } +              ], +              "pitches": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "ぶちこむ", +                  "pitches": [ +                    { +                      "position": 0, +                      "tags": [] +                    }, +                    { +                      "position": 3, +                      "tags": [] +                    } +                  ] +                } +              ], +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "ぶ" +                }, +                { +                  "text": "ち", +                  "furigana": "" +                }, +                { +                  "text": "込", +                  "furigana": "こ" +                }, +                { +                  "text": "む", +                  "furigana": "" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "glossary": [ +            "definition19", +            "definition20" +          ], +          "definitionTags": [ +            { +              "name": "tag1", +              "category": "category1", +              "notes": "tag1 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag2", +              "category": "category2", +              "notes": "tag2 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "termTags": [ +            { +              "name": "tag3", +              "category": "category3", +              "notes": "tag3 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag4", +              "category": "category4", +              "notes": "tag4 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag5", +              "category": "category5", +              "notes": "tag5 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "frequencies": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打ち込む", +              "reading": "ぶちこむ", +              "hasReading": false, +              "frequency": 3 +            }, +            { +              "index": 1, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打ち込む", +              "reading": "ぶちこむ", +              "hasReading": true, +              "frequency": 9 +            } +          ], +          "pitches": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打ち込む", +              "reading": "ぶちこむ", +              "pitches": [ +                { +                  "position": 0, +                  "tags": [] +                }, +                { +                  "position": 3, +                  "tags": [] +                } +              ] +            } +          ], +          "sourceTermExactMatchCount": 1, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          }, +          "furiganaSegments": [ +            { +              "text": "打", +              "furigana": "ぶ" +            }, +            { +              "text": "ち", +              "furigana": "" +            }, +            { +              "text": "込", +              "furigana": "こ" +            }, +            { +              "text": "む", +              "furigana": "" +            } +          ] +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "打ち込む" +        ], +        "uniqueReadings": [ +          "ぶちこむ" +        ], +        "pitches": [ +          { +            "dictionary": "Test Dictionary 2", +            "pitches": [ +              { +                "expressions": [ +                  "打ち込む" +                ], +                "reading": "ぶちこむ", +                "position": 0, +                "tags": [], +                "exclusiveExpressions": [], +                "exclusiveReadings": [] +              }, +              { +                "expressions": [ +                  "打ち込む" +                ], +                "reading": "ぶちこむ", +                "position": 3, +                "tags": [], +                "exclusiveExpressions": [], +                "exclusiveReadings": [] +              } +            ] +          } +        ], +        "pitchCount": 2, +        "context": { +          "document": { +            "title": "title" +          } +        } +      }, +      { +        "marker": "{marker}", +        "definition": { +          "type": "term", +          "id": 3, +          "source": "打ち", +          "rawSource": "打ち", +          "sourceTerm": "打つ", +          "reasons": [ +            "masu stem" +          ], +          "score": 10, +          "isPrimary": true, +          "sequence": 3, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": "打つ", +          "reading": "うつ", +          "expressions": [ +            { +              "sourceTerm": "打つ", +              "expression": "打つ", +              "reading": "うつ", +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "うつ", +                  "hasReading": false, +                  "frequency": 2 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "うつ", +                  "hasReading": true, +                  "frequency": 6 +                } +              ], +              "pitches": [], +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "う" +                }, +                { +                  "text": "つ", +                  "furigana": "" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "glossary": [ +            "definition5", +            "definition6" +          ], +          "definitionTags": [ +            { +              "name": "tag1", +              "category": "category1", +              "notes": "tag1 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag2", +              "category": "category2", +              "notes": "tag2 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "termTags": [ +            { +              "name": "tag3", +              "category": "category3", +              "notes": "tag3 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag4", +              "category": "category4", +              "notes": "tag4 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag5", +              "category": "category5", +              "notes": "tag5 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "frequencies": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打つ", +              "reading": "うつ", +              "hasReading": false, +              "frequency": 2 +            }, +            { +              "index": 1, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打つ", +              "reading": "うつ", +              "hasReading": true, +              "frequency": 6 +            } +          ], +          "pitches": [], +          "sourceTermExactMatchCount": 1, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          }, +          "furiganaSegments": [ +            { +              "text": "打", +              "furigana": "う" +            }, +            { +              "text": "つ", +              "furigana": "" +            } +          ] +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "打つ" +        ], +        "uniqueReadings": [ +          "うつ" +        ], +        "pitches": [], +        "pitchCount": 0, +        "context": { +          "document": { +            "title": "title" +          } +        } +      }, +      { +        "marker": "{marker}", +        "definition": { +          "type": "term", +          "id": 5, +          "source": "打ち", +          "rawSource": "打ち", +          "sourceTerm": "打つ", +          "reasons": [ +            "masu stem" +          ], +          "score": 10, +          "isPrimary": true, +          "sequence": 3, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": "打つ", +          "reading": "ぶつ", +          "expressions": [ +            { +              "sourceTerm": "打つ", +              "expression": "打つ", +              "reading": "ぶつ", +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "ぶつ", +                  "hasReading": false, +                  "frequency": 2 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "ぶつ", +                  "hasReading": true, +                  "frequency": 7 +                } +              ], +              "pitches": [], +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "ぶ" +                }, +                { +                  "text": "つ", +                  "furigana": "" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "glossary": [ +            "definition9", +            "definition10" +          ], +          "definitionTags": [ +            { +              "name": "tag1", +              "category": "category1", +              "notes": "tag1 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag2", +              "category": "category2", +              "notes": "tag2 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "termTags": [ +            { +              "name": "tag3", +              "category": "category3", +              "notes": "tag3 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag4", +              "category": "category4", +              "notes": "tag4 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag5", +              "category": "category5", +              "notes": "tag5 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "frequencies": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打つ", +              "reading": "ぶつ", +              "hasReading": false, +              "frequency": 2 +            }, +            { +              "index": 1, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打つ", +              "reading": "ぶつ", +              "hasReading": true, +              "frequency": 7 +            } +          ], +          "pitches": [], +          "sourceTermExactMatchCount": 1, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          }, +          "furiganaSegments": [ +            { +              "text": "打", +              "furigana": "ぶ" +            }, +            { +              "text": "つ", +              "furigana": "" +            } +          ] +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "打つ" +        ], +        "uniqueReadings": [ +          "ぶつ" +        ], +        "pitches": [], +        "pitchCount": 0, +        "context": { +          "document": { +            "title": "title" +          } +        } +      }, +      { +        "marker": "{marker}", +        "definition": { +          "type": "term", +          "id": 4, +          "source": "打ち", +          "rawSource": "打ち", +          "sourceTerm": "打つ", +          "reasons": [ +            "masu stem" +          ], +          "score": 1, +          "isPrimary": true, +          "sequence": 3, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": "打つ", +          "reading": "うつ", +          "expressions": [ +            { +              "sourceTerm": "打つ", +              "expression": "打つ", +              "reading": "うつ", +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "うつ", +                  "hasReading": false, +                  "frequency": 2 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "うつ", +                  "hasReading": true, +                  "frequency": 6 +                } +              ], +              "pitches": [], +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "う" +                }, +                { +                  "text": "つ", +                  "furigana": "" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "glossary": [ +            "definition7", +            "definition8" +          ], +          "definitionTags": [ +            { +              "name": "tag1", +              "category": "category1", +              "notes": "tag1 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag2", +              "category": "category2", +              "notes": "tag2 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "termTags": [ +            { +              "name": "tag3", +              "category": "category3", +              "notes": "tag3 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag4", +              "category": "category4", +              "notes": "tag4 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag5", +              "category": "category5", +              "notes": "tag5 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "frequencies": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打つ", +              "reading": "うつ", +              "hasReading": false, +              "frequency": 2 +            }, +            { +              "index": 1, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打つ", +              "reading": "うつ", +              "hasReading": true, +              "frequency": 6 +            } +          ], +          "pitches": [], +          "sourceTermExactMatchCount": 1, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          }, +          "furiganaSegments": [ +            { +              "text": "打", +              "furigana": "う" +            }, +            { +              "text": "つ", +              "furigana": "" +            } +          ] +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "打つ" +        ], +        "uniqueReadings": [ +          "うつ" +        ], +        "pitches": [], +        "pitchCount": 0, +        "context": { +          "document": { +            "title": "title" +          } +        } +      }, +      { +        "marker": "{marker}", +        "definition": { +          "type": "term", +          "id": 6, +          "source": "打ち", +          "rawSource": "打ち", +          "sourceTerm": "打つ", +          "reasons": [ +            "masu stem" +          ], +          "score": 1, +          "isPrimary": true, +          "sequence": 3, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": "打つ", +          "reading": "ぶつ", +          "expressions": [ +            { +              "sourceTerm": "打つ", +              "expression": "打つ", +              "reading": "ぶつ", +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "ぶつ", +                  "hasReading": false, +                  "frequency": 2 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "ぶつ", +                  "hasReading": true, +                  "frequency": 7 +                } +              ], +              "pitches": [], +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "ぶ" +                }, +                { +                  "text": "つ", +                  "furigana": "" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "glossary": [ +            "definition11", +            "definition12" +          ], +          "definitionTags": [ +            { +              "name": "tag1", +              "category": "category1", +              "notes": "tag1 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag2", +              "category": "category2", +              "notes": "tag2 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "termTags": [ +            { +              "name": "tag3", +              "category": "category3", +              "notes": "tag3 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag4", +              "category": "category4", +              "notes": "tag4 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag5", +              "category": "category5", +              "notes": "tag5 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "frequencies": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打つ", +              "reading": "ぶつ", +              "hasReading": false, +              "frequency": 2 +            }, +            { +              "index": 1, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打つ", +              "reading": "ぶつ", +              "hasReading": true, +              "frequency": 7 +            } +          ], +          "pitches": [], +          "sourceTermExactMatchCount": 1, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          }, +          "furiganaSegments": [ +            { +              "text": "打", +              "furigana": "ぶ" +            }, +            { +              "text": "つ", +              "furigana": "" +            } +          ] +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "打つ" +        ], +        "uniqueReadings": [ +          "ぶつ" +        ], +        "pitches": [], +        "pitchCount": 0, +        "context": { +          "document": { +            "title": "title" +          } +        } +      }, +      { +        "marker": "{marker}", +        "definition": { +          "type": "term", +          "id": 1, +          "source": "打", +          "rawSource": "打", +          "sourceTerm": "打", +          "reasons": [], +          "score": 1, +          "isPrimary": true, +          "sequence": 1, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": "打", +          "reading": "だ", +          "expressions": [ +            { +              "sourceTerm": "打", +              "expression": "打", +              "reading": "だ", +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打", +                  "reading": "だ", +                  "hasReading": false, +                  "frequency": 1 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打", +                  "reading": "だ", +                  "hasReading": true, +                  "frequency": 4 +                } +              ], +              "pitches": [], +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "だ" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "glossary": [ +            "definition1", +            "definition2" +          ], +          "definitionTags": [ +            { +              "name": "tag1", +              "category": "category1", +              "notes": "tag1 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag2", +              "category": "category2", +              "notes": "tag2 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "termTags": [ +            { +              "name": "tag3", +              "category": "category3", +              "notes": "tag3 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag4", +              "category": "category4", +              "notes": "tag4 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag5", +              "category": "category5", +              "notes": "tag5 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "frequencies": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打", +              "reading": "だ", +              "hasReading": false, +              "frequency": 1 +            }, +            { +              "index": 1, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打", +              "reading": "だ", +              "hasReading": true, +              "frequency": 4 +            } +          ], +          "pitches": [], +          "sourceTermExactMatchCount": 1, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          }, +          "furiganaSegments": [ +            { +              "text": "打", +              "furigana": "だ" +            } +          ] +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "打" +        ], +        "uniqueReadings": [ +          "だ" +        ], +        "pitches": [], +        "pitchCount": 0, +        "context": { +          "document": { +            "title": "title" +          } +        } +      }, +      { +        "marker": "{marker}", +        "definition": { +          "type": "term", +          "id": 2, +          "source": "打", +          "rawSource": "打", +          "sourceTerm": "打", +          "reasons": [], +          "score": 1, +          "isPrimary": true, +          "sequence": 2, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": "打", +          "reading": "ダース", +          "expressions": [ +            { +              "sourceTerm": "打", +              "expression": "打", +              "reading": "ダース", +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打", +                  "reading": "ダース", +                  "hasReading": false, +                  "frequency": 1 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打", +                  "reading": "ダース", +                  "hasReading": true, +                  "frequency": 5 +                } +              ], +              "pitches": [], +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "ダース" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "glossary": [ +            "definition3", +            "definition4" +          ], +          "definitionTags": [ +            { +              "name": "tag1", +              "category": "category1", +              "notes": "tag1 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag2", +              "category": "category2", +              "notes": "tag2 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "termTags": [ +            { +              "name": "tag3", +              "category": "category3", +              "notes": "tag3 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag4", +              "category": "category4", +              "notes": "tag4 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag5", +              "category": "category5", +              "notes": "tag5 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "frequencies": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打", +              "reading": "ダース", +              "hasReading": false, +              "frequency": 1 +            }, +            { +              "index": 1, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打", +              "reading": "ダース", +              "hasReading": true, +              "frequency": 5 +            } +          ], +          "pitches": [], +          "sourceTermExactMatchCount": 1, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          }, +          "furiganaSegments": [ +            { +              "text": "打", +              "furigana": "ダース" +            } +          ] +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "打" +        ], +        "uniqueReadings": [ +          "ダース" +        ], +        "pitches": [], +        "pitchCount": 0, +        "context": { +          "document": { +            "title": "title" +          } +        } +      } +    ] +  }, +  { +    "name": "Find term using expression text 4", +    "noteDataList": [ +      { +        "marker": "{marker}", +        "definition": { +          "type": "term", +          "id": 11, +          "source": "画像", +          "rawSource": "画像", +          "sourceTerm": "画像", +          "reasons": [], +          "score": 1, +          "isPrimary": true, +          "sequence": 5, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": "画像", +          "reading": "がぞう", +          "expressions": [ +            { +              "sourceTerm": "画像", +              "expression": "画像", +              "reading": "がぞう", +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [], +              "pitches": [], +              "furiganaSegments": [ +                { +                  "text": "画像", +                  "furigana": "がぞう" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "glossary": [ +            "definition21", +            { +              "type": "image", +              "path": "image.gif", +              "width": 100, +              "height": 100, +              "preferredWidth": 350, +              "preferredHeight": 350, +              "description": "An image", +              "pixelated": true +            } +          ], +          "definitionTags": [ +            { +              "name": "tag1", +              "category": "category1", +              "notes": "tag1 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag2", +              "category": "category2", +              "notes": "tag2 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "termTags": [ +            { +              "name": "tag3", +              "category": "category3", +              "notes": "tag3 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag4", +              "category": "category4", +              "notes": "tag4 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag5", +              "category": "category5", +              "notes": "tag5 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "frequencies": [], +          "pitches": [], +          "sourceTermExactMatchCount": 1, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          }, +          "furiganaSegments": [ +            { +              "text": "画像", +              "furigana": "がぞう" +            } +          ] +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "画像" +        ], +        "uniqueReadings": [ +          "がぞう" +        ], +        "pitches": [], +        "pitchCount": 0, +        "context": { +          "document": { +            "title": "title" +          } +        } +      } +    ] +  }, +  { +    "name": "Find term using reading 1", +    "noteDataList": [ +      { +        "marker": "{marker}", +        "definition": { +          "type": "term", +          "id": 1, +          "source": "だ", +          "rawSource": "だ", +          "sourceTerm": "だ", +          "reasons": [], +          "score": 1, +          "isPrimary": true, +          "sequence": 1, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": "打", +          "reading": "だ", +          "expressions": [ +            { +              "sourceTerm": "だ", +              "expression": "打", +              "reading": "だ", +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打", +                  "reading": "だ", +                  "hasReading": false, +                  "frequency": 1 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打", +                  "reading": "だ", +                  "hasReading": true, +                  "frequency": 4 +                } +              ], +              "pitches": [], +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "だ" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "glossary": [ +            "definition1", +            "definition2" +          ], +          "definitionTags": [ +            { +              "name": "tag1", +              "category": "category1", +              "notes": "tag1 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag2", +              "category": "category2", +              "notes": "tag2 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "termTags": [ +            { +              "name": "tag3", +              "category": "category3", +              "notes": "tag3 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag4", +              "category": "category4", +              "notes": "tag4 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag5", +              "category": "category5", +              "notes": "tag5 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "frequencies": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打", +              "reading": "だ", +              "hasReading": false, +              "frequency": 1 +            }, +            { +              "index": 1, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打", +              "reading": "だ", +              "hasReading": true, +              "frequency": 4 +            } +          ], +          "pitches": [], +          "sourceTermExactMatchCount": 0, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          }, +          "furiganaSegments": [ +            { +              "text": "打", +              "furigana": "だ" +            } +          ] +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "打" +        ], +        "uniqueReadings": [ +          "だ" +        ], +        "pitches": [], +        "pitchCount": 0, +        "context": { +          "document": { +            "title": "title" +          } +        } +      } +    ] +  }, +  { +    "name": "Find term using reading 2", +    "noteDataList": [ +      { +        "marker": "{marker}", +        "definition": { +          "type": "term", +          "id": 2, +          "source": "ダース", +          "rawSource": "ダース", +          "sourceTerm": "ダース", +          "reasons": [], +          "score": 1, +          "isPrimary": true, +          "sequence": 2, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": "打", +          "reading": "ダース", +          "expressions": [ +            { +              "sourceTerm": "ダース", +              "expression": "打", +              "reading": "ダース", +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打", +                  "reading": "ダース", +                  "hasReading": false, +                  "frequency": 1 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打", +                  "reading": "ダース", +                  "hasReading": true, +                  "frequency": 5 +                } +              ], +              "pitches": [], +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "ダース" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "glossary": [ +            "definition3", +            "definition4" +          ], +          "definitionTags": [ +            { +              "name": "tag1", +              "category": "category1", +              "notes": "tag1 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag2", +              "category": "category2", +              "notes": "tag2 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "termTags": [ +            { +              "name": "tag3", +              "category": "category3", +              "notes": "tag3 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag4", +              "category": "category4", +              "notes": "tag4 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag5", +              "category": "category5", +              "notes": "tag5 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "frequencies": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打", +              "reading": "ダース", +              "hasReading": false, +              "frequency": 1 +            }, +            { +              "index": 1, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打", +              "reading": "ダース", +              "hasReading": true, +              "frequency": 5 +            } +          ], +          "pitches": [], +          "sourceTermExactMatchCount": 0, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          }, +          "furiganaSegments": [ +            { +              "text": "打", +              "furigana": "ダース" +            } +          ] +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "打" +        ], +        "uniqueReadings": [ +          "ダース" +        ], +        "pitches": [], +        "pitchCount": 0, +        "context": { +          "document": { +            "title": "title" +          } +        } +      } +    ] +  }, +  { +    "name": "Find term using reading 3", +    "noteDataList": [ +      { +        "marker": "{marker}", +        "definition": { +          "type": "term", +          "id": 3, +          "source": "うつ", +          "rawSource": "うつ", +          "sourceTerm": "うつ", +          "reasons": [], +          "score": 10, +          "isPrimary": true, +          "sequence": 3, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": "打つ", +          "reading": "うつ", +          "expressions": [ +            { +              "sourceTerm": "うつ", +              "expression": "打つ", +              "reading": "うつ", +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "うつ", +                  "hasReading": false, +                  "frequency": 2 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "うつ", +                  "hasReading": true, +                  "frequency": 6 +                } +              ], +              "pitches": [], +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "う" +                }, +                { +                  "text": "つ", +                  "furigana": "" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "glossary": [ +            "definition5", +            "definition6" +          ], +          "definitionTags": [ +            { +              "name": "tag1", +              "category": "category1", +              "notes": "tag1 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag2", +              "category": "category2", +              "notes": "tag2 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "termTags": [ +            { +              "name": "tag3", +              "category": "category3", +              "notes": "tag3 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag4", +              "category": "category4", +              "notes": "tag4 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag5", +              "category": "category5", +              "notes": "tag5 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "frequencies": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打つ", +              "reading": "うつ", +              "hasReading": false, +              "frequency": 2 +            }, +            { +              "index": 1, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打つ", +              "reading": "うつ", +              "hasReading": true, +              "frequency": 6 +            } +          ], +          "pitches": [], +          "sourceTermExactMatchCount": 0, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          }, +          "furiganaSegments": [ +            { +              "text": "打", +              "furigana": "う" +            }, +            { +              "text": "つ", +              "furigana": "" +            } +          ] +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "打つ" +        ], +        "uniqueReadings": [ +          "うつ" +        ], +        "pitches": [], +        "pitchCount": 0, +        "context": { +          "document": { +            "title": "title" +          } +        } +      }, +      { +        "marker": "{marker}", +        "definition": { +          "type": "term", +          "id": 4, +          "source": "うつ", +          "rawSource": "うつ", +          "sourceTerm": "うつ", +          "reasons": [], +          "score": 1, +          "isPrimary": true, +          "sequence": 3, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": "打つ", +          "reading": "うつ", +          "expressions": [ +            { +              "sourceTerm": "うつ", +              "expression": "打つ", +              "reading": "うつ", +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "うつ", +                  "hasReading": false, +                  "frequency": 2 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "うつ", +                  "hasReading": true, +                  "frequency": 6 +                } +              ], +              "pitches": [], +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "う" +                }, +                { +                  "text": "つ", +                  "furigana": "" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "glossary": [ +            "definition7", +            "definition8" +          ], +          "definitionTags": [ +            { +              "name": "tag1", +              "category": "category1", +              "notes": "tag1 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag2", +              "category": "category2", +              "notes": "tag2 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "termTags": [ +            { +              "name": "tag3", +              "category": "category3", +              "notes": "tag3 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag4", +              "category": "category4", +              "notes": "tag4 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag5", +              "category": "category5", +              "notes": "tag5 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "frequencies": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打つ", +              "reading": "うつ", +              "hasReading": false, +              "frequency": 2 +            }, +            { +              "index": 1, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打つ", +              "reading": "うつ", +              "hasReading": true, +              "frequency": 6 +            } +          ], +          "pitches": [], +          "sourceTermExactMatchCount": 0, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          }, +          "furiganaSegments": [ +            { +              "text": "打", +              "furigana": "う" +            }, +            { +              "text": "つ", +              "furigana": "" +            } +          ] +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "打つ" +        ], +        "uniqueReadings": [ +          "うつ" +        ], +        "pitches": [], +        "pitchCount": 0, +        "context": { +          "document": { +            "title": "title" +          } +        } +      } +    ] +  }, +  { +    "name": "Find term using reading 4", +    "noteDataList": [ +      { +        "marker": "{marker}", +        "definition": { +          "type": "term", +          "id": 5, +          "source": "ぶつ", +          "rawSource": "ぶつ", +          "sourceTerm": "ぶつ", +          "reasons": [], +          "score": 10, +          "isPrimary": true, +          "sequence": 3, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": "打つ", +          "reading": "ぶつ", +          "expressions": [ +            { +              "sourceTerm": "ぶつ", +              "expression": "打つ", +              "reading": "ぶつ", +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "ぶつ", +                  "hasReading": false, +                  "frequency": 2 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "ぶつ", +                  "hasReading": true, +                  "frequency": 7 +                } +              ], +              "pitches": [], +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "ぶ" +                }, +                { +                  "text": "つ", +                  "furigana": "" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "glossary": [ +            "definition9", +            "definition10" +          ], +          "definitionTags": [ +            { +              "name": "tag1", +              "category": "category1", +              "notes": "tag1 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag2", +              "category": "category2", +              "notes": "tag2 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "termTags": [ +            { +              "name": "tag3", +              "category": "category3", +              "notes": "tag3 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag4", +              "category": "category4", +              "notes": "tag4 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag5", +              "category": "category5", +              "notes": "tag5 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "frequencies": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打つ", +              "reading": "ぶつ", +              "hasReading": false, +              "frequency": 2 +            }, +            { +              "index": 1, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打つ", +              "reading": "ぶつ", +              "hasReading": true, +              "frequency": 7 +            } +          ], +          "pitches": [], +          "sourceTermExactMatchCount": 0, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          }, +          "furiganaSegments": [ +            { +              "text": "打", +              "furigana": "ぶ" +            }, +            { +              "text": "つ", +              "furigana": "" +            } +          ] +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "打つ" +        ], +        "uniqueReadings": [ +          "ぶつ" +        ], +        "pitches": [], +        "pitchCount": 0, +        "context": { +          "document": { +            "title": "title" +          } +        } +      }, +      { +        "marker": "{marker}", +        "definition": { +          "type": "term", +          "id": 6, +          "source": "ぶつ", +          "rawSource": "ぶつ", +          "sourceTerm": "ぶつ", +          "reasons": [], +          "score": 1, +          "isPrimary": true, +          "sequence": 3, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": "打つ", +          "reading": "ぶつ", +          "expressions": [ +            { +              "sourceTerm": "ぶつ", +              "expression": "打つ", +              "reading": "ぶつ", +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "ぶつ", +                  "hasReading": false, +                  "frequency": 2 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "ぶつ", +                  "hasReading": true, +                  "frequency": 7 +                } +              ], +              "pitches": [], +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "ぶ" +                }, +                { +                  "text": "つ", +                  "furigana": "" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "glossary": [ +            "definition11", +            "definition12" +          ], +          "definitionTags": [ +            { +              "name": "tag1", +              "category": "category1", +              "notes": "tag1 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag2", +              "category": "category2", +              "notes": "tag2 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "termTags": [ +            { +              "name": "tag3", +              "category": "category3", +              "notes": "tag3 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag4", +              "category": "category4", +              "notes": "tag4 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag5", +              "category": "category5", +              "notes": "tag5 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "frequencies": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打つ", +              "reading": "ぶつ", +              "hasReading": false, +              "frequency": 2 +            }, +            { +              "index": 1, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打つ", +              "reading": "ぶつ", +              "hasReading": true, +              "frequency": 7 +            } +          ], +          "pitches": [], +          "sourceTermExactMatchCount": 0, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          }, +          "furiganaSegments": [ +            { +              "text": "打", +              "furigana": "ぶ" +            }, +            { +              "text": "つ", +              "furigana": "" +            } +          ] +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "打つ" +        ], +        "uniqueReadings": [ +          "ぶつ" +        ], +        "pitches": [], +        "pitchCount": 0, +        "context": { +          "document": { +            "title": "title" +          } +        } +      } +    ] +  }, +  { +    "name": "Find term using reading 5", +    "noteDataList": [ +      { +        "marker": "{marker}", +        "definition": { +          "type": "term", +          "id": 7, +          "source": "うちこむ", +          "rawSource": "うちこむ", +          "sourceTerm": "うちこむ", +          "reasons": [], +          "score": 10, +          "isPrimary": true, +          "sequence": 4, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": "打ち込む", +          "reading": "うちこむ", +          "expressions": [ +            { +              "sourceTerm": "うちこむ", +              "expression": "打ち込む", +              "reading": "うちこむ", +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "うちこむ", +                  "hasReading": false, +                  "frequency": 3 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "うちこむ", +                  "hasReading": true, +                  "frequency": 8 +                } +              ], +              "pitches": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "うちこむ", +                  "pitches": [ +                    { +                      "position": 0, +                      "tags": [] +                    }, +                    { +                      "position": 3, +                      "tags": [] +                    } +                  ] +                } +              ], +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "う" +                }, +                { +                  "text": "ち", +                  "furigana": "" +                }, +                { +                  "text": "込", +                  "furigana": "こ" +                }, +                { +                  "text": "む", +                  "furigana": "" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "glossary": [ +            "definition13", +            "definition14" +          ], +          "definitionTags": [ +            { +              "name": "tag1", +              "category": "category1", +              "notes": "tag1 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag2", +              "category": "category2", +              "notes": "tag2 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "termTags": [ +            { +              "name": "tag3", +              "category": "category3", +              "notes": "tag3 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag4", +              "category": "category4", +              "notes": "tag4 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag5", +              "category": "category5", +              "notes": "tag5 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "frequencies": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打ち込む", +              "reading": "うちこむ", +              "hasReading": false, +              "frequency": 3 +            }, +            { +              "index": 1, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打ち込む", +              "reading": "うちこむ", +              "hasReading": true, +              "frequency": 8 +            } +          ], +          "pitches": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打ち込む", +              "reading": "うちこむ", +              "pitches": [ +                { +                  "position": 0, +                  "tags": [] +                }, +                { +                  "position": 3, +                  "tags": [] +                } +              ] +            } +          ], +          "sourceTermExactMatchCount": 0, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          }, +          "furiganaSegments": [ +            { +              "text": "打", +              "furigana": "う" +            }, +            { +              "text": "ち", +              "furigana": "" +            }, +            { +              "text": "込", +              "furigana": "こ" +            }, +            { +              "text": "む", +              "furigana": "" +            } +          ] +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "打ち込む" +        ], +        "uniqueReadings": [ +          "うちこむ" +        ], +        "pitches": [ +          { +            "dictionary": "Test Dictionary 2", +            "pitches": [ +              { +                "expressions": [ +                  "打ち込む" +                ], +                "reading": "うちこむ", +                "position": 0, +                "tags": [], +                "exclusiveExpressions": [], +                "exclusiveReadings": [] +              }, +              { +                "expressions": [ +                  "打ち込む" +                ], +                "reading": "うちこむ", +                "position": 3, +                "tags": [], +                "exclusiveExpressions": [], +                "exclusiveReadings": [] +              } +            ] +          } +        ], +        "pitchCount": 2, +        "context": { +          "document": { +            "title": "title" +          } +        } +      }, +      { +        "marker": "{marker}", +        "definition": { +          "type": "term", +          "id": 8, +          "source": "うちこむ", +          "rawSource": "うちこむ", +          "sourceTerm": "うちこむ", +          "reasons": [], +          "score": 1, +          "isPrimary": true, +          "sequence": 4, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": "打ち込む", +          "reading": "うちこむ", +          "expressions": [ +            { +              "sourceTerm": "うちこむ", +              "expression": "打ち込む", +              "reading": "うちこむ", +              "termTags": [ +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag6", +                  "category": "default", +                  "notes": "", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag7", +                  "category": "default", +                  "notes": "", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "うちこむ", +                  "hasReading": false, +                  "frequency": 3 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "うちこむ", +                  "hasReading": true, +                  "frequency": 8 +                } +              ], +              "pitches": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "うちこむ", +                  "pitches": [ +                    { +                      "position": 0, +                      "tags": [] +                    }, +                    { +                      "position": 3, +                      "tags": [] +                    } +                  ] +                } +              ], +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "う" +                }, +                { +                  "text": "ち", +                  "furigana": "" +                }, +                { +                  "text": "込", +                  "furigana": "こ" +                }, +                { +                  "text": "む", +                  "furigana": "" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "glossary": [ +            "definition15", +            "definition16" +          ], +          "definitionTags": [ +            { +              "name": "tag1", +              "category": "category1", +              "notes": "tag1 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag2", +              "category": "category2", +              "notes": "tag2 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "termTags": [ +            { +              "name": "tag5", +              "category": "category5", +              "notes": "tag5 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag6", +              "category": "default", +              "notes": "", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag7", +              "category": "default", +              "notes": "", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "frequencies": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打ち込む", +              "reading": "うちこむ", +              "hasReading": false, +              "frequency": 3 +            }, +            { +              "index": 1, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打ち込む", +              "reading": "うちこむ", +              "hasReading": true, +              "frequency": 8 +            } +          ], +          "pitches": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打ち込む", +              "reading": "うちこむ", +              "pitches": [ +                { +                  "position": 0, +                  "tags": [] +                }, +                { +                  "position": 3, +                  "tags": [] +                } +              ] +            } +          ], +          "sourceTermExactMatchCount": 0, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          }, +          "furiganaSegments": [ +            { +              "text": "打", +              "furigana": "う" +            }, +            { +              "text": "ち", +              "furigana": "" +            }, +            { +              "text": "込", +              "furigana": "こ" +            }, +            { +              "text": "む", +              "furigana": "" +            } +          ] +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "打ち込む" +        ], +        "uniqueReadings": [ +          "うちこむ" +        ], +        "pitches": [ +          { +            "dictionary": "Test Dictionary 2", +            "pitches": [ +              { +                "expressions": [ +                  "打ち込む" +                ], +                "reading": "うちこむ", +                "position": 0, +                "tags": [], +                "exclusiveExpressions": [], +                "exclusiveReadings": [] +              }, +              { +                "expressions": [ +                  "打ち込む" +                ], +                "reading": "うちこむ", +                "position": 3, +                "tags": [], +                "exclusiveExpressions": [], +                "exclusiveReadings": [] +              } +            ] +          } +        ], +        "pitchCount": 2, +        "context": { +          "document": { +            "title": "title" +          } +        } +      }, +      { +        "marker": "{marker}", +        "definition": { +          "type": "term", +          "id": 3, +          "source": "うち", +          "rawSource": "うち", +          "sourceTerm": "うつ", +          "reasons": [ +            "masu stem" +          ], +          "score": 10, +          "isPrimary": true, +          "sequence": 3, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": "打つ", +          "reading": "うつ", +          "expressions": [ +            { +              "sourceTerm": "うつ", +              "expression": "打つ", +              "reading": "うつ", +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "うつ", +                  "hasReading": false, +                  "frequency": 2 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "うつ", +                  "hasReading": true, +                  "frequency": 6 +                } +              ], +              "pitches": [], +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "う" +                }, +                { +                  "text": "つ", +                  "furigana": "" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "glossary": [ +            "definition5", +            "definition6" +          ], +          "definitionTags": [ +            { +              "name": "tag1", +              "category": "category1", +              "notes": "tag1 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag2", +              "category": "category2", +              "notes": "tag2 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "termTags": [ +            { +              "name": "tag3", +              "category": "category3", +              "notes": "tag3 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag4", +              "category": "category4", +              "notes": "tag4 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag5", +              "category": "category5", +              "notes": "tag5 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "frequencies": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打つ", +              "reading": "うつ", +              "hasReading": false, +              "frequency": 2 +            }, +            { +              "index": 1, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打つ", +              "reading": "うつ", +              "hasReading": true, +              "frequency": 6 +            } +          ], +          "pitches": [], +          "sourceTermExactMatchCount": 0, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          }, +          "furiganaSegments": [ +            { +              "text": "打", +              "furigana": "う" +            }, +            { +              "text": "つ", +              "furigana": "" +            } +          ] +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "打つ" +        ], +        "uniqueReadings": [ +          "うつ" +        ], +        "pitches": [], +        "pitchCount": 0, +        "context": { +          "document": { +            "title": "title" +          } +        } +      }, +      { +        "marker": "{marker}", +        "definition": { +          "type": "term", +          "id": 4, +          "source": "うち", +          "rawSource": "うち", +          "sourceTerm": "うつ", +          "reasons": [ +            "masu stem" +          ], +          "score": 1, +          "isPrimary": true, +          "sequence": 3, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": "打つ", +          "reading": "うつ", +          "expressions": [ +            { +              "sourceTerm": "うつ", +              "expression": "打つ", +              "reading": "うつ", +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "うつ", +                  "hasReading": false, +                  "frequency": 2 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "うつ", +                  "hasReading": true, +                  "frequency": 6 +                } +              ], +              "pitches": [], +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "う" +                }, +                { +                  "text": "つ", +                  "furigana": "" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "glossary": [ +            "definition7", +            "definition8" +          ], +          "definitionTags": [ +            { +              "name": "tag1", +              "category": "category1", +              "notes": "tag1 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag2", +              "category": "category2", +              "notes": "tag2 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "termTags": [ +            { +              "name": "tag3", +              "category": "category3", +              "notes": "tag3 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag4", +              "category": "category4", +              "notes": "tag4 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag5", +              "category": "category5", +              "notes": "tag5 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "frequencies": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打つ", +              "reading": "うつ", +              "hasReading": false, +              "frequency": 2 +            }, +            { +              "index": 1, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打つ", +              "reading": "うつ", +              "hasReading": true, +              "frequency": 6 +            } +          ], +          "pitches": [], +          "sourceTermExactMatchCount": 0, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          }, +          "furiganaSegments": [ +            { +              "text": "打", +              "furigana": "う" +            }, +            { +              "text": "つ", +              "furigana": "" +            } +          ] +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "打つ" +        ], +        "uniqueReadings": [ +          "うつ" +        ], +        "pitches": [], +        "pitchCount": 0, +        "context": { +          "document": { +            "title": "title" +          } +        } +      } +    ] +  }, +  { +    "name": "Find term using reading 6", +    "noteDataList": [ +      { +        "marker": "{marker}", +        "definition": { +          "type": "term", +          "id": 9, +          "source": "ぶちこむ", +          "rawSource": "ぶちこむ", +          "sourceTerm": "ぶちこむ", +          "reasons": [], +          "score": 10, +          "isPrimary": true, +          "sequence": 4, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": "打ち込む", +          "reading": "ぶちこむ", +          "expressions": [ +            { +              "sourceTerm": "ぶちこむ", +              "expression": "打ち込む", +              "reading": "ぶちこむ", +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "ぶちこむ", +                  "hasReading": false, +                  "frequency": 3 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "ぶちこむ", +                  "hasReading": true, +                  "frequency": 9 +                } +              ], +              "pitches": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "ぶちこむ", +                  "pitches": [ +                    { +                      "position": 0, +                      "tags": [] +                    }, +                    { +                      "position": 3, +                      "tags": [] +                    } +                  ] +                } +              ], +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "ぶ" +                }, +                { +                  "text": "ち", +                  "furigana": "" +                }, +                { +                  "text": "込", +                  "furigana": "こ" +                }, +                { +                  "text": "む", +                  "furigana": "" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "glossary": [ +            "definition17", +            "definition18" +          ], +          "definitionTags": [ +            { +              "name": "tag1", +              "category": "category1", +              "notes": "tag1 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag2", +              "category": "category2", +              "notes": "tag2 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "termTags": [ +            { +              "name": "tag3", +              "category": "category3", +              "notes": "tag3 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag4", +              "category": "category4", +              "notes": "tag4 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag5", +              "category": "category5", +              "notes": "tag5 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "frequencies": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打ち込む", +              "reading": "ぶちこむ", +              "hasReading": false, +              "frequency": 3 +            }, +            { +              "index": 1, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打ち込む", +              "reading": "ぶちこむ", +              "hasReading": true, +              "frequency": 9 +            } +          ], +          "pitches": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打ち込む", +              "reading": "ぶちこむ", +              "pitches": [ +                { +                  "position": 0, +                  "tags": [] +                }, +                { +                  "position": 3, +                  "tags": [] +                } +              ] +            } +          ], +          "sourceTermExactMatchCount": 0, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          }, +          "furiganaSegments": [ +            { +              "text": "打", +              "furigana": "ぶ" +            }, +            { +              "text": "ち", +              "furigana": "" +            }, +            { +              "text": "込", +              "furigana": "こ" +            }, +            { +              "text": "む", +              "furigana": "" +            } +          ] +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "打ち込む" +        ], +        "uniqueReadings": [ +          "ぶちこむ" +        ], +        "pitches": [ +          { +            "dictionary": "Test Dictionary 2", +            "pitches": [ +              { +                "expressions": [ +                  "打ち込む" +                ], +                "reading": "ぶちこむ", +                "position": 0, +                "tags": [], +                "exclusiveExpressions": [], +                "exclusiveReadings": [] +              }, +              { +                "expressions": [ +                  "打ち込む" +                ], +                "reading": "ぶちこむ", +                "position": 3, +                "tags": [], +                "exclusiveExpressions": [], +                "exclusiveReadings": [] +              } +            ] +          } +        ], +        "pitchCount": 2, +        "context": { +          "document": { +            "title": "title" +          } +        } +      }, +      { +        "marker": "{marker}", +        "definition": { +          "type": "term", +          "id": 10, +          "source": "ぶちこむ", +          "rawSource": "ぶちこむ", +          "sourceTerm": "ぶちこむ", +          "reasons": [], +          "score": 1, +          "isPrimary": true, +          "sequence": 4, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": "打ち込む", +          "reading": "ぶちこむ", +          "expressions": [ +            { +              "sourceTerm": "ぶちこむ", +              "expression": "打ち込む", +              "reading": "ぶちこむ", +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "ぶちこむ", +                  "hasReading": false, +                  "frequency": 3 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "ぶちこむ", +                  "hasReading": true, +                  "frequency": 9 +                } +              ], +              "pitches": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "ぶちこむ", +                  "pitches": [ +                    { +                      "position": 0, +                      "tags": [] +                    }, +                    { +                      "position": 3, +                      "tags": [] +                    } +                  ] +                } +              ], +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "ぶ" +                }, +                { +                  "text": "ち", +                  "furigana": "" +                }, +                { +                  "text": "込", +                  "furigana": "こ" +                }, +                { +                  "text": "む", +                  "furigana": "" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "glossary": [ +            "definition19", +            "definition20" +          ], +          "definitionTags": [ +            { +              "name": "tag1", +              "category": "category1", +              "notes": "tag1 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag2", +              "category": "category2", +              "notes": "tag2 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "termTags": [ +            { +              "name": "tag3", +              "category": "category3", +              "notes": "tag3 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag4", +              "category": "category4", +              "notes": "tag4 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag5", +              "category": "category5", +              "notes": "tag5 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "frequencies": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打ち込む", +              "reading": "ぶちこむ", +              "hasReading": false, +              "frequency": 3 +            }, +            { +              "index": 1, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打ち込む", +              "reading": "ぶちこむ", +              "hasReading": true, +              "frequency": 9 +            } +          ], +          "pitches": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打ち込む", +              "reading": "ぶちこむ", +              "pitches": [ +                { +                  "position": 0, +                  "tags": [] +                }, +                { +                  "position": 3, +                  "tags": [] +                } +              ] +            } +          ], +          "sourceTermExactMatchCount": 0, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          }, +          "furiganaSegments": [ +            { +              "text": "打", +              "furigana": "ぶ" +            }, +            { +              "text": "ち", +              "furigana": "" +            }, +            { +              "text": "込", +              "furigana": "こ" +            }, +            { +              "text": "む", +              "furigana": "" +            } +          ] +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "打ち込む" +        ], +        "uniqueReadings": [ +          "ぶちこむ" +        ], +        "pitches": [ +          { +            "dictionary": "Test Dictionary 2", +            "pitches": [ +              { +                "expressions": [ +                  "打ち込む" +                ], +                "reading": "ぶちこむ", +                "position": 0, +                "tags": [], +                "exclusiveExpressions": [], +                "exclusiveReadings": [] +              }, +              { +                "expressions": [ +                  "打ち込む" +                ], +                "reading": "ぶちこむ", +                "position": 3, +                "tags": [], +                "exclusiveExpressions": [], +                "exclusiveReadings": [] +              } +            ] +          } +        ], +        "pitchCount": 2, +        "context": { +          "document": { +            "title": "title" +          } +        } +      }, +      { +        "marker": "{marker}", +        "definition": { +          "type": "term", +          "id": 5, +          "source": "ぶち", +          "rawSource": "ぶち", +          "sourceTerm": "ぶつ", +          "reasons": [ +            "masu stem" +          ], +          "score": 10, +          "isPrimary": true, +          "sequence": 3, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": "打つ", +          "reading": "ぶつ", +          "expressions": [ +            { +              "sourceTerm": "ぶつ", +              "expression": "打つ", +              "reading": "ぶつ", +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "ぶつ", +                  "hasReading": false, +                  "frequency": 2 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "ぶつ", +                  "hasReading": true, +                  "frequency": 7 +                } +              ], +              "pitches": [], +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "ぶ" +                }, +                { +                  "text": "つ", +                  "furigana": "" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "glossary": [ +            "definition9", +            "definition10" +          ], +          "definitionTags": [ +            { +              "name": "tag1", +              "category": "category1", +              "notes": "tag1 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag2", +              "category": "category2", +              "notes": "tag2 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "termTags": [ +            { +              "name": "tag3", +              "category": "category3", +              "notes": "tag3 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag4", +              "category": "category4", +              "notes": "tag4 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag5", +              "category": "category5", +              "notes": "tag5 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "frequencies": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打つ", +              "reading": "ぶつ", +              "hasReading": false, +              "frequency": 2 +            }, +            { +              "index": 1, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打つ", +              "reading": "ぶつ", +              "hasReading": true, +              "frequency": 7 +            } +          ], +          "pitches": [], +          "sourceTermExactMatchCount": 0, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          }, +          "furiganaSegments": [ +            { +              "text": "打", +              "furigana": "ぶ" +            }, +            { +              "text": "つ", +              "furigana": "" +            } +          ] +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "打つ" +        ], +        "uniqueReadings": [ +          "ぶつ" +        ], +        "pitches": [], +        "pitchCount": 0, +        "context": { +          "document": { +            "title": "title" +          } +        } +      }, +      { +        "marker": "{marker}", +        "definition": { +          "type": "term", +          "id": 6, +          "source": "ぶち", +          "rawSource": "ぶち", +          "sourceTerm": "ぶつ", +          "reasons": [ +            "masu stem" +          ], +          "score": 1, +          "isPrimary": true, +          "sequence": 3, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": "打つ", +          "reading": "ぶつ", +          "expressions": [ +            { +              "sourceTerm": "ぶつ", +              "expression": "打つ", +              "reading": "ぶつ", +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "ぶつ", +                  "hasReading": false, +                  "frequency": 2 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "ぶつ", +                  "hasReading": true, +                  "frequency": 7 +                } +              ], +              "pitches": [], +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "ぶ" +                }, +                { +                  "text": "つ", +                  "furigana": "" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "glossary": [ +            "definition11", +            "definition12" +          ], +          "definitionTags": [ +            { +              "name": "tag1", +              "category": "category1", +              "notes": "tag1 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag2", +              "category": "category2", +              "notes": "tag2 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "termTags": [ +            { +              "name": "tag3", +              "category": "category3", +              "notes": "tag3 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag4", +              "category": "category4", +              "notes": "tag4 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag5", +              "category": "category5", +              "notes": "tag5 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "frequencies": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打つ", +              "reading": "ぶつ", +              "hasReading": false, +              "frequency": 2 +            }, +            { +              "index": 1, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打つ", +              "reading": "ぶつ", +              "hasReading": true, +              "frequency": 7 +            } +          ], +          "pitches": [], +          "sourceTermExactMatchCount": 0, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          }, +          "furiganaSegments": [ +            { +              "text": "打", +              "furigana": "ぶ" +            }, +            { +              "text": "つ", +              "furigana": "" +            } +          ] +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "打つ" +        ], +        "uniqueReadings": [ +          "ぶつ" +        ], +        "pitches": [], +        "pitchCount": 0, +        "context": { +          "document": { +            "title": "title" +          } +        } +      } +    ] +  }, +  { +    "name": "Find term using reading 7", +    "noteDataList": [ +      { +        "marker": "{marker}", +        "definition": { +          "type": "term", +          "id": 11, +          "source": "がぞう", +          "rawSource": "がぞう", +          "sourceTerm": "がぞう", +          "reasons": [], +          "score": 1, +          "isPrimary": true, +          "sequence": 5, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": "画像", +          "reading": "がぞう", +          "expressions": [ +            { +              "sourceTerm": "がぞう", +              "expression": "画像", +              "reading": "がぞう", +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [], +              "pitches": [], +              "furiganaSegments": [ +                { +                  "text": "画像", +                  "furigana": "がぞう" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "glossary": [ +            "definition21", +            { +              "type": "image", +              "path": "image.gif", +              "width": 100, +              "height": 100, +              "preferredWidth": 350, +              "preferredHeight": 350, +              "description": "An image", +              "pixelated": true +            } +          ], +          "definitionTags": [ +            { +              "name": "tag1", +              "category": "category1", +              "notes": "tag1 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag2", +              "category": "category2", +              "notes": "tag2 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "termTags": [ +            { +              "name": "tag3", +              "category": "category3", +              "notes": "tag3 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag4", +              "category": "category4", +              "notes": "tag4 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag5", +              "category": "category5", +              "notes": "tag5 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "frequencies": [], +          "pitches": [], +          "sourceTermExactMatchCount": 0, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          }, +          "furiganaSegments": [ +            { +              "text": "画像", +              "furigana": "がぞう" +            } +          ] +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "画像" +        ], +        "uniqueReadings": [ +          "がぞう" +        ], +        "pitches": [], +        "pitchCount": 0, +        "context": { +          "document": { +            "title": "title" +          } +        } +      } +    ] +  }, +  { +    "name": "Missing term 1", +    "noteDataList": [] +  }, +  { +    "name": "Missing term 2", +    "noteDataList": [] +  }, +  { +    "name": "Search using different modes", +    "noteDataList": [ +      { +        "marker": "{marker}", +        "definition": { +          "type": "term", +          "id": 7, +          "source": "打ち込む", +          "rawSource": "打ち込む", +          "sourceTerm": "打ち込む", +          "reasons": [], +          "score": 10, +          "isPrimary": true, +          "sequence": 4, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": "打ち込む", +          "reading": "うちこむ", +          "expressions": [ +            { +              "sourceTerm": "打ち込む", +              "expression": "打ち込む", +              "reading": "うちこむ", +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [], +              "pitches": [], +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "う" +                }, +                { +                  "text": "ち", +                  "furigana": "" +                }, +                { +                  "text": "込", +                  "furigana": "こ" +                }, +                { +                  "text": "む", +                  "furigana": "" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "glossary": [ +            "definition13", +            "definition14" +          ], +          "definitionTags": [ +            { +              "name": "tag1", +              "category": "category1", +              "notes": "tag1 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag2", +              "category": "category2", +              "notes": "tag2 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "termTags": [ +            { +              "name": "tag3", +              "category": "category3", +              "notes": "tag3 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag4", +              "category": "category4", +              "notes": "tag4 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag5", +              "category": "category5", +              "notes": "tag5 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "frequencies": [], +          "pitches": [], +          "sourceTermExactMatchCount": 1, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          }, +          "furiganaSegments": [ +            { +              "text": "打", +              "furigana": "う" +            }, +            { +              "text": "ち", +              "furigana": "" +            }, +            { +              "text": "込", +              "furigana": "こ" +            }, +            { +              "text": "む", +              "furigana": "" +            } +          ] +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "打ち込む" +        ], +        "uniqueReadings": [ +          "うちこむ" +        ], +        "pitches": [], +        "pitchCount": 0, +        "context": { +          "document": { +            "title": "title" +          } +        } +      }, +      { +        "marker": "{marker}", +        "definition": { +          "type": "term", +          "id": 9, +          "source": "打ち込む", +          "rawSource": "打ち込む", +          "sourceTerm": "打ち込む", +          "reasons": [], +          "score": 10, +          "isPrimary": true, +          "sequence": 4, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": "打ち込む", +          "reading": "ぶちこむ", +          "expressions": [ +            { +              "sourceTerm": "打ち込む", +              "expression": "打ち込む", +              "reading": "ぶちこむ", +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [], +              "pitches": [], +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "ぶ" +                }, +                { +                  "text": "ち", +                  "furigana": "" +                }, +                { +                  "text": "込", +                  "furigana": "こ" +                }, +                { +                  "text": "む", +                  "furigana": "" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "glossary": [ +            "definition17", +            "definition18" +          ], +          "definitionTags": [ +            { +              "name": "tag1", +              "category": "category1", +              "notes": "tag1 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag2", +              "category": "category2", +              "notes": "tag2 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "termTags": [ +            { +              "name": "tag3", +              "category": "category3", +              "notes": "tag3 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag4", +              "category": "category4", +              "notes": "tag4 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag5", +              "category": "category5", +              "notes": "tag5 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "frequencies": [], +          "pitches": [], +          "sourceTermExactMatchCount": 1, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          }, +          "furiganaSegments": [ +            { +              "text": "打", +              "furigana": "ぶ" +            }, +            { +              "text": "ち", +              "furigana": "" +            }, +            { +              "text": "込", +              "furigana": "こ" +            }, +            { +              "text": "む", +              "furigana": "" +            } +          ] +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "打ち込む" +        ], +        "uniqueReadings": [ +          "ぶちこむ" +        ], +        "pitches": [], +        "pitchCount": 0, +        "context": { +          "document": { +            "title": "title" +          } +        } +      }, +      { +        "marker": "{marker}", +        "definition": { +          "type": "term", +          "id": 8, +          "source": "打ち込む", +          "rawSource": "打ち込む", +          "sourceTerm": "打ち込む", +          "reasons": [], +          "score": 1, +          "isPrimary": true, +          "sequence": 4, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": "打ち込む", +          "reading": "うちこむ", +          "expressions": [ +            { +              "sourceTerm": "打ち込む", +              "expression": "打ち込む", +              "reading": "うちこむ", +              "termTags": [ +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag6", +                  "category": "default", +                  "notes": "", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag7", +                  "category": "default", +                  "notes": "", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [], +              "pitches": [], +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "う" +                }, +                { +                  "text": "ち", +                  "furigana": "" +                }, +                { +                  "text": "込", +                  "furigana": "こ" +                }, +                { +                  "text": "む", +                  "furigana": "" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "glossary": [ +            "definition15", +            "definition16" +          ], +          "definitionTags": [ +            { +              "name": "tag1", +              "category": "category1", +              "notes": "tag1 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag2", +              "category": "category2", +              "notes": "tag2 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "termTags": [ +            { +              "name": "tag5", +              "category": "category5", +              "notes": "tag5 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag6", +              "category": "default", +              "notes": "", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag7", +              "category": "default", +              "notes": "", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "frequencies": [], +          "pitches": [], +          "sourceTermExactMatchCount": 1, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          }, +          "furiganaSegments": [ +            { +              "text": "打", +              "furigana": "う" +            }, +            { +              "text": "ち", +              "furigana": "" +            }, +            { +              "text": "込", +              "furigana": "こ" +            }, +            { +              "text": "む", +              "furigana": "" +            } +          ] +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "打ち込む" +        ], +        "uniqueReadings": [ +          "うちこむ" +        ], +        "pitches": [], +        "pitchCount": 0, +        "context": { +          "document": { +            "title": "title" +          } +        } +      }, +      { +        "marker": "{marker}", +        "definition": { +          "type": "term", +          "id": 10, +          "source": "打ち込む", +          "rawSource": "打ち込む", +          "sourceTerm": "打ち込む", +          "reasons": [], +          "score": 1, +          "isPrimary": true, +          "sequence": 4, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": "打ち込む", +          "reading": "ぶちこむ", +          "expressions": [ +            { +              "sourceTerm": "打ち込む", +              "expression": "打ち込む", +              "reading": "ぶちこむ", +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [], +              "pitches": [], +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "ぶ" +                }, +                { +                  "text": "ち", +                  "furigana": "" +                }, +                { +                  "text": "込", +                  "furigana": "こ" +                }, +                { +                  "text": "む", +                  "furigana": "" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "glossary": [ +            "definition19", +            "definition20" +          ], +          "definitionTags": [ +            { +              "name": "tag1", +              "category": "category1", +              "notes": "tag1 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag2", +              "category": "category2", +              "notes": "tag2 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "termTags": [ +            { +              "name": "tag3", +              "category": "category3", +              "notes": "tag3 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag4", +              "category": "category4", +              "notes": "tag4 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag5", +              "category": "category5", +              "notes": "tag5 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "frequencies": [], +          "pitches": [], +          "sourceTermExactMatchCount": 1, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          }, +          "furiganaSegments": [ +            { +              "text": "打", +              "furigana": "ぶ" +            }, +            { +              "text": "ち", +              "furigana": "" +            }, +            { +              "text": "込", +              "furigana": "こ" +            }, +            { +              "text": "む", +              "furigana": "" +            } +          ] +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "打ち込む" +        ], +        "uniqueReadings": [ +          "ぶちこむ" +        ], +        "pitches": [], +        "pitchCount": 0, +        "context": { +          "document": { +            "title": "title" +          } +        } +      }, +      { +        "marker": "{marker}", +        "definition": { +          "type": "term", +          "id": 3, +          "source": "打ち", +          "rawSource": "打ち", +          "sourceTerm": "打つ", +          "reasons": [ +            "masu stem" +          ], +          "score": 10, +          "isPrimary": true, +          "sequence": 3, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": "打つ", +          "reading": "うつ", +          "expressions": [ +            { +              "sourceTerm": "打つ", +              "expression": "打つ", +              "reading": "うつ", +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [], +              "pitches": [], +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "う" +                }, +                { +                  "text": "つ", +                  "furigana": "" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "glossary": [ +            "definition5", +            "definition6" +          ], +          "definitionTags": [ +            { +              "name": "tag1", +              "category": "category1", +              "notes": "tag1 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag2", +              "category": "category2", +              "notes": "tag2 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "termTags": [ +            { +              "name": "tag3", +              "category": "category3", +              "notes": "tag3 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag4", +              "category": "category4", +              "notes": "tag4 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag5", +              "category": "category5", +              "notes": "tag5 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "frequencies": [], +          "pitches": [], +          "sourceTermExactMatchCount": 1, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          }, +          "furiganaSegments": [ +            { +              "text": "打", +              "furigana": "う" +            }, +            { +              "text": "つ", +              "furigana": "" +            } +          ] +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "打つ" +        ], +        "uniqueReadings": [ +          "うつ" +        ], +        "pitches": [], +        "pitchCount": 0, +        "context": { +          "document": { +            "title": "title" +          } +        } +      }, +      { +        "marker": "{marker}", +        "definition": { +          "type": "term", +          "id": 5, +          "source": "打ち", +          "rawSource": "打ち", +          "sourceTerm": "打つ", +          "reasons": [ +            "masu stem" +          ], +          "score": 10, +          "isPrimary": true, +          "sequence": 3, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": "打つ", +          "reading": "ぶつ", +          "expressions": [ +            { +              "sourceTerm": "打つ", +              "expression": "打つ", +              "reading": "ぶつ", +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [], +              "pitches": [], +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "ぶ" +                }, +                { +                  "text": "つ", +                  "furigana": "" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "glossary": [ +            "definition9", +            "definition10" +          ], +          "definitionTags": [ +            { +              "name": "tag1", +              "category": "category1", +              "notes": "tag1 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag2", +              "category": "category2", +              "notes": "tag2 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "termTags": [ +            { +              "name": "tag3", +              "category": "category3", +              "notes": "tag3 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag4", +              "category": "category4", +              "notes": "tag4 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag5", +              "category": "category5", +              "notes": "tag5 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "frequencies": [], +          "pitches": [], +          "sourceTermExactMatchCount": 1, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          }, +          "furiganaSegments": [ +            { +              "text": "打", +              "furigana": "ぶ" +            }, +            { +              "text": "つ", +              "furigana": "" +            } +          ] +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "打つ" +        ], +        "uniqueReadings": [ +          "ぶつ" +        ], +        "pitches": [], +        "pitchCount": 0, +        "context": { +          "document": { +            "title": "title" +          } +        } +      }, +      { +        "marker": "{marker}", +        "definition": { +          "type": "term", +          "id": 4, +          "source": "打ち", +          "rawSource": "打ち", +          "sourceTerm": "打つ", +          "reasons": [ +            "masu stem" +          ], +          "score": 1, +          "isPrimary": true, +          "sequence": 3, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": "打つ", +          "reading": "うつ", +          "expressions": [ +            { +              "sourceTerm": "打つ", +              "expression": "打つ", +              "reading": "うつ", +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [], +              "pitches": [], +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "う" +                }, +                { +                  "text": "つ", +                  "furigana": "" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "glossary": [ +            "definition7", +            "definition8" +          ], +          "definitionTags": [ +            { +              "name": "tag1", +              "category": "category1", +              "notes": "tag1 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag2", +              "category": "category2", +              "notes": "tag2 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "termTags": [ +            { +              "name": "tag3", +              "category": "category3", +              "notes": "tag3 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag4", +              "category": "category4", +              "notes": "tag4 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag5", +              "category": "category5", +              "notes": "tag5 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "frequencies": [], +          "pitches": [], +          "sourceTermExactMatchCount": 1, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          }, +          "furiganaSegments": [ +            { +              "text": "打", +              "furigana": "う" +            }, +            { +              "text": "つ", +              "furigana": "" +            } +          ] +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "打つ" +        ], +        "uniqueReadings": [ +          "うつ" +        ], +        "pitches": [], +        "pitchCount": 0, +        "context": { +          "document": { +            "title": "title" +          } +        } +      }, +      { +        "marker": "{marker}", +        "definition": { +          "type": "term", +          "id": 6, +          "source": "打ち", +          "rawSource": "打ち", +          "sourceTerm": "打つ", +          "reasons": [ +            "masu stem" +          ], +          "score": 1, +          "isPrimary": true, +          "sequence": 3, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": "打つ", +          "reading": "ぶつ", +          "expressions": [ +            { +              "sourceTerm": "打つ", +              "expression": "打つ", +              "reading": "ぶつ", +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [], +              "pitches": [], +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "ぶ" +                }, +                { +                  "text": "つ", +                  "furigana": "" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "glossary": [ +            "definition11", +            "definition12" +          ], +          "definitionTags": [ +            { +              "name": "tag1", +              "category": "category1", +              "notes": "tag1 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag2", +              "category": "category2", +              "notes": "tag2 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "termTags": [ +            { +              "name": "tag3", +              "category": "category3", +              "notes": "tag3 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag4", +              "category": "category4", +              "notes": "tag4 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag5", +              "category": "category5", +              "notes": "tag5 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "frequencies": [], +          "pitches": [], +          "sourceTermExactMatchCount": 1, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          }, +          "furiganaSegments": [ +            { +              "text": "打", +              "furigana": "ぶ" +            }, +            { +              "text": "つ", +              "furigana": "" +            } +          ] +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "打つ" +        ], +        "uniqueReadings": [ +          "ぶつ" +        ], +        "pitches": [], +        "pitchCount": 0, +        "context": { +          "document": { +            "title": "title" +          } +        } +      }, +      { +        "marker": "{marker}", +        "definition": { +          "type": "term", +          "id": 1, +          "source": "打", +          "rawSource": "打", +          "sourceTerm": "打", +          "reasons": [], +          "score": 1, +          "isPrimary": true, +          "sequence": 1, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": "打", +          "reading": "だ", +          "expressions": [ +            { +              "sourceTerm": "打", +              "expression": "打", +              "reading": "だ", +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [], +              "pitches": [], +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "だ" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "glossary": [ +            "definition1", +            "definition2" +          ], +          "definitionTags": [ +            { +              "name": "tag1", +              "category": "category1", +              "notes": "tag1 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag2", +              "category": "category2", +              "notes": "tag2 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "termTags": [ +            { +              "name": "tag3", +              "category": "category3", +              "notes": "tag3 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag4", +              "category": "category4", +              "notes": "tag4 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag5", +              "category": "category5", +              "notes": "tag5 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "frequencies": [], +          "pitches": [], +          "sourceTermExactMatchCount": 1, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          }, +          "furiganaSegments": [ +            { +              "text": "打", +              "furigana": "だ" +            } +          ] +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "打" +        ], +        "uniqueReadings": [ +          "だ" +        ], +        "pitches": [], +        "pitchCount": 0, +        "context": { +          "document": { +            "title": "title" +          } +        } +      }, +      { +        "marker": "{marker}", +        "definition": { +          "type": "term", +          "id": 2, +          "source": "打", +          "rawSource": "打", +          "sourceTerm": "打", +          "reasons": [], +          "score": 1, +          "isPrimary": true, +          "sequence": 2, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": "打", +          "reading": "ダース", +          "expressions": [ +            { +              "sourceTerm": "打", +              "expression": "打", +              "reading": "ダース", +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [], +              "pitches": [], +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "ダース" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "glossary": [ +            "definition3", +            "definition4" +          ], +          "definitionTags": [ +            { +              "name": "tag1", +              "category": "category1", +              "notes": "tag1 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag2", +              "category": "category2", +              "notes": "tag2 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "termTags": [ +            { +              "name": "tag3", +              "category": "category3", +              "notes": "tag3 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag4", +              "category": "category4", +              "notes": "tag4 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag5", +              "category": "category5", +              "notes": "tag5 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "frequencies": [], +          "pitches": [], +          "sourceTermExactMatchCount": 1, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          }, +          "furiganaSegments": [ +            { +              "text": "打", +              "furigana": "ダース" +            } +          ] +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "打" +        ], +        "uniqueReadings": [ +          "ダース" +        ], +        "pitches": [], +        "pitchCount": 0, +        "context": { +          "document": { +            "title": "title" +          } +        } +      } +    ] +  }, +  { +    "name": "Search using different modes", +    "noteDataList": [ +      { +        "marker": "{marker}", +        "definition": { +          "type": "termGrouped", +          "source": "打ち込む", +          "rawSource": "打ち込む", +          "sourceTerm": "打ち込む", +          "reasons": [], +          "score": 10, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": "打ち込む", +          "reading": "うちこむ", +          "expressions": [ +            { +              "sourceTerm": "打ち込む", +              "expression": "打ち込む", +              "reading": "うちこむ", +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag6", +                  "category": "default", +                  "notes": "", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag7", +                  "category": "default", +                  "notes": "", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "うちこむ", +                  "hasReading": false, +                  "frequency": 3 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "うちこむ", +                  "hasReading": true, +                  "frequency": 8 +                } +              ], +              "pitches": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "うちこむ", +                  "pitches": [ +                    { +                      "position": 0, +                      "tags": [] +                    }, +                    { +                      "position": 3, +                      "tags": [] +                    } +                  ] +                } +              ], +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "う" +                }, +                { +                  "text": "ち", +                  "furigana": "" +                }, +                { +                  "text": "込", +                  "furigana": "こ" +                }, +                { +                  "text": "む", +                  "furigana": "" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "termTags": [ +            { +              "name": "tag3", +              "category": "category3", +              "notes": "tag3 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag4", +              "category": "category4", +              "notes": "tag4 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag5", +              "category": "category5", +              "notes": "tag5 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag6", +              "category": "default", +              "notes": "", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag7", +              "category": "default", +              "notes": "", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "definitions": [ +            { +              "type": "term", +              "id": 7, +              "source": "打ち込む", +              "rawSource": "打ち込む", +              "sourceTerm": "打ち込む", +              "reasons": [], +              "score": 10, +              "isPrimary": true, +              "sequence": 4, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "dictionaryNames": [ +                "Test Dictionary 2" +              ], +              "expression": "打ち込む", +              "reading": "うちこむ", +              "expressions": [ +                { +                  "sourceTerm": "打ち込む", +                  "expression": "打ち込む", +                  "reading": "うちこむ", +                  "termTags": [ +                    { +                      "name": "tag3", +                      "category": "category3", +                      "notes": "tag3 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag4", +                      "category": "category4", +                      "notes": "tag4 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag5", +                      "category": "category5", +                      "notes": "tag5 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    } +                  ], +                  "frequencies": [ +                    { +                      "index": 0, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打ち込む", +                      "reading": "うちこむ", +                      "hasReading": false, +                      "frequency": 3 +                    }, +                    { +                      "index": 1, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打ち込む", +                      "reading": "うちこむ", +                      "hasReading": true, +                      "frequency": 8 +                    } +                  ], +                  "pitches": [ +                    { +                      "index": 0, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打ち込む", +                      "reading": "うちこむ", +                      "pitches": [ +                        { +                          "position": 0, +                          "tags": [] +                        }, +                        { +                          "position": 3, +                          "tags": [] +                        } +                      ] +                    } +                  ], +                  "furiganaSegments": [ +                    { +                      "text": "打", +                      "furigana": "う" +                    }, +                    { +                      "text": "ち", +                      "furigana": "" +                    }, +                    { +                      "text": "込", +                      "furigana": "こ" +                    }, +                    { +                      "text": "む", +                      "furigana": "" +                    } +                  ], +                  "termFrequency": "normal" +                } +              ], +              "glossary": [ +                "definition13", +                "definition14" +              ], +              "definitionTags": [ +                { +                  "name": "tag1", +                  "category": "category1", +                  "notes": "tag1 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag2", +                  "category": "category2", +                  "notes": "tag2 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "うちこむ", +                  "hasReading": false, +                  "frequency": 3 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "うちこむ", +                  "hasReading": true, +                  "frequency": 8 +                } +              ], +              "pitches": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "うちこむ", +                  "pitches": [ +                    { +                      "position": 0, +                      "tags": [] +                    }, +                    { +                      "position": 3, +                      "tags": [] +                    } +                  ] +                } +              ], +              "sourceTermExactMatchCount": 1, +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "う" +                }, +                { +                  "text": "ち", +                  "furigana": "" +                }, +                { +                  "text": "込", +                  "furigana": "こ" +                }, +                { +                  "text": "む", +                  "furigana": "" +                } +              ] +            }, +            { +              "type": "term", +              "id": 8, +              "source": "打ち込む", +              "rawSource": "打ち込む", +              "sourceTerm": "打ち込む", +              "reasons": [], +              "score": 1, +              "isPrimary": true, +              "sequence": 4, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "dictionaryNames": [ +                "Test Dictionary 2" +              ], +              "expression": "打ち込む", +              "reading": "うちこむ", +              "expressions": [ +                { +                  "sourceTerm": "打ち込む", +                  "expression": "打ち込む", +                  "reading": "うちこむ", +                  "termTags": [ +                    { +                      "name": "tag5", +                      "category": "category5", +                      "notes": "tag5 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag6", +                      "category": "default", +                      "notes": "", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag7", +                      "category": "default", +                      "notes": "", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    } +                  ], +                  "frequencies": [ +                    { +                      "index": 0, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打ち込む", +                      "reading": "うちこむ", +                      "hasReading": false, +                      "frequency": 3 +                    }, +                    { +                      "index": 1, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打ち込む", +                      "reading": "うちこむ", +                      "hasReading": true, +                      "frequency": 8 +                    } +                  ], +                  "pitches": [ +                    { +                      "index": 0, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打ち込む", +                      "reading": "うちこむ", +                      "pitches": [ +                        { +                          "position": 0, +                          "tags": [] +                        }, +                        { +                          "position": 3, +                          "tags": [] +                        } +                      ] +                    } +                  ], +                  "furiganaSegments": [ +                    { +                      "text": "打", +                      "furigana": "う" +                    }, +                    { +                      "text": "ち", +                      "furigana": "" +                    }, +                    { +                      "text": "込", +                      "furigana": "こ" +                    }, +                    { +                      "text": "む", +                      "furigana": "" +                    } +                  ], +                  "termFrequency": "normal" +                } +              ], +              "glossary": [ +                "definition15", +                "definition16" +              ], +              "definitionTags": [ +                { +                  "name": "tag1", +                  "category": "category1", +                  "notes": "tag1 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag2", +                  "category": "category2", +                  "notes": "tag2 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "termTags": [ +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag6", +                  "category": "default", +                  "notes": "", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag7", +                  "category": "default", +                  "notes": "", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "うちこむ", +                  "hasReading": false, +                  "frequency": 3 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "うちこむ", +                  "hasReading": true, +                  "frequency": 8 +                } +              ], +              "pitches": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "うちこむ", +                  "pitches": [ +                    { +                      "position": 0, +                      "tags": [] +                    }, +                    { +                      "position": 3, +                      "tags": [] +                    } +                  ] +                } +              ], +              "sourceTermExactMatchCount": 1, +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "う" +                }, +                { +                  "text": "ち", +                  "furigana": "" +                }, +                { +                  "text": "込", +                  "furigana": "こ" +                }, +                { +                  "text": "む", +                  "furigana": "" +                } +              ] +            } +          ], +          "frequencies": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打ち込む", +              "reading": "うちこむ", +              "hasReading": false, +              "frequency": 3 +            }, +            { +              "index": 1, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打ち込む", +              "reading": "うちこむ", +              "hasReading": true, +              "frequency": 8 +            } +          ], +          "pitches": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打ち込む", +              "reading": "うちこむ", +              "pitches": [ +                { +                  "position": 0, +                  "tags": [] +                }, +                { +                  "position": 3, +                  "tags": [] +                } +              ] +            } +          ], +          "sourceTermExactMatchCount": 1, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          } +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "打ち込む" +        ], +        "uniqueReadings": [ +          "うちこむ" +        ], +        "pitches": [ +          { +            "dictionary": "Test Dictionary 2", +            "pitches": [ +              { +                "expressions": [ +                  "打ち込む" +                ], +                "reading": "うちこむ", +                "position": 0, +                "tags": [], +                "exclusiveExpressions": [], +                "exclusiveReadings": [] +              }, +              { +                "expressions": [ +                  "打ち込む" +                ], +                "reading": "うちこむ", +                "position": 3, +                "tags": [], +                "exclusiveExpressions": [], +                "exclusiveReadings": [] +              } +            ] +          } +        ], +        "pitchCount": 2, +        "context": { +          "document": { +            "title": "title" +          } +        } +      }, +      { +        "marker": "{marker}", +        "definition": { +          "type": "termGrouped", +          "source": "打ち込む", +          "rawSource": "打ち込む", +          "sourceTerm": "打ち込む", +          "reasons": [], +          "score": 10, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": "打ち込む", +          "reading": "ぶちこむ", +          "expressions": [ +            { +              "sourceTerm": "打ち込む", +              "expression": "打ち込む", +              "reading": "ぶちこむ", +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "ぶちこむ", +                  "hasReading": false, +                  "frequency": 3 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "ぶちこむ", +                  "hasReading": true, +                  "frequency": 9 +                } +              ], +              "pitches": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "ぶちこむ", +                  "pitches": [ +                    { +                      "position": 0, +                      "tags": [] +                    }, +                    { +                      "position": 3, +                      "tags": [] +                    } +                  ] +                } +              ], +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "ぶ" +                }, +                { +                  "text": "ち", +                  "furigana": "" +                }, +                { +                  "text": "込", +                  "furigana": "こ" +                }, +                { +                  "text": "む", +                  "furigana": "" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "termTags": [ +            { +              "name": "tag3", +              "category": "category3", +              "notes": "tag3 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag4", +              "category": "category4", +              "notes": "tag4 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag5", +              "category": "category5", +              "notes": "tag5 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "definitions": [ +            { +              "type": "term", +              "id": 9, +              "source": "打ち込む", +              "rawSource": "打ち込む", +              "sourceTerm": "打ち込む", +              "reasons": [], +              "score": 10, +              "isPrimary": true, +              "sequence": 4, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "dictionaryNames": [ +                "Test Dictionary 2" +              ], +              "expression": "打ち込む", +              "reading": "ぶちこむ", +              "expressions": [ +                { +                  "sourceTerm": "打ち込む", +                  "expression": "打ち込む", +                  "reading": "ぶちこむ", +                  "termTags": [ +                    { +                      "name": "tag3", +                      "category": "category3", +                      "notes": "tag3 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag4", +                      "category": "category4", +                      "notes": "tag4 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag5", +                      "category": "category5", +                      "notes": "tag5 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    } +                  ], +                  "frequencies": [ +                    { +                      "index": 0, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打ち込む", +                      "reading": "ぶちこむ", +                      "hasReading": false, +                      "frequency": 3 +                    }, +                    { +                      "index": 1, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打ち込む", +                      "reading": "ぶちこむ", +                      "hasReading": true, +                      "frequency": 9 +                    } +                  ], +                  "pitches": [ +                    { +                      "index": 0, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打ち込む", +                      "reading": "ぶちこむ", +                      "pitches": [ +                        { +                          "position": 0, +                          "tags": [] +                        }, +                        { +                          "position": 3, +                          "tags": [] +                        } +                      ] +                    } +                  ], +                  "furiganaSegments": [ +                    { +                      "text": "打", +                      "furigana": "ぶ" +                    }, +                    { +                      "text": "ち", +                      "furigana": "" +                    }, +                    { +                      "text": "込", +                      "furigana": "こ" +                    }, +                    { +                      "text": "む", +                      "furigana": "" +                    } +                  ], +                  "termFrequency": "normal" +                } +              ], +              "glossary": [ +                "definition17", +                "definition18" +              ], +              "definitionTags": [ +                { +                  "name": "tag1", +                  "category": "category1", +                  "notes": "tag1 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag2", +                  "category": "category2", +                  "notes": "tag2 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "ぶちこむ", +                  "hasReading": false, +                  "frequency": 3 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "ぶちこむ", +                  "hasReading": true, +                  "frequency": 9 +                } +              ], +              "pitches": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "ぶちこむ", +                  "pitches": [ +                    { +                      "position": 0, +                      "tags": [] +                    }, +                    { +                      "position": 3, +                      "tags": [] +                    } +                  ] +                } +              ], +              "sourceTermExactMatchCount": 1, +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "ぶ" +                }, +                { +                  "text": "ち", +                  "furigana": "" +                }, +                { +                  "text": "込", +                  "furigana": "こ" +                }, +                { +                  "text": "む", +                  "furigana": "" +                } +              ] +            }, +            { +              "type": "term", +              "id": 10, +              "source": "打ち込む", +              "rawSource": "打ち込む", +              "sourceTerm": "打ち込む", +              "reasons": [], +              "score": 1, +              "isPrimary": true, +              "sequence": 4, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "dictionaryNames": [ +                "Test Dictionary 2" +              ], +              "expression": "打ち込む", +              "reading": "ぶちこむ", +              "expressions": [ +                { +                  "sourceTerm": "打ち込む", +                  "expression": "打ち込む", +                  "reading": "ぶちこむ", +                  "termTags": [ +                    { +                      "name": "tag3", +                      "category": "category3", +                      "notes": "tag3 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag4", +                      "category": "category4", +                      "notes": "tag4 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag5", +                      "category": "category5", +                      "notes": "tag5 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    } +                  ], +                  "frequencies": [ +                    { +                      "index": 0, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打ち込む", +                      "reading": "ぶちこむ", +                      "hasReading": false, +                      "frequency": 3 +                    }, +                    { +                      "index": 1, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打ち込む", +                      "reading": "ぶちこむ", +                      "hasReading": true, +                      "frequency": 9 +                    } +                  ], +                  "pitches": [ +                    { +                      "index": 0, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打ち込む", +                      "reading": "ぶちこむ", +                      "pitches": [ +                        { +                          "position": 0, +                          "tags": [] +                        }, +                        { +                          "position": 3, +                          "tags": [] +                        } +                      ] +                    } +                  ], +                  "furiganaSegments": [ +                    { +                      "text": "打", +                      "furigana": "ぶ" +                    }, +                    { +                      "text": "ち", +                      "furigana": "" +                    }, +                    { +                      "text": "込", +                      "furigana": "こ" +                    }, +                    { +                      "text": "む", +                      "furigana": "" +                    } +                  ], +                  "termFrequency": "normal" +                } +              ], +              "glossary": [ +                "definition19", +                "definition20" +              ], +              "definitionTags": [ +                { +                  "name": "tag1", +                  "category": "category1", +                  "notes": "tag1 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag2", +                  "category": "category2", +                  "notes": "tag2 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "ぶちこむ", +                  "hasReading": false, +                  "frequency": 3 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "ぶちこむ", +                  "hasReading": true, +                  "frequency": 9 +                } +              ], +              "pitches": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "ぶちこむ", +                  "pitches": [ +                    { +                      "position": 0, +                      "tags": [] +                    }, +                    { +                      "position": 3, +                      "tags": [] +                    } +                  ] +                } +              ], +              "sourceTermExactMatchCount": 1, +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "ぶ" +                }, +                { +                  "text": "ち", +                  "furigana": "" +                }, +                { +                  "text": "込", +                  "furigana": "こ" +                }, +                { +                  "text": "む", +                  "furigana": "" +                } +              ] +            } +          ], +          "frequencies": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打ち込む", +              "reading": "ぶちこむ", +              "hasReading": false, +              "frequency": 3 +            }, +            { +              "index": 1, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打ち込む", +              "reading": "ぶちこむ", +              "hasReading": true, +              "frequency": 9 +            } +          ], +          "pitches": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打ち込む", +              "reading": "ぶちこむ", +              "pitches": [ +                { +                  "position": 0, +                  "tags": [] +                }, +                { +                  "position": 3, +                  "tags": [] +                } +              ] +            } +          ], +          "sourceTermExactMatchCount": 1, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          } +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "打ち込む" +        ], +        "uniqueReadings": [ +          "ぶちこむ" +        ], +        "pitches": [ +          { +            "dictionary": "Test Dictionary 2", +            "pitches": [ +              { +                "expressions": [ +                  "打ち込む" +                ], +                "reading": "ぶちこむ", +                "position": 0, +                "tags": [], +                "exclusiveExpressions": [], +                "exclusiveReadings": [] +              }, +              { +                "expressions": [ +                  "打ち込む" +                ], +                "reading": "ぶちこむ", +                "position": 3, +                "tags": [], +                "exclusiveExpressions": [], +                "exclusiveReadings": [] +              } +            ] +          } +        ], +        "pitchCount": 2, +        "context": { +          "document": { +            "title": "title" +          } +        } +      }, +      { +        "marker": "{marker}", +        "definition": { +          "type": "termGrouped", +          "source": "打ち", +          "rawSource": "打ち", +          "sourceTerm": "打つ", +          "reasons": [ +            "masu stem" +          ], +          "score": 10, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": "打つ", +          "reading": "うつ", +          "expressions": [ +            { +              "sourceTerm": "打つ", +              "expression": "打つ", +              "reading": "うつ", +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "うつ", +                  "hasReading": false, +                  "frequency": 2 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "うつ", +                  "hasReading": true, +                  "frequency": 6 +                } +              ], +              "pitches": [], +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "う" +                }, +                { +                  "text": "つ", +                  "furigana": "" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "termTags": [ +            { +              "name": "tag3", +              "category": "category3", +              "notes": "tag3 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag4", +              "category": "category4", +              "notes": "tag4 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag5", +              "category": "category5", +              "notes": "tag5 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "definitions": [ +            { +              "type": "term", +              "id": 3, +              "source": "打ち", +              "rawSource": "打ち", +              "sourceTerm": "打つ", +              "reasons": [ +                "masu stem" +              ], +              "score": 10, +              "isPrimary": true, +              "sequence": 3, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "dictionaryNames": [ +                "Test Dictionary 2" +              ], +              "expression": "打つ", +              "reading": "うつ", +              "expressions": [ +                { +                  "sourceTerm": "打つ", +                  "expression": "打つ", +                  "reading": "うつ", +                  "termTags": [ +                    { +                      "name": "tag3", +                      "category": "category3", +                      "notes": "tag3 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag4", +                      "category": "category4", +                      "notes": "tag4 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag5", +                      "category": "category5", +                      "notes": "tag5 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    } +                  ], +                  "frequencies": [ +                    { +                      "index": 0, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打つ", +                      "reading": "うつ", +                      "hasReading": false, +                      "frequency": 2 +                    }, +                    { +                      "index": 1, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打つ", +                      "reading": "うつ", +                      "hasReading": true, +                      "frequency": 6 +                    } +                  ], +                  "pitches": [], +                  "furiganaSegments": [ +                    { +                      "text": "打", +                      "furigana": "う" +                    }, +                    { +                      "text": "つ", +                      "furigana": "" +                    } +                  ], +                  "termFrequency": "normal" +                } +              ], +              "glossary": [ +                "definition5", +                "definition6" +              ], +              "definitionTags": [ +                { +                  "name": "tag1", +                  "category": "category1", +                  "notes": "tag1 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag2", +                  "category": "category2", +                  "notes": "tag2 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "うつ", +                  "hasReading": false, +                  "frequency": 2 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "うつ", +                  "hasReading": true, +                  "frequency": 6 +                } +              ], +              "pitches": [], +              "sourceTermExactMatchCount": 1, +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "う" +                }, +                { +                  "text": "つ", +                  "furigana": "" +                } +              ] +            }, +            { +              "type": "term", +              "id": 4, +              "source": "打ち", +              "rawSource": "打ち", +              "sourceTerm": "打つ", +              "reasons": [ +                "masu stem" +              ], +              "score": 1, +              "isPrimary": true, +              "sequence": 3, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "dictionaryNames": [ +                "Test Dictionary 2" +              ], +              "expression": "打つ", +              "reading": "うつ", +              "expressions": [ +                { +                  "sourceTerm": "打つ", +                  "expression": "打つ", +                  "reading": "うつ", +                  "termTags": [ +                    { +                      "name": "tag3", +                      "category": "category3", +                      "notes": "tag3 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag4", +                      "category": "category4", +                      "notes": "tag4 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag5", +                      "category": "category5", +                      "notes": "tag5 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    } +                  ], +                  "frequencies": [ +                    { +                      "index": 0, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打つ", +                      "reading": "うつ", +                      "hasReading": false, +                      "frequency": 2 +                    }, +                    { +                      "index": 1, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打つ", +                      "reading": "うつ", +                      "hasReading": true, +                      "frequency": 6 +                    } +                  ], +                  "pitches": [], +                  "furiganaSegments": [ +                    { +                      "text": "打", +                      "furigana": "う" +                    }, +                    { +                      "text": "つ", +                      "furigana": "" +                    } +                  ], +                  "termFrequency": "normal" +                } +              ], +              "glossary": [ +                "definition7", +                "definition8" +              ], +              "definitionTags": [ +                { +                  "name": "tag1", +                  "category": "category1", +                  "notes": "tag1 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag2", +                  "category": "category2", +                  "notes": "tag2 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "うつ", +                  "hasReading": false, +                  "frequency": 2 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "うつ", +                  "hasReading": true, +                  "frequency": 6 +                } +              ], +              "pitches": [], +              "sourceTermExactMatchCount": 1, +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "う" +                }, +                { +                  "text": "つ", +                  "furigana": "" +                } +              ] +            } +          ], +          "frequencies": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打つ", +              "reading": "うつ", +              "hasReading": false, +              "frequency": 2 +            }, +            { +              "index": 1, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打つ", +              "reading": "うつ", +              "hasReading": true, +              "frequency": 6 +            } +          ], +          "pitches": [], +          "sourceTermExactMatchCount": 1, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          } +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "打つ" +        ], +        "uniqueReadings": [ +          "うつ" +        ], +        "pitches": [], +        "pitchCount": 0, +        "context": { +          "document": { +            "title": "title" +          } +        } +      }, +      { +        "marker": "{marker}", +        "definition": { +          "type": "termGrouped", +          "source": "打ち", +          "rawSource": "打ち", +          "sourceTerm": "打つ", +          "reasons": [ +            "masu stem" +          ], +          "score": 10, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": "打つ", +          "reading": "ぶつ", +          "expressions": [ +            { +              "sourceTerm": "打つ", +              "expression": "打つ", +              "reading": "ぶつ", +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "ぶつ", +                  "hasReading": false, +                  "frequency": 2 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "ぶつ", +                  "hasReading": true, +                  "frequency": 7 +                } +              ], +              "pitches": [], +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "ぶ" +                }, +                { +                  "text": "つ", +                  "furigana": "" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "termTags": [ +            { +              "name": "tag3", +              "category": "category3", +              "notes": "tag3 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag4", +              "category": "category4", +              "notes": "tag4 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag5", +              "category": "category5", +              "notes": "tag5 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "definitions": [ +            { +              "type": "term", +              "id": 5, +              "source": "打ち", +              "rawSource": "打ち", +              "sourceTerm": "打つ", +              "reasons": [ +                "masu stem" +              ], +              "score": 10, +              "isPrimary": true, +              "sequence": 3, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "dictionaryNames": [ +                "Test Dictionary 2" +              ], +              "expression": "打つ", +              "reading": "ぶつ", +              "expressions": [ +                { +                  "sourceTerm": "打つ", +                  "expression": "打つ", +                  "reading": "ぶつ", +                  "termTags": [ +                    { +                      "name": "tag3", +                      "category": "category3", +                      "notes": "tag3 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag4", +                      "category": "category4", +                      "notes": "tag4 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag5", +                      "category": "category5", +                      "notes": "tag5 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    } +                  ], +                  "frequencies": [ +                    { +                      "index": 0, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打つ", +                      "reading": "ぶつ", +                      "hasReading": false, +                      "frequency": 2 +                    }, +                    { +                      "index": 1, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打つ", +                      "reading": "ぶつ", +                      "hasReading": true, +                      "frequency": 7 +                    } +                  ], +                  "pitches": [], +                  "furiganaSegments": [ +                    { +                      "text": "打", +                      "furigana": "ぶ" +                    }, +                    { +                      "text": "つ", +                      "furigana": "" +                    } +                  ], +                  "termFrequency": "normal" +                } +              ], +              "glossary": [ +                "definition9", +                "definition10" +              ], +              "definitionTags": [ +                { +                  "name": "tag1", +                  "category": "category1", +                  "notes": "tag1 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag2", +                  "category": "category2", +                  "notes": "tag2 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "ぶつ", +                  "hasReading": false, +                  "frequency": 2 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "ぶつ", +                  "hasReading": true, +                  "frequency": 7 +                } +              ], +              "pitches": [], +              "sourceTermExactMatchCount": 1, +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "ぶ" +                }, +                { +                  "text": "つ", +                  "furigana": "" +                } +              ] +            }, +            { +              "type": "term", +              "id": 6, +              "source": "打ち", +              "rawSource": "打ち", +              "sourceTerm": "打つ", +              "reasons": [ +                "masu stem" +              ], +              "score": 1, +              "isPrimary": true, +              "sequence": 3, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "dictionaryNames": [ +                "Test Dictionary 2" +              ], +              "expression": "打つ", +              "reading": "ぶつ", +              "expressions": [ +                { +                  "sourceTerm": "打つ", +                  "expression": "打つ", +                  "reading": "ぶつ", +                  "termTags": [ +                    { +                      "name": "tag3", +                      "category": "category3", +                      "notes": "tag3 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag4", +                      "category": "category4", +                      "notes": "tag4 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag5", +                      "category": "category5", +                      "notes": "tag5 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    } +                  ], +                  "frequencies": [ +                    { +                      "index": 0, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打つ", +                      "reading": "ぶつ", +                      "hasReading": false, +                      "frequency": 2 +                    }, +                    { +                      "index": 1, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打つ", +                      "reading": "ぶつ", +                      "hasReading": true, +                      "frequency": 7 +                    } +                  ], +                  "pitches": [], +                  "furiganaSegments": [ +                    { +                      "text": "打", +                      "furigana": "ぶ" +                    }, +                    { +                      "text": "つ", +                      "furigana": "" +                    } +                  ], +                  "termFrequency": "normal" +                } +              ], +              "glossary": [ +                "definition11", +                "definition12" +              ], +              "definitionTags": [ +                { +                  "name": "tag1", +                  "category": "category1", +                  "notes": "tag1 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag2", +                  "category": "category2", +                  "notes": "tag2 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "ぶつ", +                  "hasReading": false, +                  "frequency": 2 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "ぶつ", +                  "hasReading": true, +                  "frequency": 7 +                } +              ], +              "pitches": [], +              "sourceTermExactMatchCount": 1, +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "ぶ" +                }, +                { +                  "text": "つ", +                  "furigana": "" +                } +              ] +            } +          ], +          "frequencies": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打つ", +              "reading": "ぶつ", +              "hasReading": false, +              "frequency": 2 +            }, +            { +              "index": 1, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打つ", +              "reading": "ぶつ", +              "hasReading": true, +              "frequency": 7 +            } +          ], +          "pitches": [], +          "sourceTermExactMatchCount": 1, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          } +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "打つ" +        ], +        "uniqueReadings": [ +          "ぶつ" +        ], +        "pitches": [], +        "pitchCount": 0, +        "context": { +          "document": { +            "title": "title" +          } +        } +      }, +      { +        "marker": "{marker}", +        "definition": { +          "type": "termGrouped", +          "source": "打", +          "rawSource": "打", +          "sourceTerm": "打", +          "reasons": [], +          "score": 1, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": "打", +          "reading": "だ", +          "expressions": [ +            { +              "sourceTerm": "打", +              "expression": "打", +              "reading": "だ", +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打", +                  "reading": "だ", +                  "hasReading": false, +                  "frequency": 1 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打", +                  "reading": "だ", +                  "hasReading": true, +                  "frequency": 4 +                } +              ], +              "pitches": [], +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "だ" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "termTags": [ +            { +              "name": "tag3", +              "category": "category3", +              "notes": "tag3 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag4", +              "category": "category4", +              "notes": "tag4 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag5", +              "category": "category5", +              "notes": "tag5 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "definitions": [ +            { +              "type": "term", +              "id": 1, +              "source": "打", +              "rawSource": "打", +              "sourceTerm": "打", +              "reasons": [], +              "score": 1, +              "isPrimary": true, +              "sequence": 1, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "dictionaryNames": [ +                "Test Dictionary 2" +              ], +              "expression": "打", +              "reading": "だ", +              "expressions": [ +                { +                  "sourceTerm": "打", +                  "expression": "打", +                  "reading": "だ", +                  "termTags": [ +                    { +                      "name": "tag3", +                      "category": "category3", +                      "notes": "tag3 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag4", +                      "category": "category4", +                      "notes": "tag4 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag5", +                      "category": "category5", +                      "notes": "tag5 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    } +                  ], +                  "frequencies": [ +                    { +                      "index": 0, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打", +                      "reading": "だ", +                      "hasReading": false, +                      "frequency": 1 +                    }, +                    { +                      "index": 1, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打", +                      "reading": "だ", +                      "hasReading": true, +                      "frequency": 4 +                    } +                  ], +                  "pitches": [], +                  "furiganaSegments": [ +                    { +                      "text": "打", +                      "furigana": "だ" +                    } +                  ], +                  "termFrequency": "normal" +                } +              ], +              "glossary": [ +                "definition1", +                "definition2" +              ], +              "definitionTags": [ +                { +                  "name": "tag1", +                  "category": "category1", +                  "notes": "tag1 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag2", +                  "category": "category2", +                  "notes": "tag2 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打", +                  "reading": "だ", +                  "hasReading": false, +                  "frequency": 1 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打", +                  "reading": "だ", +                  "hasReading": true, +                  "frequency": 4 +                } +              ], +              "pitches": [], +              "sourceTermExactMatchCount": 1, +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "だ" +                } +              ] +            } +          ], +          "frequencies": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打", +              "reading": "だ", +              "hasReading": false, +              "frequency": 1 +            }, +            { +              "index": 1, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打", +              "reading": "だ", +              "hasReading": true, +              "frequency": 4 +            } +          ], +          "pitches": [], +          "sourceTermExactMatchCount": 1, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          } +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "打" +        ], +        "uniqueReadings": [ +          "だ" +        ], +        "pitches": [], +        "pitchCount": 0, +        "context": { +          "document": { +            "title": "title" +          } +        } +      }, +      { +        "marker": "{marker}", +        "definition": { +          "type": "termGrouped", +          "source": "打", +          "rawSource": "打", +          "sourceTerm": "打", +          "reasons": [], +          "score": 1, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": "打", +          "reading": "ダース", +          "expressions": [ +            { +              "sourceTerm": "打", +              "expression": "打", +              "reading": "ダース", +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打", +                  "reading": "ダース", +                  "hasReading": false, +                  "frequency": 1 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打", +                  "reading": "ダース", +                  "hasReading": true, +                  "frequency": 5 +                } +              ], +              "pitches": [], +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "ダース" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "termTags": [ +            { +              "name": "tag3", +              "category": "category3", +              "notes": "tag3 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag4", +              "category": "category4", +              "notes": "tag4 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag5", +              "category": "category5", +              "notes": "tag5 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "definitions": [ +            { +              "type": "term", +              "id": 2, +              "source": "打", +              "rawSource": "打", +              "sourceTerm": "打", +              "reasons": [], +              "score": 1, +              "isPrimary": true, +              "sequence": 2, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "dictionaryNames": [ +                "Test Dictionary 2" +              ], +              "expression": "打", +              "reading": "ダース", +              "expressions": [ +                { +                  "sourceTerm": "打", +                  "expression": "打", +                  "reading": "ダース", +                  "termTags": [ +                    { +                      "name": "tag3", +                      "category": "category3", +                      "notes": "tag3 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag4", +                      "category": "category4", +                      "notes": "tag4 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag5", +                      "category": "category5", +                      "notes": "tag5 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    } +                  ], +                  "frequencies": [ +                    { +                      "index": 0, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打", +                      "reading": "ダース", +                      "hasReading": false, +                      "frequency": 1 +                    }, +                    { +                      "index": 1, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打", +                      "reading": "ダース", +                      "hasReading": true, +                      "frequency": 5 +                    } +                  ], +                  "pitches": [], +                  "furiganaSegments": [ +                    { +                      "text": "打", +                      "furigana": "ダース" +                    } +                  ], +                  "termFrequency": "normal" +                } +              ], +              "glossary": [ +                "definition3", +                "definition4" +              ], +              "definitionTags": [ +                { +                  "name": "tag1", +                  "category": "category1", +                  "notes": "tag1 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag2", +                  "category": "category2", +                  "notes": "tag2 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打", +                  "reading": "ダース", +                  "hasReading": false, +                  "frequency": 1 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打", +                  "reading": "ダース", +                  "hasReading": true, +                  "frequency": 5 +                } +              ], +              "pitches": [], +              "sourceTermExactMatchCount": 1, +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "ダース" +                } +              ] +            } +          ], +          "frequencies": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打", +              "reading": "ダース", +              "hasReading": false, +              "frequency": 1 +            }, +            { +              "index": 1, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打", +              "reading": "ダース", +              "hasReading": true, +              "frequency": 5 +            } +          ], +          "pitches": [], +          "sourceTermExactMatchCount": 1, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          } +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "打" +        ], +        "uniqueReadings": [ +          "ダース" +        ], +        "pitches": [], +        "pitchCount": 0, +        "context": { +          "document": { +            "title": "title" +          } +        } +      } +    ] +  }, +  { +    "name": "Search using different modes", +    "noteDataList": [ +      { +        "marker": "{marker}", +        "definition": { +          "type": "termMerged", +          "source": "打ち込む", +          "rawSource": "打ち込む", +          "reasons": [], +          "score": 10, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": [ +            "打ち込む" +          ], +          "reading": [ +            "うちこむ", +            "ぶちこむ" +          ], +          "expressions": [ +            { +              "sourceTerm": "打ち込む", +              "expression": "打ち込む", +              "reading": "うちこむ", +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag6", +                  "category": "default", +                  "notes": "", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag7", +                  "category": "default", +                  "notes": "", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "うちこむ", +                  "hasReading": false, +                  "frequency": 3 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "うちこむ", +                  "hasReading": true, +                  "frequency": 8 +                } +              ], +              "pitches": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "うちこむ", +                  "pitches": [ +                    { +                      "position": 0, +                      "tags": [] +                    }, +                    { +                      "position": 3, +                      "tags": [] +                    } +                  ] +                } +              ], +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "う" +                }, +                { +                  "text": "ち", +                  "furigana": "" +                }, +                { +                  "text": "込", +                  "furigana": "こ" +                }, +                { +                  "text": "む", +                  "furigana": "" +                } +              ], +              "termFrequency": "normal" +            }, +            { +              "sourceTerm": "打ち込む", +              "expression": "打ち込む", +              "reading": "ぶちこむ", +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 1, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "ぶちこむ", +                  "hasReading": false, +                  "frequency": 3 +                }, +                { +                  "index": 1, +                  "expressionIndex": 1, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "ぶちこむ", +                  "hasReading": true, +                  "frequency": 9 +                } +              ], +              "pitches": [ +                { +                  "index": 0, +                  "expressionIndex": 1, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "ぶちこむ", +                  "pitches": [ +                    { +                      "position": 0, +                      "tags": [] +                    }, +                    { +                      "position": 3, +                      "tags": [] +                    } +                  ] +                } +              ], +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "ぶ" +                }, +                { +                  "text": "ち", +                  "furigana": "" +                }, +                { +                  "text": "込", +                  "furigana": "こ" +                }, +                { +                  "text": "む", +                  "furigana": "" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "definitions": [ +            { +              "type": "termMergedByGlossary", +              "source": "打ち込む", +              "rawSource": "打ち込む", +              "reasons": [], +              "score": 10, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "dictionaryNames": [ +                "Test Dictionary 2" +              ], +              "expression": [ +                "打ち込む" +              ], +              "reading": [ +                "うちこむ" +              ], +              "expressions": [ +                { +                  "sourceTerm": "打ち込む", +                  "expression": "打ち込む", +                  "reading": "うちこむ", +                  "termTags": [ +                    { +                      "name": "tag3", +                      "category": "category3", +                      "notes": "tag3 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag4", +                      "category": "category4", +                      "notes": "tag4 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag5", +                      "category": "category5", +                      "notes": "tag5 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    } +                  ], +                  "frequencies": [ +                    { +                      "index": 0, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打ち込む", +                      "reading": "うちこむ", +                      "hasReading": false, +                      "frequency": 3 +                    }, +                    { +                      "index": 1, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打ち込む", +                      "reading": "うちこむ", +                      "hasReading": true, +                      "frequency": 8 +                    } +                  ], +                  "pitches": [ +                    { +                      "index": 0, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打ち込む", +                      "reading": "うちこむ", +                      "pitches": [ +                        { +                          "position": 0, +                          "tags": [] +                        }, +                        { +                          "position": 3, +                          "tags": [] +                        } +                      ] +                    } +                  ], +                  "furiganaSegments": [ +                    { +                      "text": "打", +                      "furigana": "う" +                    }, +                    { +                      "text": "ち", +                      "furigana": "" +                    }, +                    { +                      "text": "込", +                      "furigana": "こ" +                    }, +                    { +                      "text": "む", +                      "furigana": "" +                    } +                  ], +                  "termFrequency": "normal" +                } +              ], +              "glossary": [ +                "definition13", +                "definition14" +              ], +              "definitionTags": [ +                { +                  "name": "tag1", +                  "category": "category1", +                  "notes": "tag1 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag2", +                  "category": "category2", +                  "notes": "tag2 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "definitions": [ +                { +                  "type": "term", +                  "id": 7, +                  "source": "打ち込む", +                  "rawSource": "打ち込む", +                  "sourceTerm": "打ち込む", +                  "reasons": [], +                  "score": 10, +                  "isPrimary": true, +                  "sequence": 4, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "dictionaryNames": [ +                    "Test Dictionary 2" +                  ], +                  "expression": "打ち込む", +                  "reading": "うちこむ", +                  "expressions": [ +                    { +                      "sourceTerm": "打ち込む", +                      "expression": "打ち込む", +                      "reading": "うちこむ", +                      "termTags": [ +                        { +                          "name": "tag3", +                          "category": "category3", +                          "notes": "tag3 notes", +                          "order": 0, +                          "score": 0, +                          "dictionary": "Test Dictionary 2", +                          "redundant": false +                        }, +                        { +                          "name": "tag4", +                          "category": "category4", +                          "notes": "tag4 notes", +                          "order": 0, +                          "score": 0, +                          "dictionary": "Test Dictionary 2", +                          "redundant": false +                        }, +                        { +                          "name": "tag5", +                          "category": "category5", +                          "notes": "tag5 notes", +                          "order": 0, +                          "score": 0, +                          "dictionary": "Test Dictionary 2", +                          "redundant": false +                        } +                      ], +                      "frequencies": [ +                        { +                          "index": 0, +                          "expressionIndex": 0, +                          "dictionary": "Test Dictionary 2", +                          "dictionaryOrder": { +                            "index": 0, +                            "priority": 0 +                          }, +                          "expression": "打ち込む", +                          "reading": "うちこむ", +                          "hasReading": false, +                          "frequency": 3 +                        }, +                        { +                          "index": 1, +                          "expressionIndex": 0, +                          "dictionary": "Test Dictionary 2", +                          "dictionaryOrder": { +                            "index": 0, +                            "priority": 0 +                          }, +                          "expression": "打ち込む", +                          "reading": "うちこむ", +                          "hasReading": true, +                          "frequency": 8 +                        } +                      ], +                      "pitches": [ +                        { +                          "index": 0, +                          "expressionIndex": 0, +                          "dictionary": "Test Dictionary 2", +                          "dictionaryOrder": { +                            "index": 0, +                            "priority": 0 +                          }, +                          "expression": "打ち込む", +                          "reading": "うちこむ", +                          "pitches": [ +                            { +                              "position": 0, +                              "tags": [] +                            }, +                            { +                              "position": 3, +                              "tags": [] +                            } +                          ] +                        } +                      ], +                      "furiganaSegments": [ +                        { +                          "text": "打", +                          "furigana": "う" +                        }, +                        { +                          "text": "ち", +                          "furigana": "" +                        }, +                        { +                          "text": "込", +                          "furigana": "こ" +                        }, +                        { +                          "text": "む", +                          "furigana": "" +                        } +                      ], +                      "termFrequency": "normal" +                    } +                  ], +                  "glossary": [ +                    "definition13", +                    "definition14" +                  ], +                  "definitionTags": [ +                    { +                      "name": "tag1", +                      "category": "category1", +                      "notes": "tag1 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag2", +                      "category": "category2", +                      "notes": "tag2 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    } +                  ], +                  "termTags": [ +                    { +                      "name": "tag3", +                      "category": "category3", +                      "notes": "tag3 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag4", +                      "category": "category4", +                      "notes": "tag4 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag5", +                      "category": "category5", +                      "notes": "tag5 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    } +                  ], +                  "frequencies": [ +                    { +                      "index": 0, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打ち込む", +                      "reading": "うちこむ", +                      "hasReading": false, +                      "frequency": 3 +                    }, +                    { +                      "index": 1, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打ち込む", +                      "reading": "うちこむ", +                      "hasReading": true, +                      "frequency": 8 +                    } +                  ], +                  "pitches": [ +                    { +                      "index": 0, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打ち込む", +                      "reading": "うちこむ", +                      "pitches": [ +                        { +                          "position": 0, +                          "tags": [] +                        }, +                        { +                          "position": 3, +                          "tags": [] +                        } +                      ] +                    } +                  ], +                  "sourceTermExactMatchCount": 1, +                  "furiganaSegments": [ +                    { +                      "text": "打", +                      "furigana": "う" +                    }, +                    { +                      "text": "ち", +                      "furigana": "" +                    }, +                    { +                      "text": "込", +                      "furigana": "こ" +                    }, +                    { +                      "text": "む", +                      "furigana": "" +                    } +                  ] +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "うちこむ", +                  "hasReading": false, +                  "frequency": 3 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "うちこむ", +                  "hasReading": true, +                  "frequency": 8 +                } +              ], +              "pitches": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "うちこむ", +                  "pitches": [ +                    { +                      "position": 0, +                      "tags": [] +                    }, +                    { +                      "position": 3, +                      "tags": [] +                    } +                  ] +                } +              ], +              "only": [ +                "うちこむ" +              ], +              "sourceTermExactMatchCount": 1 +            }, +            { +              "type": "termMergedByGlossary", +              "source": "打ち込む", +              "rawSource": "打ち込む", +              "reasons": [], +              "score": 10, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "dictionaryNames": [ +                "Test Dictionary 2" +              ], +              "expression": [ +                "打ち込む" +              ], +              "reading": [ +                "ぶちこむ" +              ], +              "expressions": [ +                { +                  "sourceTerm": "打ち込む", +                  "expression": "打ち込む", +                  "reading": "ぶちこむ", +                  "termTags": [ +                    { +                      "name": "tag3", +                      "category": "category3", +                      "notes": "tag3 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag4", +                      "category": "category4", +                      "notes": "tag4 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag5", +                      "category": "category5", +                      "notes": "tag5 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    } +                  ], +                  "frequencies": [ +                    { +                      "index": 0, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打ち込む", +                      "reading": "ぶちこむ", +                      "hasReading": false, +                      "frequency": 3 +                    }, +                    { +                      "index": 1, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打ち込む", +                      "reading": "ぶちこむ", +                      "hasReading": true, +                      "frequency": 9 +                    } +                  ], +                  "pitches": [ +                    { +                      "index": 0, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打ち込む", +                      "reading": "ぶちこむ", +                      "pitches": [ +                        { +                          "position": 0, +                          "tags": [] +                        }, +                        { +                          "position": 3, +                          "tags": [] +                        } +                      ] +                    } +                  ], +                  "furiganaSegments": [ +                    { +                      "text": "打", +                      "furigana": "ぶ" +                    }, +                    { +                      "text": "ち", +                      "furigana": "" +                    }, +                    { +                      "text": "込", +                      "furigana": "こ" +                    }, +                    { +                      "text": "む", +                      "furigana": "" +                    } +                  ], +                  "termFrequency": "normal" +                } +              ], +              "glossary": [ +                "definition17", +                "definition18" +              ], +              "definitionTags": [ +                { +                  "name": "tag1", +                  "category": "category1", +                  "notes": "tag1 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag2", +                  "category": "category2", +                  "notes": "tag2 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "definitions": [ +                { +                  "type": "term", +                  "id": 9, +                  "source": "打ち込む", +                  "rawSource": "打ち込む", +                  "sourceTerm": "打ち込む", +                  "reasons": [], +                  "score": 10, +                  "isPrimary": true, +                  "sequence": 4, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "dictionaryNames": [ +                    "Test Dictionary 2" +                  ], +                  "expression": "打ち込む", +                  "reading": "ぶちこむ", +                  "expressions": [ +                    { +                      "sourceTerm": "打ち込む", +                      "expression": "打ち込む", +                      "reading": "ぶちこむ", +                      "termTags": [ +                        { +                          "name": "tag3", +                          "category": "category3", +                          "notes": "tag3 notes", +                          "order": 0, +                          "score": 0, +                          "dictionary": "Test Dictionary 2", +                          "redundant": false +                        }, +                        { +                          "name": "tag4", +                          "category": "category4", +                          "notes": "tag4 notes", +                          "order": 0, +                          "score": 0, +                          "dictionary": "Test Dictionary 2", +                          "redundant": false +                        }, +                        { +                          "name": "tag5", +                          "category": "category5", +                          "notes": "tag5 notes", +                          "order": 0, +                          "score": 0, +                          "dictionary": "Test Dictionary 2", +                          "redundant": false +                        } +                      ], +                      "frequencies": [ +                        { +                          "index": 0, +                          "expressionIndex": 0, +                          "dictionary": "Test Dictionary 2", +                          "dictionaryOrder": { +                            "index": 0, +                            "priority": 0 +                          }, +                          "expression": "打ち込む", +                          "reading": "ぶちこむ", +                          "hasReading": false, +                          "frequency": 3 +                        }, +                        { +                          "index": 1, +                          "expressionIndex": 0, +                          "dictionary": "Test Dictionary 2", +                          "dictionaryOrder": { +                            "index": 0, +                            "priority": 0 +                          }, +                          "expression": "打ち込む", +                          "reading": "ぶちこむ", +                          "hasReading": true, +                          "frequency": 9 +                        } +                      ], +                      "pitches": [ +                        { +                          "index": 0, +                          "expressionIndex": 0, +                          "dictionary": "Test Dictionary 2", +                          "dictionaryOrder": { +                            "index": 0, +                            "priority": 0 +                          }, +                          "expression": "打ち込む", +                          "reading": "ぶちこむ", +                          "pitches": [ +                            { +                              "position": 0, +                              "tags": [] +                            }, +                            { +                              "position": 3, +                              "tags": [] +                            } +                          ] +                        } +                      ], +                      "furiganaSegments": [ +                        { +                          "text": "打", +                          "furigana": "ぶ" +                        }, +                        { +                          "text": "ち", +                          "furigana": "" +                        }, +                        { +                          "text": "込", +                          "furigana": "こ" +                        }, +                        { +                          "text": "む", +                          "furigana": "" +                        } +                      ], +                      "termFrequency": "normal" +                    } +                  ], +                  "glossary": [ +                    "definition17", +                    "definition18" +                  ], +                  "definitionTags": [ +                    { +                      "name": "tag1", +                      "category": "category1", +                      "notes": "tag1 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag2", +                      "category": "category2", +                      "notes": "tag2 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    } +                  ], +                  "termTags": [ +                    { +                      "name": "tag3", +                      "category": "category3", +                      "notes": "tag3 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag4", +                      "category": "category4", +                      "notes": "tag4 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag5", +                      "category": "category5", +                      "notes": "tag5 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    } +                  ], +                  "frequencies": [ +                    { +                      "index": 0, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打ち込む", +                      "reading": "ぶちこむ", +                      "hasReading": false, +                      "frequency": 3 +                    }, +                    { +                      "index": 1, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打ち込む", +                      "reading": "ぶちこむ", +                      "hasReading": true, +                      "frequency": 9 +                    } +                  ], +                  "pitches": [ +                    { +                      "index": 0, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打ち込む", +                      "reading": "ぶちこむ", +                      "pitches": [ +                        { +                          "position": 0, +                          "tags": [] +                        }, +                        { +                          "position": 3, +                          "tags": [] +                        } +                      ] +                    } +                  ], +                  "sourceTermExactMatchCount": 1, +                  "furiganaSegments": [ +                    { +                      "text": "打", +                      "furigana": "ぶ" +                    }, +                    { +                      "text": "ち", +                      "furigana": "" +                    }, +                    { +                      "text": "込", +                      "furigana": "こ" +                    }, +                    { +                      "text": "む", +                      "furigana": "" +                    } +                  ] +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "ぶちこむ", +                  "hasReading": false, +                  "frequency": 3 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "ぶちこむ", +                  "hasReading": true, +                  "frequency": 9 +                } +              ], +              "pitches": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "ぶちこむ", +                  "pitches": [ +                    { +                      "position": 0, +                      "tags": [] +                    }, +                    { +                      "position": 3, +                      "tags": [] +                    } +                  ] +                } +              ], +              "only": [ +                "ぶちこむ" +              ], +              "sourceTermExactMatchCount": 1 +            }, +            { +              "type": "termMergedByGlossary", +              "source": "打ち込む", +              "rawSource": "打ち込む", +              "reasons": [], +              "score": 1, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "dictionaryNames": [ +                "Test Dictionary 2" +              ], +              "expression": [ +                "打ち込む" +              ], +              "reading": [ +                "うちこむ" +              ], +              "expressions": [ +                { +                  "sourceTerm": "打ち込む", +                  "expression": "打ち込む", +                  "reading": "うちこむ", +                  "termTags": [ +                    { +                      "name": "tag5", +                      "category": "category5", +                      "notes": "tag5 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag6", +                      "category": "default", +                      "notes": "", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag7", +                      "category": "default", +                      "notes": "", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    } +                  ], +                  "frequencies": [ +                    { +                      "index": 0, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打ち込む", +                      "reading": "うちこむ", +                      "hasReading": false, +                      "frequency": 3 +                    }, +                    { +                      "index": 1, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打ち込む", +                      "reading": "うちこむ", +                      "hasReading": true, +                      "frequency": 8 +                    } +                  ], +                  "pitches": [ +                    { +                      "index": 0, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打ち込む", +                      "reading": "うちこむ", +                      "pitches": [ +                        { +                          "position": 0, +                          "tags": [] +                        }, +                        { +                          "position": 3, +                          "tags": [] +                        } +                      ] +                    } +                  ], +                  "furiganaSegments": [ +                    { +                      "text": "打", +                      "furigana": "う" +                    }, +                    { +                      "text": "ち", +                      "furigana": "" +                    }, +                    { +                      "text": "込", +                      "furigana": "こ" +                    }, +                    { +                      "text": "む", +                      "furigana": "" +                    } +                  ], +                  "termFrequency": "normal" +                } +              ], +              "glossary": [ +                "definition15", +                "definition16" +              ], +              "definitionTags": [ +                { +                  "name": "tag1", +                  "category": "category1", +                  "notes": "tag1 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag2", +                  "category": "category2", +                  "notes": "tag2 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "definitions": [ +                { +                  "type": "term", +                  "id": 8, +                  "source": "打ち込む", +                  "rawSource": "打ち込む", +                  "sourceTerm": "打ち込む", +                  "reasons": [], +                  "score": 1, +                  "isPrimary": true, +                  "sequence": 4, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "dictionaryNames": [ +                    "Test Dictionary 2" +                  ], +                  "expression": "打ち込む", +                  "reading": "うちこむ", +                  "expressions": [ +                    { +                      "sourceTerm": "打ち込む", +                      "expression": "打ち込む", +                      "reading": "うちこむ", +                      "termTags": [ +                        { +                          "name": "tag5", +                          "category": "category5", +                          "notes": "tag5 notes", +                          "order": 0, +                          "score": 0, +                          "dictionary": "Test Dictionary 2", +                          "redundant": false +                        }, +                        { +                          "name": "tag6", +                          "category": "default", +                          "notes": "", +                          "order": 0, +                          "score": 0, +                          "dictionary": "Test Dictionary 2", +                          "redundant": false +                        }, +                        { +                          "name": "tag7", +                          "category": "default", +                          "notes": "", +                          "order": 0, +                          "score": 0, +                          "dictionary": "Test Dictionary 2", +                          "redundant": false +                        } +                      ], +                      "frequencies": [ +                        { +                          "index": 0, +                          "expressionIndex": 0, +                          "dictionary": "Test Dictionary 2", +                          "dictionaryOrder": { +                            "index": 0, +                            "priority": 0 +                          }, +                          "expression": "打ち込む", +                          "reading": "うちこむ", +                          "hasReading": false, +                          "frequency": 3 +                        }, +                        { +                          "index": 1, +                          "expressionIndex": 0, +                          "dictionary": "Test Dictionary 2", +                          "dictionaryOrder": { +                            "index": 0, +                            "priority": 0 +                          }, +                          "expression": "打ち込む", +                          "reading": "うちこむ", +                          "hasReading": true, +                          "frequency": 8 +                        } +                      ], +                      "pitches": [ +                        { +                          "index": 0, +                          "expressionIndex": 0, +                          "dictionary": "Test Dictionary 2", +                          "dictionaryOrder": { +                            "index": 0, +                            "priority": 0 +                          }, +                          "expression": "打ち込む", +                          "reading": "うちこむ", +                          "pitches": [ +                            { +                              "position": 0, +                              "tags": [] +                            }, +                            { +                              "position": 3, +                              "tags": [] +                            } +                          ] +                        } +                      ], +                      "furiganaSegments": [ +                        { +                          "text": "打", +                          "furigana": "う" +                        }, +                        { +                          "text": "ち", +                          "furigana": "" +                        }, +                        { +                          "text": "込", +                          "furigana": "こ" +                        }, +                        { +                          "text": "む", +                          "furigana": "" +                        } +                      ], +                      "termFrequency": "normal" +                    } +                  ], +                  "glossary": [ +                    "definition15", +                    "definition16" +                  ], +                  "definitionTags": [ +                    { +                      "name": "tag1", +                      "category": "category1", +                      "notes": "tag1 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag2", +                      "category": "category2", +                      "notes": "tag2 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    } +                  ], +                  "termTags": [ +                    { +                      "name": "tag5", +                      "category": "category5", +                      "notes": "tag5 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag6", +                      "category": "default", +                      "notes": "", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag7", +                      "category": "default", +                      "notes": "", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    } +                  ], +                  "frequencies": [ +                    { +                      "index": 0, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打ち込む", +                      "reading": "うちこむ", +                      "hasReading": false, +                      "frequency": 3 +                    }, +                    { +                      "index": 1, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打ち込む", +                      "reading": "うちこむ", +                      "hasReading": true, +                      "frequency": 8 +                    } +                  ], +                  "pitches": [ +                    { +                      "index": 0, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打ち込む", +                      "reading": "うちこむ", +                      "pitches": [ +                        { +                          "position": 0, +                          "tags": [] +                        }, +                        { +                          "position": 3, +                          "tags": [] +                        } +                      ] +                    } +                  ], +                  "sourceTermExactMatchCount": 1, +                  "furiganaSegments": [ +                    { +                      "text": "打", +                      "furigana": "う" +                    }, +                    { +                      "text": "ち", +                      "furigana": "" +                    }, +                    { +                      "text": "込", +                      "furigana": "こ" +                    }, +                    { +                      "text": "む", +                      "furigana": "" +                    } +                  ] +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "うちこむ", +                  "hasReading": false, +                  "frequency": 3 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "うちこむ", +                  "hasReading": true, +                  "frequency": 8 +                } +              ], +              "pitches": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "うちこむ", +                  "pitches": [ +                    { +                      "position": 0, +                      "tags": [] +                    }, +                    { +                      "position": 3, +                      "tags": [] +                    } +                  ] +                } +              ], +              "only": [ +                "うちこむ" +              ], +              "sourceTermExactMatchCount": 1 +            }, +            { +              "type": "termMergedByGlossary", +              "source": "打ち込む", +              "rawSource": "打ち込む", +              "reasons": [], +              "score": 1, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "dictionaryNames": [ +                "Test Dictionary 2" +              ], +              "expression": [ +                "打ち込む" +              ], +              "reading": [ +                "ぶちこむ" +              ], +              "expressions": [ +                { +                  "sourceTerm": "打ち込む", +                  "expression": "打ち込む", +                  "reading": "ぶちこむ", +                  "termTags": [ +                    { +                      "name": "tag3", +                      "category": "category3", +                      "notes": "tag3 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag4", +                      "category": "category4", +                      "notes": "tag4 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag5", +                      "category": "category5", +                      "notes": "tag5 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    } +                  ], +                  "frequencies": [ +                    { +                      "index": 0, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打ち込む", +                      "reading": "ぶちこむ", +                      "hasReading": false, +                      "frequency": 3 +                    }, +                    { +                      "index": 1, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打ち込む", +                      "reading": "ぶちこむ", +                      "hasReading": true, +                      "frequency": 9 +                    } +                  ], +                  "pitches": [ +                    { +                      "index": 0, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打ち込む", +                      "reading": "ぶちこむ", +                      "pitches": [ +                        { +                          "position": 0, +                          "tags": [] +                        }, +                        { +                          "position": 3, +                          "tags": [] +                        } +                      ] +                    } +                  ], +                  "furiganaSegments": [ +                    { +                      "text": "打", +                      "furigana": "ぶ" +                    }, +                    { +                      "text": "ち", +                      "furigana": "" +                    }, +                    { +                      "text": "込", +                      "furigana": "こ" +                    }, +                    { +                      "text": "む", +                      "furigana": "" +                    } +                  ], +                  "termFrequency": "normal" +                } +              ], +              "glossary": [ +                "definition19", +                "definition20" +              ], +              "definitionTags": [ +                { +                  "name": "tag1", +                  "category": "category1", +                  "notes": "tag1 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag2", +                  "category": "category2", +                  "notes": "tag2 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "definitions": [ +                { +                  "type": "term", +                  "id": 10, +                  "source": "打ち込む", +                  "rawSource": "打ち込む", +                  "sourceTerm": "打ち込む", +                  "reasons": [], +                  "score": 1, +                  "isPrimary": true, +                  "sequence": 4, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "dictionaryNames": [ +                    "Test Dictionary 2" +                  ], +                  "expression": "打ち込む", +                  "reading": "ぶちこむ", +                  "expressions": [ +                    { +                      "sourceTerm": "打ち込む", +                      "expression": "打ち込む", +                      "reading": "ぶちこむ", +                      "termTags": [ +                        { +                          "name": "tag3", +                          "category": "category3", +                          "notes": "tag3 notes", +                          "order": 0, +                          "score": 0, +                          "dictionary": "Test Dictionary 2", +                          "redundant": false +                        }, +                        { +                          "name": "tag4", +                          "category": "category4", +                          "notes": "tag4 notes", +                          "order": 0, +                          "score": 0, +                          "dictionary": "Test Dictionary 2", +                          "redundant": false +                        }, +                        { +                          "name": "tag5", +                          "category": "category5", +                          "notes": "tag5 notes", +                          "order": 0, +                          "score": 0, +                          "dictionary": "Test Dictionary 2", +                          "redundant": false +                        } +                      ], +                      "frequencies": [ +                        { +                          "index": 0, +                          "expressionIndex": 0, +                          "dictionary": "Test Dictionary 2", +                          "dictionaryOrder": { +                            "index": 0, +                            "priority": 0 +                          }, +                          "expression": "打ち込む", +                          "reading": "ぶちこむ", +                          "hasReading": false, +                          "frequency": 3 +                        }, +                        { +                          "index": 1, +                          "expressionIndex": 0, +                          "dictionary": "Test Dictionary 2", +                          "dictionaryOrder": { +                            "index": 0, +                            "priority": 0 +                          }, +                          "expression": "打ち込む", +                          "reading": "ぶちこむ", +                          "hasReading": true, +                          "frequency": 9 +                        } +                      ], +                      "pitches": [ +                        { +                          "index": 0, +                          "expressionIndex": 0, +                          "dictionary": "Test Dictionary 2", +                          "dictionaryOrder": { +                            "index": 0, +                            "priority": 0 +                          }, +                          "expression": "打ち込む", +                          "reading": "ぶちこむ", +                          "pitches": [ +                            { +                              "position": 0, +                              "tags": [] +                            }, +                            { +                              "position": 3, +                              "tags": [] +                            } +                          ] +                        } +                      ], +                      "furiganaSegments": [ +                        { +                          "text": "打", +                          "furigana": "ぶ" +                        }, +                        { +                          "text": "ち", +                          "furigana": "" +                        }, +                        { +                          "text": "込", +                          "furigana": "こ" +                        }, +                        { +                          "text": "む", +                          "furigana": "" +                        } +                      ], +                      "termFrequency": "normal" +                    } +                  ], +                  "glossary": [ +                    "definition19", +                    "definition20" +                  ], +                  "definitionTags": [ +                    { +                      "name": "tag1", +                      "category": "category1", +                      "notes": "tag1 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag2", +                      "category": "category2", +                      "notes": "tag2 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    } +                  ], +                  "termTags": [ +                    { +                      "name": "tag3", +                      "category": "category3", +                      "notes": "tag3 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag4", +                      "category": "category4", +                      "notes": "tag4 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag5", +                      "category": "category5", +                      "notes": "tag5 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    } +                  ], +                  "frequencies": [ +                    { +                      "index": 0, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打ち込む", +                      "reading": "ぶちこむ", +                      "hasReading": false, +                      "frequency": 3 +                    }, +                    { +                      "index": 1, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打ち込む", +                      "reading": "ぶちこむ", +                      "hasReading": true, +                      "frequency": 9 +                    } +                  ], +                  "pitches": [ +                    { +                      "index": 0, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打ち込む", +                      "reading": "ぶちこむ", +                      "pitches": [ +                        { +                          "position": 0, +                          "tags": [] +                        }, +                        { +                          "position": 3, +                          "tags": [] +                        } +                      ] +                    } +                  ], +                  "sourceTermExactMatchCount": 1, +                  "furiganaSegments": [ +                    { +                      "text": "打", +                      "furigana": "ぶ" +                    }, +                    { +                      "text": "ち", +                      "furigana": "" +                    }, +                    { +                      "text": "込", +                      "furigana": "こ" +                    }, +                    { +                      "text": "む", +                      "furigana": "" +                    } +                  ] +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "ぶちこむ", +                  "hasReading": false, +                  "frequency": 3 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "ぶちこむ", +                  "hasReading": true, +                  "frequency": 9 +                } +              ], +              "pitches": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "ぶちこむ", +                  "pitches": [ +                    { +                      "position": 0, +                      "tags": [] +                    }, +                    { +                      "position": 3, +                      "tags": [] +                    } +                  ] +                } +              ], +              "only": [ +                "ぶちこむ" +              ], +              "sourceTermExactMatchCount": 1 +            } +          ], +          "frequencies": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打ち込む", +              "reading": "うちこむ", +              "hasReading": false, +              "frequency": 3 +            }, +            { +              "index": 2, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打ち込む", +              "reading": "うちこむ", +              "hasReading": true, +              "frequency": 8 +            }, +            { +              "index": 1, +              "expressionIndex": 1, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打ち込む", +              "reading": "ぶちこむ", +              "hasReading": false, +              "frequency": 3 +            }, +            { +              "index": 3, +              "expressionIndex": 1, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打ち込む", +              "reading": "ぶちこむ", +              "hasReading": true, +              "frequency": 9 +            } +          ], +          "pitches": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打ち込む", +              "reading": "うちこむ", +              "pitches": [ +                { +                  "position": 0, +                  "tags": [] +                }, +                { +                  "position": 3, +                  "tags": [] +                } +              ] +            }, +            { +              "index": 1, +              "expressionIndex": 1, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打ち込む", +              "reading": "ぶちこむ", +              "pitches": [ +                { +                  "position": 0, +                  "tags": [] +                }, +                { +                  "position": 3, +                  "tags": [] +                } +              ] +            } +          ], +          "sourceTermExactMatchCount": 4, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          } +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "打ち込む" +        ], +        "uniqueReadings": [ +          "うちこむ", +          "ぶちこむ" +        ], +        "pitches": [ +          { +            "dictionary": "Test Dictionary 2", +            "pitches": [ +              { +                "expressions": [ +                  "打ち込む" +                ], +                "reading": "うちこむ", +                "position": 0, +                "tags": [], +                "exclusiveExpressions": [], +                "exclusiveReadings": [ +                  "うちこむ" +                ] +              }, +              { +                "expressions": [ +                  "打ち込む" +                ], +                "reading": "うちこむ", +                "position": 3, +                "tags": [], +                "exclusiveExpressions": [], +                "exclusiveReadings": [ +                  "うちこむ" +                ] +              }, +              { +                "expressions": [ +                  "打ち込む" +                ], +                "reading": "ぶちこむ", +                "position": 0, +                "tags": [], +                "exclusiveExpressions": [], +                "exclusiveReadings": [ +                  "ぶちこむ" +                ] +              }, +              { +                "expressions": [ +                  "打ち込む" +                ], +                "reading": "ぶちこむ", +                "position": 3, +                "tags": [], +                "exclusiveExpressions": [], +                "exclusiveReadings": [ +                  "ぶちこむ" +                ] +              } +            ] +          } +        ], +        "pitchCount": 4, +        "context": { +          "document": { +            "title": "title" +          } +        } +      }, +      { +        "marker": "{marker}", +        "definition": { +          "type": "termMerged", +          "source": "打ち", +          "rawSource": "打ち", +          "reasons": [ +            "masu stem" +          ], +          "score": 10, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": [ +            "打つ" +          ], +          "reading": [ +            "うつ", +            "ぶつ" +          ], +          "expressions": [ +            { +              "sourceTerm": "打つ", +              "expression": "打つ", +              "reading": "うつ", +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "うつ", +                  "hasReading": false, +                  "frequency": 2 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "うつ", +                  "hasReading": true, +                  "frequency": 6 +                } +              ], +              "pitches": [], +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "う" +                }, +                { +                  "text": "つ", +                  "furigana": "" +                } +              ], +              "termFrequency": "normal" +            }, +            { +              "sourceTerm": "打つ", +              "expression": "打つ", +              "reading": "ぶつ", +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 1, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "ぶつ", +                  "hasReading": false, +                  "frequency": 2 +                }, +                { +                  "index": 1, +                  "expressionIndex": 1, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "ぶつ", +                  "hasReading": true, +                  "frequency": 7 +                } +              ], +              "pitches": [], +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "ぶ" +                }, +                { +                  "text": "つ", +                  "furigana": "" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "definitions": [ +            { +              "type": "termMergedByGlossary", +              "source": "打ち", +              "rawSource": "打ち", +              "reasons": [], +              "score": 10, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "dictionaryNames": [ +                "Test Dictionary 2" +              ], +              "expression": [ +                "打つ" +              ], +              "reading": [ +                "うつ" +              ], +              "expressions": [ +                { +                  "sourceTerm": "打つ", +                  "expression": "打つ", +                  "reading": "うつ", +                  "termTags": [ +                    { +                      "name": "tag3", +                      "category": "category3", +                      "notes": "tag3 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag4", +                      "category": "category4", +                      "notes": "tag4 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag5", +                      "category": "category5", +                      "notes": "tag5 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    } +                  ], +                  "frequencies": [ +                    { +                      "index": 0, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打つ", +                      "reading": "うつ", +                      "hasReading": false, +                      "frequency": 2 +                    }, +                    { +                      "index": 1, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打つ", +                      "reading": "うつ", +                      "hasReading": true, +                      "frequency": 6 +                    } +                  ], +                  "pitches": [], +                  "furiganaSegments": [ +                    { +                      "text": "打", +                      "furigana": "う" +                    }, +                    { +                      "text": "つ", +                      "furigana": "" +                    } +                  ], +                  "termFrequency": "normal" +                } +              ], +              "glossary": [ +                "definition5", +                "definition6" +              ], +              "definitionTags": [ +                { +                  "name": "tag1", +                  "category": "category1", +                  "notes": "tag1 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag2", +                  "category": "category2", +                  "notes": "tag2 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "definitions": [ +                { +                  "type": "term", +                  "id": 3, +                  "source": "打ち", +                  "rawSource": "打ち", +                  "sourceTerm": "打つ", +                  "reasons": [ +                    "masu stem" +                  ], +                  "score": 10, +                  "isPrimary": true, +                  "sequence": 3, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "dictionaryNames": [ +                    "Test Dictionary 2" +                  ], +                  "expression": "打つ", +                  "reading": "うつ", +                  "expressions": [ +                    { +                      "sourceTerm": "打つ", +                      "expression": "打つ", +                      "reading": "うつ", +                      "termTags": [ +                        { +                          "name": "tag3", +                          "category": "category3", +                          "notes": "tag3 notes", +                          "order": 0, +                          "score": 0, +                          "dictionary": "Test Dictionary 2", +                          "redundant": false +                        }, +                        { +                          "name": "tag4", +                          "category": "category4", +                          "notes": "tag4 notes", +                          "order": 0, +                          "score": 0, +                          "dictionary": "Test Dictionary 2", +                          "redundant": false +                        }, +                        { +                          "name": "tag5", +                          "category": "category5", +                          "notes": "tag5 notes", +                          "order": 0, +                          "score": 0, +                          "dictionary": "Test Dictionary 2", +                          "redundant": false +                        } +                      ], +                      "frequencies": [ +                        { +                          "index": 0, +                          "expressionIndex": 0, +                          "dictionary": "Test Dictionary 2", +                          "dictionaryOrder": { +                            "index": 0, +                            "priority": 0 +                          }, +                          "expression": "打つ", +                          "reading": "うつ", +                          "hasReading": false, +                          "frequency": 2 +                        }, +                        { +                          "index": 1, +                          "expressionIndex": 0, +                          "dictionary": "Test Dictionary 2", +                          "dictionaryOrder": { +                            "index": 0, +                            "priority": 0 +                          }, +                          "expression": "打つ", +                          "reading": "うつ", +                          "hasReading": true, +                          "frequency": 6 +                        } +                      ], +                      "pitches": [], +                      "furiganaSegments": [ +                        { +                          "text": "打", +                          "furigana": "う" +                        }, +                        { +                          "text": "つ", +                          "furigana": "" +                        } +                      ], +                      "termFrequency": "normal" +                    } +                  ], +                  "glossary": [ +                    "definition5", +                    "definition6" +                  ], +                  "definitionTags": [ +                    { +                      "name": "tag1", +                      "category": "category1", +                      "notes": "tag1 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag2", +                      "category": "category2", +                      "notes": "tag2 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    } +                  ], +                  "termTags": [ +                    { +                      "name": "tag3", +                      "category": "category3", +                      "notes": "tag3 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag4", +                      "category": "category4", +                      "notes": "tag4 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag5", +                      "category": "category5", +                      "notes": "tag5 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    } +                  ], +                  "frequencies": [ +                    { +                      "index": 0, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打つ", +                      "reading": "うつ", +                      "hasReading": false, +                      "frequency": 2 +                    }, +                    { +                      "index": 1, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打つ", +                      "reading": "うつ", +                      "hasReading": true, +                      "frequency": 6 +                    } +                  ], +                  "pitches": [], +                  "sourceTermExactMatchCount": 1, +                  "furiganaSegments": [ +                    { +                      "text": "打", +                      "furigana": "う" +                    }, +                    { +                      "text": "つ", +                      "furigana": "" +                    } +                  ] +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "うつ", +                  "hasReading": false, +                  "frequency": 2 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "うつ", +                  "hasReading": true, +                  "frequency": 6 +                } +              ], +              "pitches": [], +              "only": [ +                "うつ" +              ], +              "sourceTermExactMatchCount": 1 +            }, +            { +              "type": "termMergedByGlossary", +              "source": "打ち", +              "rawSource": "打ち", +              "reasons": [], +              "score": 10, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "dictionaryNames": [ +                "Test Dictionary 2" +              ], +              "expression": [ +                "打つ" +              ], +              "reading": [ +                "ぶつ" +              ], +              "expressions": [ +                { +                  "sourceTerm": "打つ", +                  "expression": "打つ", +                  "reading": "ぶつ", +                  "termTags": [ +                    { +                      "name": "tag3", +                      "category": "category3", +                      "notes": "tag3 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag4", +                      "category": "category4", +                      "notes": "tag4 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag5", +                      "category": "category5", +                      "notes": "tag5 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    } +                  ], +                  "frequencies": [ +                    { +                      "index": 0, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打つ", +                      "reading": "ぶつ", +                      "hasReading": false, +                      "frequency": 2 +                    }, +                    { +                      "index": 1, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打つ", +                      "reading": "ぶつ", +                      "hasReading": true, +                      "frequency": 7 +                    } +                  ], +                  "pitches": [], +                  "furiganaSegments": [ +                    { +                      "text": "打", +                      "furigana": "ぶ" +                    }, +                    { +                      "text": "つ", +                      "furigana": "" +                    } +                  ], +                  "termFrequency": "normal" +                } +              ], +              "glossary": [ +                "definition9", +                "definition10" +              ], +              "definitionTags": [ +                { +                  "name": "tag1", +                  "category": "category1", +                  "notes": "tag1 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag2", +                  "category": "category2", +                  "notes": "tag2 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "definitions": [ +                { +                  "type": "term", +                  "id": 5, +                  "source": "打ち", +                  "rawSource": "打ち", +                  "sourceTerm": "打つ", +                  "reasons": [ +                    "masu stem" +                  ], +                  "score": 10, +                  "isPrimary": true, +                  "sequence": 3, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "dictionaryNames": [ +                    "Test Dictionary 2" +                  ], +                  "expression": "打つ", +                  "reading": "ぶつ", +                  "expressions": [ +                    { +                      "sourceTerm": "打つ", +                      "expression": "打つ", +                      "reading": "ぶつ", +                      "termTags": [ +                        { +                          "name": "tag3", +                          "category": "category3", +                          "notes": "tag3 notes", +                          "order": 0, +                          "score": 0, +                          "dictionary": "Test Dictionary 2", +                          "redundant": false +                        }, +                        { +                          "name": "tag4", +                          "category": "category4", +                          "notes": "tag4 notes", +                          "order": 0, +                          "score": 0, +                          "dictionary": "Test Dictionary 2", +                          "redundant": false +                        }, +                        { +                          "name": "tag5", +                          "category": "category5", +                          "notes": "tag5 notes", +                          "order": 0, +                          "score": 0, +                          "dictionary": "Test Dictionary 2", +                          "redundant": false +                        } +                      ], +                      "frequencies": [ +                        { +                          "index": 0, +                          "expressionIndex": 0, +                          "dictionary": "Test Dictionary 2", +                          "dictionaryOrder": { +                            "index": 0, +                            "priority": 0 +                          }, +                          "expression": "打つ", +                          "reading": "ぶつ", +                          "hasReading": false, +                          "frequency": 2 +                        }, +                        { +                          "index": 1, +                          "expressionIndex": 0, +                          "dictionary": "Test Dictionary 2", +                          "dictionaryOrder": { +                            "index": 0, +                            "priority": 0 +                          }, +                          "expression": "打つ", +                          "reading": "ぶつ", +                          "hasReading": true, +                          "frequency": 7 +                        } +                      ], +                      "pitches": [], +                      "furiganaSegments": [ +                        { +                          "text": "打", +                          "furigana": "ぶ" +                        }, +                        { +                          "text": "つ", +                          "furigana": "" +                        } +                      ], +                      "termFrequency": "normal" +                    } +                  ], +                  "glossary": [ +                    "definition9", +                    "definition10" +                  ], +                  "definitionTags": [ +                    { +                      "name": "tag1", +                      "category": "category1", +                      "notes": "tag1 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag2", +                      "category": "category2", +                      "notes": "tag2 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    } +                  ], +                  "termTags": [ +                    { +                      "name": "tag3", +                      "category": "category3", +                      "notes": "tag3 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag4", +                      "category": "category4", +                      "notes": "tag4 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag5", +                      "category": "category5", +                      "notes": "tag5 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    } +                  ], +                  "frequencies": [ +                    { +                      "index": 0, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打つ", +                      "reading": "ぶつ", +                      "hasReading": false, +                      "frequency": 2 +                    }, +                    { +                      "index": 1, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打つ", +                      "reading": "ぶつ", +                      "hasReading": true, +                      "frequency": 7 +                    } +                  ], +                  "pitches": [], +                  "sourceTermExactMatchCount": 1, +                  "furiganaSegments": [ +                    { +                      "text": "打", +                      "furigana": "ぶ" +                    }, +                    { +                      "text": "つ", +                      "furigana": "" +                    } +                  ] +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "ぶつ", +                  "hasReading": false, +                  "frequency": 2 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "ぶつ", +                  "hasReading": true, +                  "frequency": 7 +                } +              ], +              "pitches": [], +              "only": [ +                "ぶつ" +              ], +              "sourceTermExactMatchCount": 1 +            }, +            { +              "type": "termMergedByGlossary", +              "source": "打ち", +              "rawSource": "打ち", +              "reasons": [], +              "score": 1, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "dictionaryNames": [ +                "Test Dictionary 2" +              ], +              "expression": [ +                "打つ" +              ], +              "reading": [ +                "うつ" +              ], +              "expressions": [ +                { +                  "sourceTerm": "打つ", +                  "expression": "打つ", +                  "reading": "うつ", +                  "termTags": [ +                    { +                      "name": "tag3", +                      "category": "category3", +                      "notes": "tag3 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag4", +                      "category": "category4", +                      "notes": "tag4 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag5", +                      "category": "category5", +                      "notes": "tag5 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    } +                  ], +                  "frequencies": [ +                    { +                      "index": 0, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打つ", +                      "reading": "うつ", +                      "hasReading": false, +                      "frequency": 2 +                    }, +                    { +                      "index": 1, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打つ", +                      "reading": "うつ", +                      "hasReading": true, +                      "frequency": 6 +                    } +                  ], +                  "pitches": [], +                  "furiganaSegments": [ +                    { +                      "text": "打", +                      "furigana": "う" +                    }, +                    { +                      "text": "つ", +                      "furigana": "" +                    } +                  ], +                  "termFrequency": "normal" +                } +              ], +              "glossary": [ +                "definition7", +                "definition8" +              ], +              "definitionTags": [ +                { +                  "name": "tag1", +                  "category": "category1", +                  "notes": "tag1 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag2", +                  "category": "category2", +                  "notes": "tag2 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "definitions": [ +                { +                  "type": "term", +                  "id": 4, +                  "source": "打ち", +                  "rawSource": "打ち", +                  "sourceTerm": "打つ", +                  "reasons": [ +                    "masu stem" +                  ], +                  "score": 1, +                  "isPrimary": true, +                  "sequence": 3, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "dictionaryNames": [ +                    "Test Dictionary 2" +                  ], +                  "expression": "打つ", +                  "reading": "うつ", +                  "expressions": [ +                    { +                      "sourceTerm": "打つ", +                      "expression": "打つ", +                      "reading": "うつ", +                      "termTags": [ +                        { +                          "name": "tag3", +                          "category": "category3", +                          "notes": "tag3 notes", +                          "order": 0, +                          "score": 0, +                          "dictionary": "Test Dictionary 2", +                          "redundant": false +                        }, +                        { +                          "name": "tag4", +                          "category": "category4", +                          "notes": "tag4 notes", +                          "order": 0, +                          "score": 0, +                          "dictionary": "Test Dictionary 2", +                          "redundant": false +                        }, +                        { +                          "name": "tag5", +                          "category": "category5", +                          "notes": "tag5 notes", +                          "order": 0, +                          "score": 0, +                          "dictionary": "Test Dictionary 2", +                          "redundant": false +                        } +                      ], +                      "frequencies": [ +                        { +                          "index": 0, +                          "expressionIndex": 0, +                          "dictionary": "Test Dictionary 2", +                          "dictionaryOrder": { +                            "index": 0, +                            "priority": 0 +                          }, +                          "expression": "打つ", +                          "reading": "うつ", +                          "hasReading": false, +                          "frequency": 2 +                        }, +                        { +                          "index": 1, +                          "expressionIndex": 0, +                          "dictionary": "Test Dictionary 2", +                          "dictionaryOrder": { +                            "index": 0, +                            "priority": 0 +                          }, +                          "expression": "打つ", +                          "reading": "うつ", +                          "hasReading": true, +                          "frequency": 6 +                        } +                      ], +                      "pitches": [], +                      "furiganaSegments": [ +                        { +                          "text": "打", +                          "furigana": "う" +                        }, +                        { +                          "text": "つ", +                          "furigana": "" +                        } +                      ], +                      "termFrequency": "normal" +                    } +                  ], +                  "glossary": [ +                    "definition7", +                    "definition8" +                  ], +                  "definitionTags": [ +                    { +                      "name": "tag1", +                      "category": "category1", +                      "notes": "tag1 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag2", +                      "category": "category2", +                      "notes": "tag2 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    } +                  ], +                  "termTags": [ +                    { +                      "name": "tag3", +                      "category": "category3", +                      "notes": "tag3 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag4", +                      "category": "category4", +                      "notes": "tag4 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag5", +                      "category": "category5", +                      "notes": "tag5 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    } +                  ], +                  "frequencies": [ +                    { +                      "index": 0, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打つ", +                      "reading": "うつ", +                      "hasReading": false, +                      "frequency": 2 +                    }, +                    { +                      "index": 1, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打つ", +                      "reading": "うつ", +                      "hasReading": true, +                      "frequency": 6 +                    } +                  ], +                  "pitches": [], +                  "sourceTermExactMatchCount": 1, +                  "furiganaSegments": [ +                    { +                      "text": "打", +                      "furigana": "う" +                    }, +                    { +                      "text": "つ", +                      "furigana": "" +                    } +                  ] +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "うつ", +                  "hasReading": false, +                  "frequency": 2 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "うつ", +                  "hasReading": true, +                  "frequency": 6 +                } +              ], +              "pitches": [], +              "only": [ +                "うつ" +              ], +              "sourceTermExactMatchCount": 1 +            }, +            { +              "type": "termMergedByGlossary", +              "source": "打ち", +              "rawSource": "打ち", +              "reasons": [], +              "score": 1, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "dictionaryNames": [ +                "Test Dictionary 2" +              ], +              "expression": [ +                "打つ" +              ], +              "reading": [ +                "ぶつ" +              ], +              "expressions": [ +                { +                  "sourceTerm": "打つ", +                  "expression": "打つ", +                  "reading": "ぶつ", +                  "termTags": [ +                    { +                      "name": "tag3", +                      "category": "category3", +                      "notes": "tag3 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag4", +                      "category": "category4", +                      "notes": "tag4 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag5", +                      "category": "category5", +                      "notes": "tag5 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    } +                  ], +                  "frequencies": [ +                    { +                      "index": 0, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打つ", +                      "reading": "ぶつ", +                      "hasReading": false, +                      "frequency": 2 +                    }, +                    { +                      "index": 1, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打つ", +                      "reading": "ぶつ", +                      "hasReading": true, +                      "frequency": 7 +                    } +                  ], +                  "pitches": [], +                  "furiganaSegments": [ +                    { +                      "text": "打", +                      "furigana": "ぶ" +                    }, +                    { +                      "text": "つ", +                      "furigana": "" +                    } +                  ], +                  "termFrequency": "normal" +                } +              ], +              "glossary": [ +                "definition11", +                "definition12" +              ], +              "definitionTags": [ +                { +                  "name": "tag1", +                  "category": "category1", +                  "notes": "tag1 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag2", +                  "category": "category2", +                  "notes": "tag2 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "definitions": [ +                { +                  "type": "term", +                  "id": 6, +                  "source": "打ち", +                  "rawSource": "打ち", +                  "sourceTerm": "打つ", +                  "reasons": [ +                    "masu stem" +                  ], +                  "score": 1, +                  "isPrimary": true, +                  "sequence": 3, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "dictionaryNames": [ +                    "Test Dictionary 2" +                  ], +                  "expression": "打つ", +                  "reading": "ぶつ", +                  "expressions": [ +                    { +                      "sourceTerm": "打つ", +                      "expression": "打つ", +                      "reading": "ぶつ", +                      "termTags": [ +                        { +                          "name": "tag3", +                          "category": "category3", +                          "notes": "tag3 notes", +                          "order": 0, +                          "score": 0, +                          "dictionary": "Test Dictionary 2", +                          "redundant": false +                        }, +                        { +                          "name": "tag4", +                          "category": "category4", +                          "notes": "tag4 notes", +                          "order": 0, +                          "score": 0, +                          "dictionary": "Test Dictionary 2", +                          "redundant": false +                        }, +                        { +                          "name": "tag5", +                          "category": "category5", +                          "notes": "tag5 notes", +                          "order": 0, +                          "score": 0, +                          "dictionary": "Test Dictionary 2", +                          "redundant": false +                        } +                      ], +                      "frequencies": [ +                        { +                          "index": 0, +                          "expressionIndex": 0, +                          "dictionary": "Test Dictionary 2", +                          "dictionaryOrder": { +                            "index": 0, +                            "priority": 0 +                          }, +                          "expression": "打つ", +                          "reading": "ぶつ", +                          "hasReading": false, +                          "frequency": 2 +                        }, +                        { +                          "index": 1, +                          "expressionIndex": 0, +                          "dictionary": "Test Dictionary 2", +                          "dictionaryOrder": { +                            "index": 0, +                            "priority": 0 +                          }, +                          "expression": "打つ", +                          "reading": "ぶつ", +                          "hasReading": true, +                          "frequency": 7 +                        } +                      ], +                      "pitches": [], +                      "furiganaSegments": [ +                        { +                          "text": "打", +                          "furigana": "ぶ" +                        }, +                        { +                          "text": "つ", +                          "furigana": "" +                        } +                      ], +                      "termFrequency": "normal" +                    } +                  ], +                  "glossary": [ +                    "definition11", +                    "definition12" +                  ], +                  "definitionTags": [ +                    { +                      "name": "tag1", +                      "category": "category1", +                      "notes": "tag1 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag2", +                      "category": "category2", +                      "notes": "tag2 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    } +                  ], +                  "termTags": [ +                    { +                      "name": "tag3", +                      "category": "category3", +                      "notes": "tag3 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag4", +                      "category": "category4", +                      "notes": "tag4 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag5", +                      "category": "category5", +                      "notes": "tag5 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    } +                  ], +                  "frequencies": [ +                    { +                      "index": 0, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打つ", +                      "reading": "ぶつ", +                      "hasReading": false, +                      "frequency": 2 +                    }, +                    { +                      "index": 1, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打つ", +                      "reading": "ぶつ", +                      "hasReading": true, +                      "frequency": 7 +                    } +                  ], +                  "pitches": [], +                  "sourceTermExactMatchCount": 1, +                  "furiganaSegments": [ +                    { +                      "text": "打", +                      "furigana": "ぶ" +                    }, +                    { +                      "text": "つ", +                      "furigana": "" +                    } +                  ] +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "ぶつ", +                  "hasReading": false, +                  "frequency": 2 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "ぶつ", +                  "hasReading": true, +                  "frequency": 7 +                } +              ], +              "pitches": [], +              "only": [ +                "ぶつ" +              ], +              "sourceTermExactMatchCount": 1 +            } +          ], +          "frequencies": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打つ", +              "reading": "うつ", +              "hasReading": false, +              "frequency": 2 +            }, +            { +              "index": 2, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打つ", +              "reading": "うつ", +              "hasReading": true, +              "frequency": 6 +            }, +            { +              "index": 1, +              "expressionIndex": 1, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打つ", +              "reading": "ぶつ", +              "hasReading": false, +              "frequency": 2 +            }, +            { +              "index": 3, +              "expressionIndex": 1, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打つ", +              "reading": "ぶつ", +              "hasReading": true, +              "frequency": 7 +            } +          ], +          "pitches": [], +          "sourceTermExactMatchCount": 4, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          } +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "打つ" +        ], +        "uniqueReadings": [ +          "うつ", +          "ぶつ" +        ], +        "pitches": [], +        "pitchCount": 0, +        "context": { +          "document": { +            "title": "title" +          } +        } +      }, +      { +        "marker": "{marker}", +        "definition": { +          "type": "termMerged", +          "source": "打", +          "rawSource": "打", +          "reasons": [], +          "score": 1, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": [ +            "打" +          ], +          "reading": [ +            "だ" +          ], +          "expressions": [ +            { +              "sourceTerm": "打", +              "expression": "打", +              "reading": "だ", +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打", +                  "reading": "だ", +                  "hasReading": false, +                  "frequency": 1 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打", +                  "reading": "だ", +                  "hasReading": true, +                  "frequency": 4 +                } +              ], +              "pitches": [], +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "だ" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "definitions": [ +            { +              "type": "termMergedByGlossary", +              "source": "打", +              "rawSource": "打", +              "reasons": [], +              "score": 1, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "dictionaryNames": [ +                "Test Dictionary 2" +              ], +              "expression": [ +                "打" +              ], +              "reading": [ +                "だ" +              ], +              "expressions": [ +                { +                  "sourceTerm": "打", +                  "expression": "打", +                  "reading": "だ", +                  "termTags": [ +                    { +                      "name": "tag3", +                      "category": "category3", +                      "notes": "tag3 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag4", +                      "category": "category4", +                      "notes": "tag4 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag5", +                      "category": "category5", +                      "notes": "tag5 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    } +                  ], +                  "frequencies": [ +                    { +                      "index": 0, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打", +                      "reading": "だ", +                      "hasReading": false, +                      "frequency": 1 +                    }, +                    { +                      "index": 1, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打", +                      "reading": "だ", +                      "hasReading": true, +                      "frequency": 4 +                    } +                  ], +                  "pitches": [], +                  "furiganaSegments": [ +                    { +                      "text": "打", +                      "furigana": "だ" +                    } +                  ], +                  "termFrequency": "normal" +                } +              ], +              "glossary": [ +                "definition1", +                "definition2" +              ], +              "definitionTags": [ +                { +                  "name": "tag1", +                  "category": "category1", +                  "notes": "tag1 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag2", +                  "category": "category2", +                  "notes": "tag2 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "definitions": [ +                { +                  "type": "term", +                  "id": 1, +                  "source": "打", +                  "rawSource": "打", +                  "sourceTerm": "打", +                  "reasons": [], +                  "score": 1, +                  "isPrimary": true, +                  "sequence": 1, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "dictionaryNames": [ +                    "Test Dictionary 2" +                  ], +                  "expression": "打", +                  "reading": "だ", +                  "expressions": [ +                    { +                      "sourceTerm": "打", +                      "expression": "打", +                      "reading": "だ", +                      "termTags": [ +                        { +                          "name": "tag3", +                          "category": "category3", +                          "notes": "tag3 notes", +                          "order": 0, +                          "score": 0, +                          "dictionary": "Test Dictionary 2", +                          "redundant": false +                        }, +                        { +                          "name": "tag4", +                          "category": "category4", +                          "notes": "tag4 notes", +                          "order": 0, +                          "score": 0, +                          "dictionary": "Test Dictionary 2", +                          "redundant": false +                        }, +                        { +                          "name": "tag5", +                          "category": "category5", +                          "notes": "tag5 notes", +                          "order": 0, +                          "score": 0, +                          "dictionary": "Test Dictionary 2", +                          "redundant": false +                        } +                      ], +                      "frequencies": [ +                        { +                          "index": 0, +                          "expressionIndex": 0, +                          "dictionary": "Test Dictionary 2", +                          "dictionaryOrder": { +                            "index": 0, +                            "priority": 0 +                          }, +                          "expression": "打", +                          "reading": "だ", +                          "hasReading": false, +                          "frequency": 1 +                        }, +                        { +                          "index": 1, +                          "expressionIndex": 0, +                          "dictionary": "Test Dictionary 2", +                          "dictionaryOrder": { +                            "index": 0, +                            "priority": 0 +                          }, +                          "expression": "打", +                          "reading": "だ", +                          "hasReading": true, +                          "frequency": 4 +                        } +                      ], +                      "pitches": [], +                      "furiganaSegments": [ +                        { +                          "text": "打", +                          "furigana": "だ" +                        } +                      ], +                      "termFrequency": "normal" +                    } +                  ], +                  "glossary": [ +                    "definition1", +                    "definition2" +                  ], +                  "definitionTags": [ +                    { +                      "name": "tag1", +                      "category": "category1", +                      "notes": "tag1 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag2", +                      "category": "category2", +                      "notes": "tag2 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    } +                  ], +                  "termTags": [ +                    { +                      "name": "tag3", +                      "category": "category3", +                      "notes": "tag3 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag4", +                      "category": "category4", +                      "notes": "tag4 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag5", +                      "category": "category5", +                      "notes": "tag5 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    } +                  ], +                  "frequencies": [ +                    { +                      "index": 0, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打", +                      "reading": "だ", +                      "hasReading": false, +                      "frequency": 1 +                    }, +                    { +                      "index": 1, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打", +                      "reading": "だ", +                      "hasReading": true, +                      "frequency": 4 +                    } +                  ], +                  "pitches": [], +                  "sourceTermExactMatchCount": 1, +                  "furiganaSegments": [ +                    { +                      "text": "打", +                      "furigana": "だ" +                    } +                  ] +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打", +                  "reading": "だ", +                  "hasReading": false, +                  "frequency": 1 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打", +                  "reading": "だ", +                  "hasReading": true, +                  "frequency": 4 +                } +              ], +              "pitches": [], +              "only": [], +              "sourceTermExactMatchCount": 1 +            } +          ], +          "frequencies": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打", +              "reading": "だ", +              "hasReading": false, +              "frequency": 1 +            }, +            { +              "index": 1, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打", +              "reading": "だ", +              "hasReading": true, +              "frequency": 4 +            } +          ], +          "pitches": [], +          "sourceTermExactMatchCount": 1, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          } +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "打" +        ], +        "uniqueReadings": [ +          "だ" +        ], +        "pitches": [], +        "pitchCount": 0, +        "context": { +          "document": { +            "title": "title" +          } +        } +      }, +      { +        "marker": "{marker}", +        "definition": { +          "type": "termMerged", +          "source": "打", +          "rawSource": "打", +          "reasons": [], +          "score": 1, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": [ +            "打" +          ], +          "reading": [ +            "ダース" +          ], +          "expressions": [ +            { +              "sourceTerm": "打", +              "expression": "打", +              "reading": "ダース", +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打", +                  "reading": "ダース", +                  "hasReading": false, +                  "frequency": 1 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打", +                  "reading": "ダース", +                  "hasReading": true, +                  "frequency": 5 +                } +              ], +              "pitches": [], +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "ダース" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "definitions": [ +            { +              "type": "termMergedByGlossary", +              "source": "打", +              "rawSource": "打", +              "reasons": [], +              "score": 1, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "dictionaryNames": [ +                "Test Dictionary 2" +              ], +              "expression": [ +                "打" +              ], +              "reading": [ +                "ダース" +              ], +              "expressions": [ +                { +                  "sourceTerm": "打", +                  "expression": "打", +                  "reading": "ダース", +                  "termTags": [ +                    { +                      "name": "tag3", +                      "category": "category3", +                      "notes": "tag3 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag4", +                      "category": "category4", +                      "notes": "tag4 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag5", +                      "category": "category5", +                      "notes": "tag5 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    } +                  ], +                  "frequencies": [ +                    { +                      "index": 0, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打", +                      "reading": "ダース", +                      "hasReading": false, +                      "frequency": 1 +                    }, +                    { +                      "index": 1, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打", +                      "reading": "ダース", +                      "hasReading": true, +                      "frequency": 5 +                    } +                  ], +                  "pitches": [], +                  "furiganaSegments": [ +                    { +                      "text": "打", +                      "furigana": "ダース" +                    } +                  ], +                  "termFrequency": "normal" +                } +              ], +              "glossary": [ +                "definition3", +                "definition4" +              ], +              "definitionTags": [ +                { +                  "name": "tag1", +                  "category": "category1", +                  "notes": "tag1 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag2", +                  "category": "category2", +                  "notes": "tag2 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "definitions": [ +                { +                  "type": "term", +                  "id": 2, +                  "source": "打", +                  "rawSource": "打", +                  "sourceTerm": "打", +                  "reasons": [], +                  "score": 1, +                  "isPrimary": true, +                  "sequence": 2, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "dictionaryNames": [ +                    "Test Dictionary 2" +                  ], +                  "expression": "打", +                  "reading": "ダース", +                  "expressions": [ +                    { +                      "sourceTerm": "打", +                      "expression": "打", +                      "reading": "ダース", +                      "termTags": [ +                        { +                          "name": "tag3", +                          "category": "category3", +                          "notes": "tag3 notes", +                          "order": 0, +                          "score": 0, +                          "dictionary": "Test Dictionary 2", +                          "redundant": false +                        }, +                        { +                          "name": "tag4", +                          "category": "category4", +                          "notes": "tag4 notes", +                          "order": 0, +                          "score": 0, +                          "dictionary": "Test Dictionary 2", +                          "redundant": false +                        }, +                        { +                          "name": "tag5", +                          "category": "category5", +                          "notes": "tag5 notes", +                          "order": 0, +                          "score": 0, +                          "dictionary": "Test Dictionary 2", +                          "redundant": false +                        } +                      ], +                      "frequencies": [ +                        { +                          "index": 0, +                          "expressionIndex": 0, +                          "dictionary": "Test Dictionary 2", +                          "dictionaryOrder": { +                            "index": 0, +                            "priority": 0 +                          }, +                          "expression": "打", +                          "reading": "ダース", +                          "hasReading": false, +                          "frequency": 1 +                        }, +                        { +                          "index": 1, +                          "expressionIndex": 0, +                          "dictionary": "Test Dictionary 2", +                          "dictionaryOrder": { +                            "index": 0, +                            "priority": 0 +                          }, +                          "expression": "打", +                          "reading": "ダース", +                          "hasReading": true, +                          "frequency": 5 +                        } +                      ], +                      "pitches": [], +                      "furiganaSegments": [ +                        { +                          "text": "打", +                          "furigana": "ダース" +                        } +                      ], +                      "termFrequency": "normal" +                    } +                  ], +                  "glossary": [ +                    "definition3", +                    "definition4" +                  ], +                  "definitionTags": [ +                    { +                      "name": "tag1", +                      "category": "category1", +                      "notes": "tag1 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag2", +                      "category": "category2", +                      "notes": "tag2 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    } +                  ], +                  "termTags": [ +                    { +                      "name": "tag3", +                      "category": "category3", +                      "notes": "tag3 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag4", +                      "category": "category4", +                      "notes": "tag4 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag5", +                      "category": "category5", +                      "notes": "tag5 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    } +                  ], +                  "frequencies": [ +                    { +                      "index": 0, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打", +                      "reading": "ダース", +                      "hasReading": false, +                      "frequency": 1 +                    }, +                    { +                      "index": 1, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打", +                      "reading": "ダース", +                      "hasReading": true, +                      "frequency": 5 +                    } +                  ], +                  "pitches": [], +                  "sourceTermExactMatchCount": 1, +                  "furiganaSegments": [ +                    { +                      "text": "打", +                      "furigana": "ダース" +                    } +                  ] +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打", +                  "reading": "ダース", +                  "hasReading": false, +                  "frequency": 1 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打", +                  "reading": "ダース", +                  "hasReading": true, +                  "frequency": 5 +                } +              ], +              "pitches": [], +              "only": [], +              "sourceTermExactMatchCount": 1 +            } +          ], +          "frequencies": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打", +              "reading": "ダース", +              "hasReading": false, +              "frequency": 1 +            }, +            { +              "index": 1, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打", +              "reading": "ダース", +              "hasReading": true, +              "frequency": 5 +            } +          ], +          "pitches": [], +          "sourceTermExactMatchCount": 1, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          } +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "打" +        ], +        "uniqueReadings": [ +          "ダース" +        ], +        "pitches": [], +        "pitchCount": 0, +        "context": { +          "document": { +            "title": "title" +          } +        } +      } +    ] +  }, +  { +    "name": "Search inflected term", +    "noteDataList": [ +      { +        "marker": "{marker}", +        "definition": { +          "type": "term", +          "id": 7, +          "source": "打ち込んでいませんでした", +          "rawSource": "打ち込んでいませんでした", +          "sourceTerm": "打ち込む", +          "reasons": [ +            "-te", +            "progressive or perfect", +            "polite past negative" +          ], +          "score": 10, +          "isPrimary": true, +          "sequence": 4, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": "打ち込む", +          "reading": "うちこむ", +          "expressions": [ +            { +              "sourceTerm": "打ち込む", +              "expression": "打ち込む", +              "reading": "うちこむ", +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "うちこむ", +                  "hasReading": false, +                  "frequency": 3 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "うちこむ", +                  "hasReading": true, +                  "frequency": 8 +                } +              ], +              "pitches": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "うちこむ", +                  "pitches": [ +                    { +                      "position": 0, +                      "tags": [] +                    }, +                    { +                      "position": 3, +                      "tags": [] +                    } +                  ] +                } +              ], +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "う" +                }, +                { +                  "text": "ち", +                  "furigana": "" +                }, +                { +                  "text": "込", +                  "furigana": "こ" +                }, +                { +                  "text": "む", +                  "furigana": "" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "glossary": [ +            "definition13", +            "definition14" +          ], +          "definitionTags": [ +            { +              "name": "tag1", +              "category": "category1", +              "notes": "tag1 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag2", +              "category": "category2", +              "notes": "tag2 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "termTags": [ +            { +              "name": "tag3", +              "category": "category3", +              "notes": "tag3 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag4", +              "category": "category4", +              "notes": "tag4 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag5", +              "category": "category5", +              "notes": "tag5 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "frequencies": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打ち込む", +              "reading": "うちこむ", +              "hasReading": false, +              "frequency": 3 +            }, +            { +              "index": 1, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打ち込む", +              "reading": "うちこむ", +              "hasReading": true, +              "frequency": 8 +            } +          ], +          "pitches": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打ち込む", +              "reading": "うちこむ", +              "pitches": [ +                { +                  "position": 0, +                  "tags": [] +                }, +                { +                  "position": 3, +                  "tags": [] +                } +              ] +            } +          ], +          "sourceTermExactMatchCount": 1, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          }, +          "furiganaSegments": [ +            { +              "text": "打", +              "furigana": "う" +            }, +            { +              "text": "ち", +              "furigana": "" +            }, +            { +              "text": "込", +              "furigana": "こ" +            }, +            { +              "text": "む", +              "furigana": "" +            } +          ] +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "打ち込む" +        ], +        "uniqueReadings": [ +          "うちこむ" +        ], +        "pitches": [ +          { +            "dictionary": "Test Dictionary 2", +            "pitches": [ +              { +                "expressions": [ +                  "打ち込む" +                ], +                "reading": "うちこむ", +                "position": 0, +                "tags": [], +                "exclusiveExpressions": [], +                "exclusiveReadings": [] +              }, +              { +                "expressions": [ +                  "打ち込む" +                ], +                "reading": "うちこむ", +                "position": 3, +                "tags": [], +                "exclusiveExpressions": [], +                "exclusiveReadings": [] +              } +            ] +          } +        ], +        "pitchCount": 2, +        "context": { +          "document": { +            "title": "title" +          } +        } +      }, +      { +        "marker": "{marker}", +        "definition": { +          "type": "term", +          "id": 9, +          "source": "打ち込んでいませんでした", +          "rawSource": "打ち込んでいませんでした", +          "sourceTerm": "打ち込む", +          "reasons": [ +            "-te", +            "progressive or perfect", +            "polite past negative" +          ], +          "score": 10, +          "isPrimary": true, +          "sequence": 4, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": "打ち込む", +          "reading": "ぶちこむ", +          "expressions": [ +            { +              "sourceTerm": "打ち込む", +              "expression": "打ち込む", +              "reading": "ぶちこむ", +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "ぶちこむ", +                  "hasReading": false, +                  "frequency": 3 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "ぶちこむ", +                  "hasReading": true, +                  "frequency": 9 +                } +              ], +              "pitches": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "ぶちこむ", +                  "pitches": [ +                    { +                      "position": 0, +                      "tags": [] +                    }, +                    { +                      "position": 3, +                      "tags": [] +                    } +                  ] +                } +              ], +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "ぶ" +                }, +                { +                  "text": "ち", +                  "furigana": "" +                }, +                { +                  "text": "込", +                  "furigana": "こ" +                }, +                { +                  "text": "む", +                  "furigana": "" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "glossary": [ +            "definition17", +            "definition18" +          ], +          "definitionTags": [ +            { +              "name": "tag1", +              "category": "category1", +              "notes": "tag1 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag2", +              "category": "category2", +              "notes": "tag2 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "termTags": [ +            { +              "name": "tag3", +              "category": "category3", +              "notes": "tag3 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag4", +              "category": "category4", +              "notes": "tag4 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag5", +              "category": "category5", +              "notes": "tag5 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "frequencies": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打ち込む", +              "reading": "ぶちこむ", +              "hasReading": false, +              "frequency": 3 +            }, +            { +              "index": 1, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打ち込む", +              "reading": "ぶちこむ", +              "hasReading": true, +              "frequency": 9 +            } +          ], +          "pitches": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打ち込む", +              "reading": "ぶちこむ", +              "pitches": [ +                { +                  "position": 0, +                  "tags": [] +                }, +                { +                  "position": 3, +                  "tags": [] +                } +              ] +            } +          ], +          "sourceTermExactMatchCount": 1, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          }, +          "furiganaSegments": [ +            { +              "text": "打", +              "furigana": "ぶ" +            }, +            { +              "text": "ち", +              "furigana": "" +            }, +            { +              "text": "込", +              "furigana": "こ" +            }, +            { +              "text": "む", +              "furigana": "" +            } +          ] +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "打ち込む" +        ], +        "uniqueReadings": [ +          "ぶちこむ" +        ], +        "pitches": [ +          { +            "dictionary": "Test Dictionary 2", +            "pitches": [ +              { +                "expressions": [ +                  "打ち込む" +                ], +                "reading": "ぶちこむ", +                "position": 0, +                "tags": [], +                "exclusiveExpressions": [], +                "exclusiveReadings": [] +              }, +              { +                "expressions": [ +                  "打ち込む" +                ], +                "reading": "ぶちこむ", +                "position": 3, +                "tags": [], +                "exclusiveExpressions": [], +                "exclusiveReadings": [] +              } +            ] +          } +        ], +        "pitchCount": 2, +        "context": { +          "document": { +            "title": "title" +          } +        } +      }, +      { +        "marker": "{marker}", +        "definition": { +          "type": "term", +          "id": 8, +          "source": "打ち込んでいませんでした", +          "rawSource": "打ち込んでいませんでした", +          "sourceTerm": "打ち込む", +          "reasons": [ +            "-te", +            "progressive or perfect", +            "polite past negative" +          ], +          "score": 1, +          "isPrimary": true, +          "sequence": 4, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": "打ち込む", +          "reading": "うちこむ", +          "expressions": [ +            { +              "sourceTerm": "打ち込む", +              "expression": "打ち込む", +              "reading": "うちこむ", +              "termTags": [ +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag6", +                  "category": "default", +                  "notes": "", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag7", +                  "category": "default", +                  "notes": "", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "うちこむ", +                  "hasReading": false, +                  "frequency": 3 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "うちこむ", +                  "hasReading": true, +                  "frequency": 8 +                } +              ], +              "pitches": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "うちこむ", +                  "pitches": [ +                    { +                      "position": 0, +                      "tags": [] +                    }, +                    { +                      "position": 3, +                      "tags": [] +                    } +                  ] +                } +              ], +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "う" +                }, +                { +                  "text": "ち", +                  "furigana": "" +                }, +                { +                  "text": "込", +                  "furigana": "こ" +                }, +                { +                  "text": "む", +                  "furigana": "" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "glossary": [ +            "definition15", +            "definition16" +          ], +          "definitionTags": [ +            { +              "name": "tag1", +              "category": "category1", +              "notes": "tag1 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag2", +              "category": "category2", +              "notes": "tag2 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "termTags": [ +            { +              "name": "tag5", +              "category": "category5", +              "notes": "tag5 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag6", +              "category": "default", +              "notes": "", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag7", +              "category": "default", +              "notes": "", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "frequencies": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打ち込む", +              "reading": "うちこむ", +              "hasReading": false, +              "frequency": 3 +            }, +            { +              "index": 1, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打ち込む", +              "reading": "うちこむ", +              "hasReading": true, +              "frequency": 8 +            } +          ], +          "pitches": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打ち込む", +              "reading": "うちこむ", +              "pitches": [ +                { +                  "position": 0, +                  "tags": [] +                }, +                { +                  "position": 3, +                  "tags": [] +                } +              ] +            } +          ], +          "sourceTermExactMatchCount": 1, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          }, +          "furiganaSegments": [ +            { +              "text": "打", +              "furigana": "う" +            }, +            { +              "text": "ち", +              "furigana": "" +            }, +            { +              "text": "込", +              "furigana": "こ" +            }, +            { +              "text": "む", +              "furigana": "" +            } +          ] +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "打ち込む" +        ], +        "uniqueReadings": [ +          "うちこむ" +        ], +        "pitches": [ +          { +            "dictionary": "Test Dictionary 2", +            "pitches": [ +              { +                "expressions": [ +                  "打ち込む" +                ], +                "reading": "うちこむ", +                "position": 0, +                "tags": [], +                "exclusiveExpressions": [], +                "exclusiveReadings": [] +              }, +              { +                "expressions": [ +                  "打ち込む" +                ], +                "reading": "うちこむ", +                "position": 3, +                "tags": [], +                "exclusiveExpressions": [], +                "exclusiveReadings": [] +              } +            ] +          } +        ], +        "pitchCount": 2, +        "context": { +          "document": { +            "title": "title" +          } +        } +      }, +      { +        "marker": "{marker}", +        "definition": { +          "type": "term", +          "id": 10, +          "source": "打ち込んでいませんでした", +          "rawSource": "打ち込んでいませんでした", +          "sourceTerm": "打ち込む", +          "reasons": [ +            "-te", +            "progressive or perfect", +            "polite past negative" +          ], +          "score": 1, +          "isPrimary": true, +          "sequence": 4, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": "打ち込む", +          "reading": "ぶちこむ", +          "expressions": [ +            { +              "sourceTerm": "打ち込む", +              "expression": "打ち込む", +              "reading": "ぶちこむ", +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "ぶちこむ", +                  "hasReading": false, +                  "frequency": 3 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "ぶちこむ", +                  "hasReading": true, +                  "frequency": 9 +                } +              ], +              "pitches": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "ぶちこむ", +                  "pitches": [ +                    { +                      "position": 0, +                      "tags": [] +                    }, +                    { +                      "position": 3, +                      "tags": [] +                    } +                  ] +                } +              ], +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "ぶ" +                }, +                { +                  "text": "ち", +                  "furigana": "" +                }, +                { +                  "text": "込", +                  "furigana": "こ" +                }, +                { +                  "text": "む", +                  "furigana": "" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "glossary": [ +            "definition19", +            "definition20" +          ], +          "definitionTags": [ +            { +              "name": "tag1", +              "category": "category1", +              "notes": "tag1 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag2", +              "category": "category2", +              "notes": "tag2 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "termTags": [ +            { +              "name": "tag3", +              "category": "category3", +              "notes": "tag3 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag4", +              "category": "category4", +              "notes": "tag4 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag5", +              "category": "category5", +              "notes": "tag5 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "frequencies": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打ち込む", +              "reading": "ぶちこむ", +              "hasReading": false, +              "frequency": 3 +            }, +            { +              "index": 1, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打ち込む", +              "reading": "ぶちこむ", +              "hasReading": true, +              "frequency": 9 +            } +          ], +          "pitches": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打ち込む", +              "reading": "ぶちこむ", +              "pitches": [ +                { +                  "position": 0, +                  "tags": [] +                }, +                { +                  "position": 3, +                  "tags": [] +                } +              ] +            } +          ], +          "sourceTermExactMatchCount": 1, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          }, +          "furiganaSegments": [ +            { +              "text": "打", +              "furigana": "ぶ" +            }, +            { +              "text": "ち", +              "furigana": "" +            }, +            { +              "text": "込", +              "furigana": "こ" +            }, +            { +              "text": "む", +              "furigana": "" +            } +          ] +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "打ち込む" +        ], +        "uniqueReadings": [ +          "ぶちこむ" +        ], +        "pitches": [ +          { +            "dictionary": "Test Dictionary 2", +            "pitches": [ +              { +                "expressions": [ +                  "打ち込む" +                ], +                "reading": "ぶちこむ", +                "position": 0, +                "tags": [], +                "exclusiveExpressions": [], +                "exclusiveReadings": [] +              }, +              { +                "expressions": [ +                  "打ち込む" +                ], +                "reading": "ぶちこむ", +                "position": 3, +                "tags": [], +                "exclusiveExpressions": [], +                "exclusiveReadings": [] +              } +            ] +          } +        ], +        "pitchCount": 2, +        "context": { +          "document": { +            "title": "title" +          } +        } +      }, +      { +        "marker": "{marker}", +        "definition": { +          "type": "term", +          "id": 3, +          "source": "打ち", +          "rawSource": "打ち", +          "sourceTerm": "打つ", +          "reasons": [ +            "masu stem" +          ], +          "score": 10, +          "isPrimary": true, +          "sequence": 3, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": "打つ", +          "reading": "うつ", +          "expressions": [ +            { +              "sourceTerm": "打つ", +              "expression": "打つ", +              "reading": "うつ", +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "うつ", +                  "hasReading": false, +                  "frequency": 2 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "うつ", +                  "hasReading": true, +                  "frequency": 6 +                } +              ], +              "pitches": [], +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "う" +                }, +                { +                  "text": "つ", +                  "furigana": "" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "glossary": [ +            "definition5", +            "definition6" +          ], +          "definitionTags": [ +            { +              "name": "tag1", +              "category": "category1", +              "notes": "tag1 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag2", +              "category": "category2", +              "notes": "tag2 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "termTags": [ +            { +              "name": "tag3", +              "category": "category3", +              "notes": "tag3 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag4", +              "category": "category4", +              "notes": "tag4 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag5", +              "category": "category5", +              "notes": "tag5 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "frequencies": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打つ", +              "reading": "うつ", +              "hasReading": false, +              "frequency": 2 +            }, +            { +              "index": 1, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打つ", +              "reading": "うつ", +              "hasReading": true, +              "frequency": 6 +            } +          ], +          "pitches": [], +          "sourceTermExactMatchCount": 1, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          }, +          "furiganaSegments": [ +            { +              "text": "打", +              "furigana": "う" +            }, +            { +              "text": "つ", +              "furigana": "" +            } +          ] +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "打つ" +        ], +        "uniqueReadings": [ +          "うつ" +        ], +        "pitches": [], +        "pitchCount": 0, +        "context": { +          "document": { +            "title": "title" +          } +        } +      }, +      { +        "marker": "{marker}", +        "definition": { +          "type": "term", +          "id": 5, +          "source": "打ち", +          "rawSource": "打ち", +          "sourceTerm": "打つ", +          "reasons": [ +            "masu stem" +          ], +          "score": 10, +          "isPrimary": true, +          "sequence": 3, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": "打つ", +          "reading": "ぶつ", +          "expressions": [ +            { +              "sourceTerm": "打つ", +              "expression": "打つ", +              "reading": "ぶつ", +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "ぶつ", +                  "hasReading": false, +                  "frequency": 2 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "ぶつ", +                  "hasReading": true, +                  "frequency": 7 +                } +              ], +              "pitches": [], +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "ぶ" +                }, +                { +                  "text": "つ", +                  "furigana": "" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "glossary": [ +            "definition9", +            "definition10" +          ], +          "definitionTags": [ +            { +              "name": "tag1", +              "category": "category1", +              "notes": "tag1 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag2", +              "category": "category2", +              "notes": "tag2 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "termTags": [ +            { +              "name": "tag3", +              "category": "category3", +              "notes": "tag3 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag4", +              "category": "category4", +              "notes": "tag4 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag5", +              "category": "category5", +              "notes": "tag5 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "frequencies": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打つ", +              "reading": "ぶつ", +              "hasReading": false, +              "frequency": 2 +            }, +            { +              "index": 1, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打つ", +              "reading": "ぶつ", +              "hasReading": true, +              "frequency": 7 +            } +          ], +          "pitches": [], +          "sourceTermExactMatchCount": 1, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          }, +          "furiganaSegments": [ +            { +              "text": "打", +              "furigana": "ぶ" +            }, +            { +              "text": "つ", +              "furigana": "" +            } +          ] +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "打つ" +        ], +        "uniqueReadings": [ +          "ぶつ" +        ], +        "pitches": [], +        "pitchCount": 0, +        "context": { +          "document": { +            "title": "title" +          } +        } +      }, +      { +        "marker": "{marker}", +        "definition": { +          "type": "term", +          "id": 4, +          "source": "打ち", +          "rawSource": "打ち", +          "sourceTerm": "打つ", +          "reasons": [ +            "masu stem" +          ], +          "score": 1, +          "isPrimary": true, +          "sequence": 3, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": "打つ", +          "reading": "うつ", +          "expressions": [ +            { +              "sourceTerm": "打つ", +              "expression": "打つ", +              "reading": "うつ", +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "うつ", +                  "hasReading": false, +                  "frequency": 2 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "うつ", +                  "hasReading": true, +                  "frequency": 6 +                } +              ], +              "pitches": [], +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "う" +                }, +                { +                  "text": "つ", +                  "furigana": "" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "glossary": [ +            "definition7", +            "definition8" +          ], +          "definitionTags": [ +            { +              "name": "tag1", +              "category": "category1", +              "notes": "tag1 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag2", +              "category": "category2", +              "notes": "tag2 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "termTags": [ +            { +              "name": "tag3", +              "category": "category3", +              "notes": "tag3 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag4", +              "category": "category4", +              "notes": "tag4 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag5", +              "category": "category5", +              "notes": "tag5 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "frequencies": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打つ", +              "reading": "うつ", +              "hasReading": false, +              "frequency": 2 +            }, +            { +              "index": 1, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打つ", +              "reading": "うつ", +              "hasReading": true, +              "frequency": 6 +            } +          ], +          "pitches": [], +          "sourceTermExactMatchCount": 1, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          }, +          "furiganaSegments": [ +            { +              "text": "打", +              "furigana": "う" +            }, +            { +              "text": "つ", +              "furigana": "" +            } +          ] +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "打つ" +        ], +        "uniqueReadings": [ +          "うつ" +        ], +        "pitches": [], +        "pitchCount": 0, +        "context": { +          "document": { +            "title": "title" +          } +        } +      }, +      { +        "marker": "{marker}", +        "definition": { +          "type": "term", +          "id": 6, +          "source": "打ち", +          "rawSource": "打ち", +          "sourceTerm": "打つ", +          "reasons": [ +            "masu stem" +          ], +          "score": 1, +          "isPrimary": true, +          "sequence": 3, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": "打つ", +          "reading": "ぶつ", +          "expressions": [ +            { +              "sourceTerm": "打つ", +              "expression": "打つ", +              "reading": "ぶつ", +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "ぶつ", +                  "hasReading": false, +                  "frequency": 2 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "ぶつ", +                  "hasReading": true, +                  "frequency": 7 +                } +              ], +              "pitches": [], +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "ぶ" +                }, +                { +                  "text": "つ", +                  "furigana": "" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "glossary": [ +            "definition11", +            "definition12" +          ], +          "definitionTags": [ +            { +              "name": "tag1", +              "category": "category1", +              "notes": "tag1 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag2", +              "category": "category2", +              "notes": "tag2 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "termTags": [ +            { +              "name": "tag3", +              "category": "category3", +              "notes": "tag3 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag4", +              "category": "category4", +              "notes": "tag4 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag5", +              "category": "category5", +              "notes": "tag5 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "frequencies": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打つ", +              "reading": "ぶつ", +              "hasReading": false, +              "frequency": 2 +            }, +            { +              "index": 1, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打つ", +              "reading": "ぶつ", +              "hasReading": true, +              "frequency": 7 +            } +          ], +          "pitches": [], +          "sourceTermExactMatchCount": 1, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          }, +          "furiganaSegments": [ +            { +              "text": "打", +              "furigana": "ぶ" +            }, +            { +              "text": "つ", +              "furigana": "" +            } +          ] +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "打つ" +        ], +        "uniqueReadings": [ +          "ぶつ" +        ], +        "pitches": [], +        "pitchCount": 0, +        "context": { +          "document": { +            "title": "title" +          } +        } +      }, +      { +        "marker": "{marker}", +        "definition": { +          "type": "term", +          "id": 1, +          "source": "打", +          "rawSource": "打", +          "sourceTerm": "打", +          "reasons": [], +          "score": 1, +          "isPrimary": true, +          "sequence": 1, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": "打", +          "reading": "だ", +          "expressions": [ +            { +              "sourceTerm": "打", +              "expression": "打", +              "reading": "だ", +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打", +                  "reading": "だ", +                  "hasReading": false, +                  "frequency": 1 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打", +                  "reading": "だ", +                  "hasReading": true, +                  "frequency": 4 +                } +              ], +              "pitches": [], +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "だ" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "glossary": [ +            "definition1", +            "definition2" +          ], +          "definitionTags": [ +            { +              "name": "tag1", +              "category": "category1", +              "notes": "tag1 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag2", +              "category": "category2", +              "notes": "tag2 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "termTags": [ +            { +              "name": "tag3", +              "category": "category3", +              "notes": "tag3 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag4", +              "category": "category4", +              "notes": "tag4 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag5", +              "category": "category5", +              "notes": "tag5 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "frequencies": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打", +              "reading": "だ", +              "hasReading": false, +              "frequency": 1 +            }, +            { +              "index": 1, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打", +              "reading": "だ", +              "hasReading": true, +              "frequency": 4 +            } +          ], +          "pitches": [], +          "sourceTermExactMatchCount": 1, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          }, +          "furiganaSegments": [ +            { +              "text": "打", +              "furigana": "だ" +            } +          ] +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "打" +        ], +        "uniqueReadings": [ +          "だ" +        ], +        "pitches": [], +        "pitchCount": 0, +        "context": { +          "document": { +            "title": "title" +          } +        } +      }, +      { +        "marker": "{marker}", +        "definition": { +          "type": "term", +          "id": 2, +          "source": "打", +          "rawSource": "打", +          "sourceTerm": "打", +          "reasons": [], +          "score": 1, +          "isPrimary": true, +          "sequence": 2, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": "打", +          "reading": "ダース", +          "expressions": [ +            { +              "sourceTerm": "打", +              "expression": "打", +              "reading": "ダース", +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打", +                  "reading": "ダース", +                  "hasReading": false, +                  "frequency": 1 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打", +                  "reading": "ダース", +                  "hasReading": true, +                  "frequency": 5 +                } +              ], +              "pitches": [], +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "ダース" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "glossary": [ +            "definition3", +            "definition4" +          ], +          "definitionTags": [ +            { +              "name": "tag1", +              "category": "category1", +              "notes": "tag1 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag2", +              "category": "category2", +              "notes": "tag2 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "termTags": [ +            { +              "name": "tag3", +              "category": "category3", +              "notes": "tag3 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag4", +              "category": "category4", +              "notes": "tag4 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag5", +              "category": "category5", +              "notes": "tag5 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "frequencies": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打", +              "reading": "ダース", +              "hasReading": false, +              "frequency": 1 +            }, +            { +              "index": 1, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打", +              "reading": "ダース", +              "hasReading": true, +              "frequency": 5 +            } +          ], +          "pitches": [], +          "sourceTermExactMatchCount": 1, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          }, +          "furiganaSegments": [ +            { +              "text": "打", +              "furigana": "ダース" +            } +          ] +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "打" +        ], +        "uniqueReadings": [ +          "ダース" +        ], +        "pitches": [], +        "pitchCount": 0, +        "context": { +          "document": { +            "title": "title" +          } +        } +      } +    ] +  }, +  { +    "name": "Ignore text inside parentheses", +    "noteDataList": [ +      { +        "marker": "{marker}", +        "definition": { +          "type": "term", +          "id": 7, +          "source": "打ち込む", +          "rawSource": "打(う)ち込(こ)む", +          "sourceTerm": "打ち込む", +          "reasons": [], +          "score": 10, +          "isPrimary": true, +          "sequence": 4, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": "打ち込む", +          "reading": "うちこむ", +          "expressions": [ +            { +              "sourceTerm": "打ち込む", +              "expression": "打ち込む", +              "reading": "うちこむ", +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "うちこむ", +                  "hasReading": false, +                  "frequency": 3 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "うちこむ", +                  "hasReading": true, +                  "frequency": 8 +                } +              ], +              "pitches": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "うちこむ", +                  "pitches": [ +                    { +                      "position": 0, +                      "tags": [] +                    }, +                    { +                      "position": 3, +                      "tags": [] +                    } +                  ] +                } +              ], +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "う" +                }, +                { +                  "text": "ち", +                  "furigana": "" +                }, +                { +                  "text": "込", +                  "furigana": "こ" +                }, +                { +                  "text": "む", +                  "furigana": "" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "glossary": [ +            "definition13", +            "definition14" +          ], +          "definitionTags": [ +            { +              "name": "tag1", +              "category": "category1", +              "notes": "tag1 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag2", +              "category": "category2", +              "notes": "tag2 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "termTags": [ +            { +              "name": "tag3", +              "category": "category3", +              "notes": "tag3 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag4", +              "category": "category4", +              "notes": "tag4 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag5", +              "category": "category5", +              "notes": "tag5 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "frequencies": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打ち込む", +              "reading": "うちこむ", +              "hasReading": false, +              "frequency": 3 +            }, +            { +              "index": 1, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打ち込む", +              "reading": "うちこむ", +              "hasReading": true, +              "frequency": 8 +            } +          ], +          "pitches": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打ち込む", +              "reading": "うちこむ", +              "pitches": [ +                { +                  "position": 0, +                  "tags": [] +                }, +                { +                  "position": 3, +                  "tags": [] +                } +              ] +            } +          ], +          "sourceTermExactMatchCount": 1, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          }, +          "furiganaSegments": [ +            { +              "text": "打", +              "furigana": "う" +            }, +            { +              "text": "ち", +              "furigana": "" +            }, +            { +              "text": "込", +              "furigana": "こ" +            }, +            { +              "text": "む", +              "furigana": "" +            } +          ] +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "打ち込む" +        ], +        "uniqueReadings": [ +          "うちこむ" +        ], +        "pitches": [ +          { +            "dictionary": "Test Dictionary 2", +            "pitches": [ +              { +                "expressions": [ +                  "打ち込む" +                ], +                "reading": "うちこむ", +                "position": 0, +                "tags": [], +                "exclusiveExpressions": [], +                "exclusiveReadings": [] +              }, +              { +                "expressions": [ +                  "打ち込む" +                ], +                "reading": "うちこむ", +                "position": 3, +                "tags": [], +                "exclusiveExpressions": [], +                "exclusiveReadings": [] +              } +            ] +          } +        ], +        "pitchCount": 2, +        "context": { +          "document": { +            "title": "title" +          } +        } +      }, +      { +        "marker": "{marker}", +        "definition": { +          "type": "term", +          "id": 9, +          "source": "打ち込む", +          "rawSource": "打(う)ち込(こ)む", +          "sourceTerm": "打ち込む", +          "reasons": [], +          "score": 10, +          "isPrimary": true, +          "sequence": 4, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": "打ち込む", +          "reading": "ぶちこむ", +          "expressions": [ +            { +              "sourceTerm": "打ち込む", +              "expression": "打ち込む", +              "reading": "ぶちこむ", +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "ぶちこむ", +                  "hasReading": false, +                  "frequency": 3 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "ぶちこむ", +                  "hasReading": true, +                  "frequency": 9 +                } +              ], +              "pitches": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "ぶちこむ", +                  "pitches": [ +                    { +                      "position": 0, +                      "tags": [] +                    }, +                    { +                      "position": 3, +                      "tags": [] +                    } +                  ] +                } +              ], +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "ぶ" +                }, +                { +                  "text": "ち", +                  "furigana": "" +                }, +                { +                  "text": "込", +                  "furigana": "こ" +                }, +                { +                  "text": "む", +                  "furigana": "" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "glossary": [ +            "definition17", +            "definition18" +          ], +          "definitionTags": [ +            { +              "name": "tag1", +              "category": "category1", +              "notes": "tag1 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag2", +              "category": "category2", +              "notes": "tag2 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "termTags": [ +            { +              "name": "tag3", +              "category": "category3", +              "notes": "tag3 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag4", +              "category": "category4", +              "notes": "tag4 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag5", +              "category": "category5", +              "notes": "tag5 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "frequencies": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打ち込む", +              "reading": "ぶちこむ", +              "hasReading": false, +              "frequency": 3 +            }, +            { +              "index": 1, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打ち込む", +              "reading": "ぶちこむ", +              "hasReading": true, +              "frequency": 9 +            } +          ], +          "pitches": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打ち込む", +              "reading": "ぶちこむ", +              "pitches": [ +                { +                  "position": 0, +                  "tags": [] +                }, +                { +                  "position": 3, +                  "tags": [] +                } +              ] +            } +          ], +          "sourceTermExactMatchCount": 1, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          }, +          "furiganaSegments": [ +            { +              "text": "打", +              "furigana": "ぶ" +            }, +            { +              "text": "ち", +              "furigana": "" +            }, +            { +              "text": "込", +              "furigana": "こ" +            }, +            { +              "text": "む", +              "furigana": "" +            } +          ] +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "打ち込む" +        ], +        "uniqueReadings": [ +          "ぶちこむ" +        ], +        "pitches": [ +          { +            "dictionary": "Test Dictionary 2", +            "pitches": [ +              { +                "expressions": [ +                  "打ち込む" +                ], +                "reading": "ぶちこむ", +                "position": 0, +                "tags": [], +                "exclusiveExpressions": [], +                "exclusiveReadings": [] +              }, +              { +                "expressions": [ +                  "打ち込む" +                ], +                "reading": "ぶちこむ", +                "position": 3, +                "tags": [], +                "exclusiveExpressions": [], +                "exclusiveReadings": [] +              } +            ] +          } +        ], +        "pitchCount": 2, +        "context": { +          "document": { +            "title": "title" +          } +        } +      }, +      { +        "marker": "{marker}", +        "definition": { +          "type": "term", +          "id": 8, +          "source": "打ち込む", +          "rawSource": "打(う)ち込(こ)む", +          "sourceTerm": "打ち込む", +          "reasons": [], +          "score": 1, +          "isPrimary": true, +          "sequence": 4, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": "打ち込む", +          "reading": "うちこむ", +          "expressions": [ +            { +              "sourceTerm": "打ち込む", +              "expression": "打ち込む", +              "reading": "うちこむ", +              "termTags": [ +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag6", +                  "category": "default", +                  "notes": "", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag7", +                  "category": "default", +                  "notes": "", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "うちこむ", +                  "hasReading": false, +                  "frequency": 3 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "うちこむ", +                  "hasReading": true, +                  "frequency": 8 +                } +              ], +              "pitches": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "うちこむ", +                  "pitches": [ +                    { +                      "position": 0, +                      "tags": [] +                    }, +                    { +                      "position": 3, +                      "tags": [] +                    } +                  ] +                } +              ], +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "う" +                }, +                { +                  "text": "ち", +                  "furigana": "" +                }, +                { +                  "text": "込", +                  "furigana": "こ" +                }, +                { +                  "text": "む", +                  "furigana": "" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "glossary": [ +            "definition15", +            "definition16" +          ], +          "definitionTags": [ +            { +              "name": "tag1", +              "category": "category1", +              "notes": "tag1 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag2", +              "category": "category2", +              "notes": "tag2 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "termTags": [ +            { +              "name": "tag5", +              "category": "category5", +              "notes": "tag5 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag6", +              "category": "default", +              "notes": "", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag7", +              "category": "default", +              "notes": "", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "frequencies": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打ち込む", +              "reading": "うちこむ", +              "hasReading": false, +              "frequency": 3 +            }, +            { +              "index": 1, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打ち込む", +              "reading": "うちこむ", +              "hasReading": true, +              "frequency": 8 +            } +          ], +          "pitches": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打ち込む", +              "reading": "うちこむ", +              "pitches": [ +                { +                  "position": 0, +                  "tags": [] +                }, +                { +                  "position": 3, +                  "tags": [] +                } +              ] +            } +          ], +          "sourceTermExactMatchCount": 1, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          }, +          "furiganaSegments": [ +            { +              "text": "打", +              "furigana": "う" +            }, +            { +              "text": "ち", +              "furigana": "" +            }, +            { +              "text": "込", +              "furigana": "こ" +            }, +            { +              "text": "む", +              "furigana": "" +            } +          ] +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "打ち込む" +        ], +        "uniqueReadings": [ +          "うちこむ" +        ], +        "pitches": [ +          { +            "dictionary": "Test Dictionary 2", +            "pitches": [ +              { +                "expressions": [ +                  "打ち込む" +                ], +                "reading": "うちこむ", +                "position": 0, +                "tags": [], +                "exclusiveExpressions": [], +                "exclusiveReadings": [] +              }, +              { +                "expressions": [ +                  "打ち込む" +                ], +                "reading": "うちこむ", +                "position": 3, +                "tags": [], +                "exclusiveExpressions": [], +                "exclusiveReadings": [] +              } +            ] +          } +        ], +        "pitchCount": 2, +        "context": { +          "document": { +            "title": "title" +          } +        } +      }, +      { +        "marker": "{marker}", +        "definition": { +          "type": "term", +          "id": 10, +          "source": "打ち込む", +          "rawSource": "打(う)ち込(こ)む", +          "sourceTerm": "打ち込む", +          "reasons": [], +          "score": 1, +          "isPrimary": true, +          "sequence": 4, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": "打ち込む", +          "reading": "ぶちこむ", +          "expressions": [ +            { +              "sourceTerm": "打ち込む", +              "expression": "打ち込む", +              "reading": "ぶちこむ", +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "ぶちこむ", +                  "hasReading": false, +                  "frequency": 3 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "ぶちこむ", +                  "hasReading": true, +                  "frequency": 9 +                } +              ], +              "pitches": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "ぶちこむ", +                  "pitches": [ +                    { +                      "position": 0, +                      "tags": [] +                    }, +                    { +                      "position": 3, +                      "tags": [] +                    } +                  ] +                } +              ], +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "ぶ" +                }, +                { +                  "text": "ち", +                  "furigana": "" +                }, +                { +                  "text": "込", +                  "furigana": "こ" +                }, +                { +                  "text": "む", +                  "furigana": "" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "glossary": [ +            "definition19", +            "definition20" +          ], +          "definitionTags": [ +            { +              "name": "tag1", +              "category": "category1", +              "notes": "tag1 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag2", +              "category": "category2", +              "notes": "tag2 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "termTags": [ +            { +              "name": "tag3", +              "category": "category3", +              "notes": "tag3 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag4", +              "category": "category4", +              "notes": "tag4 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag5", +              "category": "category5", +              "notes": "tag5 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "frequencies": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打ち込む", +              "reading": "ぶちこむ", +              "hasReading": false, +              "frequency": 3 +            }, +            { +              "index": 1, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打ち込む", +              "reading": "ぶちこむ", +              "hasReading": true, +              "frequency": 9 +            } +          ], +          "pitches": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打ち込む", +              "reading": "ぶちこむ", +              "pitches": [ +                { +                  "position": 0, +                  "tags": [] +                }, +                { +                  "position": 3, +                  "tags": [] +                } +              ] +            } +          ], +          "sourceTermExactMatchCount": 1, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          }, +          "furiganaSegments": [ +            { +              "text": "打", +              "furigana": "ぶ" +            }, +            { +              "text": "ち", +              "furigana": "" +            }, +            { +              "text": "込", +              "furigana": "こ" +            }, +            { +              "text": "む", +              "furigana": "" +            } +          ] +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "打ち込む" +        ], +        "uniqueReadings": [ +          "ぶちこむ" +        ], +        "pitches": [ +          { +            "dictionary": "Test Dictionary 2", +            "pitches": [ +              { +                "expressions": [ +                  "打ち込む" +                ], +                "reading": "ぶちこむ", +                "position": 0, +                "tags": [], +                "exclusiveExpressions": [], +                "exclusiveReadings": [] +              }, +              { +                "expressions": [ +                  "打ち込む" +                ], +                "reading": "ぶちこむ", +                "position": 3, +                "tags": [], +                "exclusiveExpressions": [], +                "exclusiveReadings": [] +              } +            ] +          } +        ], +        "pitchCount": 2, +        "context": { +          "document": { +            "title": "title" +          } +        } +      }, +      { +        "marker": "{marker}", +        "definition": { +          "type": "term", +          "id": 3, +          "source": "打ち", +          "rawSource": "打(う)ち", +          "sourceTerm": "打つ", +          "reasons": [ +            "masu stem" +          ], +          "score": 10, +          "isPrimary": true, +          "sequence": 3, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": "打つ", +          "reading": "うつ", +          "expressions": [ +            { +              "sourceTerm": "打つ", +              "expression": "打つ", +              "reading": "うつ", +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "うつ", +                  "hasReading": false, +                  "frequency": 2 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "うつ", +                  "hasReading": true, +                  "frequency": 6 +                } +              ], +              "pitches": [], +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "う" +                }, +                { +                  "text": "つ", +                  "furigana": "" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "glossary": [ +            "definition5", +            "definition6" +          ], +          "definitionTags": [ +            { +              "name": "tag1", +              "category": "category1", +              "notes": "tag1 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag2", +              "category": "category2", +              "notes": "tag2 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "termTags": [ +            { +              "name": "tag3", +              "category": "category3", +              "notes": "tag3 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag4", +              "category": "category4", +              "notes": "tag4 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag5", +              "category": "category5", +              "notes": "tag5 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "frequencies": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打つ", +              "reading": "うつ", +              "hasReading": false, +              "frequency": 2 +            }, +            { +              "index": 1, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打つ", +              "reading": "うつ", +              "hasReading": true, +              "frequency": 6 +            } +          ], +          "pitches": [], +          "sourceTermExactMatchCount": 1, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          }, +          "furiganaSegments": [ +            { +              "text": "打", +              "furigana": "う" +            }, +            { +              "text": "つ", +              "furigana": "" +            } +          ] +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "打つ" +        ], +        "uniqueReadings": [ +          "うつ" +        ], +        "pitches": [], +        "pitchCount": 0, +        "context": { +          "document": { +            "title": "title" +          } +        } +      }, +      { +        "marker": "{marker}", +        "definition": { +          "type": "term", +          "id": 5, +          "source": "打ち", +          "rawSource": "打(う)ち", +          "sourceTerm": "打つ", +          "reasons": [ +            "masu stem" +          ], +          "score": 10, +          "isPrimary": true, +          "sequence": 3, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": "打つ", +          "reading": "ぶつ", +          "expressions": [ +            { +              "sourceTerm": "打つ", +              "expression": "打つ", +              "reading": "ぶつ", +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "ぶつ", +                  "hasReading": false, +                  "frequency": 2 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "ぶつ", +                  "hasReading": true, +                  "frequency": 7 +                } +              ], +              "pitches": [], +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "ぶ" +                }, +                { +                  "text": "つ", +                  "furigana": "" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "glossary": [ +            "definition9", +            "definition10" +          ], +          "definitionTags": [ +            { +              "name": "tag1", +              "category": "category1", +              "notes": "tag1 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag2", +              "category": "category2", +              "notes": "tag2 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "termTags": [ +            { +              "name": "tag3", +              "category": "category3", +              "notes": "tag3 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag4", +              "category": "category4", +              "notes": "tag4 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag5", +              "category": "category5", +              "notes": "tag5 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "frequencies": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打つ", +              "reading": "ぶつ", +              "hasReading": false, +              "frequency": 2 +            }, +            { +              "index": 1, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打つ", +              "reading": "ぶつ", +              "hasReading": true, +              "frequency": 7 +            } +          ], +          "pitches": [], +          "sourceTermExactMatchCount": 1, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          }, +          "furiganaSegments": [ +            { +              "text": "打", +              "furigana": "ぶ" +            }, +            { +              "text": "つ", +              "furigana": "" +            } +          ] +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "打つ" +        ], +        "uniqueReadings": [ +          "ぶつ" +        ], +        "pitches": [], +        "pitchCount": 0, +        "context": { +          "document": { +            "title": "title" +          } +        } +      }, +      { +        "marker": "{marker}", +        "definition": { +          "type": "term", +          "id": 4, +          "source": "打ち", +          "rawSource": "打(う)ち", +          "sourceTerm": "打つ", +          "reasons": [ +            "masu stem" +          ], +          "score": 1, +          "isPrimary": true, +          "sequence": 3, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": "打つ", +          "reading": "うつ", +          "expressions": [ +            { +              "sourceTerm": "打つ", +              "expression": "打つ", +              "reading": "うつ", +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "うつ", +                  "hasReading": false, +                  "frequency": 2 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "うつ", +                  "hasReading": true, +                  "frequency": 6 +                } +              ], +              "pitches": [], +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "う" +                }, +                { +                  "text": "つ", +                  "furigana": "" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "glossary": [ +            "definition7", +            "definition8" +          ], +          "definitionTags": [ +            { +              "name": "tag1", +              "category": "category1", +              "notes": "tag1 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag2", +              "category": "category2", +              "notes": "tag2 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "termTags": [ +            { +              "name": "tag3", +              "category": "category3", +              "notes": "tag3 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag4", +              "category": "category4", +              "notes": "tag4 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag5", +              "category": "category5", +              "notes": "tag5 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "frequencies": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打つ", +              "reading": "うつ", +              "hasReading": false, +              "frequency": 2 +            }, +            { +              "index": 1, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打つ", +              "reading": "うつ", +              "hasReading": true, +              "frequency": 6 +            } +          ], +          "pitches": [], +          "sourceTermExactMatchCount": 1, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          }, +          "furiganaSegments": [ +            { +              "text": "打", +              "furigana": "う" +            }, +            { +              "text": "つ", +              "furigana": "" +            } +          ] +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "打つ" +        ], +        "uniqueReadings": [ +          "うつ" +        ], +        "pitches": [], +        "pitchCount": 0, +        "context": { +          "document": { +            "title": "title" +          } +        } +      }, +      { +        "marker": "{marker}", +        "definition": { +          "type": "term", +          "id": 6, +          "source": "打ち", +          "rawSource": "打(う)ち", +          "sourceTerm": "打つ", +          "reasons": [ +            "masu stem" +          ], +          "score": 1, +          "isPrimary": true, +          "sequence": 3, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": "打つ", +          "reading": "ぶつ", +          "expressions": [ +            { +              "sourceTerm": "打つ", +              "expression": "打つ", +              "reading": "ぶつ", +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "ぶつ", +                  "hasReading": false, +                  "frequency": 2 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "ぶつ", +                  "hasReading": true, +                  "frequency": 7 +                } +              ], +              "pitches": [], +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "ぶ" +                }, +                { +                  "text": "つ", +                  "furigana": "" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "glossary": [ +            "definition11", +            "definition12" +          ], +          "definitionTags": [ +            { +              "name": "tag1", +              "category": "category1", +              "notes": "tag1 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag2", +              "category": "category2", +              "notes": "tag2 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "termTags": [ +            { +              "name": "tag3", +              "category": "category3", +              "notes": "tag3 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag4", +              "category": "category4", +              "notes": "tag4 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag5", +              "category": "category5", +              "notes": "tag5 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "frequencies": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打つ", +              "reading": "ぶつ", +              "hasReading": false, +              "frequency": 2 +            }, +            { +              "index": 1, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打つ", +              "reading": "ぶつ", +              "hasReading": true, +              "frequency": 7 +            } +          ], +          "pitches": [], +          "sourceTermExactMatchCount": 1, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          }, +          "furiganaSegments": [ +            { +              "text": "打", +              "furigana": "ぶ" +            }, +            { +              "text": "つ", +              "furigana": "" +            } +          ] +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "打つ" +        ], +        "uniqueReadings": [ +          "ぶつ" +        ], +        "pitches": [], +        "pitchCount": 0, +        "context": { +          "document": { +            "title": "title" +          } +        } +      }, +      { +        "marker": "{marker}", +        "definition": { +          "type": "term", +          "id": 1, +          "source": "打", +          "rawSource": "打", +          "sourceTerm": "打", +          "reasons": [], +          "score": 1, +          "isPrimary": true, +          "sequence": 1, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": "打", +          "reading": "だ", +          "expressions": [ +            { +              "sourceTerm": "打", +              "expression": "打", +              "reading": "だ", +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打", +                  "reading": "だ", +                  "hasReading": false, +                  "frequency": 1 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打", +                  "reading": "だ", +                  "hasReading": true, +                  "frequency": 4 +                } +              ], +              "pitches": [], +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "だ" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "glossary": [ +            "definition1", +            "definition2" +          ], +          "definitionTags": [ +            { +              "name": "tag1", +              "category": "category1", +              "notes": "tag1 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag2", +              "category": "category2", +              "notes": "tag2 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "termTags": [ +            { +              "name": "tag3", +              "category": "category3", +              "notes": "tag3 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag4", +              "category": "category4", +              "notes": "tag4 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag5", +              "category": "category5", +              "notes": "tag5 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "frequencies": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打", +              "reading": "だ", +              "hasReading": false, +              "frequency": 1 +            }, +            { +              "index": 1, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打", +              "reading": "だ", +              "hasReading": true, +              "frequency": 4 +            } +          ], +          "pitches": [], +          "sourceTermExactMatchCount": 1, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          }, +          "furiganaSegments": [ +            { +              "text": "打", +              "furigana": "だ" +            } +          ] +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "打" +        ], +        "uniqueReadings": [ +          "だ" +        ], +        "pitches": [], +        "pitchCount": 0, +        "context": { +          "document": { +            "title": "title" +          } +        } +      }, +      { +        "marker": "{marker}", +        "definition": { +          "type": "term", +          "id": 2, +          "source": "打", +          "rawSource": "打", +          "sourceTerm": "打", +          "reasons": [], +          "score": 1, +          "isPrimary": true, +          "sequence": 2, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": "打", +          "reading": "ダース", +          "expressions": [ +            { +              "sourceTerm": "打", +              "expression": "打", +              "reading": "ダース", +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打", +                  "reading": "ダース", +                  "hasReading": false, +                  "frequency": 1 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打", +                  "reading": "ダース", +                  "hasReading": true, +                  "frequency": 5 +                } +              ], +              "pitches": [], +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "ダース" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "glossary": [ +            "definition3", +            "definition4" +          ], +          "definitionTags": [ +            { +              "name": "tag1", +              "category": "category1", +              "notes": "tag1 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag2", +              "category": "category2", +              "notes": "tag2 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "termTags": [ +            { +              "name": "tag3", +              "category": "category3", +              "notes": "tag3 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag4", +              "category": "category4", +              "notes": "tag4 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag5", +              "category": "category5", +              "notes": "tag5 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "frequencies": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打", +              "reading": "ダース", +              "hasReading": false, +              "frequency": 1 +            }, +            { +              "index": 1, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打", +              "reading": "ダース", +              "hasReading": true, +              "frequency": 5 +            } +          ], +          "pitches": [], +          "sourceTermExactMatchCount": 1, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          }, +          "furiganaSegments": [ +            { +              "text": "打", +              "furigana": "ダース" +            } +          ] +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "打" +        ], +        "uniqueReadings": [ +          "ダース" +        ], +        "pitches": [], +        "pitchCount": 0, +        "context": { +          "document": { +            "title": "title" +          } +        } +      } +    ] +  }, +  { +    "name": "Remove parentheses around text", +    "noteDataList": [ +      { +        "marker": "{marker}", +        "definition": { +          "type": "term", +          "id": 7, +          "source": "打ち込む", +          "rawSource": "(打)(ち)(込)(む)", +          "sourceTerm": "打ち込む", +          "reasons": [], +          "score": 10, +          "isPrimary": true, +          "sequence": 4, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": "打ち込む", +          "reading": "うちこむ", +          "expressions": [ +            { +              "sourceTerm": "打ち込む", +              "expression": "打ち込む", +              "reading": "うちこむ", +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "うちこむ", +                  "hasReading": false, +                  "frequency": 3 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "うちこむ", +                  "hasReading": true, +                  "frequency": 8 +                } +              ], +              "pitches": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "うちこむ", +                  "pitches": [ +                    { +                      "position": 0, +                      "tags": [] +                    }, +                    { +                      "position": 3, +                      "tags": [] +                    } +                  ] +                } +              ], +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "う" +                }, +                { +                  "text": "ち", +                  "furigana": "" +                }, +                { +                  "text": "込", +                  "furigana": "こ" +                }, +                { +                  "text": "む", +                  "furigana": "" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "glossary": [ +            "definition13", +            "definition14" +          ], +          "definitionTags": [ +            { +              "name": "tag1", +              "category": "category1", +              "notes": "tag1 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag2", +              "category": "category2", +              "notes": "tag2 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "termTags": [ +            { +              "name": "tag3", +              "category": "category3", +              "notes": "tag3 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag4", +              "category": "category4", +              "notes": "tag4 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag5", +              "category": "category5", +              "notes": "tag5 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "frequencies": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打ち込む", +              "reading": "うちこむ", +              "hasReading": false, +              "frequency": 3 +            }, +            { +              "index": 1, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打ち込む", +              "reading": "うちこむ", +              "hasReading": true, +              "frequency": 8 +            } +          ], +          "pitches": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打ち込む", +              "reading": "うちこむ", +              "pitches": [ +                { +                  "position": 0, +                  "tags": [] +                }, +                { +                  "position": 3, +                  "tags": [] +                } +              ] +            } +          ], +          "sourceTermExactMatchCount": 1, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          }, +          "furiganaSegments": [ +            { +              "text": "打", +              "furigana": "う" +            }, +            { +              "text": "ち", +              "furigana": "" +            }, +            { +              "text": "込", +              "furigana": "こ" +            }, +            { +              "text": "む", +              "furigana": "" +            } +          ] +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "打ち込む" +        ], +        "uniqueReadings": [ +          "うちこむ" +        ], +        "pitches": [ +          { +            "dictionary": "Test Dictionary 2", +            "pitches": [ +              { +                "expressions": [ +                  "打ち込む" +                ], +                "reading": "うちこむ", +                "position": 0, +                "tags": [], +                "exclusiveExpressions": [], +                "exclusiveReadings": [] +              }, +              { +                "expressions": [ +                  "打ち込む" +                ], +                "reading": "うちこむ", +                "position": 3, +                "tags": [], +                "exclusiveExpressions": [], +                "exclusiveReadings": [] +              } +            ] +          } +        ], +        "pitchCount": 2, +        "context": { +          "document": { +            "title": "title" +          } +        } +      }, +      { +        "marker": "{marker}", +        "definition": { +          "type": "term", +          "id": 9, +          "source": "打ち込む", +          "rawSource": "(打)(ち)(込)(む)", +          "sourceTerm": "打ち込む", +          "reasons": [], +          "score": 10, +          "isPrimary": true, +          "sequence": 4, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": "打ち込む", +          "reading": "ぶちこむ", +          "expressions": [ +            { +              "sourceTerm": "打ち込む", +              "expression": "打ち込む", +              "reading": "ぶちこむ", +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "ぶちこむ", +                  "hasReading": false, +                  "frequency": 3 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "ぶちこむ", +                  "hasReading": true, +                  "frequency": 9 +                } +              ], +              "pitches": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "ぶちこむ", +                  "pitches": [ +                    { +                      "position": 0, +                      "tags": [] +                    }, +                    { +                      "position": 3, +                      "tags": [] +                    } +                  ] +                } +              ], +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "ぶ" +                }, +                { +                  "text": "ち", +                  "furigana": "" +                }, +                { +                  "text": "込", +                  "furigana": "こ" +                }, +                { +                  "text": "む", +                  "furigana": "" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "glossary": [ +            "definition17", +            "definition18" +          ], +          "definitionTags": [ +            { +              "name": "tag1", +              "category": "category1", +              "notes": "tag1 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag2", +              "category": "category2", +              "notes": "tag2 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "termTags": [ +            { +              "name": "tag3", +              "category": "category3", +              "notes": "tag3 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag4", +              "category": "category4", +              "notes": "tag4 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag5", +              "category": "category5", +              "notes": "tag5 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "frequencies": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打ち込む", +              "reading": "ぶちこむ", +              "hasReading": false, +              "frequency": 3 +            }, +            { +              "index": 1, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打ち込む", +              "reading": "ぶちこむ", +              "hasReading": true, +              "frequency": 9 +            } +          ], +          "pitches": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打ち込む", +              "reading": "ぶちこむ", +              "pitches": [ +                { +                  "position": 0, +                  "tags": [] +                }, +                { +                  "position": 3, +                  "tags": [] +                } +              ] +            } +          ], +          "sourceTermExactMatchCount": 1, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          }, +          "furiganaSegments": [ +            { +              "text": "打", +              "furigana": "ぶ" +            }, +            { +              "text": "ち", +              "furigana": "" +            }, +            { +              "text": "込", +              "furigana": "こ" +            }, +            { +              "text": "む", +              "furigana": "" +            } +          ] +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "打ち込む" +        ], +        "uniqueReadings": [ +          "ぶちこむ" +        ], +        "pitches": [ +          { +            "dictionary": "Test Dictionary 2", +            "pitches": [ +              { +                "expressions": [ +                  "打ち込む" +                ], +                "reading": "ぶちこむ", +                "position": 0, +                "tags": [], +                "exclusiveExpressions": [], +                "exclusiveReadings": [] +              }, +              { +                "expressions": [ +                  "打ち込む" +                ], +                "reading": "ぶちこむ", +                "position": 3, +                "tags": [], +                "exclusiveExpressions": [], +                "exclusiveReadings": [] +              } +            ] +          } +        ], +        "pitchCount": 2, +        "context": { +          "document": { +            "title": "title" +          } +        } +      }, +      { +        "marker": "{marker}", +        "definition": { +          "type": "term", +          "id": 8, +          "source": "打ち込む", +          "rawSource": "(打)(ち)(込)(む)", +          "sourceTerm": "打ち込む", +          "reasons": [], +          "score": 1, +          "isPrimary": true, +          "sequence": 4, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": "打ち込む", +          "reading": "うちこむ", +          "expressions": [ +            { +              "sourceTerm": "打ち込む", +              "expression": "打ち込む", +              "reading": "うちこむ", +              "termTags": [ +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag6", +                  "category": "default", +                  "notes": "", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag7", +                  "category": "default", +                  "notes": "", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "うちこむ", +                  "hasReading": false, +                  "frequency": 3 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "うちこむ", +                  "hasReading": true, +                  "frequency": 8 +                } +              ], +              "pitches": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "うちこむ", +                  "pitches": [ +                    { +                      "position": 0, +                      "tags": [] +                    }, +                    { +                      "position": 3, +                      "tags": [] +                    } +                  ] +                } +              ], +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "う" +                }, +                { +                  "text": "ち", +                  "furigana": "" +                }, +                { +                  "text": "込", +                  "furigana": "こ" +                }, +                { +                  "text": "む", +                  "furigana": "" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "glossary": [ +            "definition15", +            "definition16" +          ], +          "definitionTags": [ +            { +              "name": "tag1", +              "category": "category1", +              "notes": "tag1 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag2", +              "category": "category2", +              "notes": "tag2 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "termTags": [ +            { +              "name": "tag5", +              "category": "category5", +              "notes": "tag5 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag6", +              "category": "default", +              "notes": "", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag7", +              "category": "default", +              "notes": "", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "frequencies": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打ち込む", +              "reading": "うちこむ", +              "hasReading": false, +              "frequency": 3 +            }, +            { +              "index": 1, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打ち込む", +              "reading": "うちこむ", +              "hasReading": true, +              "frequency": 8 +            } +          ], +          "pitches": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打ち込む", +              "reading": "うちこむ", +              "pitches": [ +                { +                  "position": 0, +                  "tags": [] +                }, +                { +                  "position": 3, +                  "tags": [] +                } +              ] +            } +          ], +          "sourceTermExactMatchCount": 1, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          }, +          "furiganaSegments": [ +            { +              "text": "打", +              "furigana": "う" +            }, +            { +              "text": "ち", +              "furigana": "" +            }, +            { +              "text": "込", +              "furigana": "こ" +            }, +            { +              "text": "む", +              "furigana": "" +            } +          ] +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "打ち込む" +        ], +        "uniqueReadings": [ +          "うちこむ" +        ], +        "pitches": [ +          { +            "dictionary": "Test Dictionary 2", +            "pitches": [ +              { +                "expressions": [ +                  "打ち込む" +                ], +                "reading": "うちこむ", +                "position": 0, +                "tags": [], +                "exclusiveExpressions": [], +                "exclusiveReadings": [] +              }, +              { +                "expressions": [ +                  "打ち込む" +                ], +                "reading": "うちこむ", +                "position": 3, +                "tags": [], +                "exclusiveExpressions": [], +                "exclusiveReadings": [] +              } +            ] +          } +        ], +        "pitchCount": 2, +        "context": { +          "document": { +            "title": "title" +          } +        } +      }, +      { +        "marker": "{marker}", +        "definition": { +          "type": "term", +          "id": 10, +          "source": "打ち込む", +          "rawSource": "(打)(ち)(込)(む)", +          "sourceTerm": "打ち込む", +          "reasons": [], +          "score": 1, +          "isPrimary": true, +          "sequence": 4, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": "打ち込む", +          "reading": "ぶちこむ", +          "expressions": [ +            { +              "sourceTerm": "打ち込む", +              "expression": "打ち込む", +              "reading": "ぶちこむ", +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "ぶちこむ", +                  "hasReading": false, +                  "frequency": 3 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "ぶちこむ", +                  "hasReading": true, +                  "frequency": 9 +                } +              ], +              "pitches": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "ぶちこむ", +                  "pitches": [ +                    { +                      "position": 0, +                      "tags": [] +                    }, +                    { +                      "position": 3, +                      "tags": [] +                    } +                  ] +                } +              ], +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "ぶ" +                }, +                { +                  "text": "ち", +                  "furigana": "" +                }, +                { +                  "text": "込", +                  "furigana": "こ" +                }, +                { +                  "text": "む", +                  "furigana": "" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "glossary": [ +            "definition19", +            "definition20" +          ], +          "definitionTags": [ +            { +              "name": "tag1", +              "category": "category1", +              "notes": "tag1 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag2", +              "category": "category2", +              "notes": "tag2 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "termTags": [ +            { +              "name": "tag3", +              "category": "category3", +              "notes": "tag3 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag4", +              "category": "category4", +              "notes": "tag4 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag5", +              "category": "category5", +              "notes": "tag5 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "frequencies": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打ち込む", +              "reading": "ぶちこむ", +              "hasReading": false, +              "frequency": 3 +            }, +            { +              "index": 1, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打ち込む", +              "reading": "ぶちこむ", +              "hasReading": true, +              "frequency": 9 +            } +          ], +          "pitches": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打ち込む", +              "reading": "ぶちこむ", +              "pitches": [ +                { +                  "position": 0, +                  "tags": [] +                }, +                { +                  "position": 3, +                  "tags": [] +                } +              ] +            } +          ], +          "sourceTermExactMatchCount": 1, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          }, +          "furiganaSegments": [ +            { +              "text": "打", +              "furigana": "ぶ" +            }, +            { +              "text": "ち", +              "furigana": "" +            }, +            { +              "text": "込", +              "furigana": "こ" +            }, +            { +              "text": "む", +              "furigana": "" +            } +          ] +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "打ち込む" +        ], +        "uniqueReadings": [ +          "ぶちこむ" +        ], +        "pitches": [ +          { +            "dictionary": "Test Dictionary 2", +            "pitches": [ +              { +                "expressions": [ +                  "打ち込む" +                ], +                "reading": "ぶちこむ", +                "position": 0, +                "tags": [], +                "exclusiveExpressions": [], +                "exclusiveReadings": [] +              }, +              { +                "expressions": [ +                  "打ち込む" +                ], +                "reading": "ぶちこむ", +                "position": 3, +                "tags": [], +                "exclusiveExpressions": [], +                "exclusiveReadings": [] +              } +            ] +          } +        ], +        "pitchCount": 2, +        "context": { +          "document": { +            "title": "title" +          } +        } +      }, +      { +        "marker": "{marker}", +        "definition": { +          "type": "term", +          "id": 3, +          "source": "打ち", +          "rawSource": "(打)(ち)", +          "sourceTerm": "打つ", +          "reasons": [ +            "masu stem" +          ], +          "score": 10, +          "isPrimary": true, +          "sequence": 3, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": "打つ", +          "reading": "うつ", +          "expressions": [ +            { +              "sourceTerm": "打つ", +              "expression": "打つ", +              "reading": "うつ", +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "うつ", +                  "hasReading": false, +                  "frequency": 2 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "うつ", +                  "hasReading": true, +                  "frequency": 6 +                } +              ], +              "pitches": [], +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "う" +                }, +                { +                  "text": "つ", +                  "furigana": "" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "glossary": [ +            "definition5", +            "definition6" +          ], +          "definitionTags": [ +            { +              "name": "tag1", +              "category": "category1", +              "notes": "tag1 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag2", +              "category": "category2", +              "notes": "tag2 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "termTags": [ +            { +              "name": "tag3", +              "category": "category3", +              "notes": "tag3 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag4", +              "category": "category4", +              "notes": "tag4 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag5", +              "category": "category5", +              "notes": "tag5 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "frequencies": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打つ", +              "reading": "うつ", +              "hasReading": false, +              "frequency": 2 +            }, +            { +              "index": 1, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打つ", +              "reading": "うつ", +              "hasReading": true, +              "frequency": 6 +            } +          ], +          "pitches": [], +          "sourceTermExactMatchCount": 1, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          }, +          "furiganaSegments": [ +            { +              "text": "打", +              "furigana": "う" +            }, +            { +              "text": "つ", +              "furigana": "" +            } +          ] +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "打つ" +        ], +        "uniqueReadings": [ +          "うつ" +        ], +        "pitches": [], +        "pitchCount": 0, +        "context": { +          "document": { +            "title": "title" +          } +        } +      }, +      { +        "marker": "{marker}", +        "definition": { +          "type": "term", +          "id": 5, +          "source": "打ち", +          "rawSource": "(打)(ち)", +          "sourceTerm": "打つ", +          "reasons": [ +            "masu stem" +          ], +          "score": 10, +          "isPrimary": true, +          "sequence": 3, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": "打つ", +          "reading": "ぶつ", +          "expressions": [ +            { +              "sourceTerm": "打つ", +              "expression": "打つ", +              "reading": "ぶつ", +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "ぶつ", +                  "hasReading": false, +                  "frequency": 2 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "ぶつ", +                  "hasReading": true, +                  "frequency": 7 +                } +              ], +              "pitches": [], +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "ぶ" +                }, +                { +                  "text": "つ", +                  "furigana": "" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "glossary": [ +            "definition9", +            "definition10" +          ], +          "definitionTags": [ +            { +              "name": "tag1", +              "category": "category1", +              "notes": "tag1 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag2", +              "category": "category2", +              "notes": "tag2 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "termTags": [ +            { +              "name": "tag3", +              "category": "category3", +              "notes": "tag3 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag4", +              "category": "category4", +              "notes": "tag4 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag5", +              "category": "category5", +              "notes": "tag5 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "frequencies": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打つ", +              "reading": "ぶつ", +              "hasReading": false, +              "frequency": 2 +            }, +            { +              "index": 1, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打つ", +              "reading": "ぶつ", +              "hasReading": true, +              "frequency": 7 +            } +          ], +          "pitches": [], +          "sourceTermExactMatchCount": 1, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          }, +          "furiganaSegments": [ +            { +              "text": "打", +              "furigana": "ぶ" +            }, +            { +              "text": "つ", +              "furigana": "" +            } +          ] +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "打つ" +        ], +        "uniqueReadings": [ +          "ぶつ" +        ], +        "pitches": [], +        "pitchCount": 0, +        "context": { +          "document": { +            "title": "title" +          } +        } +      }, +      { +        "marker": "{marker}", +        "definition": { +          "type": "term", +          "id": 4, +          "source": "打ち", +          "rawSource": "(打)(ち)", +          "sourceTerm": "打つ", +          "reasons": [ +            "masu stem" +          ], +          "score": 1, +          "isPrimary": true, +          "sequence": 3, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": "打つ", +          "reading": "うつ", +          "expressions": [ +            { +              "sourceTerm": "打つ", +              "expression": "打つ", +              "reading": "うつ", +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "うつ", +                  "hasReading": false, +                  "frequency": 2 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "うつ", +                  "hasReading": true, +                  "frequency": 6 +                } +              ], +              "pitches": [], +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "う" +                }, +                { +                  "text": "つ", +                  "furigana": "" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "glossary": [ +            "definition7", +            "definition8" +          ], +          "definitionTags": [ +            { +              "name": "tag1", +              "category": "category1", +              "notes": "tag1 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag2", +              "category": "category2", +              "notes": "tag2 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "termTags": [ +            { +              "name": "tag3", +              "category": "category3", +              "notes": "tag3 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag4", +              "category": "category4", +              "notes": "tag4 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag5", +              "category": "category5", +              "notes": "tag5 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "frequencies": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打つ", +              "reading": "うつ", +              "hasReading": false, +              "frequency": 2 +            }, +            { +              "index": 1, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打つ", +              "reading": "うつ", +              "hasReading": true, +              "frequency": 6 +            } +          ], +          "pitches": [], +          "sourceTermExactMatchCount": 1, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          }, +          "furiganaSegments": [ +            { +              "text": "打", +              "furigana": "う" +            }, +            { +              "text": "つ", +              "furigana": "" +            } +          ] +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "打つ" +        ], +        "uniqueReadings": [ +          "うつ" +        ], +        "pitches": [], +        "pitchCount": 0, +        "context": { +          "document": { +            "title": "title" +          } +        } +      }, +      { +        "marker": "{marker}", +        "definition": { +          "type": "term", +          "id": 6, +          "source": "打ち", +          "rawSource": "(打)(ち)", +          "sourceTerm": "打つ", +          "reasons": [ +            "masu stem" +          ], +          "score": 1, +          "isPrimary": true, +          "sequence": 3, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": "打つ", +          "reading": "ぶつ", +          "expressions": [ +            { +              "sourceTerm": "打つ", +              "expression": "打つ", +              "reading": "ぶつ", +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "ぶつ", +                  "hasReading": false, +                  "frequency": 2 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "ぶつ", +                  "hasReading": true, +                  "frequency": 7 +                } +              ], +              "pitches": [], +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "ぶ" +                }, +                { +                  "text": "つ", +                  "furigana": "" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "glossary": [ +            "definition11", +            "definition12" +          ], +          "definitionTags": [ +            { +              "name": "tag1", +              "category": "category1", +              "notes": "tag1 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag2", +              "category": "category2", +              "notes": "tag2 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "termTags": [ +            { +              "name": "tag3", +              "category": "category3", +              "notes": "tag3 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag4", +              "category": "category4", +              "notes": "tag4 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag5", +              "category": "category5", +              "notes": "tag5 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "frequencies": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打つ", +              "reading": "ぶつ", +              "hasReading": false, +              "frequency": 2 +            }, +            { +              "index": 1, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打つ", +              "reading": "ぶつ", +              "hasReading": true, +              "frequency": 7 +            } +          ], +          "pitches": [], +          "sourceTermExactMatchCount": 1, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          }, +          "furiganaSegments": [ +            { +              "text": "打", +              "furigana": "ぶ" +            }, +            { +              "text": "つ", +              "furigana": "" +            } +          ] +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "打つ" +        ], +        "uniqueReadings": [ +          "ぶつ" +        ], +        "pitches": [], +        "pitchCount": 0, +        "context": { +          "document": { +            "title": "title" +          } +        } +      }, +      { +        "marker": "{marker}", +        "definition": { +          "type": "term", +          "id": 1, +          "source": "打", +          "rawSource": "(打)", +          "sourceTerm": "打", +          "reasons": [], +          "score": 1, +          "isPrimary": true, +          "sequence": 1, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": "打", +          "reading": "だ", +          "expressions": [ +            { +              "sourceTerm": "打", +              "expression": "打", +              "reading": "だ", +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打", +                  "reading": "だ", +                  "hasReading": false, +                  "frequency": 1 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打", +                  "reading": "だ", +                  "hasReading": true, +                  "frequency": 4 +                } +              ], +              "pitches": [], +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "だ" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "glossary": [ +            "definition1", +            "definition2" +          ], +          "definitionTags": [ +            { +              "name": "tag1", +              "category": "category1", +              "notes": "tag1 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag2", +              "category": "category2", +              "notes": "tag2 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "termTags": [ +            { +              "name": "tag3", +              "category": "category3", +              "notes": "tag3 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag4", +              "category": "category4", +              "notes": "tag4 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag5", +              "category": "category5", +              "notes": "tag5 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "frequencies": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打", +              "reading": "だ", +              "hasReading": false, +              "frequency": 1 +            }, +            { +              "index": 1, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打", +              "reading": "だ", +              "hasReading": true, +              "frequency": 4 +            } +          ], +          "pitches": [], +          "sourceTermExactMatchCount": 1, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          }, +          "furiganaSegments": [ +            { +              "text": "打", +              "furigana": "だ" +            } +          ] +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "打" +        ], +        "uniqueReadings": [ +          "だ" +        ], +        "pitches": [], +        "pitchCount": 0, +        "context": { +          "document": { +            "title": "title" +          } +        } +      }, +      { +        "marker": "{marker}", +        "definition": { +          "type": "term", +          "id": 2, +          "source": "打", +          "rawSource": "(打)", +          "sourceTerm": "打", +          "reasons": [], +          "score": 1, +          "isPrimary": true, +          "sequence": 2, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": "打", +          "reading": "ダース", +          "expressions": [ +            { +              "sourceTerm": "打", +              "expression": "打", +              "reading": "ダース", +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打", +                  "reading": "ダース", +                  "hasReading": false, +                  "frequency": 1 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打", +                  "reading": "ダース", +                  "hasReading": true, +                  "frequency": 5 +                } +              ], +              "pitches": [], +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "ダース" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "glossary": [ +            "definition3", +            "definition4" +          ], +          "definitionTags": [ +            { +              "name": "tag1", +              "category": "category1", +              "notes": "tag1 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag2", +              "category": "category2", +              "notes": "tag2 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "termTags": [ +            { +              "name": "tag3", +              "category": "category3", +              "notes": "tag3 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag4", +              "category": "category4", +              "notes": "tag4 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            }, +            { +              "name": "tag5", +              "category": "category5", +              "notes": "tag5 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "frequencies": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打", +              "reading": "ダース", +              "hasReading": false, +              "frequency": 1 +            }, +            { +              "index": 1, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打", +              "reading": "ダース", +              "hasReading": true, +              "frequency": 5 +            } +          ], +          "pitches": [], +          "sourceTermExactMatchCount": 1, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          }, +          "furiganaSegments": [ +            { +              "text": "打", +              "furigana": "ダース" +            } +          ] +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "打" +        ], +        "uniqueReadings": [ +          "ダース" +        ], +        "pitches": [], +        "pitchCount": 0, +        "context": { +          "document": { +            "title": "title" +          } +        } +      } +    ] +  }, +  { +    "name": "Test non-empty replacement", +    "noteDataList": [ +      { +        "marker": "{marker}", +        "definition": { +          "type": "term", +          "id": 12, +          "source": "よみ", +          "rawSource": "test", +          "sourceTerm": "よむ", +          "reasons": [ +            "masu stem" +          ], +          "score": 100, +          "isPrimary": true, +          "sequence": 6, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": "読む", +          "reading": "よむ", +          "expressions": [ +            { +              "sourceTerm": "よむ", +              "expression": "読む", +              "reading": "よむ", +              "termTags": [ +                { +                  "name": "vt", +                  "category": "partOfSpeech", +                  "notes": "transitive verb", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [], +              "pitches": [], +              "furiganaSegments": [ +                { +                  "text": "読", +                  "furigana": "よ" +                }, +                { +                  "text": "む", +                  "furigana": "" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "glossary": [ +            "to read" +          ], +          "definitionTags": [ +            { +              "name": "popular", +              "category": "popular", +              "notes": "popular term", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "termTags": [ +            { +              "name": "vt", +              "category": "partOfSpeech", +              "notes": "transitive verb", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "frequencies": [], +          "pitches": [], +          "sourceTermExactMatchCount": 0, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          }, +          "furiganaSegments": [ +            { +              "text": "読", +              "furigana": "よ" +            }, +            { +              "text": "む", +              "furigana": "" +            } +          ] +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "読む" +        ], +        "uniqueReadings": [ +          "よむ" +        ], +        "pitches": [], +        "pitchCount": 0, +        "context": { +          "document": { +            "title": "title" +          } +        } +      } +    ] +  }, +  { +    "name": "Test non-empty replacement at end", +    "noteDataList": [ +      { +        "marker": "{marker}", +        "definition": { +          "type": "term", +          "id": 13, +          "source": "つよみ", +          "rawSource": "つtest", +          "sourceTerm": "つよみ", +          "reasons": [], +          "score": 90, +          "isPrimary": true, +          "sequence": 7, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": "強み", +          "reading": "つよみ", +          "expressions": [ +            { +              "sourceTerm": "つよみ", +              "expression": "強み", +              "reading": "つよみ", +              "termTags": [], +              "frequencies": [], +              "pitches": [], +              "furiganaSegments": [ +                { +                  "text": "強", +                  "furigana": "つよ" +                }, +                { +                  "text": "み", +                  "furigana": "" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "glossary": [ +            "strong point" +          ], +          "definitionTags": [ +            { +              "name": "popular", +              "category": "popular", +              "notes": "popular term", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "termTags": [], +          "frequencies": [], +          "pitches": [], +          "sourceTermExactMatchCount": 0, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          }, +          "furiganaSegments": [ +            { +              "text": "強", +              "furigana": "つよ" +            }, +            { +              "text": "み", +              "furigana": "" +            } +          ] +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "強み" +        ], +        "uniqueReadings": [ +          "つよみ" +        ], +        "pitches": [], +        "pitchCount": 0, +        "context": { +          "document": { +            "title": "title" +          } +        } +      } +    ] +  }, +  { +    "name": "Test non-empty replacement at start", +    "noteDataList": [ +      { +        "marker": "{marker}", +        "definition": { +          "type": "term", +          "id": 12, +          "source": "よみました", +          "rawSource": "testました", +          "sourceTerm": "よむ", +          "reasons": [ +            "polite past" +          ], +          "score": 100, +          "isPrimary": true, +          "sequence": 6, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": "読む", +          "reading": "よむ", +          "expressions": [ +            { +              "sourceTerm": "よむ", +              "expression": "読む", +              "reading": "よむ", +              "termTags": [ +                { +                  "name": "vt", +                  "category": "partOfSpeech", +                  "notes": "transitive verb", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [], +              "pitches": [], +              "furiganaSegments": [ +                { +                  "text": "読", +                  "furigana": "よ" +                }, +                { +                  "text": "む", +                  "furigana": "" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "glossary": [ +            "to read" +          ], +          "definitionTags": [ +            { +              "name": "popular", +              "category": "popular", +              "notes": "popular term", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "termTags": [ +            { +              "name": "vt", +              "category": "partOfSpeech", +              "notes": "transitive verb", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "redundant": false +            } +          ], +          "frequencies": [], +          "pitches": [], +          "sourceTermExactMatchCount": 0, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          }, +          "furiganaSegments": [ +            { +              "text": "読", +              "furigana": "よ" +            }, +            { +              "text": "む", +              "furigana": "" +            } +          ] +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "読む" +        ], +        "uniqueReadings": [ +          "よむ" +        ], +        "pitches": [], +        "pitchCount": 0, +        "context": { +          "document": { +            "title": "title" +          } +        } +      } +    ] +  }, +  { +    "name": "Search merged mode with non-primary definitions", +    "noteDataList": [ +      { +        "marker": "{marker}", +        "definition": { +          "type": "termMerged", +          "source": "うちこむ", +          "rawSource": "うちこむ", +          "reasons": [], +          "score": 10, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": [ +            "打ち込む" +          ], +          "reading": [ +            "うちこむ", +            "ぶちこむ" +          ], +          "expressions": [ +            { +              "sourceTerm": "うちこむ", +              "expression": "打ち込む", +              "reading": "うちこむ", +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag6", +                  "category": "default", +                  "notes": "", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag7", +                  "category": "default", +                  "notes": "", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "うちこむ", +                  "hasReading": false, +                  "frequency": 3 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "うちこむ", +                  "hasReading": true, +                  "frequency": 8 +                } +              ], +              "pitches": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "うちこむ", +                  "pitches": [ +                    { +                      "position": 0, +                      "tags": [] +                    }, +                    { +                      "position": 3, +                      "tags": [] +                    } +                  ] +                } +              ], +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "う" +                }, +                { +                  "text": "ち", +                  "furigana": "" +                }, +                { +                  "text": "込", +                  "furigana": "こ" +                }, +                { +                  "text": "む", +                  "furigana": "" +                } +              ], +              "termFrequency": "normal" +            }, +            { +              "sourceTerm": "うちこむ", +              "expression": "打ち込む", +              "reading": "ぶちこむ", +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 1, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "ぶちこむ", +                  "hasReading": false, +                  "frequency": 3 +                }, +                { +                  "index": 1, +                  "expressionIndex": 1, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "ぶちこむ", +                  "hasReading": true, +                  "frequency": 9 +                } +              ], +              "pitches": [ +                { +                  "index": 0, +                  "expressionIndex": 1, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "ぶちこむ", +                  "pitches": [ +                    { +                      "position": 0, +                      "tags": [] +                    }, +                    { +                      "position": 3, +                      "tags": [] +                    } +                  ] +                } +              ], +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "ぶ" +                }, +                { +                  "text": "ち", +                  "furigana": "" +                }, +                { +                  "text": "込", +                  "furigana": "こ" +                }, +                { +                  "text": "む", +                  "furigana": "" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "definitions": [ +            { +              "type": "termMergedByGlossary", +              "source": "うちこむ", +              "rawSource": "うちこむ", +              "reasons": [], +              "score": 10, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "dictionaryNames": [ +                "Test Dictionary 2" +              ], +              "expression": [ +                "打ち込む" +              ], +              "reading": [ +                "うちこむ" +              ], +              "expressions": [ +                { +                  "sourceTerm": "うちこむ", +                  "expression": "打ち込む", +                  "reading": "うちこむ", +                  "termTags": [ +                    { +                      "name": "tag3", +                      "category": "category3", +                      "notes": "tag3 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag4", +                      "category": "category4", +                      "notes": "tag4 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag5", +                      "category": "category5", +                      "notes": "tag5 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    } +                  ], +                  "frequencies": [ +                    { +                      "index": 0, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打ち込む", +                      "reading": "うちこむ", +                      "hasReading": false, +                      "frequency": 3 +                    }, +                    { +                      "index": 1, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打ち込む", +                      "reading": "うちこむ", +                      "hasReading": true, +                      "frequency": 8 +                    } +                  ], +                  "pitches": [ +                    { +                      "index": 0, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打ち込む", +                      "reading": "うちこむ", +                      "pitches": [ +                        { +                          "position": 0, +                          "tags": [] +                        }, +                        { +                          "position": 3, +                          "tags": [] +                        } +                      ] +                    } +                  ], +                  "furiganaSegments": [ +                    { +                      "text": "打", +                      "furigana": "う" +                    }, +                    { +                      "text": "ち", +                      "furigana": "" +                    }, +                    { +                      "text": "込", +                      "furigana": "こ" +                    }, +                    { +                      "text": "む", +                      "furigana": "" +                    } +                  ], +                  "termFrequency": "normal" +                } +              ], +              "glossary": [ +                "definition13", +                "definition14" +              ], +              "definitionTags": [ +                { +                  "name": "tag1", +                  "category": "category1", +                  "notes": "tag1 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag2", +                  "category": "category2", +                  "notes": "tag2 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "definitions": [ +                { +                  "type": "term", +                  "id": 7, +                  "source": "うちこむ", +                  "rawSource": "うちこむ", +                  "sourceTerm": "うちこむ", +                  "reasons": [], +                  "score": 10, +                  "isPrimary": true, +                  "sequence": 4, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "dictionaryNames": [ +                    "Test Dictionary 2" +                  ], +                  "expression": "打ち込む", +                  "reading": "うちこむ", +                  "expressions": [ +                    { +                      "sourceTerm": "うちこむ", +                      "expression": "打ち込む", +                      "reading": "うちこむ", +                      "termTags": [ +                        { +                          "name": "tag3", +                          "category": "category3", +                          "notes": "tag3 notes", +                          "order": 0, +                          "score": 0, +                          "dictionary": "Test Dictionary 2", +                          "redundant": false +                        }, +                        { +                          "name": "tag4", +                          "category": "category4", +                          "notes": "tag4 notes", +                          "order": 0, +                          "score": 0, +                          "dictionary": "Test Dictionary 2", +                          "redundant": false +                        }, +                        { +                          "name": "tag5", +                          "category": "category5", +                          "notes": "tag5 notes", +                          "order": 0, +                          "score": 0, +                          "dictionary": "Test Dictionary 2", +                          "redundant": false +                        } +                      ], +                      "frequencies": [ +                        { +                          "index": 0, +                          "expressionIndex": 0, +                          "dictionary": "Test Dictionary 2", +                          "dictionaryOrder": { +                            "index": 0, +                            "priority": 0 +                          }, +                          "expression": "打ち込む", +                          "reading": "うちこむ", +                          "hasReading": false, +                          "frequency": 3 +                        }, +                        { +                          "index": 1, +                          "expressionIndex": 0, +                          "dictionary": "Test Dictionary 2", +                          "dictionaryOrder": { +                            "index": 0, +                            "priority": 0 +                          }, +                          "expression": "打ち込む", +                          "reading": "うちこむ", +                          "hasReading": true, +                          "frequency": 8 +                        } +                      ], +                      "pitches": [ +                        { +                          "index": 0, +                          "expressionIndex": 0, +                          "dictionary": "Test Dictionary 2", +                          "dictionaryOrder": { +                            "index": 0, +                            "priority": 0 +                          }, +                          "expression": "打ち込む", +                          "reading": "うちこむ", +                          "pitches": [ +                            { +                              "position": 0, +                              "tags": [] +                            }, +                            { +                              "position": 3, +                              "tags": [] +                            } +                          ] +                        } +                      ], +                      "furiganaSegments": [ +                        { +                          "text": "打", +                          "furigana": "う" +                        }, +                        { +                          "text": "ち", +                          "furigana": "" +                        }, +                        { +                          "text": "込", +                          "furigana": "こ" +                        }, +                        { +                          "text": "む", +                          "furigana": "" +                        } +                      ], +                      "termFrequency": "normal" +                    } +                  ], +                  "glossary": [ +                    "definition13", +                    "definition14" +                  ], +                  "definitionTags": [ +                    { +                      "name": "tag1", +                      "category": "category1", +                      "notes": "tag1 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag2", +                      "category": "category2", +                      "notes": "tag2 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    } +                  ], +                  "termTags": [ +                    { +                      "name": "tag3", +                      "category": "category3", +                      "notes": "tag3 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag4", +                      "category": "category4", +                      "notes": "tag4 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag5", +                      "category": "category5", +                      "notes": "tag5 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    } +                  ], +                  "frequencies": [ +                    { +                      "index": 0, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打ち込む", +                      "reading": "うちこむ", +                      "hasReading": false, +                      "frequency": 3 +                    }, +                    { +                      "index": 1, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打ち込む", +                      "reading": "うちこむ", +                      "hasReading": true, +                      "frequency": 8 +                    } +                  ], +                  "pitches": [ +                    { +                      "index": 0, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打ち込む", +                      "reading": "うちこむ", +                      "pitches": [ +                        { +                          "position": 0, +                          "tags": [] +                        }, +                        { +                          "position": 3, +                          "tags": [] +                        } +                      ] +                    } +                  ], +                  "sourceTermExactMatchCount": 0, +                  "furiganaSegments": [ +                    { +                      "text": "打", +                      "furigana": "う" +                    }, +                    { +                      "text": "ち", +                      "furigana": "" +                    }, +                    { +                      "text": "込", +                      "furigana": "こ" +                    }, +                    { +                      "text": "む", +                      "furigana": "" +                    } +                  ] +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "うちこむ", +                  "hasReading": false, +                  "frequency": 3 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "うちこむ", +                  "hasReading": true, +                  "frequency": 8 +                } +              ], +              "pitches": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "うちこむ", +                  "pitches": [ +                    { +                      "position": 0, +                      "tags": [] +                    }, +                    { +                      "position": 3, +                      "tags": [] +                    } +                  ] +                } +              ], +              "only": [ +                "うちこむ" +              ], +              "sourceTermExactMatchCount": 0 +            }, +            { +              "type": "termMergedByGlossary", +              "source": "うちこむ", +              "rawSource": "うちこむ", +              "reasons": [], +              "score": 10, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "dictionaryNames": [ +                "Test Dictionary 2" +              ], +              "expression": [ +                "打ち込む" +              ], +              "reading": [ +                "ぶちこむ" +              ], +              "expressions": [ +                { +                  "sourceTerm": "うちこむ", +                  "expression": "打ち込む", +                  "reading": "ぶちこむ", +                  "termTags": [ +                    { +                      "name": "tag3", +                      "category": "category3", +                      "notes": "tag3 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag4", +                      "category": "category4", +                      "notes": "tag4 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag5", +                      "category": "category5", +                      "notes": "tag5 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    } +                  ], +                  "frequencies": [ +                    { +                      "index": 0, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打ち込む", +                      "reading": "ぶちこむ", +                      "hasReading": false, +                      "frequency": 3 +                    }, +                    { +                      "index": 1, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打ち込む", +                      "reading": "ぶちこむ", +                      "hasReading": true, +                      "frequency": 9 +                    } +                  ], +                  "pitches": [ +                    { +                      "index": 0, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打ち込む", +                      "reading": "ぶちこむ", +                      "pitches": [ +                        { +                          "position": 0, +                          "tags": [] +                        }, +                        { +                          "position": 3, +                          "tags": [] +                        } +                      ] +                    } +                  ], +                  "furiganaSegments": [ +                    { +                      "text": "打", +                      "furigana": "ぶ" +                    }, +                    { +                      "text": "ち", +                      "furigana": "" +                    }, +                    { +                      "text": "込", +                      "furigana": "こ" +                    }, +                    { +                      "text": "む", +                      "furigana": "" +                    } +                  ], +                  "termFrequency": "normal" +                } +              ], +              "glossary": [ +                "definition17", +                "definition18" +              ], +              "definitionTags": [ +                { +                  "name": "tag1", +                  "category": "category1", +                  "notes": "tag1 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag2", +                  "category": "category2", +                  "notes": "tag2 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "definitions": [ +                { +                  "type": "term", +                  "id": 9, +                  "source": "うちこむ", +                  "rawSource": "うちこむ", +                  "sourceTerm": "うちこむ", +                  "reasons": [], +                  "score": 10, +                  "isPrimary": false, +                  "sequence": 4, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "dictionaryNames": [ +                    "Test Dictionary 2" +                  ], +                  "expression": "打ち込む", +                  "reading": "ぶちこむ", +                  "expressions": [ +                    { +                      "sourceTerm": "うちこむ", +                      "expression": "打ち込む", +                      "reading": "ぶちこむ", +                      "termTags": [ +                        { +                          "name": "tag3", +                          "category": "category3", +                          "notes": "tag3 notes", +                          "order": 0, +                          "score": 0, +                          "dictionary": "Test Dictionary 2", +                          "redundant": false +                        }, +                        { +                          "name": "tag4", +                          "category": "category4", +                          "notes": "tag4 notes", +                          "order": 0, +                          "score": 0, +                          "dictionary": "Test Dictionary 2", +                          "redundant": false +                        }, +                        { +                          "name": "tag5", +                          "category": "category5", +                          "notes": "tag5 notes", +                          "order": 0, +                          "score": 0, +                          "dictionary": "Test Dictionary 2", +                          "redundant": false +                        } +                      ], +                      "frequencies": [ +                        { +                          "index": 0, +                          "expressionIndex": 0, +                          "dictionary": "Test Dictionary 2", +                          "dictionaryOrder": { +                            "index": 0, +                            "priority": 0 +                          }, +                          "expression": "打ち込む", +                          "reading": "ぶちこむ", +                          "hasReading": false, +                          "frequency": 3 +                        }, +                        { +                          "index": 1, +                          "expressionIndex": 0, +                          "dictionary": "Test Dictionary 2", +                          "dictionaryOrder": { +                            "index": 0, +                            "priority": 0 +                          }, +                          "expression": "打ち込む", +                          "reading": "ぶちこむ", +                          "hasReading": true, +                          "frequency": 9 +                        } +                      ], +                      "pitches": [ +                        { +                          "index": 0, +                          "expressionIndex": 0, +                          "dictionary": "Test Dictionary 2", +                          "dictionaryOrder": { +                            "index": 0, +                            "priority": 0 +                          }, +                          "expression": "打ち込む", +                          "reading": "ぶちこむ", +                          "pitches": [ +                            { +                              "position": 0, +                              "tags": [] +                            }, +                            { +                              "position": 3, +                              "tags": [] +                            } +                          ] +                        } +                      ], +                      "furiganaSegments": [ +                        { +                          "text": "打", +                          "furigana": "ぶ" +                        }, +                        { +                          "text": "ち", +                          "furigana": "" +                        }, +                        { +                          "text": "込", +                          "furigana": "こ" +                        }, +                        { +                          "text": "む", +                          "furigana": "" +                        } +                      ], +                      "termFrequency": "normal" +                    } +                  ], +                  "glossary": [ +                    "definition17", +                    "definition18" +                  ], +                  "definitionTags": [ +                    { +                      "name": "tag1", +                      "category": "category1", +                      "notes": "tag1 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag2", +                      "category": "category2", +                      "notes": "tag2 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    } +                  ], +                  "termTags": [ +                    { +                      "name": "tag3", +                      "category": "category3", +                      "notes": "tag3 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag4", +                      "category": "category4", +                      "notes": "tag4 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag5", +                      "category": "category5", +                      "notes": "tag5 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    } +                  ], +                  "frequencies": [ +                    { +                      "index": 0, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打ち込む", +                      "reading": "ぶちこむ", +                      "hasReading": false, +                      "frequency": 3 +                    }, +                    { +                      "index": 1, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打ち込む", +                      "reading": "ぶちこむ", +                      "hasReading": true, +                      "frequency": 9 +                    } +                  ], +                  "pitches": [ +                    { +                      "index": 0, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打ち込む", +                      "reading": "ぶちこむ", +                      "pitches": [ +                        { +                          "position": 0, +                          "tags": [] +                        }, +                        { +                          "position": 3, +                          "tags": [] +                        } +                      ] +                    } +                  ], +                  "sourceTermExactMatchCount": 0, +                  "furiganaSegments": [ +                    { +                      "text": "打", +                      "furigana": "ぶ" +                    }, +                    { +                      "text": "ち", +                      "furigana": "" +                    }, +                    { +                      "text": "込", +                      "furigana": "こ" +                    }, +                    { +                      "text": "む", +                      "furigana": "" +                    } +                  ] +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "ぶちこむ", +                  "hasReading": false, +                  "frequency": 3 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "ぶちこむ", +                  "hasReading": true, +                  "frequency": 9 +                } +              ], +              "pitches": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "ぶちこむ", +                  "pitches": [ +                    { +                      "position": 0, +                      "tags": [] +                    }, +                    { +                      "position": 3, +                      "tags": [] +                    } +                  ] +                } +              ], +              "only": [ +                "ぶちこむ" +              ], +              "sourceTermExactMatchCount": 0 +            }, +            { +              "type": "termMergedByGlossary", +              "source": "うちこむ", +              "rawSource": "うちこむ", +              "reasons": [], +              "score": 1, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "dictionaryNames": [ +                "Test Dictionary 2" +              ], +              "expression": [ +                "打ち込む" +              ], +              "reading": [ +                "うちこむ" +              ], +              "expressions": [ +                { +                  "sourceTerm": "うちこむ", +                  "expression": "打ち込む", +                  "reading": "うちこむ", +                  "termTags": [ +                    { +                      "name": "tag5", +                      "category": "category5", +                      "notes": "tag5 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag6", +                      "category": "default", +                      "notes": "", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag7", +                      "category": "default", +                      "notes": "", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    } +                  ], +                  "frequencies": [ +                    { +                      "index": 0, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打ち込む", +                      "reading": "うちこむ", +                      "hasReading": false, +                      "frequency": 3 +                    }, +                    { +                      "index": 1, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打ち込む", +                      "reading": "うちこむ", +                      "hasReading": true, +                      "frequency": 8 +                    } +                  ], +                  "pitches": [ +                    { +                      "index": 0, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打ち込む", +                      "reading": "うちこむ", +                      "pitches": [ +                        { +                          "position": 0, +                          "tags": [] +                        }, +                        { +                          "position": 3, +                          "tags": [] +                        } +                      ] +                    } +                  ], +                  "furiganaSegments": [ +                    { +                      "text": "打", +                      "furigana": "う" +                    }, +                    { +                      "text": "ち", +                      "furigana": "" +                    }, +                    { +                      "text": "込", +                      "furigana": "こ" +                    }, +                    { +                      "text": "む", +                      "furigana": "" +                    } +                  ], +                  "termFrequency": "normal" +                } +              ], +              "glossary": [ +                "definition15", +                "definition16" +              ], +              "definitionTags": [ +                { +                  "name": "tag1", +                  "category": "category1", +                  "notes": "tag1 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag2", +                  "category": "category2", +                  "notes": "tag2 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "definitions": [ +                { +                  "type": "term", +                  "id": 8, +                  "source": "うちこむ", +                  "rawSource": "うちこむ", +                  "sourceTerm": "うちこむ", +                  "reasons": [], +                  "score": 1, +                  "isPrimary": true, +                  "sequence": 4, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "dictionaryNames": [ +                    "Test Dictionary 2" +                  ], +                  "expression": "打ち込む", +                  "reading": "うちこむ", +                  "expressions": [ +                    { +                      "sourceTerm": "うちこむ", +                      "expression": "打ち込む", +                      "reading": "うちこむ", +                      "termTags": [ +                        { +                          "name": "tag5", +                          "category": "category5", +                          "notes": "tag5 notes", +                          "order": 0, +                          "score": 0, +                          "dictionary": "Test Dictionary 2", +                          "redundant": false +                        }, +                        { +                          "name": "tag6", +                          "category": "default", +                          "notes": "", +                          "order": 0, +                          "score": 0, +                          "dictionary": "Test Dictionary 2", +                          "redundant": false +                        }, +                        { +                          "name": "tag7", +                          "category": "default", +                          "notes": "", +                          "order": 0, +                          "score": 0, +                          "dictionary": "Test Dictionary 2", +                          "redundant": false +                        } +                      ], +                      "frequencies": [ +                        { +                          "index": 0, +                          "expressionIndex": 0, +                          "dictionary": "Test Dictionary 2", +                          "dictionaryOrder": { +                            "index": 0, +                            "priority": 0 +                          }, +                          "expression": "打ち込む", +                          "reading": "うちこむ", +                          "hasReading": false, +                          "frequency": 3 +                        }, +                        { +                          "index": 1, +                          "expressionIndex": 0, +                          "dictionary": "Test Dictionary 2", +                          "dictionaryOrder": { +                            "index": 0, +                            "priority": 0 +                          }, +                          "expression": "打ち込む", +                          "reading": "うちこむ", +                          "hasReading": true, +                          "frequency": 8 +                        } +                      ], +                      "pitches": [ +                        { +                          "index": 0, +                          "expressionIndex": 0, +                          "dictionary": "Test Dictionary 2", +                          "dictionaryOrder": { +                            "index": 0, +                            "priority": 0 +                          }, +                          "expression": "打ち込む", +                          "reading": "うちこむ", +                          "pitches": [ +                            { +                              "position": 0, +                              "tags": [] +                            }, +                            { +                              "position": 3, +                              "tags": [] +                            } +                          ] +                        } +                      ], +                      "furiganaSegments": [ +                        { +                          "text": "打", +                          "furigana": "う" +                        }, +                        { +                          "text": "ち", +                          "furigana": "" +                        }, +                        { +                          "text": "込", +                          "furigana": "こ" +                        }, +                        { +                          "text": "む", +                          "furigana": "" +                        } +                      ], +                      "termFrequency": "normal" +                    } +                  ], +                  "glossary": [ +                    "definition15", +                    "definition16" +                  ], +                  "definitionTags": [ +                    { +                      "name": "tag1", +                      "category": "category1", +                      "notes": "tag1 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag2", +                      "category": "category2", +                      "notes": "tag2 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    } +                  ], +                  "termTags": [ +                    { +                      "name": "tag5", +                      "category": "category5", +                      "notes": "tag5 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag6", +                      "category": "default", +                      "notes": "", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag7", +                      "category": "default", +                      "notes": "", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    } +                  ], +                  "frequencies": [ +                    { +                      "index": 0, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打ち込む", +                      "reading": "うちこむ", +                      "hasReading": false, +                      "frequency": 3 +                    }, +                    { +                      "index": 1, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打ち込む", +                      "reading": "うちこむ", +                      "hasReading": true, +                      "frequency": 8 +                    } +                  ], +                  "pitches": [ +                    { +                      "index": 0, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打ち込む", +                      "reading": "うちこむ", +                      "pitches": [ +                        { +                          "position": 0, +                          "tags": [] +                        }, +                        { +                          "position": 3, +                          "tags": [] +                        } +                      ] +                    } +                  ], +                  "sourceTermExactMatchCount": 0, +                  "furiganaSegments": [ +                    { +                      "text": "打", +                      "furigana": "う" +                    }, +                    { +                      "text": "ち", +                      "furigana": "" +                    }, +                    { +                      "text": "込", +                      "furigana": "こ" +                    }, +                    { +                      "text": "む", +                      "furigana": "" +                    } +                  ] +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "うちこむ", +                  "hasReading": false, +                  "frequency": 3 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "うちこむ", +                  "hasReading": true, +                  "frequency": 8 +                } +              ], +              "pitches": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "うちこむ", +                  "pitches": [ +                    { +                      "position": 0, +                      "tags": [] +                    }, +                    { +                      "position": 3, +                      "tags": [] +                    } +                  ] +                } +              ], +              "only": [ +                "うちこむ" +              ], +              "sourceTermExactMatchCount": 0 +            }, +            { +              "type": "termMergedByGlossary", +              "source": "うちこむ", +              "rawSource": "うちこむ", +              "reasons": [], +              "score": 1, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "dictionaryNames": [ +                "Test Dictionary 2" +              ], +              "expression": [ +                "打ち込む" +              ], +              "reading": [ +                "ぶちこむ" +              ], +              "expressions": [ +                { +                  "sourceTerm": "うちこむ", +                  "expression": "打ち込む", +                  "reading": "ぶちこむ", +                  "termTags": [ +                    { +                      "name": "tag3", +                      "category": "category3", +                      "notes": "tag3 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag4", +                      "category": "category4", +                      "notes": "tag4 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag5", +                      "category": "category5", +                      "notes": "tag5 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    } +                  ], +                  "frequencies": [ +                    { +                      "index": 0, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打ち込む", +                      "reading": "ぶちこむ", +                      "hasReading": false, +                      "frequency": 3 +                    }, +                    { +                      "index": 1, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打ち込む", +                      "reading": "ぶちこむ", +                      "hasReading": true, +                      "frequency": 9 +                    } +                  ], +                  "pitches": [ +                    { +                      "index": 0, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打ち込む", +                      "reading": "ぶちこむ", +                      "pitches": [ +                        { +                          "position": 0, +                          "tags": [] +                        }, +                        { +                          "position": 3, +                          "tags": [] +                        } +                      ] +                    } +                  ], +                  "furiganaSegments": [ +                    { +                      "text": "打", +                      "furigana": "ぶ" +                    }, +                    { +                      "text": "ち", +                      "furigana": "" +                    }, +                    { +                      "text": "込", +                      "furigana": "こ" +                    }, +                    { +                      "text": "む", +                      "furigana": "" +                    } +                  ], +                  "termFrequency": "normal" +                } +              ], +              "glossary": [ +                "definition19", +                "definition20" +              ], +              "definitionTags": [ +                { +                  "name": "tag1", +                  "category": "category1", +                  "notes": "tag1 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag2", +                  "category": "category2", +                  "notes": "tag2 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "definitions": [ +                { +                  "type": "term", +                  "id": 10, +                  "source": "うちこむ", +                  "rawSource": "うちこむ", +                  "sourceTerm": "うちこむ", +                  "reasons": [], +                  "score": 1, +                  "isPrimary": false, +                  "sequence": 4, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "dictionaryNames": [ +                    "Test Dictionary 2" +                  ], +                  "expression": "打ち込む", +                  "reading": "ぶちこむ", +                  "expressions": [ +                    { +                      "sourceTerm": "うちこむ", +                      "expression": "打ち込む", +                      "reading": "ぶちこむ", +                      "termTags": [ +                        { +                          "name": "tag3", +                          "category": "category3", +                          "notes": "tag3 notes", +                          "order": 0, +                          "score": 0, +                          "dictionary": "Test Dictionary 2", +                          "redundant": false +                        }, +                        { +                          "name": "tag4", +                          "category": "category4", +                          "notes": "tag4 notes", +                          "order": 0, +                          "score": 0, +                          "dictionary": "Test Dictionary 2", +                          "redundant": false +                        }, +                        { +                          "name": "tag5", +                          "category": "category5", +                          "notes": "tag5 notes", +                          "order": 0, +                          "score": 0, +                          "dictionary": "Test Dictionary 2", +                          "redundant": false +                        } +                      ], +                      "frequencies": [ +                        { +                          "index": 0, +                          "expressionIndex": 0, +                          "dictionary": "Test Dictionary 2", +                          "dictionaryOrder": { +                            "index": 0, +                            "priority": 0 +                          }, +                          "expression": "打ち込む", +                          "reading": "ぶちこむ", +                          "hasReading": false, +                          "frequency": 3 +                        }, +                        { +                          "index": 1, +                          "expressionIndex": 0, +                          "dictionary": "Test Dictionary 2", +                          "dictionaryOrder": { +                            "index": 0, +                            "priority": 0 +                          }, +                          "expression": "打ち込む", +                          "reading": "ぶちこむ", +                          "hasReading": true, +                          "frequency": 9 +                        } +                      ], +                      "pitches": [ +                        { +                          "index": 0, +                          "expressionIndex": 0, +                          "dictionary": "Test Dictionary 2", +                          "dictionaryOrder": { +                            "index": 0, +                            "priority": 0 +                          }, +                          "expression": "打ち込む", +                          "reading": "ぶちこむ", +                          "pitches": [ +                            { +                              "position": 0, +                              "tags": [] +                            }, +                            { +                              "position": 3, +                              "tags": [] +                            } +                          ] +                        } +                      ], +                      "furiganaSegments": [ +                        { +                          "text": "打", +                          "furigana": "ぶ" +                        }, +                        { +                          "text": "ち", +                          "furigana": "" +                        }, +                        { +                          "text": "込", +                          "furigana": "こ" +                        }, +                        { +                          "text": "む", +                          "furigana": "" +                        } +                      ], +                      "termFrequency": "normal" +                    } +                  ], +                  "glossary": [ +                    "definition19", +                    "definition20" +                  ], +                  "definitionTags": [ +                    { +                      "name": "tag1", +                      "category": "category1", +                      "notes": "tag1 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag2", +                      "category": "category2", +                      "notes": "tag2 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    } +                  ], +                  "termTags": [ +                    { +                      "name": "tag3", +                      "category": "category3", +                      "notes": "tag3 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag4", +                      "category": "category4", +                      "notes": "tag4 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag5", +                      "category": "category5", +                      "notes": "tag5 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    } +                  ], +                  "frequencies": [ +                    { +                      "index": 0, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打ち込む", +                      "reading": "ぶちこむ", +                      "hasReading": false, +                      "frequency": 3 +                    }, +                    { +                      "index": 1, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打ち込む", +                      "reading": "ぶちこむ", +                      "hasReading": true, +                      "frequency": 9 +                    } +                  ], +                  "pitches": [ +                    { +                      "index": 0, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打ち込む", +                      "reading": "ぶちこむ", +                      "pitches": [ +                        { +                          "position": 0, +                          "tags": [] +                        }, +                        { +                          "position": 3, +                          "tags": [] +                        } +                      ] +                    } +                  ], +                  "sourceTermExactMatchCount": 0, +                  "furiganaSegments": [ +                    { +                      "text": "打", +                      "furigana": "ぶ" +                    }, +                    { +                      "text": "ち", +                      "furigana": "" +                    }, +                    { +                      "text": "込", +                      "furigana": "こ" +                    }, +                    { +                      "text": "む", +                      "furigana": "" +                    } +                  ] +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "ぶちこむ", +                  "hasReading": false, +                  "frequency": 3 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "ぶちこむ", +                  "hasReading": true, +                  "frequency": 9 +                } +              ], +              "pitches": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打ち込む", +                  "reading": "ぶちこむ", +                  "pitches": [ +                    { +                      "position": 0, +                      "tags": [] +                    }, +                    { +                      "position": 3, +                      "tags": [] +                    } +                  ] +                } +              ], +              "only": [ +                "ぶちこむ" +              ], +              "sourceTermExactMatchCount": 0 +            } +          ], +          "frequencies": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打ち込む", +              "reading": "うちこむ", +              "hasReading": false, +              "frequency": 3 +            }, +            { +              "index": 2, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打ち込む", +              "reading": "うちこむ", +              "hasReading": true, +              "frequency": 8 +            }, +            { +              "index": 1, +              "expressionIndex": 1, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打ち込む", +              "reading": "ぶちこむ", +              "hasReading": false, +              "frequency": 3 +            }, +            { +              "index": 3, +              "expressionIndex": 1, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打ち込む", +              "reading": "ぶちこむ", +              "hasReading": true, +              "frequency": 9 +            } +          ], +          "pitches": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打ち込む", +              "reading": "うちこむ", +              "pitches": [ +                { +                  "position": 0, +                  "tags": [] +                }, +                { +                  "position": 3, +                  "tags": [] +                } +              ] +            }, +            { +              "index": 1, +              "expressionIndex": 1, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打ち込む", +              "reading": "ぶちこむ", +              "pitches": [ +                { +                  "position": 0, +                  "tags": [] +                }, +                { +                  "position": 3, +                  "tags": [] +                } +              ] +            } +          ], +          "sourceTermExactMatchCount": 0, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          } +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "打ち込む" +        ], +        "uniqueReadings": [ +          "うちこむ", +          "ぶちこむ" +        ], +        "pitches": [ +          { +            "dictionary": "Test Dictionary 2", +            "pitches": [ +              { +                "expressions": [ +                  "打ち込む" +                ], +                "reading": "うちこむ", +                "position": 0, +                "tags": [], +                "exclusiveExpressions": [], +                "exclusiveReadings": [ +                  "うちこむ" +                ] +              }, +              { +                "expressions": [ +                  "打ち込む" +                ], +                "reading": "うちこむ", +                "position": 3, +                "tags": [], +                "exclusiveExpressions": [], +                "exclusiveReadings": [ +                  "うちこむ" +                ] +              }, +              { +                "expressions": [ +                  "打ち込む" +                ], +                "reading": "ぶちこむ", +                "position": 0, +                "tags": [], +                "exclusiveExpressions": [], +                "exclusiveReadings": [ +                  "ぶちこむ" +                ] +              }, +              { +                "expressions": [ +                  "打ち込む" +                ], +                "reading": "ぶちこむ", +                "position": 3, +                "tags": [], +                "exclusiveExpressions": [], +                "exclusiveReadings": [ +                  "ぶちこむ" +                ] +              } +            ] +          } +        ], +        "pitchCount": 4, +        "context": { +          "document": { +            "title": "title" +          } +        } +      }, +      { +        "marker": "{marker}", +        "definition": { +          "type": "termMerged", +          "source": "うち", +          "rawSource": "うち", +          "reasons": [ +            "masu stem" +          ], +          "score": 10, +          "dictionary": "Test Dictionary 2", +          "dictionaryOrder": { +            "index": 0, +            "priority": 0 +          }, +          "dictionaryNames": [ +            "Test Dictionary 2" +          ], +          "expression": [ +            "打つ" +          ], +          "reading": [ +            "うつ", +            "ぶつ" +          ], +          "expressions": [ +            { +              "sourceTerm": "うつ", +              "expression": "打つ", +              "reading": "うつ", +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "うつ", +                  "hasReading": false, +                  "frequency": 2 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "うつ", +                  "hasReading": true, +                  "frequency": 6 +                } +              ], +              "pitches": [], +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "う" +                }, +                { +                  "text": "つ", +                  "furigana": "" +                } +              ], +              "termFrequency": "normal" +            }, +            { +              "sourceTerm": "うつ", +              "expression": "打つ", +              "reading": "ぶつ", +              "termTags": [ +                { +                  "name": "tag3", +                  "category": "category3", +                  "notes": "tag3 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag4", +                  "category": "category4", +                  "notes": "tag4 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag5", +                  "category": "category5", +                  "notes": "tag5 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 1, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "ぶつ", +                  "hasReading": false, +                  "frequency": 2 +                }, +                { +                  "index": 1, +                  "expressionIndex": 1, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "ぶつ", +                  "hasReading": true, +                  "frequency": 7 +                } +              ], +              "pitches": [], +              "furiganaSegments": [ +                { +                  "text": "打", +                  "furigana": "ぶ" +                }, +                { +                  "text": "つ", +                  "furigana": "" +                } +              ], +              "termFrequency": "normal" +            } +          ], +          "definitions": [ +            { +              "type": "termMergedByGlossary", +              "source": "うち", +              "rawSource": "うち", +              "reasons": [], +              "score": 10, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "dictionaryNames": [ +                "Test Dictionary 2" +              ], +              "expression": [ +                "打つ" +              ], +              "reading": [ +                "うつ" +              ], +              "expressions": [ +                { +                  "sourceTerm": "うつ", +                  "expression": "打つ", +                  "reading": "うつ", +                  "termTags": [ +                    { +                      "name": "tag3", +                      "category": "category3", +                      "notes": "tag3 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag4", +                      "category": "category4", +                      "notes": "tag4 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag5", +                      "category": "category5", +                      "notes": "tag5 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    } +                  ], +                  "frequencies": [ +                    { +                      "index": 0, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打つ", +                      "reading": "うつ", +                      "hasReading": false, +                      "frequency": 2 +                    }, +                    { +                      "index": 1, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打つ", +                      "reading": "うつ", +                      "hasReading": true, +                      "frequency": 6 +                    } +                  ], +                  "pitches": [], +                  "furiganaSegments": [ +                    { +                      "text": "打", +                      "furigana": "う" +                    }, +                    { +                      "text": "つ", +                      "furigana": "" +                    } +                  ], +                  "termFrequency": "normal" +                } +              ], +              "glossary": [ +                "definition5", +                "definition6" +              ], +              "definitionTags": [ +                { +                  "name": "tag1", +                  "category": "category1", +                  "notes": "tag1 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag2", +                  "category": "category2", +                  "notes": "tag2 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "definitions": [ +                { +                  "type": "term", +                  "id": 3, +                  "source": "うち", +                  "rawSource": "うち", +                  "sourceTerm": "うつ", +                  "reasons": [ +                    "masu stem" +                  ], +                  "score": 10, +                  "isPrimary": true, +                  "sequence": 3, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "dictionaryNames": [ +                    "Test Dictionary 2" +                  ], +                  "expression": "打つ", +                  "reading": "うつ", +                  "expressions": [ +                    { +                      "sourceTerm": "うつ", +                      "expression": "打つ", +                      "reading": "うつ", +                      "termTags": [ +                        { +                          "name": "tag3", +                          "category": "category3", +                          "notes": "tag3 notes", +                          "order": 0, +                          "score": 0, +                          "dictionary": "Test Dictionary 2", +                          "redundant": false +                        }, +                        { +                          "name": "tag4", +                          "category": "category4", +                          "notes": "tag4 notes", +                          "order": 0, +                          "score": 0, +                          "dictionary": "Test Dictionary 2", +                          "redundant": false +                        }, +                        { +                          "name": "tag5", +                          "category": "category5", +                          "notes": "tag5 notes", +                          "order": 0, +                          "score": 0, +                          "dictionary": "Test Dictionary 2", +                          "redundant": false +                        } +                      ], +                      "frequencies": [ +                        { +                          "index": 0, +                          "expressionIndex": 0, +                          "dictionary": "Test Dictionary 2", +                          "dictionaryOrder": { +                            "index": 0, +                            "priority": 0 +                          }, +                          "expression": "打つ", +                          "reading": "うつ", +                          "hasReading": false, +                          "frequency": 2 +                        }, +                        { +                          "index": 1, +                          "expressionIndex": 0, +                          "dictionary": "Test Dictionary 2", +                          "dictionaryOrder": { +                            "index": 0, +                            "priority": 0 +                          }, +                          "expression": "打つ", +                          "reading": "うつ", +                          "hasReading": true, +                          "frequency": 6 +                        } +                      ], +                      "pitches": [], +                      "furiganaSegments": [ +                        { +                          "text": "打", +                          "furigana": "う" +                        }, +                        { +                          "text": "つ", +                          "furigana": "" +                        } +                      ], +                      "termFrequency": "normal" +                    } +                  ], +                  "glossary": [ +                    "definition5", +                    "definition6" +                  ], +                  "definitionTags": [ +                    { +                      "name": "tag1", +                      "category": "category1", +                      "notes": "tag1 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag2", +                      "category": "category2", +                      "notes": "tag2 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    } +                  ], +                  "termTags": [ +                    { +                      "name": "tag3", +                      "category": "category3", +                      "notes": "tag3 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag4", +                      "category": "category4", +                      "notes": "tag4 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag5", +                      "category": "category5", +                      "notes": "tag5 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    } +                  ], +                  "frequencies": [ +                    { +                      "index": 0, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打つ", +                      "reading": "うつ", +                      "hasReading": false, +                      "frequency": 2 +                    }, +                    { +                      "index": 1, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打つ", +                      "reading": "うつ", +                      "hasReading": true, +                      "frequency": 6 +                    } +                  ], +                  "pitches": [], +                  "sourceTermExactMatchCount": 0, +                  "furiganaSegments": [ +                    { +                      "text": "打", +                      "furigana": "う" +                    }, +                    { +                      "text": "つ", +                      "furigana": "" +                    } +                  ] +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "うつ", +                  "hasReading": false, +                  "frequency": 2 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "うつ", +                  "hasReading": true, +                  "frequency": 6 +                } +              ], +              "pitches": [], +              "only": [ +                "うつ" +              ], +              "sourceTermExactMatchCount": 0 +            }, +            { +              "type": "termMergedByGlossary", +              "source": "うち", +              "rawSource": "うち", +              "reasons": [], +              "score": 10, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "dictionaryNames": [ +                "Test Dictionary 2" +              ], +              "expression": [ +                "打つ" +              ], +              "reading": [ +                "ぶつ" +              ], +              "expressions": [ +                { +                  "sourceTerm": "うつ", +                  "expression": "打つ", +                  "reading": "ぶつ", +                  "termTags": [ +                    { +                      "name": "tag3", +                      "category": "category3", +                      "notes": "tag3 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag4", +                      "category": "category4", +                      "notes": "tag4 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag5", +                      "category": "category5", +                      "notes": "tag5 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    } +                  ], +                  "frequencies": [ +                    { +                      "index": 0, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打つ", +                      "reading": "ぶつ", +                      "hasReading": false, +                      "frequency": 2 +                    }, +                    { +                      "index": 1, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打つ", +                      "reading": "ぶつ", +                      "hasReading": true, +                      "frequency": 7 +                    } +                  ], +                  "pitches": [], +                  "furiganaSegments": [ +                    { +                      "text": "打", +                      "furigana": "ぶ" +                    }, +                    { +                      "text": "つ", +                      "furigana": "" +                    } +                  ], +                  "termFrequency": "normal" +                } +              ], +              "glossary": [ +                "definition9", +                "definition10" +              ], +              "definitionTags": [ +                { +                  "name": "tag1", +                  "category": "category1", +                  "notes": "tag1 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag2", +                  "category": "category2", +                  "notes": "tag2 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "definitions": [ +                { +                  "type": "term", +                  "id": 5, +                  "source": "うち", +                  "rawSource": "うち", +                  "sourceTerm": "うつ", +                  "reasons": [], +                  "score": 10, +                  "isPrimary": false, +                  "sequence": 3, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "dictionaryNames": [ +                    "Test Dictionary 2" +                  ], +                  "expression": "打つ", +                  "reading": "ぶつ", +                  "expressions": [ +                    { +                      "sourceTerm": "うつ", +                      "expression": "打つ", +                      "reading": "ぶつ", +                      "termTags": [ +                        { +                          "name": "tag3", +                          "category": "category3", +                          "notes": "tag3 notes", +                          "order": 0, +                          "score": 0, +                          "dictionary": "Test Dictionary 2", +                          "redundant": false +                        }, +                        { +                          "name": "tag4", +                          "category": "category4", +                          "notes": "tag4 notes", +                          "order": 0, +                          "score": 0, +                          "dictionary": "Test Dictionary 2", +                          "redundant": false +                        }, +                        { +                          "name": "tag5", +                          "category": "category5", +                          "notes": "tag5 notes", +                          "order": 0, +                          "score": 0, +                          "dictionary": "Test Dictionary 2", +                          "redundant": false +                        } +                      ], +                      "frequencies": [ +                        { +                          "index": 0, +                          "expressionIndex": 0, +                          "dictionary": "Test Dictionary 2", +                          "dictionaryOrder": { +                            "index": 0, +                            "priority": 0 +                          }, +                          "expression": "打つ", +                          "reading": "ぶつ", +                          "hasReading": false, +                          "frequency": 2 +                        }, +                        { +                          "index": 1, +                          "expressionIndex": 0, +                          "dictionary": "Test Dictionary 2", +                          "dictionaryOrder": { +                            "index": 0, +                            "priority": 0 +                          }, +                          "expression": "打つ", +                          "reading": "ぶつ", +                          "hasReading": true, +                          "frequency": 7 +                        } +                      ], +                      "pitches": [], +                      "furiganaSegments": [ +                        { +                          "text": "打", +                          "furigana": "ぶ" +                        }, +                        { +                          "text": "つ", +                          "furigana": "" +                        } +                      ], +                      "termFrequency": "normal" +                    } +                  ], +                  "glossary": [ +                    "definition9", +                    "definition10" +                  ], +                  "definitionTags": [ +                    { +                      "name": "tag1", +                      "category": "category1", +                      "notes": "tag1 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag2", +                      "category": "category2", +                      "notes": "tag2 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    } +                  ], +                  "termTags": [ +                    { +                      "name": "tag3", +                      "category": "category3", +                      "notes": "tag3 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag4", +                      "category": "category4", +                      "notes": "tag4 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag5", +                      "category": "category5", +                      "notes": "tag5 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    } +                  ], +                  "frequencies": [ +                    { +                      "index": 0, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打つ", +                      "reading": "ぶつ", +                      "hasReading": false, +                      "frequency": 2 +                    }, +                    { +                      "index": 1, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打つ", +                      "reading": "ぶつ", +                      "hasReading": true, +                      "frequency": 7 +                    } +                  ], +                  "pitches": [], +                  "sourceTermExactMatchCount": 0, +                  "furiganaSegments": [ +                    { +                      "text": "打", +                      "furigana": "ぶ" +                    }, +                    { +                      "text": "つ", +                      "furigana": "" +                    } +                  ] +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "ぶつ", +                  "hasReading": false, +                  "frequency": 2 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "ぶつ", +                  "hasReading": true, +                  "frequency": 7 +                } +              ], +              "pitches": [], +              "only": [ +                "ぶつ" +              ], +              "sourceTermExactMatchCount": 0 +            }, +            { +              "type": "termMergedByGlossary", +              "source": "うち", +              "rawSource": "うち", +              "reasons": [], +              "score": 1, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "dictionaryNames": [ +                "Test Dictionary 2" +              ], +              "expression": [ +                "打つ" +              ], +              "reading": [ +                "うつ" +              ], +              "expressions": [ +                { +                  "sourceTerm": "うつ", +                  "expression": "打つ", +                  "reading": "うつ", +                  "termTags": [ +                    { +                      "name": "tag3", +                      "category": "category3", +                      "notes": "tag3 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag4", +                      "category": "category4", +                      "notes": "tag4 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag5", +                      "category": "category5", +                      "notes": "tag5 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    } +                  ], +                  "frequencies": [ +                    { +                      "index": 0, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打つ", +                      "reading": "うつ", +                      "hasReading": false, +                      "frequency": 2 +                    }, +                    { +                      "index": 1, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打つ", +                      "reading": "うつ", +                      "hasReading": true, +                      "frequency": 6 +                    } +                  ], +                  "pitches": [], +                  "furiganaSegments": [ +                    { +                      "text": "打", +                      "furigana": "う" +                    }, +                    { +                      "text": "つ", +                      "furigana": "" +                    } +                  ], +                  "termFrequency": "normal" +                } +              ], +              "glossary": [ +                "definition7", +                "definition8" +              ], +              "definitionTags": [ +                { +                  "name": "tag1", +                  "category": "category1", +                  "notes": "tag1 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag2", +                  "category": "category2", +                  "notes": "tag2 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "definitions": [ +                { +                  "type": "term", +                  "id": 4, +                  "source": "うち", +                  "rawSource": "うち", +                  "sourceTerm": "うつ", +                  "reasons": [ +                    "masu stem" +                  ], +                  "score": 1, +                  "isPrimary": true, +                  "sequence": 3, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "dictionaryNames": [ +                    "Test Dictionary 2" +                  ], +                  "expression": "打つ", +                  "reading": "うつ", +                  "expressions": [ +                    { +                      "sourceTerm": "うつ", +                      "expression": "打つ", +                      "reading": "うつ", +                      "termTags": [ +                        { +                          "name": "tag3", +                          "category": "category3", +                          "notes": "tag3 notes", +                          "order": 0, +                          "score": 0, +                          "dictionary": "Test Dictionary 2", +                          "redundant": false +                        }, +                        { +                          "name": "tag4", +                          "category": "category4", +                          "notes": "tag4 notes", +                          "order": 0, +                          "score": 0, +                          "dictionary": "Test Dictionary 2", +                          "redundant": false +                        }, +                        { +                          "name": "tag5", +                          "category": "category5", +                          "notes": "tag5 notes", +                          "order": 0, +                          "score": 0, +                          "dictionary": "Test Dictionary 2", +                          "redundant": false +                        } +                      ], +                      "frequencies": [ +                        { +                          "index": 0, +                          "expressionIndex": 0, +                          "dictionary": "Test Dictionary 2", +                          "dictionaryOrder": { +                            "index": 0, +                            "priority": 0 +                          }, +                          "expression": "打つ", +                          "reading": "うつ", +                          "hasReading": false, +                          "frequency": 2 +                        }, +                        { +                          "index": 1, +                          "expressionIndex": 0, +                          "dictionary": "Test Dictionary 2", +                          "dictionaryOrder": { +                            "index": 0, +                            "priority": 0 +                          }, +                          "expression": "打つ", +                          "reading": "うつ", +                          "hasReading": true, +                          "frequency": 6 +                        } +                      ], +                      "pitches": [], +                      "furiganaSegments": [ +                        { +                          "text": "打", +                          "furigana": "う" +                        }, +                        { +                          "text": "つ", +                          "furigana": "" +                        } +                      ], +                      "termFrequency": "normal" +                    } +                  ], +                  "glossary": [ +                    "definition7", +                    "definition8" +                  ], +                  "definitionTags": [ +                    { +                      "name": "tag1", +                      "category": "category1", +                      "notes": "tag1 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag2", +                      "category": "category2", +                      "notes": "tag2 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    } +                  ], +                  "termTags": [ +                    { +                      "name": "tag3", +                      "category": "category3", +                      "notes": "tag3 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag4", +                      "category": "category4", +                      "notes": "tag4 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag5", +                      "category": "category5", +                      "notes": "tag5 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    } +                  ], +                  "frequencies": [ +                    { +                      "index": 0, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打つ", +                      "reading": "うつ", +                      "hasReading": false, +                      "frequency": 2 +                    }, +                    { +                      "index": 1, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打つ", +                      "reading": "うつ", +                      "hasReading": true, +                      "frequency": 6 +                    } +                  ], +                  "pitches": [], +                  "sourceTermExactMatchCount": 0, +                  "furiganaSegments": [ +                    { +                      "text": "打", +                      "furigana": "う" +                    }, +                    { +                      "text": "つ", +                      "furigana": "" +                    } +                  ] +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "うつ", +                  "hasReading": false, +                  "frequency": 2 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "うつ", +                  "hasReading": true, +                  "frequency": 6 +                } +              ], +              "pitches": [], +              "only": [ +                "うつ" +              ], +              "sourceTermExactMatchCount": 0 +            }, +            { +              "type": "termMergedByGlossary", +              "source": "うち", +              "rawSource": "うち", +              "reasons": [], +              "score": 1, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "dictionaryNames": [ +                "Test Dictionary 2" +              ], +              "expression": [ +                "打つ" +              ], +              "reading": [ +                "ぶつ" +              ], +              "expressions": [ +                { +                  "sourceTerm": "うつ", +                  "expression": "打つ", +                  "reading": "ぶつ", +                  "termTags": [ +                    { +                      "name": "tag3", +                      "category": "category3", +                      "notes": "tag3 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag4", +                      "category": "category4", +                      "notes": "tag4 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag5", +                      "category": "category5", +                      "notes": "tag5 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    } +                  ], +                  "frequencies": [ +                    { +                      "index": 0, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打つ", +                      "reading": "ぶつ", +                      "hasReading": false, +                      "frequency": 2 +                    }, +                    { +                      "index": 1, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打つ", +                      "reading": "ぶつ", +                      "hasReading": true, +                      "frequency": 7 +                    } +                  ], +                  "pitches": [], +                  "furiganaSegments": [ +                    { +                      "text": "打", +                      "furigana": "ぶ" +                    }, +                    { +                      "text": "つ", +                      "furigana": "" +                    } +                  ], +                  "termFrequency": "normal" +                } +              ], +              "glossary": [ +                "definition11", +                "definition12" +              ], +              "definitionTags": [ +                { +                  "name": "tag1", +                  "category": "category1", +                  "notes": "tag1 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                }, +                { +                  "name": "tag2", +                  "category": "category2", +                  "notes": "tag2 notes", +                  "order": 0, +                  "score": 0, +                  "dictionary": "Test Dictionary 2", +                  "redundant": false +                } +              ], +              "definitions": [ +                { +                  "type": "term", +                  "id": 6, +                  "source": "うち", +                  "rawSource": "うち", +                  "sourceTerm": "うつ", +                  "reasons": [], +                  "score": 1, +                  "isPrimary": false, +                  "sequence": 3, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "dictionaryNames": [ +                    "Test Dictionary 2" +                  ], +                  "expression": "打つ", +                  "reading": "ぶつ", +                  "expressions": [ +                    { +                      "sourceTerm": "うつ", +                      "expression": "打つ", +                      "reading": "ぶつ", +                      "termTags": [ +                        { +                          "name": "tag3", +                          "category": "category3", +                          "notes": "tag3 notes", +                          "order": 0, +                          "score": 0, +                          "dictionary": "Test Dictionary 2", +                          "redundant": false +                        }, +                        { +                          "name": "tag4", +                          "category": "category4", +                          "notes": "tag4 notes", +                          "order": 0, +                          "score": 0, +                          "dictionary": "Test Dictionary 2", +                          "redundant": false +                        }, +                        { +                          "name": "tag5", +                          "category": "category5", +                          "notes": "tag5 notes", +                          "order": 0, +                          "score": 0, +                          "dictionary": "Test Dictionary 2", +                          "redundant": false +                        } +                      ], +                      "frequencies": [ +                        { +                          "index": 0, +                          "expressionIndex": 0, +                          "dictionary": "Test Dictionary 2", +                          "dictionaryOrder": { +                            "index": 0, +                            "priority": 0 +                          }, +                          "expression": "打つ", +                          "reading": "ぶつ", +                          "hasReading": false, +                          "frequency": 2 +                        }, +                        { +                          "index": 1, +                          "expressionIndex": 0, +                          "dictionary": "Test Dictionary 2", +                          "dictionaryOrder": { +                            "index": 0, +                            "priority": 0 +                          }, +                          "expression": "打つ", +                          "reading": "ぶつ", +                          "hasReading": true, +                          "frequency": 7 +                        } +                      ], +                      "pitches": [], +                      "furiganaSegments": [ +                        { +                          "text": "打", +                          "furigana": "ぶ" +                        }, +                        { +                          "text": "つ", +                          "furigana": "" +                        } +                      ], +                      "termFrequency": "normal" +                    } +                  ], +                  "glossary": [ +                    "definition11", +                    "definition12" +                  ], +                  "definitionTags": [ +                    { +                      "name": "tag1", +                      "category": "category1", +                      "notes": "tag1 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag2", +                      "category": "category2", +                      "notes": "tag2 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    } +                  ], +                  "termTags": [ +                    { +                      "name": "tag3", +                      "category": "category3", +                      "notes": "tag3 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag4", +                      "category": "category4", +                      "notes": "tag4 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    }, +                    { +                      "name": "tag5", +                      "category": "category5", +                      "notes": "tag5 notes", +                      "order": 0, +                      "score": 0, +                      "dictionary": "Test Dictionary 2", +                      "redundant": false +                    } +                  ], +                  "frequencies": [ +                    { +                      "index": 0, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打つ", +                      "reading": "ぶつ", +                      "hasReading": false, +                      "frequency": 2 +                    }, +                    { +                      "index": 1, +                      "expressionIndex": 0, +                      "dictionary": "Test Dictionary 2", +                      "dictionaryOrder": { +                        "index": 0, +                        "priority": 0 +                      }, +                      "expression": "打つ", +                      "reading": "ぶつ", +                      "hasReading": true, +                      "frequency": 7 +                    } +                  ], +                  "pitches": [], +                  "sourceTermExactMatchCount": 0, +                  "furiganaSegments": [ +                    { +                      "text": "打", +                      "furigana": "ぶ" +                    }, +                    { +                      "text": "つ", +                      "furigana": "" +                    } +                  ] +                } +              ], +              "frequencies": [ +                { +                  "index": 0, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "ぶつ", +                  "hasReading": false, +                  "frequency": 2 +                }, +                { +                  "index": 1, +                  "expressionIndex": 0, +                  "dictionary": "Test Dictionary 2", +                  "dictionaryOrder": { +                    "index": 0, +                    "priority": 0 +                  }, +                  "expression": "打つ", +                  "reading": "ぶつ", +                  "hasReading": true, +                  "frequency": 7 +                } +              ], +              "pitches": [], +              "only": [ +                "ぶつ" +              ], +              "sourceTermExactMatchCount": 0 +            } +          ], +          "frequencies": [ +            { +              "index": 0, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打つ", +              "reading": "うつ", +              "hasReading": false, +              "frequency": 2 +            }, +            { +              "index": 2, +              "expressionIndex": 0, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打つ", +              "reading": "うつ", +              "hasReading": true, +              "frequency": 6 +            }, +            { +              "index": 1, +              "expressionIndex": 1, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打つ", +              "reading": "ぶつ", +              "hasReading": false, +              "frequency": 2 +            }, +            { +              "index": 3, +              "expressionIndex": 1, +              "dictionary": "Test Dictionary 2", +              "dictionaryOrder": { +                "index": 0, +                "priority": 0 +              }, +              "expression": "打つ", +              "reading": "ぶつ", +              "hasReading": true, +              "frequency": 7 +            } +          ], +          "pitches": [], +          "sourceTermExactMatchCount": 0, +          "screenshotFileName": null, +          "clipboardImageFileName": null, +          "clipboardText": null, +          "audioFileName": null, +          "url": "url:", +          "cloze": { +            "sentence": "", +            "prefix": "", +            "body": "", +            "suffix": "" +          } +        }, +        "glossaryLayoutMode": "default", +        "compactTags": false, +        "group": false, +        "merge": false, +        "modeTermKanji": false, +        "modeTermKana": false, +        "modeKanji": false, +        "compactGlossaries": false, +        "uniqueExpressions": [ +          "打つ" +        ], +        "uniqueReadings": [ +          "うつ", +          "ぶつ" +        ], +        "pitches": [], +        "pitchCount": 0, +        "context": { +          "document": { +            "title": "title" +          } +        } +      } +    ] +  } +]
\ No newline at end of file diff --git a/test/data/translator-test-results.json b/test/data/translator-test-results.json new file mode 100644 index 00000000..5fb72a75 --- /dev/null +++ b/test/data/translator-test-results.json @@ -0,0 +1,23894 @@ +[ +  { +    "name": "Basic kanji test 1", +    "definitions": [ +      { +        "type": "kanji", +        "character": "打", +        "dictionary": "Test Dictionary 2", +        "onyomi": [ +          "ダ", +          "ダアス" +        ], +        "kunyomi": [ +          "う.つ", +          "う.ち-", +          "ぶ.つ" +        ], +        "glossary": [ +          "meaning1", +          "meaning2", +          "meaning3", +          "meaning4", +          "meaning5" +        ], +        "tags": [ +          { +            "name": "ktag1", +            "category": "kcategory1", +            "notes": "ktag1 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "ktag2", +            "category": "kcategory2", +            "notes": "ktag2 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "stats": { +          "kcategory3": [ +            { +              "name": "kstat1", +              "category": "kcategory3", +              "notes": "kstat1 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "value": "1" +            } +          ], +          "kcategory4": [ +            { +              "name": "kstat2", +              "category": "kcategory4", +              "notes": "kstat2 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "value": "2" +            } +          ], +          "kcategory5": [ +            { +              "name": "kstat3", +              "category": "kcategory5", +              "notes": "kstat3 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "value": "3" +            } +          ], +          "kcategory6": [ +            { +              "name": "kstat4", +              "category": "kcategory6", +              "notes": "kstat4 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "value": "4" +            } +          ], +          "kcategory7": [ +            { +              "name": "kstat5", +              "category": "kcategory7", +              "notes": "kstat5 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "value": "5" +            } +          ] +        }, +        "frequencies": [ +          { +            "index": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "character": "打", +            "frequency": 1 +          } +        ] +      } +    ] +  }, +  { +    "name": "Basic kanji test 2", +    "definitions": [ +      { +        "type": "kanji", +        "character": "込", +        "dictionary": "Test Dictionary 2", +        "onyomi": [], +        "kunyomi": [ +          "-こ.む", +          "こ.む", +          "こ.み", +          "-こ.み", +          "こ.める" +        ], +        "glossary": [ +          "meaning1", +          "meaning2", +          "meaning3", +          "meaning4", +          "meaning5" +        ], +        "tags": [ +          { +            "name": "ktag1", +            "category": "kcategory1", +            "notes": "ktag1 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "ktag2", +            "category": "kcategory2", +            "notes": "ktag2 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "stats": { +          "kcategory3": [ +            { +              "name": "kstat1", +              "category": "kcategory3", +              "notes": "kstat1 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "value": "1" +            } +          ], +          "kcategory4": [ +            { +              "name": "kstat2", +              "category": "kcategory4", +              "notes": "kstat2 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "value": "2" +            } +          ], +          "kcategory5": [ +            { +              "name": "kstat3", +              "category": "kcategory5", +              "notes": "kstat3 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "value": "3" +            } +          ], +          "kcategory6": [ +            { +              "name": "kstat4", +              "category": "kcategory6", +              "notes": "kstat4 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "value": "4" +            } +          ], +          "kcategory7": [ +            { +              "name": "kstat5", +              "category": "kcategory7", +              "notes": "kstat5 notes", +              "order": 0, +              "score": 0, +              "dictionary": "Test Dictionary 2", +              "value": "5" +            } +          ] +        }, +        "frequencies": [ +          { +            "index": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "character": "込", +            "frequency": 2 +          } +        ] +      } +    ] +  }, +  { +    "name": "Missing kanji test", +    "definitions": [] +  }, +  { +    "name": "Find term using expression text 1", +    "length": 1, +    "definitions": [ +      { +        "type": "term", +        "id": 1, +        "source": "打", +        "rawSource": "打", +        "sourceTerm": "打", +        "reasons": [], +        "score": 1, +        "isPrimary": true, +        "sequence": 1, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": "打", +        "reading": "だ", +        "expressions": [ +          { +            "sourceTerm": "打", +            "expression": "打", +            "reading": "だ", +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打", +                "reading": "だ", +                "hasReading": false, +                "frequency": 1 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打", +                "reading": "だ", +                "hasReading": true, +                "frequency": 4 +              } +            ], +            "pitches": [] +          } +        ], +        "glossary": [ +          "definition1", +          "definition2" +        ], +        "definitionTags": [ +          { +            "name": "tag1", +            "category": "category1", +            "notes": "tag1 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag2", +            "category": "category2", +            "notes": "tag2 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "termTags": [ +          { +            "name": "tag3", +            "category": "category3", +            "notes": "tag3 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag4", +            "category": "category4", +            "notes": "tag4 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag5", +            "category": "category5", +            "notes": "tag5 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "frequencies": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打", +            "reading": "だ", +            "hasReading": false, +            "frequency": 1 +          }, +          { +            "index": 1, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打", +            "reading": "だ", +            "hasReading": true, +            "frequency": 4 +          } +        ], +        "pitches": [], +        "sourceTermExactMatchCount": 1 +      }, +      { +        "type": "term", +        "id": 2, +        "source": "打", +        "rawSource": "打", +        "sourceTerm": "打", +        "reasons": [], +        "score": 1, +        "isPrimary": true, +        "sequence": 2, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": "打", +        "reading": "ダース", +        "expressions": [ +          { +            "sourceTerm": "打", +            "expression": "打", +            "reading": "ダース", +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打", +                "reading": "ダース", +                "hasReading": false, +                "frequency": 1 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打", +                "reading": "ダース", +                "hasReading": true, +                "frequency": 5 +              } +            ], +            "pitches": [] +          } +        ], +        "glossary": [ +          "definition3", +          "definition4" +        ], +        "definitionTags": [ +          { +            "name": "tag1", +            "category": "category1", +            "notes": "tag1 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag2", +            "category": "category2", +            "notes": "tag2 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "termTags": [ +          { +            "name": "tag3", +            "category": "category3", +            "notes": "tag3 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag4", +            "category": "category4", +            "notes": "tag4 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag5", +            "category": "category5", +            "notes": "tag5 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "frequencies": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打", +            "reading": "ダース", +            "hasReading": false, +            "frequency": 1 +          }, +          { +            "index": 1, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打", +            "reading": "ダース", +            "hasReading": true, +            "frequency": 5 +          } +        ], +        "pitches": [], +        "sourceTermExactMatchCount": 1 +      } +    ] +  }, +  { +    "name": "Find term using expression text 2", +    "length": 2, +    "definitions": [ +      { +        "type": "term", +        "id": 3, +        "source": "打つ", +        "rawSource": "打つ", +        "sourceTerm": "打つ", +        "reasons": [], +        "score": 10, +        "isPrimary": true, +        "sequence": 3, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": "打つ", +        "reading": "うつ", +        "expressions": [ +          { +            "sourceTerm": "打つ", +            "expression": "打つ", +            "reading": "うつ", +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "うつ", +                "hasReading": false, +                "frequency": 2 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "うつ", +                "hasReading": true, +                "frequency": 6 +              } +            ], +            "pitches": [] +          } +        ], +        "glossary": [ +          "definition5", +          "definition6" +        ], +        "definitionTags": [ +          { +            "name": "tag1", +            "category": "category1", +            "notes": "tag1 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag2", +            "category": "category2", +            "notes": "tag2 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "termTags": [ +          { +            "name": "tag3", +            "category": "category3", +            "notes": "tag3 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag4", +            "category": "category4", +            "notes": "tag4 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag5", +            "category": "category5", +            "notes": "tag5 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "frequencies": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打つ", +            "reading": "うつ", +            "hasReading": false, +            "frequency": 2 +          }, +          { +            "index": 1, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打つ", +            "reading": "うつ", +            "hasReading": true, +            "frequency": 6 +          } +        ], +        "pitches": [], +        "sourceTermExactMatchCount": 1 +      }, +      { +        "type": "term", +        "id": 5, +        "source": "打つ", +        "rawSource": "打つ", +        "sourceTerm": "打つ", +        "reasons": [], +        "score": 10, +        "isPrimary": true, +        "sequence": 3, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": "打つ", +        "reading": "ぶつ", +        "expressions": [ +          { +            "sourceTerm": "打つ", +            "expression": "打つ", +            "reading": "ぶつ", +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "ぶつ", +                "hasReading": false, +                "frequency": 2 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "ぶつ", +                "hasReading": true, +                "frequency": 7 +              } +            ], +            "pitches": [] +          } +        ], +        "glossary": [ +          "definition9", +          "definition10" +        ], +        "definitionTags": [ +          { +            "name": "tag1", +            "category": "category1", +            "notes": "tag1 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag2", +            "category": "category2", +            "notes": "tag2 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "termTags": [ +          { +            "name": "tag3", +            "category": "category3", +            "notes": "tag3 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag4", +            "category": "category4", +            "notes": "tag4 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag5", +            "category": "category5", +            "notes": "tag5 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "frequencies": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打つ", +            "reading": "ぶつ", +            "hasReading": false, +            "frequency": 2 +          }, +          { +            "index": 1, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打つ", +            "reading": "ぶつ", +            "hasReading": true, +            "frequency": 7 +          } +        ], +        "pitches": [], +        "sourceTermExactMatchCount": 1 +      }, +      { +        "type": "term", +        "id": 4, +        "source": "打つ", +        "rawSource": "打つ", +        "sourceTerm": "打つ", +        "reasons": [], +        "score": 1, +        "isPrimary": true, +        "sequence": 3, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": "打つ", +        "reading": "うつ", +        "expressions": [ +          { +            "sourceTerm": "打つ", +            "expression": "打つ", +            "reading": "うつ", +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "うつ", +                "hasReading": false, +                "frequency": 2 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "うつ", +                "hasReading": true, +                "frequency": 6 +              } +            ], +            "pitches": [] +          } +        ], +        "glossary": [ +          "definition7", +          "definition8" +        ], +        "definitionTags": [ +          { +            "name": "tag1", +            "category": "category1", +            "notes": "tag1 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag2", +            "category": "category2", +            "notes": "tag2 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "termTags": [ +          { +            "name": "tag3", +            "category": "category3", +            "notes": "tag3 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag4", +            "category": "category4", +            "notes": "tag4 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag5", +            "category": "category5", +            "notes": "tag5 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "frequencies": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打つ", +            "reading": "うつ", +            "hasReading": false, +            "frequency": 2 +          }, +          { +            "index": 1, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打つ", +            "reading": "うつ", +            "hasReading": true, +            "frequency": 6 +          } +        ], +        "pitches": [], +        "sourceTermExactMatchCount": 1 +      }, +      { +        "type": "term", +        "id": 6, +        "source": "打つ", +        "rawSource": "打つ", +        "sourceTerm": "打つ", +        "reasons": [], +        "score": 1, +        "isPrimary": true, +        "sequence": 3, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": "打つ", +        "reading": "ぶつ", +        "expressions": [ +          { +            "sourceTerm": "打つ", +            "expression": "打つ", +            "reading": "ぶつ", +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "ぶつ", +                "hasReading": false, +                "frequency": 2 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "ぶつ", +                "hasReading": true, +                "frequency": 7 +              } +            ], +            "pitches": [] +          } +        ], +        "glossary": [ +          "definition11", +          "definition12" +        ], +        "definitionTags": [ +          { +            "name": "tag1", +            "category": "category1", +            "notes": "tag1 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag2", +            "category": "category2", +            "notes": "tag2 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "termTags": [ +          { +            "name": "tag3", +            "category": "category3", +            "notes": "tag3 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag4", +            "category": "category4", +            "notes": "tag4 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag5", +            "category": "category5", +            "notes": "tag5 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "frequencies": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打つ", +            "reading": "ぶつ", +            "hasReading": false, +            "frequency": 2 +          }, +          { +            "index": 1, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打つ", +            "reading": "ぶつ", +            "hasReading": true, +            "frequency": 7 +          } +        ], +        "pitches": [], +        "sourceTermExactMatchCount": 1 +      }, +      { +        "type": "term", +        "id": 1, +        "source": "打", +        "rawSource": "打", +        "sourceTerm": "打", +        "reasons": [], +        "score": 1, +        "isPrimary": true, +        "sequence": 1, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": "打", +        "reading": "だ", +        "expressions": [ +          { +            "sourceTerm": "打", +            "expression": "打", +            "reading": "だ", +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打", +                "reading": "だ", +                "hasReading": false, +                "frequency": 1 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打", +                "reading": "だ", +                "hasReading": true, +                "frequency": 4 +              } +            ], +            "pitches": [] +          } +        ], +        "glossary": [ +          "definition1", +          "definition2" +        ], +        "definitionTags": [ +          { +            "name": "tag1", +            "category": "category1", +            "notes": "tag1 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag2", +            "category": "category2", +            "notes": "tag2 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "termTags": [ +          { +            "name": "tag3", +            "category": "category3", +            "notes": "tag3 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag4", +            "category": "category4", +            "notes": "tag4 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag5", +            "category": "category5", +            "notes": "tag5 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "frequencies": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打", +            "reading": "だ", +            "hasReading": false, +            "frequency": 1 +          }, +          { +            "index": 1, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打", +            "reading": "だ", +            "hasReading": true, +            "frequency": 4 +          } +        ], +        "pitches": [], +        "sourceTermExactMatchCount": 1 +      }, +      { +        "type": "term", +        "id": 2, +        "source": "打", +        "rawSource": "打", +        "sourceTerm": "打", +        "reasons": [], +        "score": 1, +        "isPrimary": true, +        "sequence": 2, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": "打", +        "reading": "ダース", +        "expressions": [ +          { +            "sourceTerm": "打", +            "expression": "打", +            "reading": "ダース", +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打", +                "reading": "ダース", +                "hasReading": false, +                "frequency": 1 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打", +                "reading": "ダース", +                "hasReading": true, +                "frequency": 5 +              } +            ], +            "pitches": [] +          } +        ], +        "glossary": [ +          "definition3", +          "definition4" +        ], +        "definitionTags": [ +          { +            "name": "tag1", +            "category": "category1", +            "notes": "tag1 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag2", +            "category": "category2", +            "notes": "tag2 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "termTags": [ +          { +            "name": "tag3", +            "category": "category3", +            "notes": "tag3 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag4", +            "category": "category4", +            "notes": "tag4 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag5", +            "category": "category5", +            "notes": "tag5 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "frequencies": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打", +            "reading": "ダース", +            "hasReading": false, +            "frequency": 1 +          }, +          { +            "index": 1, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打", +            "reading": "ダース", +            "hasReading": true, +            "frequency": 5 +          } +        ], +        "pitches": [], +        "sourceTermExactMatchCount": 1 +      } +    ] +  }, +  { +    "name": "Find term using expression text 3", +    "length": 4, +    "definitions": [ +      { +        "type": "term", +        "id": 7, +        "source": "打ち込む", +        "rawSource": "打ち込む", +        "sourceTerm": "打ち込む", +        "reasons": [], +        "score": 10, +        "isPrimary": true, +        "sequence": 4, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": "打ち込む", +        "reading": "うちこむ", +        "expressions": [ +          { +            "sourceTerm": "打ち込む", +            "expression": "打ち込む", +            "reading": "うちこむ", +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "うちこむ", +                "hasReading": false, +                "frequency": 3 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "うちこむ", +                "hasReading": true, +                "frequency": 8 +              } +            ], +            "pitches": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "うちこむ", +                "pitches": [ +                  { +                    "position": 0, +                    "tags": [] +                  }, +                  { +                    "position": 3, +                    "tags": [] +                  } +                ] +              } +            ] +          } +        ], +        "glossary": [ +          "definition13", +          "definition14" +        ], +        "definitionTags": [ +          { +            "name": "tag1", +            "category": "category1", +            "notes": "tag1 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag2", +            "category": "category2", +            "notes": "tag2 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "termTags": [ +          { +            "name": "tag3", +            "category": "category3", +            "notes": "tag3 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag4", +            "category": "category4", +            "notes": "tag4 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag5", +            "category": "category5", +            "notes": "tag5 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "frequencies": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打ち込む", +            "reading": "うちこむ", +            "hasReading": false, +            "frequency": 3 +          }, +          { +            "index": 1, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打ち込む", +            "reading": "うちこむ", +            "hasReading": true, +            "frequency": 8 +          } +        ], +        "pitches": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打ち込む", +            "reading": "うちこむ", +            "pitches": [ +              { +                "position": 0, +                "tags": [] +              }, +              { +                "position": 3, +                "tags": [] +              } +            ] +          } +        ], +        "sourceTermExactMatchCount": 1 +      }, +      { +        "type": "term", +        "id": 9, +        "source": "打ち込む", +        "rawSource": "打ち込む", +        "sourceTerm": "打ち込む", +        "reasons": [], +        "score": 10, +        "isPrimary": true, +        "sequence": 4, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": "打ち込む", +        "reading": "ぶちこむ", +        "expressions": [ +          { +            "sourceTerm": "打ち込む", +            "expression": "打ち込む", +            "reading": "ぶちこむ", +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "ぶちこむ", +                "hasReading": false, +                "frequency": 3 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "ぶちこむ", +                "hasReading": true, +                "frequency": 9 +              } +            ], +            "pitches": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "ぶちこむ", +                "pitches": [ +                  { +                    "position": 0, +                    "tags": [] +                  }, +                  { +                    "position": 3, +                    "tags": [] +                  } +                ] +              } +            ] +          } +        ], +        "glossary": [ +          "definition17", +          "definition18" +        ], +        "definitionTags": [ +          { +            "name": "tag1", +            "category": "category1", +            "notes": "tag1 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag2", +            "category": "category2", +            "notes": "tag2 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "termTags": [ +          { +            "name": "tag3", +            "category": "category3", +            "notes": "tag3 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag4", +            "category": "category4", +            "notes": "tag4 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag5", +            "category": "category5", +            "notes": "tag5 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "frequencies": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打ち込む", +            "reading": "ぶちこむ", +            "hasReading": false, +            "frequency": 3 +          }, +          { +            "index": 1, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打ち込む", +            "reading": "ぶちこむ", +            "hasReading": true, +            "frequency": 9 +          } +        ], +        "pitches": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打ち込む", +            "reading": "ぶちこむ", +            "pitches": [ +              { +                "position": 0, +                "tags": [] +              }, +              { +                "position": 3, +                "tags": [] +              } +            ] +          } +        ], +        "sourceTermExactMatchCount": 1 +      }, +      { +        "type": "term", +        "id": 8, +        "source": "打ち込む", +        "rawSource": "打ち込む", +        "sourceTerm": "打ち込む", +        "reasons": [], +        "score": 1, +        "isPrimary": true, +        "sequence": 4, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": "打ち込む", +        "reading": "うちこむ", +        "expressions": [ +          { +            "sourceTerm": "打ち込む", +            "expression": "打ち込む", +            "reading": "うちこむ", +            "termTags": [ +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag6", +                "category": "default", +                "notes": "", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag7", +                "category": "default", +                "notes": "", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "うちこむ", +                "hasReading": false, +                "frequency": 3 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "うちこむ", +                "hasReading": true, +                "frequency": 8 +              } +            ], +            "pitches": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "うちこむ", +                "pitches": [ +                  { +                    "position": 0, +                    "tags": [] +                  }, +                  { +                    "position": 3, +                    "tags": [] +                  } +                ] +              } +            ] +          } +        ], +        "glossary": [ +          "definition15", +          "definition16" +        ], +        "definitionTags": [ +          { +            "name": "tag1", +            "category": "category1", +            "notes": "tag1 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag2", +            "category": "category2", +            "notes": "tag2 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "termTags": [ +          { +            "name": "tag5", +            "category": "category5", +            "notes": "tag5 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag6", +            "category": "default", +            "notes": "", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag7", +            "category": "default", +            "notes": "", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "frequencies": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打ち込む", +            "reading": "うちこむ", +            "hasReading": false, +            "frequency": 3 +          }, +          { +            "index": 1, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打ち込む", +            "reading": "うちこむ", +            "hasReading": true, +            "frequency": 8 +          } +        ], +        "pitches": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打ち込む", +            "reading": "うちこむ", +            "pitches": [ +              { +                "position": 0, +                "tags": [] +              }, +              { +                "position": 3, +                "tags": [] +              } +            ] +          } +        ], +        "sourceTermExactMatchCount": 1 +      }, +      { +        "type": "term", +        "id": 10, +        "source": "打ち込む", +        "rawSource": "打ち込む", +        "sourceTerm": "打ち込む", +        "reasons": [], +        "score": 1, +        "isPrimary": true, +        "sequence": 4, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": "打ち込む", +        "reading": "ぶちこむ", +        "expressions": [ +          { +            "sourceTerm": "打ち込む", +            "expression": "打ち込む", +            "reading": "ぶちこむ", +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "ぶちこむ", +                "hasReading": false, +                "frequency": 3 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "ぶちこむ", +                "hasReading": true, +                "frequency": 9 +              } +            ], +            "pitches": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "ぶちこむ", +                "pitches": [ +                  { +                    "position": 0, +                    "tags": [] +                  }, +                  { +                    "position": 3, +                    "tags": [] +                  } +                ] +              } +            ] +          } +        ], +        "glossary": [ +          "definition19", +          "definition20" +        ], +        "definitionTags": [ +          { +            "name": "tag1", +            "category": "category1", +            "notes": "tag1 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag2", +            "category": "category2", +            "notes": "tag2 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "termTags": [ +          { +            "name": "tag3", +            "category": "category3", +            "notes": "tag3 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag4", +            "category": "category4", +            "notes": "tag4 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag5", +            "category": "category5", +            "notes": "tag5 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "frequencies": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打ち込む", +            "reading": "ぶちこむ", +            "hasReading": false, +            "frequency": 3 +          }, +          { +            "index": 1, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打ち込む", +            "reading": "ぶちこむ", +            "hasReading": true, +            "frequency": 9 +          } +        ], +        "pitches": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打ち込む", +            "reading": "ぶちこむ", +            "pitches": [ +              { +                "position": 0, +                "tags": [] +              }, +              { +                "position": 3, +                "tags": [] +              } +            ] +          } +        ], +        "sourceTermExactMatchCount": 1 +      }, +      { +        "type": "term", +        "id": 3, +        "source": "打ち", +        "rawSource": "打ち", +        "sourceTerm": "打つ", +        "reasons": [ +          "masu stem" +        ], +        "score": 10, +        "isPrimary": true, +        "sequence": 3, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": "打つ", +        "reading": "うつ", +        "expressions": [ +          { +            "sourceTerm": "打つ", +            "expression": "打つ", +            "reading": "うつ", +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "うつ", +                "hasReading": false, +                "frequency": 2 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "うつ", +                "hasReading": true, +                "frequency": 6 +              } +            ], +            "pitches": [] +          } +        ], +        "glossary": [ +          "definition5", +          "definition6" +        ], +        "definitionTags": [ +          { +            "name": "tag1", +            "category": "category1", +            "notes": "tag1 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag2", +            "category": "category2", +            "notes": "tag2 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "termTags": [ +          { +            "name": "tag3", +            "category": "category3", +            "notes": "tag3 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag4", +            "category": "category4", +            "notes": "tag4 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag5", +            "category": "category5", +            "notes": "tag5 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "frequencies": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打つ", +            "reading": "うつ", +            "hasReading": false, +            "frequency": 2 +          }, +          { +            "index": 1, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打つ", +            "reading": "うつ", +            "hasReading": true, +            "frequency": 6 +          } +        ], +        "pitches": [], +        "sourceTermExactMatchCount": 1 +      }, +      { +        "type": "term", +        "id": 5, +        "source": "打ち", +        "rawSource": "打ち", +        "sourceTerm": "打つ", +        "reasons": [ +          "masu stem" +        ], +        "score": 10, +        "isPrimary": true, +        "sequence": 3, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": "打つ", +        "reading": "ぶつ", +        "expressions": [ +          { +            "sourceTerm": "打つ", +            "expression": "打つ", +            "reading": "ぶつ", +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "ぶつ", +                "hasReading": false, +                "frequency": 2 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "ぶつ", +                "hasReading": true, +                "frequency": 7 +              } +            ], +            "pitches": [] +          } +        ], +        "glossary": [ +          "definition9", +          "definition10" +        ], +        "definitionTags": [ +          { +            "name": "tag1", +            "category": "category1", +            "notes": "tag1 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag2", +            "category": "category2", +            "notes": "tag2 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "termTags": [ +          { +            "name": "tag3", +            "category": "category3", +            "notes": "tag3 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag4", +            "category": "category4", +            "notes": "tag4 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag5", +            "category": "category5", +            "notes": "tag5 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "frequencies": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打つ", +            "reading": "ぶつ", +            "hasReading": false, +            "frequency": 2 +          }, +          { +            "index": 1, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打つ", +            "reading": "ぶつ", +            "hasReading": true, +            "frequency": 7 +          } +        ], +        "pitches": [], +        "sourceTermExactMatchCount": 1 +      }, +      { +        "type": "term", +        "id": 4, +        "source": "打ち", +        "rawSource": "打ち", +        "sourceTerm": "打つ", +        "reasons": [ +          "masu stem" +        ], +        "score": 1, +        "isPrimary": true, +        "sequence": 3, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": "打つ", +        "reading": "うつ", +        "expressions": [ +          { +            "sourceTerm": "打つ", +            "expression": "打つ", +            "reading": "うつ", +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "うつ", +                "hasReading": false, +                "frequency": 2 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "うつ", +                "hasReading": true, +                "frequency": 6 +              } +            ], +            "pitches": [] +          } +        ], +        "glossary": [ +          "definition7", +          "definition8" +        ], +        "definitionTags": [ +          { +            "name": "tag1", +            "category": "category1", +            "notes": "tag1 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag2", +            "category": "category2", +            "notes": "tag2 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "termTags": [ +          { +            "name": "tag3", +            "category": "category3", +            "notes": "tag3 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag4", +            "category": "category4", +            "notes": "tag4 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag5", +            "category": "category5", +            "notes": "tag5 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "frequencies": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打つ", +            "reading": "うつ", +            "hasReading": false, +            "frequency": 2 +          }, +          { +            "index": 1, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打つ", +            "reading": "うつ", +            "hasReading": true, +            "frequency": 6 +          } +        ], +        "pitches": [], +        "sourceTermExactMatchCount": 1 +      }, +      { +        "type": "term", +        "id": 6, +        "source": "打ち", +        "rawSource": "打ち", +        "sourceTerm": "打つ", +        "reasons": [ +          "masu stem" +        ], +        "score": 1, +        "isPrimary": true, +        "sequence": 3, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": "打つ", +        "reading": "ぶつ", +        "expressions": [ +          { +            "sourceTerm": "打つ", +            "expression": "打つ", +            "reading": "ぶつ", +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "ぶつ", +                "hasReading": false, +                "frequency": 2 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "ぶつ", +                "hasReading": true, +                "frequency": 7 +              } +            ], +            "pitches": [] +          } +        ], +        "glossary": [ +          "definition11", +          "definition12" +        ], +        "definitionTags": [ +          { +            "name": "tag1", +            "category": "category1", +            "notes": "tag1 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag2", +            "category": "category2", +            "notes": "tag2 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "termTags": [ +          { +            "name": "tag3", +            "category": "category3", +            "notes": "tag3 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag4", +            "category": "category4", +            "notes": "tag4 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag5", +            "category": "category5", +            "notes": "tag5 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "frequencies": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打つ", +            "reading": "ぶつ", +            "hasReading": false, +            "frequency": 2 +          }, +          { +            "index": 1, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打つ", +            "reading": "ぶつ", +            "hasReading": true, +            "frequency": 7 +          } +        ], +        "pitches": [], +        "sourceTermExactMatchCount": 1 +      }, +      { +        "type": "term", +        "id": 1, +        "source": "打", +        "rawSource": "打", +        "sourceTerm": "打", +        "reasons": [], +        "score": 1, +        "isPrimary": true, +        "sequence": 1, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": "打", +        "reading": "だ", +        "expressions": [ +          { +            "sourceTerm": "打", +            "expression": "打", +            "reading": "だ", +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打", +                "reading": "だ", +                "hasReading": false, +                "frequency": 1 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打", +                "reading": "だ", +                "hasReading": true, +                "frequency": 4 +              } +            ], +            "pitches": [] +          } +        ], +        "glossary": [ +          "definition1", +          "definition2" +        ], +        "definitionTags": [ +          { +            "name": "tag1", +            "category": "category1", +            "notes": "tag1 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag2", +            "category": "category2", +            "notes": "tag2 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "termTags": [ +          { +            "name": "tag3", +            "category": "category3", +            "notes": "tag3 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag4", +            "category": "category4", +            "notes": "tag4 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag5", +            "category": "category5", +            "notes": "tag5 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "frequencies": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打", +            "reading": "だ", +            "hasReading": false, +            "frequency": 1 +          }, +          { +            "index": 1, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打", +            "reading": "だ", +            "hasReading": true, +            "frequency": 4 +          } +        ], +        "pitches": [], +        "sourceTermExactMatchCount": 1 +      }, +      { +        "type": "term", +        "id": 2, +        "source": "打", +        "rawSource": "打", +        "sourceTerm": "打", +        "reasons": [], +        "score": 1, +        "isPrimary": true, +        "sequence": 2, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": "打", +        "reading": "ダース", +        "expressions": [ +          { +            "sourceTerm": "打", +            "expression": "打", +            "reading": "ダース", +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打", +                "reading": "ダース", +                "hasReading": false, +                "frequency": 1 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打", +                "reading": "ダース", +                "hasReading": true, +                "frequency": 5 +              } +            ], +            "pitches": [] +          } +        ], +        "glossary": [ +          "definition3", +          "definition4" +        ], +        "definitionTags": [ +          { +            "name": "tag1", +            "category": "category1", +            "notes": "tag1 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag2", +            "category": "category2", +            "notes": "tag2 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "termTags": [ +          { +            "name": "tag3", +            "category": "category3", +            "notes": "tag3 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag4", +            "category": "category4", +            "notes": "tag4 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag5", +            "category": "category5", +            "notes": "tag5 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "frequencies": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打", +            "reading": "ダース", +            "hasReading": false, +            "frequency": 1 +          }, +          { +            "index": 1, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打", +            "reading": "ダース", +            "hasReading": true, +            "frequency": 5 +          } +        ], +        "pitches": [], +        "sourceTermExactMatchCount": 1 +      } +    ] +  }, +  { +    "name": "Find term using expression text 4", +    "length": 2, +    "definitions": [ +      { +        "type": "term", +        "id": 11, +        "source": "画像", +        "rawSource": "画像", +        "sourceTerm": "画像", +        "reasons": [], +        "score": 1, +        "isPrimary": true, +        "sequence": 5, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": "画像", +        "reading": "がぞう", +        "expressions": [ +          { +            "sourceTerm": "画像", +            "expression": "画像", +            "reading": "がぞう", +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [], +            "pitches": [] +          } +        ], +        "glossary": [ +          "definition21", +          { +            "type": "image", +            "path": "image.gif", +            "width": 100, +            "height": 100, +            "preferredWidth": 350, +            "preferredHeight": 350, +            "description": "An image", +            "pixelated": true +          } +        ], +        "definitionTags": [ +          { +            "name": "tag1", +            "category": "category1", +            "notes": "tag1 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag2", +            "category": "category2", +            "notes": "tag2 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "termTags": [ +          { +            "name": "tag3", +            "category": "category3", +            "notes": "tag3 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag4", +            "category": "category4", +            "notes": "tag4 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag5", +            "category": "category5", +            "notes": "tag5 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "frequencies": [], +        "pitches": [], +        "sourceTermExactMatchCount": 1 +      } +    ] +  }, +  { +    "name": "Find term using reading 1", +    "length": 1, +    "definitions": [ +      { +        "type": "term", +        "id": 1, +        "source": "だ", +        "rawSource": "だ", +        "sourceTerm": "だ", +        "reasons": [], +        "score": 1, +        "isPrimary": true, +        "sequence": 1, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": "打", +        "reading": "だ", +        "expressions": [ +          { +            "sourceTerm": "だ", +            "expression": "打", +            "reading": "だ", +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打", +                "reading": "だ", +                "hasReading": false, +                "frequency": 1 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打", +                "reading": "だ", +                "hasReading": true, +                "frequency": 4 +              } +            ], +            "pitches": [] +          } +        ], +        "glossary": [ +          "definition1", +          "definition2" +        ], +        "definitionTags": [ +          { +            "name": "tag1", +            "category": "category1", +            "notes": "tag1 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag2", +            "category": "category2", +            "notes": "tag2 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "termTags": [ +          { +            "name": "tag3", +            "category": "category3", +            "notes": "tag3 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag4", +            "category": "category4", +            "notes": "tag4 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag5", +            "category": "category5", +            "notes": "tag5 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "frequencies": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打", +            "reading": "だ", +            "hasReading": false, +            "frequency": 1 +          }, +          { +            "index": 1, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打", +            "reading": "だ", +            "hasReading": true, +            "frequency": 4 +          } +        ], +        "pitches": [], +        "sourceTermExactMatchCount": 0 +      } +    ] +  }, +  { +    "name": "Find term using reading 2", +    "length": 3, +    "definitions": [ +      { +        "type": "term", +        "id": 2, +        "source": "ダース", +        "rawSource": "ダース", +        "sourceTerm": "ダース", +        "reasons": [], +        "score": 1, +        "isPrimary": true, +        "sequence": 2, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": "打", +        "reading": "ダース", +        "expressions": [ +          { +            "sourceTerm": "ダース", +            "expression": "打", +            "reading": "ダース", +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打", +                "reading": "ダース", +                "hasReading": false, +                "frequency": 1 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打", +                "reading": "ダース", +                "hasReading": true, +                "frequency": 5 +              } +            ], +            "pitches": [] +          } +        ], +        "glossary": [ +          "definition3", +          "definition4" +        ], +        "definitionTags": [ +          { +            "name": "tag1", +            "category": "category1", +            "notes": "tag1 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag2", +            "category": "category2", +            "notes": "tag2 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "termTags": [ +          { +            "name": "tag3", +            "category": "category3", +            "notes": "tag3 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag4", +            "category": "category4", +            "notes": "tag4 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag5", +            "category": "category5", +            "notes": "tag5 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "frequencies": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打", +            "reading": "ダース", +            "hasReading": false, +            "frequency": 1 +          }, +          { +            "index": 1, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打", +            "reading": "ダース", +            "hasReading": true, +            "frequency": 5 +          } +        ], +        "pitches": [], +        "sourceTermExactMatchCount": 0 +      } +    ] +  }, +  { +    "name": "Find term using reading 3", +    "length": 2, +    "definitions": [ +      { +        "type": "term", +        "id": 3, +        "source": "うつ", +        "rawSource": "うつ", +        "sourceTerm": "うつ", +        "reasons": [], +        "score": 10, +        "isPrimary": true, +        "sequence": 3, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": "打つ", +        "reading": "うつ", +        "expressions": [ +          { +            "sourceTerm": "うつ", +            "expression": "打つ", +            "reading": "うつ", +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "うつ", +                "hasReading": false, +                "frequency": 2 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "うつ", +                "hasReading": true, +                "frequency": 6 +              } +            ], +            "pitches": [] +          } +        ], +        "glossary": [ +          "definition5", +          "definition6" +        ], +        "definitionTags": [ +          { +            "name": "tag1", +            "category": "category1", +            "notes": "tag1 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag2", +            "category": "category2", +            "notes": "tag2 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "termTags": [ +          { +            "name": "tag3", +            "category": "category3", +            "notes": "tag3 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag4", +            "category": "category4", +            "notes": "tag4 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag5", +            "category": "category5", +            "notes": "tag5 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "frequencies": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打つ", +            "reading": "うつ", +            "hasReading": false, +            "frequency": 2 +          }, +          { +            "index": 1, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打つ", +            "reading": "うつ", +            "hasReading": true, +            "frequency": 6 +          } +        ], +        "pitches": [], +        "sourceTermExactMatchCount": 0 +      }, +      { +        "type": "term", +        "id": 4, +        "source": "うつ", +        "rawSource": "うつ", +        "sourceTerm": "うつ", +        "reasons": [], +        "score": 1, +        "isPrimary": true, +        "sequence": 3, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": "打つ", +        "reading": "うつ", +        "expressions": [ +          { +            "sourceTerm": "うつ", +            "expression": "打つ", +            "reading": "うつ", +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "うつ", +                "hasReading": false, +                "frequency": 2 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "うつ", +                "hasReading": true, +                "frequency": 6 +              } +            ], +            "pitches": [] +          } +        ], +        "glossary": [ +          "definition7", +          "definition8" +        ], +        "definitionTags": [ +          { +            "name": "tag1", +            "category": "category1", +            "notes": "tag1 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag2", +            "category": "category2", +            "notes": "tag2 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "termTags": [ +          { +            "name": "tag3", +            "category": "category3", +            "notes": "tag3 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag4", +            "category": "category4", +            "notes": "tag4 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag5", +            "category": "category5", +            "notes": "tag5 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "frequencies": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打つ", +            "reading": "うつ", +            "hasReading": false, +            "frequency": 2 +          }, +          { +            "index": 1, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打つ", +            "reading": "うつ", +            "hasReading": true, +            "frequency": 6 +          } +        ], +        "pitches": [], +        "sourceTermExactMatchCount": 0 +      } +    ] +  }, +  { +    "name": "Find term using reading 4", +    "length": 2, +    "definitions": [ +      { +        "type": "term", +        "id": 5, +        "source": "ぶつ", +        "rawSource": "ぶつ", +        "sourceTerm": "ぶつ", +        "reasons": [], +        "score": 10, +        "isPrimary": true, +        "sequence": 3, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": "打つ", +        "reading": "ぶつ", +        "expressions": [ +          { +            "sourceTerm": "ぶつ", +            "expression": "打つ", +            "reading": "ぶつ", +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "ぶつ", +                "hasReading": false, +                "frequency": 2 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "ぶつ", +                "hasReading": true, +                "frequency": 7 +              } +            ], +            "pitches": [] +          } +        ], +        "glossary": [ +          "definition9", +          "definition10" +        ], +        "definitionTags": [ +          { +            "name": "tag1", +            "category": "category1", +            "notes": "tag1 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag2", +            "category": "category2", +            "notes": "tag2 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "termTags": [ +          { +            "name": "tag3", +            "category": "category3", +            "notes": "tag3 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag4", +            "category": "category4", +            "notes": "tag4 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag5", +            "category": "category5", +            "notes": "tag5 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "frequencies": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打つ", +            "reading": "ぶつ", +            "hasReading": false, +            "frequency": 2 +          }, +          { +            "index": 1, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打つ", +            "reading": "ぶつ", +            "hasReading": true, +            "frequency": 7 +          } +        ], +        "pitches": [], +        "sourceTermExactMatchCount": 0 +      }, +      { +        "type": "term", +        "id": 6, +        "source": "ぶつ", +        "rawSource": "ぶつ", +        "sourceTerm": "ぶつ", +        "reasons": [], +        "score": 1, +        "isPrimary": true, +        "sequence": 3, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": "打つ", +        "reading": "ぶつ", +        "expressions": [ +          { +            "sourceTerm": "ぶつ", +            "expression": "打つ", +            "reading": "ぶつ", +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "ぶつ", +                "hasReading": false, +                "frequency": 2 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "ぶつ", +                "hasReading": true, +                "frequency": 7 +              } +            ], +            "pitches": [] +          } +        ], +        "glossary": [ +          "definition11", +          "definition12" +        ], +        "definitionTags": [ +          { +            "name": "tag1", +            "category": "category1", +            "notes": "tag1 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag2", +            "category": "category2", +            "notes": "tag2 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "termTags": [ +          { +            "name": "tag3", +            "category": "category3", +            "notes": "tag3 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag4", +            "category": "category4", +            "notes": "tag4 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag5", +            "category": "category5", +            "notes": "tag5 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "frequencies": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打つ", +            "reading": "ぶつ", +            "hasReading": false, +            "frequency": 2 +          }, +          { +            "index": 1, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打つ", +            "reading": "ぶつ", +            "hasReading": true, +            "frequency": 7 +          } +        ], +        "pitches": [], +        "sourceTermExactMatchCount": 0 +      } +    ] +  }, +  { +    "name": "Find term using reading 5", +    "length": 4, +    "definitions": [ +      { +        "type": "term", +        "id": 7, +        "source": "うちこむ", +        "rawSource": "うちこむ", +        "sourceTerm": "うちこむ", +        "reasons": [], +        "score": 10, +        "isPrimary": true, +        "sequence": 4, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": "打ち込む", +        "reading": "うちこむ", +        "expressions": [ +          { +            "sourceTerm": "うちこむ", +            "expression": "打ち込む", +            "reading": "うちこむ", +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "うちこむ", +                "hasReading": false, +                "frequency": 3 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "うちこむ", +                "hasReading": true, +                "frequency": 8 +              } +            ], +            "pitches": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "うちこむ", +                "pitches": [ +                  { +                    "position": 0, +                    "tags": [] +                  }, +                  { +                    "position": 3, +                    "tags": [] +                  } +                ] +              } +            ] +          } +        ], +        "glossary": [ +          "definition13", +          "definition14" +        ], +        "definitionTags": [ +          { +            "name": "tag1", +            "category": "category1", +            "notes": "tag1 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag2", +            "category": "category2", +            "notes": "tag2 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "termTags": [ +          { +            "name": "tag3", +            "category": "category3", +            "notes": "tag3 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag4", +            "category": "category4", +            "notes": "tag4 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag5", +            "category": "category5", +            "notes": "tag5 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "frequencies": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打ち込む", +            "reading": "うちこむ", +            "hasReading": false, +            "frequency": 3 +          }, +          { +            "index": 1, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打ち込む", +            "reading": "うちこむ", +            "hasReading": true, +            "frequency": 8 +          } +        ], +        "pitches": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打ち込む", +            "reading": "うちこむ", +            "pitches": [ +              { +                "position": 0, +                "tags": [] +              }, +              { +                "position": 3, +                "tags": [] +              } +            ] +          } +        ], +        "sourceTermExactMatchCount": 0 +      }, +      { +        "type": "term", +        "id": 8, +        "source": "うちこむ", +        "rawSource": "うちこむ", +        "sourceTerm": "うちこむ", +        "reasons": [], +        "score": 1, +        "isPrimary": true, +        "sequence": 4, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": "打ち込む", +        "reading": "うちこむ", +        "expressions": [ +          { +            "sourceTerm": "うちこむ", +            "expression": "打ち込む", +            "reading": "うちこむ", +            "termTags": [ +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag6", +                "category": "default", +                "notes": "", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag7", +                "category": "default", +                "notes": "", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "うちこむ", +                "hasReading": false, +                "frequency": 3 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "うちこむ", +                "hasReading": true, +                "frequency": 8 +              } +            ], +            "pitches": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "うちこむ", +                "pitches": [ +                  { +                    "position": 0, +                    "tags": [] +                  }, +                  { +                    "position": 3, +                    "tags": [] +                  } +                ] +              } +            ] +          } +        ], +        "glossary": [ +          "definition15", +          "definition16" +        ], +        "definitionTags": [ +          { +            "name": "tag1", +            "category": "category1", +            "notes": "tag1 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag2", +            "category": "category2", +            "notes": "tag2 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "termTags": [ +          { +            "name": "tag5", +            "category": "category5", +            "notes": "tag5 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag6", +            "category": "default", +            "notes": "", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag7", +            "category": "default", +            "notes": "", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "frequencies": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打ち込む", +            "reading": "うちこむ", +            "hasReading": false, +            "frequency": 3 +          }, +          { +            "index": 1, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打ち込む", +            "reading": "うちこむ", +            "hasReading": true, +            "frequency": 8 +          } +        ], +        "pitches": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打ち込む", +            "reading": "うちこむ", +            "pitches": [ +              { +                "position": 0, +                "tags": [] +              }, +              { +                "position": 3, +                "tags": [] +              } +            ] +          } +        ], +        "sourceTermExactMatchCount": 0 +      }, +      { +        "type": "term", +        "id": 3, +        "source": "うち", +        "rawSource": "うち", +        "sourceTerm": "うつ", +        "reasons": [ +          "masu stem" +        ], +        "score": 10, +        "isPrimary": true, +        "sequence": 3, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": "打つ", +        "reading": "うつ", +        "expressions": [ +          { +            "sourceTerm": "うつ", +            "expression": "打つ", +            "reading": "うつ", +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "うつ", +                "hasReading": false, +                "frequency": 2 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "うつ", +                "hasReading": true, +                "frequency": 6 +              } +            ], +            "pitches": [] +          } +        ], +        "glossary": [ +          "definition5", +          "definition6" +        ], +        "definitionTags": [ +          { +            "name": "tag1", +            "category": "category1", +            "notes": "tag1 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag2", +            "category": "category2", +            "notes": "tag2 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "termTags": [ +          { +            "name": "tag3", +            "category": "category3", +            "notes": "tag3 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag4", +            "category": "category4", +            "notes": "tag4 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag5", +            "category": "category5", +            "notes": "tag5 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "frequencies": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打つ", +            "reading": "うつ", +            "hasReading": false, +            "frequency": 2 +          }, +          { +            "index": 1, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打つ", +            "reading": "うつ", +            "hasReading": true, +            "frequency": 6 +          } +        ], +        "pitches": [], +        "sourceTermExactMatchCount": 0 +      }, +      { +        "type": "term", +        "id": 4, +        "source": "うち", +        "rawSource": "うち", +        "sourceTerm": "うつ", +        "reasons": [ +          "masu stem" +        ], +        "score": 1, +        "isPrimary": true, +        "sequence": 3, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": "打つ", +        "reading": "うつ", +        "expressions": [ +          { +            "sourceTerm": "うつ", +            "expression": "打つ", +            "reading": "うつ", +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "うつ", +                "hasReading": false, +                "frequency": 2 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "うつ", +                "hasReading": true, +                "frequency": 6 +              } +            ], +            "pitches": [] +          } +        ], +        "glossary": [ +          "definition7", +          "definition8" +        ], +        "definitionTags": [ +          { +            "name": "tag1", +            "category": "category1", +            "notes": "tag1 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag2", +            "category": "category2", +            "notes": "tag2 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "termTags": [ +          { +            "name": "tag3", +            "category": "category3", +            "notes": "tag3 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag4", +            "category": "category4", +            "notes": "tag4 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag5", +            "category": "category5", +            "notes": "tag5 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "frequencies": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打つ", +            "reading": "うつ", +            "hasReading": false, +            "frequency": 2 +          }, +          { +            "index": 1, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打つ", +            "reading": "うつ", +            "hasReading": true, +            "frequency": 6 +          } +        ], +        "pitches": [], +        "sourceTermExactMatchCount": 0 +      } +    ] +  }, +  { +    "name": "Find term using reading 6", +    "length": 4, +    "definitions": [ +      { +        "type": "term", +        "id": 9, +        "source": "ぶちこむ", +        "rawSource": "ぶちこむ", +        "sourceTerm": "ぶちこむ", +        "reasons": [], +        "score": 10, +        "isPrimary": true, +        "sequence": 4, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": "打ち込む", +        "reading": "ぶちこむ", +        "expressions": [ +          { +            "sourceTerm": "ぶちこむ", +            "expression": "打ち込む", +            "reading": "ぶちこむ", +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "ぶちこむ", +                "hasReading": false, +                "frequency": 3 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "ぶちこむ", +                "hasReading": true, +                "frequency": 9 +              } +            ], +            "pitches": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "ぶちこむ", +                "pitches": [ +                  { +                    "position": 0, +                    "tags": [] +                  }, +                  { +                    "position": 3, +                    "tags": [] +                  } +                ] +              } +            ] +          } +        ], +        "glossary": [ +          "definition17", +          "definition18" +        ], +        "definitionTags": [ +          { +            "name": "tag1", +            "category": "category1", +            "notes": "tag1 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag2", +            "category": "category2", +            "notes": "tag2 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "termTags": [ +          { +            "name": "tag3", +            "category": "category3", +            "notes": "tag3 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag4", +            "category": "category4", +            "notes": "tag4 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag5", +            "category": "category5", +            "notes": "tag5 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "frequencies": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打ち込む", +            "reading": "ぶちこむ", +            "hasReading": false, +            "frequency": 3 +          }, +          { +            "index": 1, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打ち込む", +            "reading": "ぶちこむ", +            "hasReading": true, +            "frequency": 9 +          } +        ], +        "pitches": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打ち込む", +            "reading": "ぶちこむ", +            "pitches": [ +              { +                "position": 0, +                "tags": [] +              }, +              { +                "position": 3, +                "tags": [] +              } +            ] +          } +        ], +        "sourceTermExactMatchCount": 0 +      }, +      { +        "type": "term", +        "id": 10, +        "source": "ぶちこむ", +        "rawSource": "ぶちこむ", +        "sourceTerm": "ぶちこむ", +        "reasons": [], +        "score": 1, +        "isPrimary": true, +        "sequence": 4, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": "打ち込む", +        "reading": "ぶちこむ", +        "expressions": [ +          { +            "sourceTerm": "ぶちこむ", +            "expression": "打ち込む", +            "reading": "ぶちこむ", +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "ぶちこむ", +                "hasReading": false, +                "frequency": 3 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "ぶちこむ", +                "hasReading": true, +                "frequency": 9 +              } +            ], +            "pitches": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "ぶちこむ", +                "pitches": [ +                  { +                    "position": 0, +                    "tags": [] +                  }, +                  { +                    "position": 3, +                    "tags": [] +                  } +                ] +              } +            ] +          } +        ], +        "glossary": [ +          "definition19", +          "definition20" +        ], +        "definitionTags": [ +          { +            "name": "tag1", +            "category": "category1", +            "notes": "tag1 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag2", +            "category": "category2", +            "notes": "tag2 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "termTags": [ +          { +            "name": "tag3", +            "category": "category3", +            "notes": "tag3 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag4", +            "category": "category4", +            "notes": "tag4 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag5", +            "category": "category5", +            "notes": "tag5 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "frequencies": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打ち込む", +            "reading": "ぶちこむ", +            "hasReading": false, +            "frequency": 3 +          }, +          { +            "index": 1, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打ち込む", +            "reading": "ぶちこむ", +            "hasReading": true, +            "frequency": 9 +          } +        ], +        "pitches": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打ち込む", +            "reading": "ぶちこむ", +            "pitches": [ +              { +                "position": 0, +                "tags": [] +              }, +              { +                "position": 3, +                "tags": [] +              } +            ] +          } +        ], +        "sourceTermExactMatchCount": 0 +      }, +      { +        "type": "term", +        "id": 5, +        "source": "ぶち", +        "rawSource": "ぶち", +        "sourceTerm": "ぶつ", +        "reasons": [ +          "masu stem" +        ], +        "score": 10, +        "isPrimary": true, +        "sequence": 3, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": "打つ", +        "reading": "ぶつ", +        "expressions": [ +          { +            "sourceTerm": "ぶつ", +            "expression": "打つ", +            "reading": "ぶつ", +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "ぶつ", +                "hasReading": false, +                "frequency": 2 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "ぶつ", +                "hasReading": true, +                "frequency": 7 +              } +            ], +            "pitches": [] +          } +        ], +        "glossary": [ +          "definition9", +          "definition10" +        ], +        "definitionTags": [ +          { +            "name": "tag1", +            "category": "category1", +            "notes": "tag1 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag2", +            "category": "category2", +            "notes": "tag2 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "termTags": [ +          { +            "name": "tag3", +            "category": "category3", +            "notes": "tag3 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag4", +            "category": "category4", +            "notes": "tag4 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag5", +            "category": "category5", +            "notes": "tag5 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "frequencies": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打つ", +            "reading": "ぶつ", +            "hasReading": false, +            "frequency": 2 +          }, +          { +            "index": 1, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打つ", +            "reading": "ぶつ", +            "hasReading": true, +            "frequency": 7 +          } +        ], +        "pitches": [], +        "sourceTermExactMatchCount": 0 +      }, +      { +        "type": "term", +        "id": 6, +        "source": "ぶち", +        "rawSource": "ぶち", +        "sourceTerm": "ぶつ", +        "reasons": [ +          "masu stem" +        ], +        "score": 1, +        "isPrimary": true, +        "sequence": 3, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": "打つ", +        "reading": "ぶつ", +        "expressions": [ +          { +            "sourceTerm": "ぶつ", +            "expression": "打つ", +            "reading": "ぶつ", +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "ぶつ", +                "hasReading": false, +                "frequency": 2 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "ぶつ", +                "hasReading": true, +                "frequency": 7 +              } +            ], +            "pitches": [] +          } +        ], +        "glossary": [ +          "definition11", +          "definition12" +        ], +        "definitionTags": [ +          { +            "name": "tag1", +            "category": "category1", +            "notes": "tag1 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag2", +            "category": "category2", +            "notes": "tag2 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "termTags": [ +          { +            "name": "tag3", +            "category": "category3", +            "notes": "tag3 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag4", +            "category": "category4", +            "notes": "tag4 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag5", +            "category": "category5", +            "notes": "tag5 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "frequencies": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打つ", +            "reading": "ぶつ", +            "hasReading": false, +            "frequency": 2 +          }, +          { +            "index": 1, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打つ", +            "reading": "ぶつ", +            "hasReading": true, +            "frequency": 7 +          } +        ], +        "pitches": [], +        "sourceTermExactMatchCount": 0 +      } +    ] +  }, +  { +    "name": "Find term using reading 7", +    "length": 3, +    "definitions": [ +      { +        "type": "term", +        "id": 11, +        "source": "がぞう", +        "rawSource": "がぞう", +        "sourceTerm": "がぞう", +        "reasons": [], +        "score": 1, +        "isPrimary": true, +        "sequence": 5, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": "画像", +        "reading": "がぞう", +        "expressions": [ +          { +            "sourceTerm": "がぞう", +            "expression": "画像", +            "reading": "がぞう", +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [], +            "pitches": [] +          } +        ], +        "glossary": [ +          "definition21", +          { +            "type": "image", +            "path": "image.gif", +            "width": 100, +            "height": 100, +            "preferredWidth": 350, +            "preferredHeight": 350, +            "description": "An image", +            "pixelated": true +          } +        ], +        "definitionTags": [ +          { +            "name": "tag1", +            "category": "category1", +            "notes": "tag1 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag2", +            "category": "category2", +            "notes": "tag2 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "termTags": [ +          { +            "name": "tag3", +            "category": "category3", +            "notes": "tag3 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag4", +            "category": "category4", +            "notes": "tag4 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag5", +            "category": "category5", +            "notes": "tag5 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "frequencies": [], +        "pitches": [], +        "sourceTermExactMatchCount": 0 +      } +    ] +  }, +  { +    "name": "Missing term 1", +    "length": 0, +    "definitions": [] +  }, +  { +    "name": "Missing term 2", +    "length": 0, +    "definitions": [] +  }, +  { +    "name": "Search using different modes", +    "length": 4, +    "definitions": [ +      { +        "type": "term", +        "id": 7, +        "source": "打ち込む", +        "rawSource": "打ち込む", +        "sourceTerm": "打ち込む", +        "reasons": [], +        "score": 10, +        "isPrimary": true, +        "sequence": 4, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": "打ち込む", +        "reading": "うちこむ", +        "expressions": [ +          { +            "sourceTerm": "打ち込む", +            "expression": "打ち込む", +            "reading": "うちこむ", +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [], +            "pitches": [] +          } +        ], +        "glossary": [ +          "definition13", +          "definition14" +        ], +        "definitionTags": [ +          { +            "name": "tag1", +            "category": "category1", +            "notes": "tag1 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag2", +            "category": "category2", +            "notes": "tag2 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "termTags": [ +          { +            "name": "tag3", +            "category": "category3", +            "notes": "tag3 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag4", +            "category": "category4", +            "notes": "tag4 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag5", +            "category": "category5", +            "notes": "tag5 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "frequencies": [], +        "pitches": [], +        "sourceTermExactMatchCount": 1 +      }, +      { +        "type": "term", +        "id": 9, +        "source": "打ち込む", +        "rawSource": "打ち込む", +        "sourceTerm": "打ち込む", +        "reasons": [], +        "score": 10, +        "isPrimary": true, +        "sequence": 4, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": "打ち込む", +        "reading": "ぶちこむ", +        "expressions": [ +          { +            "sourceTerm": "打ち込む", +            "expression": "打ち込む", +            "reading": "ぶちこむ", +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [], +            "pitches": [] +          } +        ], +        "glossary": [ +          "definition17", +          "definition18" +        ], +        "definitionTags": [ +          { +            "name": "tag1", +            "category": "category1", +            "notes": "tag1 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag2", +            "category": "category2", +            "notes": "tag2 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "termTags": [ +          { +            "name": "tag3", +            "category": "category3", +            "notes": "tag3 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag4", +            "category": "category4", +            "notes": "tag4 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag5", +            "category": "category5", +            "notes": "tag5 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "frequencies": [], +        "pitches": [], +        "sourceTermExactMatchCount": 1 +      }, +      { +        "type": "term", +        "id": 8, +        "source": "打ち込む", +        "rawSource": "打ち込む", +        "sourceTerm": "打ち込む", +        "reasons": [], +        "score": 1, +        "isPrimary": true, +        "sequence": 4, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": "打ち込む", +        "reading": "うちこむ", +        "expressions": [ +          { +            "sourceTerm": "打ち込む", +            "expression": "打ち込む", +            "reading": "うちこむ", +            "termTags": [ +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag6", +                "category": "default", +                "notes": "", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag7", +                "category": "default", +                "notes": "", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [], +            "pitches": [] +          } +        ], +        "glossary": [ +          "definition15", +          "definition16" +        ], +        "definitionTags": [ +          { +            "name": "tag1", +            "category": "category1", +            "notes": "tag1 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag2", +            "category": "category2", +            "notes": "tag2 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "termTags": [ +          { +            "name": "tag5", +            "category": "category5", +            "notes": "tag5 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag6", +            "category": "default", +            "notes": "", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag7", +            "category": "default", +            "notes": "", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "frequencies": [], +        "pitches": [], +        "sourceTermExactMatchCount": 1 +      }, +      { +        "type": "term", +        "id": 10, +        "source": "打ち込む", +        "rawSource": "打ち込む", +        "sourceTerm": "打ち込む", +        "reasons": [], +        "score": 1, +        "isPrimary": true, +        "sequence": 4, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": "打ち込む", +        "reading": "ぶちこむ", +        "expressions": [ +          { +            "sourceTerm": "打ち込む", +            "expression": "打ち込む", +            "reading": "ぶちこむ", +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [], +            "pitches": [] +          } +        ], +        "glossary": [ +          "definition19", +          "definition20" +        ], +        "definitionTags": [ +          { +            "name": "tag1", +            "category": "category1", +            "notes": "tag1 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag2", +            "category": "category2", +            "notes": "tag2 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "termTags": [ +          { +            "name": "tag3", +            "category": "category3", +            "notes": "tag3 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag4", +            "category": "category4", +            "notes": "tag4 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag5", +            "category": "category5", +            "notes": "tag5 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "frequencies": [], +        "pitches": [], +        "sourceTermExactMatchCount": 1 +      }, +      { +        "type": "term", +        "id": 3, +        "source": "打ち", +        "rawSource": "打ち", +        "sourceTerm": "打つ", +        "reasons": [ +          "masu stem" +        ], +        "score": 10, +        "isPrimary": true, +        "sequence": 3, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": "打つ", +        "reading": "うつ", +        "expressions": [ +          { +            "sourceTerm": "打つ", +            "expression": "打つ", +            "reading": "うつ", +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [], +            "pitches": [] +          } +        ], +        "glossary": [ +          "definition5", +          "definition6" +        ], +        "definitionTags": [ +          { +            "name": "tag1", +            "category": "category1", +            "notes": "tag1 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag2", +            "category": "category2", +            "notes": "tag2 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "termTags": [ +          { +            "name": "tag3", +            "category": "category3", +            "notes": "tag3 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag4", +            "category": "category4", +            "notes": "tag4 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag5", +            "category": "category5", +            "notes": "tag5 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "frequencies": [], +        "pitches": [], +        "sourceTermExactMatchCount": 1 +      }, +      { +        "type": "term", +        "id": 5, +        "source": "打ち", +        "rawSource": "打ち", +        "sourceTerm": "打つ", +        "reasons": [ +          "masu stem" +        ], +        "score": 10, +        "isPrimary": true, +        "sequence": 3, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": "打つ", +        "reading": "ぶつ", +        "expressions": [ +          { +            "sourceTerm": "打つ", +            "expression": "打つ", +            "reading": "ぶつ", +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [], +            "pitches": [] +          } +        ], +        "glossary": [ +          "definition9", +          "definition10" +        ], +        "definitionTags": [ +          { +            "name": "tag1", +            "category": "category1", +            "notes": "tag1 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag2", +            "category": "category2", +            "notes": "tag2 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "termTags": [ +          { +            "name": "tag3", +            "category": "category3", +            "notes": "tag3 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag4", +            "category": "category4", +            "notes": "tag4 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag5", +            "category": "category5", +            "notes": "tag5 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "frequencies": [], +        "pitches": [], +        "sourceTermExactMatchCount": 1 +      }, +      { +        "type": "term", +        "id": 4, +        "source": "打ち", +        "rawSource": "打ち", +        "sourceTerm": "打つ", +        "reasons": [ +          "masu stem" +        ], +        "score": 1, +        "isPrimary": true, +        "sequence": 3, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": "打つ", +        "reading": "うつ", +        "expressions": [ +          { +            "sourceTerm": "打つ", +            "expression": "打つ", +            "reading": "うつ", +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [], +            "pitches": [] +          } +        ], +        "glossary": [ +          "definition7", +          "definition8" +        ], +        "definitionTags": [ +          { +            "name": "tag1", +            "category": "category1", +            "notes": "tag1 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag2", +            "category": "category2", +            "notes": "tag2 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "termTags": [ +          { +            "name": "tag3", +            "category": "category3", +            "notes": "tag3 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag4", +            "category": "category4", +            "notes": "tag4 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag5", +            "category": "category5", +            "notes": "tag5 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "frequencies": [], +        "pitches": [], +        "sourceTermExactMatchCount": 1 +      }, +      { +        "type": "term", +        "id": 6, +        "source": "打ち", +        "rawSource": "打ち", +        "sourceTerm": "打つ", +        "reasons": [ +          "masu stem" +        ], +        "score": 1, +        "isPrimary": true, +        "sequence": 3, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": "打つ", +        "reading": "ぶつ", +        "expressions": [ +          { +            "sourceTerm": "打つ", +            "expression": "打つ", +            "reading": "ぶつ", +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [], +            "pitches": [] +          } +        ], +        "glossary": [ +          "definition11", +          "definition12" +        ], +        "definitionTags": [ +          { +            "name": "tag1", +            "category": "category1", +            "notes": "tag1 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag2", +            "category": "category2", +            "notes": "tag2 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "termTags": [ +          { +            "name": "tag3", +            "category": "category3", +            "notes": "tag3 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag4", +            "category": "category4", +            "notes": "tag4 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag5", +            "category": "category5", +            "notes": "tag5 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "frequencies": [], +        "pitches": [], +        "sourceTermExactMatchCount": 1 +      }, +      { +        "type": "term", +        "id": 1, +        "source": "打", +        "rawSource": "打", +        "sourceTerm": "打", +        "reasons": [], +        "score": 1, +        "isPrimary": true, +        "sequence": 1, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": "打", +        "reading": "だ", +        "expressions": [ +          { +            "sourceTerm": "打", +            "expression": "打", +            "reading": "だ", +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [], +            "pitches": [] +          } +        ], +        "glossary": [ +          "definition1", +          "definition2" +        ], +        "definitionTags": [ +          { +            "name": "tag1", +            "category": "category1", +            "notes": "tag1 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag2", +            "category": "category2", +            "notes": "tag2 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "termTags": [ +          { +            "name": "tag3", +            "category": "category3", +            "notes": "tag3 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag4", +            "category": "category4", +            "notes": "tag4 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag5", +            "category": "category5", +            "notes": "tag5 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "frequencies": [], +        "pitches": [], +        "sourceTermExactMatchCount": 1 +      }, +      { +        "type": "term", +        "id": 2, +        "source": "打", +        "rawSource": "打", +        "sourceTerm": "打", +        "reasons": [], +        "score": 1, +        "isPrimary": true, +        "sequence": 2, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": "打", +        "reading": "ダース", +        "expressions": [ +          { +            "sourceTerm": "打", +            "expression": "打", +            "reading": "ダース", +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [], +            "pitches": [] +          } +        ], +        "glossary": [ +          "definition3", +          "definition4" +        ], +        "definitionTags": [ +          { +            "name": "tag1", +            "category": "category1", +            "notes": "tag1 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag2", +            "category": "category2", +            "notes": "tag2 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "termTags": [ +          { +            "name": "tag3", +            "category": "category3", +            "notes": "tag3 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag4", +            "category": "category4", +            "notes": "tag4 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag5", +            "category": "category5", +            "notes": "tag5 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "frequencies": [], +        "pitches": [], +        "sourceTermExactMatchCount": 1 +      } +    ] +  }, +  { +    "name": "Search using different modes", +    "length": 4, +    "definitions": [ +      { +        "type": "termGrouped", +        "source": "打ち込む", +        "rawSource": "打ち込む", +        "sourceTerm": "打ち込む", +        "reasons": [], +        "score": 10, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": "打ち込む", +        "reading": "うちこむ", +        "expressions": [ +          { +            "sourceTerm": "打ち込む", +            "expression": "打ち込む", +            "reading": "うちこむ", +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag6", +                "category": "default", +                "notes": "", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag7", +                "category": "default", +                "notes": "", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "うちこむ", +                "hasReading": false, +                "frequency": 3 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "うちこむ", +                "hasReading": true, +                "frequency": 8 +              } +            ], +            "pitches": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "うちこむ", +                "pitches": [ +                  { +                    "position": 0, +                    "tags": [] +                  }, +                  { +                    "position": 3, +                    "tags": [] +                  } +                ] +              } +            ] +          } +        ], +        "termTags": [ +          { +            "name": "tag3", +            "category": "category3", +            "notes": "tag3 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag4", +            "category": "category4", +            "notes": "tag4 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag5", +            "category": "category5", +            "notes": "tag5 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag6", +            "category": "default", +            "notes": "", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag7", +            "category": "default", +            "notes": "", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "definitions": [ +          { +            "type": "term", +            "id": 7, +            "source": "打ち込む", +            "rawSource": "打ち込む", +            "sourceTerm": "打ち込む", +            "reasons": [], +            "score": 10, +            "isPrimary": true, +            "sequence": 4, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "dictionaryNames": [ +              "Test Dictionary 2" +            ], +            "expression": "打ち込む", +            "reading": "うちこむ", +            "expressions": [ +              { +                "sourceTerm": "打ち込む", +                "expression": "打ち込む", +                "reading": "うちこむ", +                "termTags": [ +                  { +                    "name": "tag3", +                    "category": "category3", +                    "notes": "tag3 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag4", +                    "category": "category4", +                    "notes": "tag4 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag5", +                    "category": "category5", +                    "notes": "tag5 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  } +                ], +                "frequencies": [ +                  { +                    "index": 0, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打ち込む", +                    "reading": "うちこむ", +                    "hasReading": false, +                    "frequency": 3 +                  }, +                  { +                    "index": 1, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打ち込む", +                    "reading": "うちこむ", +                    "hasReading": true, +                    "frequency": 8 +                  } +                ], +                "pitches": [ +                  { +                    "index": 0, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打ち込む", +                    "reading": "うちこむ", +                    "pitches": [ +                      { +                        "position": 0, +                        "tags": [] +                      }, +                      { +                        "position": 3, +                        "tags": [] +                      } +                    ] +                  } +                ] +              } +            ], +            "glossary": [ +              "definition13", +              "definition14" +            ], +            "definitionTags": [ +              { +                "name": "tag1", +                "category": "category1", +                "notes": "tag1 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag2", +                "category": "category2", +                "notes": "tag2 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "うちこむ", +                "hasReading": false, +                "frequency": 3 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "うちこむ", +                "hasReading": true, +                "frequency": 8 +              } +            ], +            "pitches": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "うちこむ", +                "pitches": [ +                  { +                    "position": 0, +                    "tags": [] +                  }, +                  { +                    "position": 3, +                    "tags": [] +                  } +                ] +              } +            ], +            "sourceTermExactMatchCount": 1 +          }, +          { +            "type": "term", +            "id": 8, +            "source": "打ち込む", +            "rawSource": "打ち込む", +            "sourceTerm": "打ち込む", +            "reasons": [], +            "score": 1, +            "isPrimary": true, +            "sequence": 4, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "dictionaryNames": [ +              "Test Dictionary 2" +            ], +            "expression": "打ち込む", +            "reading": "うちこむ", +            "expressions": [ +              { +                "sourceTerm": "打ち込む", +                "expression": "打ち込む", +                "reading": "うちこむ", +                "termTags": [ +                  { +                    "name": "tag5", +                    "category": "category5", +                    "notes": "tag5 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag6", +                    "category": "default", +                    "notes": "", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag7", +                    "category": "default", +                    "notes": "", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  } +                ], +                "frequencies": [ +                  { +                    "index": 0, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打ち込む", +                    "reading": "うちこむ", +                    "hasReading": false, +                    "frequency": 3 +                  }, +                  { +                    "index": 1, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打ち込む", +                    "reading": "うちこむ", +                    "hasReading": true, +                    "frequency": 8 +                  } +                ], +                "pitches": [ +                  { +                    "index": 0, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打ち込む", +                    "reading": "うちこむ", +                    "pitches": [ +                      { +                        "position": 0, +                        "tags": [] +                      }, +                      { +                        "position": 3, +                        "tags": [] +                      } +                    ] +                  } +                ] +              } +            ], +            "glossary": [ +              "definition15", +              "definition16" +            ], +            "definitionTags": [ +              { +                "name": "tag1", +                "category": "category1", +                "notes": "tag1 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag2", +                "category": "category2", +                "notes": "tag2 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "termTags": [ +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag6", +                "category": "default", +                "notes": "", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag7", +                "category": "default", +                "notes": "", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "うちこむ", +                "hasReading": false, +                "frequency": 3 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "うちこむ", +                "hasReading": true, +                "frequency": 8 +              } +            ], +            "pitches": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "うちこむ", +                "pitches": [ +                  { +                    "position": 0, +                    "tags": [] +                  }, +                  { +                    "position": 3, +                    "tags": [] +                  } +                ] +              } +            ], +            "sourceTermExactMatchCount": 1 +          } +        ], +        "frequencies": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打ち込む", +            "reading": "うちこむ", +            "hasReading": false, +            "frequency": 3 +          }, +          { +            "index": 1, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打ち込む", +            "reading": "うちこむ", +            "hasReading": true, +            "frequency": 8 +          } +        ], +        "pitches": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打ち込む", +            "reading": "うちこむ", +            "pitches": [ +              { +                "position": 0, +                "tags": [] +              }, +              { +                "position": 3, +                "tags": [] +              } +            ] +          } +        ], +        "sourceTermExactMatchCount": 1 +      }, +      { +        "type": "termGrouped", +        "source": "打ち込む", +        "rawSource": "打ち込む", +        "sourceTerm": "打ち込む", +        "reasons": [], +        "score": 10, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": "打ち込む", +        "reading": "ぶちこむ", +        "expressions": [ +          { +            "sourceTerm": "打ち込む", +            "expression": "打ち込む", +            "reading": "ぶちこむ", +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "ぶちこむ", +                "hasReading": false, +                "frequency": 3 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "ぶちこむ", +                "hasReading": true, +                "frequency": 9 +              } +            ], +            "pitches": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "ぶちこむ", +                "pitches": [ +                  { +                    "position": 0, +                    "tags": [] +                  }, +                  { +                    "position": 3, +                    "tags": [] +                  } +                ] +              } +            ] +          } +        ], +        "termTags": [ +          { +            "name": "tag3", +            "category": "category3", +            "notes": "tag3 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag4", +            "category": "category4", +            "notes": "tag4 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag5", +            "category": "category5", +            "notes": "tag5 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "definitions": [ +          { +            "type": "term", +            "id": 9, +            "source": "打ち込む", +            "rawSource": "打ち込む", +            "sourceTerm": "打ち込む", +            "reasons": [], +            "score": 10, +            "isPrimary": true, +            "sequence": 4, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "dictionaryNames": [ +              "Test Dictionary 2" +            ], +            "expression": "打ち込む", +            "reading": "ぶちこむ", +            "expressions": [ +              { +                "sourceTerm": "打ち込む", +                "expression": "打ち込む", +                "reading": "ぶちこむ", +                "termTags": [ +                  { +                    "name": "tag3", +                    "category": "category3", +                    "notes": "tag3 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag4", +                    "category": "category4", +                    "notes": "tag4 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag5", +                    "category": "category5", +                    "notes": "tag5 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  } +                ], +                "frequencies": [ +                  { +                    "index": 0, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打ち込む", +                    "reading": "ぶちこむ", +                    "hasReading": false, +                    "frequency": 3 +                  }, +                  { +                    "index": 1, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打ち込む", +                    "reading": "ぶちこむ", +                    "hasReading": true, +                    "frequency": 9 +                  } +                ], +                "pitches": [ +                  { +                    "index": 0, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打ち込む", +                    "reading": "ぶちこむ", +                    "pitches": [ +                      { +                        "position": 0, +                        "tags": [] +                      }, +                      { +                        "position": 3, +                        "tags": [] +                      } +                    ] +                  } +                ] +              } +            ], +            "glossary": [ +              "definition17", +              "definition18" +            ], +            "definitionTags": [ +              { +                "name": "tag1", +                "category": "category1", +                "notes": "tag1 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag2", +                "category": "category2", +                "notes": "tag2 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "ぶちこむ", +                "hasReading": false, +                "frequency": 3 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "ぶちこむ", +                "hasReading": true, +                "frequency": 9 +              } +            ], +            "pitches": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "ぶちこむ", +                "pitches": [ +                  { +                    "position": 0, +                    "tags": [] +                  }, +                  { +                    "position": 3, +                    "tags": [] +                  } +                ] +              } +            ], +            "sourceTermExactMatchCount": 1 +          }, +          { +            "type": "term", +            "id": 10, +            "source": "打ち込む", +            "rawSource": "打ち込む", +            "sourceTerm": "打ち込む", +            "reasons": [], +            "score": 1, +            "isPrimary": true, +            "sequence": 4, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "dictionaryNames": [ +              "Test Dictionary 2" +            ], +            "expression": "打ち込む", +            "reading": "ぶちこむ", +            "expressions": [ +              { +                "sourceTerm": "打ち込む", +                "expression": "打ち込む", +                "reading": "ぶちこむ", +                "termTags": [ +                  { +                    "name": "tag3", +                    "category": "category3", +                    "notes": "tag3 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag4", +                    "category": "category4", +                    "notes": "tag4 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag5", +                    "category": "category5", +                    "notes": "tag5 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  } +                ], +                "frequencies": [ +                  { +                    "index": 0, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打ち込む", +                    "reading": "ぶちこむ", +                    "hasReading": false, +                    "frequency": 3 +                  }, +                  { +                    "index": 1, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打ち込む", +                    "reading": "ぶちこむ", +                    "hasReading": true, +                    "frequency": 9 +                  } +                ], +                "pitches": [ +                  { +                    "index": 0, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打ち込む", +                    "reading": "ぶちこむ", +                    "pitches": [ +                      { +                        "position": 0, +                        "tags": [] +                      }, +                      { +                        "position": 3, +                        "tags": [] +                      } +                    ] +                  } +                ] +              } +            ], +            "glossary": [ +              "definition19", +              "definition20" +            ], +            "definitionTags": [ +              { +                "name": "tag1", +                "category": "category1", +                "notes": "tag1 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag2", +                "category": "category2", +                "notes": "tag2 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "ぶちこむ", +                "hasReading": false, +                "frequency": 3 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "ぶちこむ", +                "hasReading": true, +                "frequency": 9 +              } +            ], +            "pitches": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "ぶちこむ", +                "pitches": [ +                  { +                    "position": 0, +                    "tags": [] +                  }, +                  { +                    "position": 3, +                    "tags": [] +                  } +                ] +              } +            ], +            "sourceTermExactMatchCount": 1 +          } +        ], +        "frequencies": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打ち込む", +            "reading": "ぶちこむ", +            "hasReading": false, +            "frequency": 3 +          }, +          { +            "index": 1, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打ち込む", +            "reading": "ぶちこむ", +            "hasReading": true, +            "frequency": 9 +          } +        ], +        "pitches": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打ち込む", +            "reading": "ぶちこむ", +            "pitches": [ +              { +                "position": 0, +                "tags": [] +              }, +              { +                "position": 3, +                "tags": [] +              } +            ] +          } +        ], +        "sourceTermExactMatchCount": 1 +      }, +      { +        "type": "termGrouped", +        "source": "打ち", +        "rawSource": "打ち", +        "sourceTerm": "打つ", +        "reasons": [ +          "masu stem" +        ], +        "score": 10, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": "打つ", +        "reading": "うつ", +        "expressions": [ +          { +            "sourceTerm": "打つ", +            "expression": "打つ", +            "reading": "うつ", +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "うつ", +                "hasReading": false, +                "frequency": 2 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "うつ", +                "hasReading": true, +                "frequency": 6 +              } +            ], +            "pitches": [] +          } +        ], +        "termTags": [ +          { +            "name": "tag3", +            "category": "category3", +            "notes": "tag3 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag4", +            "category": "category4", +            "notes": "tag4 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag5", +            "category": "category5", +            "notes": "tag5 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "definitions": [ +          { +            "type": "term", +            "id": 3, +            "source": "打ち", +            "rawSource": "打ち", +            "sourceTerm": "打つ", +            "reasons": [ +              "masu stem" +            ], +            "score": 10, +            "isPrimary": true, +            "sequence": 3, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "dictionaryNames": [ +              "Test Dictionary 2" +            ], +            "expression": "打つ", +            "reading": "うつ", +            "expressions": [ +              { +                "sourceTerm": "打つ", +                "expression": "打つ", +                "reading": "うつ", +                "termTags": [ +                  { +                    "name": "tag3", +                    "category": "category3", +                    "notes": "tag3 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag4", +                    "category": "category4", +                    "notes": "tag4 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag5", +                    "category": "category5", +                    "notes": "tag5 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  } +                ], +                "frequencies": [ +                  { +                    "index": 0, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打つ", +                    "reading": "うつ", +                    "hasReading": false, +                    "frequency": 2 +                  }, +                  { +                    "index": 1, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打つ", +                    "reading": "うつ", +                    "hasReading": true, +                    "frequency": 6 +                  } +                ], +                "pitches": [] +              } +            ], +            "glossary": [ +              "definition5", +              "definition6" +            ], +            "definitionTags": [ +              { +                "name": "tag1", +                "category": "category1", +                "notes": "tag1 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag2", +                "category": "category2", +                "notes": "tag2 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "うつ", +                "hasReading": false, +                "frequency": 2 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "うつ", +                "hasReading": true, +                "frequency": 6 +              } +            ], +            "pitches": [], +            "sourceTermExactMatchCount": 1 +          }, +          { +            "type": "term", +            "id": 4, +            "source": "打ち", +            "rawSource": "打ち", +            "sourceTerm": "打つ", +            "reasons": [ +              "masu stem" +            ], +            "score": 1, +            "isPrimary": true, +            "sequence": 3, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "dictionaryNames": [ +              "Test Dictionary 2" +            ], +            "expression": "打つ", +            "reading": "うつ", +            "expressions": [ +              { +                "sourceTerm": "打つ", +                "expression": "打つ", +                "reading": "うつ", +                "termTags": [ +                  { +                    "name": "tag3", +                    "category": "category3", +                    "notes": "tag3 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag4", +                    "category": "category4", +                    "notes": "tag4 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag5", +                    "category": "category5", +                    "notes": "tag5 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  } +                ], +                "frequencies": [ +                  { +                    "index": 0, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打つ", +                    "reading": "うつ", +                    "hasReading": false, +                    "frequency": 2 +                  }, +                  { +                    "index": 1, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打つ", +                    "reading": "うつ", +                    "hasReading": true, +                    "frequency": 6 +                  } +                ], +                "pitches": [] +              } +            ], +            "glossary": [ +              "definition7", +              "definition8" +            ], +            "definitionTags": [ +              { +                "name": "tag1", +                "category": "category1", +                "notes": "tag1 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag2", +                "category": "category2", +                "notes": "tag2 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "うつ", +                "hasReading": false, +                "frequency": 2 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "うつ", +                "hasReading": true, +                "frequency": 6 +              } +            ], +            "pitches": [], +            "sourceTermExactMatchCount": 1 +          } +        ], +        "frequencies": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打つ", +            "reading": "うつ", +            "hasReading": false, +            "frequency": 2 +          }, +          { +            "index": 1, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打つ", +            "reading": "うつ", +            "hasReading": true, +            "frequency": 6 +          } +        ], +        "pitches": [], +        "sourceTermExactMatchCount": 1 +      }, +      { +        "type": "termGrouped", +        "source": "打ち", +        "rawSource": "打ち", +        "sourceTerm": "打つ", +        "reasons": [ +          "masu stem" +        ], +        "score": 10, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": "打つ", +        "reading": "ぶつ", +        "expressions": [ +          { +            "sourceTerm": "打つ", +            "expression": "打つ", +            "reading": "ぶつ", +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "ぶつ", +                "hasReading": false, +                "frequency": 2 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "ぶつ", +                "hasReading": true, +                "frequency": 7 +              } +            ], +            "pitches": [] +          } +        ], +        "termTags": [ +          { +            "name": "tag3", +            "category": "category3", +            "notes": "tag3 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag4", +            "category": "category4", +            "notes": "tag4 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag5", +            "category": "category5", +            "notes": "tag5 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "definitions": [ +          { +            "type": "term", +            "id": 5, +            "source": "打ち", +            "rawSource": "打ち", +            "sourceTerm": "打つ", +            "reasons": [ +              "masu stem" +            ], +            "score": 10, +            "isPrimary": true, +            "sequence": 3, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "dictionaryNames": [ +              "Test Dictionary 2" +            ], +            "expression": "打つ", +            "reading": "ぶつ", +            "expressions": [ +              { +                "sourceTerm": "打つ", +                "expression": "打つ", +                "reading": "ぶつ", +                "termTags": [ +                  { +                    "name": "tag3", +                    "category": "category3", +                    "notes": "tag3 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag4", +                    "category": "category4", +                    "notes": "tag4 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag5", +                    "category": "category5", +                    "notes": "tag5 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  } +                ], +                "frequencies": [ +                  { +                    "index": 0, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打つ", +                    "reading": "ぶつ", +                    "hasReading": false, +                    "frequency": 2 +                  }, +                  { +                    "index": 1, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打つ", +                    "reading": "ぶつ", +                    "hasReading": true, +                    "frequency": 7 +                  } +                ], +                "pitches": [] +              } +            ], +            "glossary": [ +              "definition9", +              "definition10" +            ], +            "definitionTags": [ +              { +                "name": "tag1", +                "category": "category1", +                "notes": "tag1 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag2", +                "category": "category2", +                "notes": "tag2 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "ぶつ", +                "hasReading": false, +                "frequency": 2 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "ぶつ", +                "hasReading": true, +                "frequency": 7 +              } +            ], +            "pitches": [], +            "sourceTermExactMatchCount": 1 +          }, +          { +            "type": "term", +            "id": 6, +            "source": "打ち", +            "rawSource": "打ち", +            "sourceTerm": "打つ", +            "reasons": [ +              "masu stem" +            ], +            "score": 1, +            "isPrimary": true, +            "sequence": 3, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "dictionaryNames": [ +              "Test Dictionary 2" +            ], +            "expression": "打つ", +            "reading": "ぶつ", +            "expressions": [ +              { +                "sourceTerm": "打つ", +                "expression": "打つ", +                "reading": "ぶつ", +                "termTags": [ +                  { +                    "name": "tag3", +                    "category": "category3", +                    "notes": "tag3 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag4", +                    "category": "category4", +                    "notes": "tag4 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag5", +                    "category": "category5", +                    "notes": "tag5 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  } +                ], +                "frequencies": [ +                  { +                    "index": 0, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打つ", +                    "reading": "ぶつ", +                    "hasReading": false, +                    "frequency": 2 +                  }, +                  { +                    "index": 1, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打つ", +                    "reading": "ぶつ", +                    "hasReading": true, +                    "frequency": 7 +                  } +                ], +                "pitches": [] +              } +            ], +            "glossary": [ +              "definition11", +              "definition12" +            ], +            "definitionTags": [ +              { +                "name": "tag1", +                "category": "category1", +                "notes": "tag1 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag2", +                "category": "category2", +                "notes": "tag2 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "ぶつ", +                "hasReading": false, +                "frequency": 2 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "ぶつ", +                "hasReading": true, +                "frequency": 7 +              } +            ], +            "pitches": [], +            "sourceTermExactMatchCount": 1 +          } +        ], +        "frequencies": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打つ", +            "reading": "ぶつ", +            "hasReading": false, +            "frequency": 2 +          }, +          { +            "index": 1, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打つ", +            "reading": "ぶつ", +            "hasReading": true, +            "frequency": 7 +          } +        ], +        "pitches": [], +        "sourceTermExactMatchCount": 1 +      }, +      { +        "type": "termGrouped", +        "source": "打", +        "rawSource": "打", +        "sourceTerm": "打", +        "reasons": [], +        "score": 1, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": "打", +        "reading": "だ", +        "expressions": [ +          { +            "sourceTerm": "打", +            "expression": "打", +            "reading": "だ", +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打", +                "reading": "だ", +                "hasReading": false, +                "frequency": 1 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打", +                "reading": "だ", +                "hasReading": true, +                "frequency": 4 +              } +            ], +            "pitches": [] +          } +        ], +        "termTags": [ +          { +            "name": "tag3", +            "category": "category3", +            "notes": "tag3 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag4", +            "category": "category4", +            "notes": "tag4 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag5", +            "category": "category5", +            "notes": "tag5 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "definitions": [ +          { +            "type": "term", +            "id": 1, +            "source": "打", +            "rawSource": "打", +            "sourceTerm": "打", +            "reasons": [], +            "score": 1, +            "isPrimary": true, +            "sequence": 1, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "dictionaryNames": [ +              "Test Dictionary 2" +            ], +            "expression": "打", +            "reading": "だ", +            "expressions": [ +              { +                "sourceTerm": "打", +                "expression": "打", +                "reading": "だ", +                "termTags": [ +                  { +                    "name": "tag3", +                    "category": "category3", +                    "notes": "tag3 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag4", +                    "category": "category4", +                    "notes": "tag4 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag5", +                    "category": "category5", +                    "notes": "tag5 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  } +                ], +                "frequencies": [ +                  { +                    "index": 0, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打", +                    "reading": "だ", +                    "hasReading": false, +                    "frequency": 1 +                  }, +                  { +                    "index": 1, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打", +                    "reading": "だ", +                    "hasReading": true, +                    "frequency": 4 +                  } +                ], +                "pitches": [] +              } +            ], +            "glossary": [ +              "definition1", +              "definition2" +            ], +            "definitionTags": [ +              { +                "name": "tag1", +                "category": "category1", +                "notes": "tag1 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag2", +                "category": "category2", +                "notes": "tag2 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打", +                "reading": "だ", +                "hasReading": false, +                "frequency": 1 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打", +                "reading": "だ", +                "hasReading": true, +                "frequency": 4 +              } +            ], +            "pitches": [], +            "sourceTermExactMatchCount": 1 +          } +        ], +        "frequencies": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打", +            "reading": "だ", +            "hasReading": false, +            "frequency": 1 +          }, +          { +            "index": 1, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打", +            "reading": "だ", +            "hasReading": true, +            "frequency": 4 +          } +        ], +        "pitches": [], +        "sourceTermExactMatchCount": 1 +      }, +      { +        "type": "termGrouped", +        "source": "打", +        "rawSource": "打", +        "sourceTerm": "打", +        "reasons": [], +        "score": 1, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": "打", +        "reading": "ダース", +        "expressions": [ +          { +            "sourceTerm": "打", +            "expression": "打", +            "reading": "ダース", +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打", +                "reading": "ダース", +                "hasReading": false, +                "frequency": 1 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打", +                "reading": "ダース", +                "hasReading": true, +                "frequency": 5 +              } +            ], +            "pitches": [] +          } +        ], +        "termTags": [ +          { +            "name": "tag3", +            "category": "category3", +            "notes": "tag3 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag4", +            "category": "category4", +            "notes": "tag4 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag5", +            "category": "category5", +            "notes": "tag5 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "definitions": [ +          { +            "type": "term", +            "id": 2, +            "source": "打", +            "rawSource": "打", +            "sourceTerm": "打", +            "reasons": [], +            "score": 1, +            "isPrimary": true, +            "sequence": 2, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "dictionaryNames": [ +              "Test Dictionary 2" +            ], +            "expression": "打", +            "reading": "ダース", +            "expressions": [ +              { +                "sourceTerm": "打", +                "expression": "打", +                "reading": "ダース", +                "termTags": [ +                  { +                    "name": "tag3", +                    "category": "category3", +                    "notes": "tag3 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag4", +                    "category": "category4", +                    "notes": "tag4 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag5", +                    "category": "category5", +                    "notes": "tag5 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  } +                ], +                "frequencies": [ +                  { +                    "index": 0, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打", +                    "reading": "ダース", +                    "hasReading": false, +                    "frequency": 1 +                  }, +                  { +                    "index": 1, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打", +                    "reading": "ダース", +                    "hasReading": true, +                    "frequency": 5 +                  } +                ], +                "pitches": [] +              } +            ], +            "glossary": [ +              "definition3", +              "definition4" +            ], +            "definitionTags": [ +              { +                "name": "tag1", +                "category": "category1", +                "notes": "tag1 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag2", +                "category": "category2", +                "notes": "tag2 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打", +                "reading": "ダース", +                "hasReading": false, +                "frequency": 1 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打", +                "reading": "ダース", +                "hasReading": true, +                "frequency": 5 +              } +            ], +            "pitches": [], +            "sourceTermExactMatchCount": 1 +          } +        ], +        "frequencies": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打", +            "reading": "ダース", +            "hasReading": false, +            "frequency": 1 +          }, +          { +            "index": 1, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打", +            "reading": "ダース", +            "hasReading": true, +            "frequency": 5 +          } +        ], +        "pitches": [], +        "sourceTermExactMatchCount": 1 +      } +    ] +  }, +  { +    "name": "Search using different modes", +    "length": 4, +    "definitions": [ +      { +        "type": "termMerged", +        "source": "打ち込む", +        "rawSource": "打ち込む", +        "reasons": [], +        "score": 10, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": [ +          "打ち込む" +        ], +        "reading": [ +          "うちこむ", +          "ぶちこむ" +        ], +        "expressions": [ +          { +            "sourceTerm": "打ち込む", +            "expression": "打ち込む", +            "reading": "うちこむ", +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag6", +                "category": "default", +                "notes": "", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag7", +                "category": "default", +                "notes": "", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "うちこむ", +                "hasReading": false, +                "frequency": 3 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "うちこむ", +                "hasReading": true, +                "frequency": 8 +              } +            ], +            "pitches": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "うちこむ", +                "pitches": [ +                  { +                    "position": 0, +                    "tags": [] +                  }, +                  { +                    "position": 3, +                    "tags": [] +                  } +                ] +              } +            ] +          }, +          { +            "sourceTerm": "打ち込む", +            "expression": "打ち込む", +            "reading": "ぶちこむ", +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 1, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "ぶちこむ", +                "hasReading": false, +                "frequency": 3 +              }, +              { +                "index": 1, +                "expressionIndex": 1, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "ぶちこむ", +                "hasReading": true, +                "frequency": 9 +              } +            ], +            "pitches": [ +              { +                "index": 0, +                "expressionIndex": 1, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "ぶちこむ", +                "pitches": [ +                  { +                    "position": 0, +                    "tags": [] +                  }, +                  { +                    "position": 3, +                    "tags": [] +                  } +                ] +              } +            ] +          } +        ], +        "definitions": [ +          { +            "type": "termMergedByGlossary", +            "source": "打ち込む", +            "rawSource": "打ち込む", +            "reasons": [], +            "score": 10, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "dictionaryNames": [ +              "Test Dictionary 2" +            ], +            "expression": [ +              "打ち込む" +            ], +            "reading": [ +              "うちこむ" +            ], +            "expressions": [ +              { +                "sourceTerm": "打ち込む", +                "expression": "打ち込む", +                "reading": "うちこむ", +                "termTags": [ +                  { +                    "name": "tag3", +                    "category": "category3", +                    "notes": "tag3 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag4", +                    "category": "category4", +                    "notes": "tag4 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag5", +                    "category": "category5", +                    "notes": "tag5 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  } +                ], +                "frequencies": [ +                  { +                    "index": 0, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打ち込む", +                    "reading": "うちこむ", +                    "hasReading": false, +                    "frequency": 3 +                  }, +                  { +                    "index": 1, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打ち込む", +                    "reading": "うちこむ", +                    "hasReading": true, +                    "frequency": 8 +                  } +                ], +                "pitches": [ +                  { +                    "index": 0, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打ち込む", +                    "reading": "うちこむ", +                    "pitches": [ +                      { +                        "position": 0, +                        "tags": [] +                      }, +                      { +                        "position": 3, +                        "tags": [] +                      } +                    ] +                  } +                ] +              } +            ], +            "glossary": [ +              "definition13", +              "definition14" +            ], +            "definitionTags": [ +              { +                "name": "tag1", +                "category": "category1", +                "notes": "tag1 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag2", +                "category": "category2", +                "notes": "tag2 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "definitions": [ +              { +                "type": "term", +                "id": 7, +                "source": "打ち込む", +                "rawSource": "打ち込む", +                "sourceTerm": "打ち込む", +                "reasons": [], +                "score": 10, +                "isPrimary": true, +                "sequence": 4, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "dictionaryNames": [ +                  "Test Dictionary 2" +                ], +                "expression": "打ち込む", +                "reading": "うちこむ", +                "expressions": [ +                  { +                    "sourceTerm": "打ち込む", +                    "expression": "打ち込む", +                    "reading": "うちこむ", +                    "termTags": [ +                      { +                        "name": "tag3", +                        "category": "category3", +                        "notes": "tag3 notes", +                        "order": 0, +                        "score": 0, +                        "dictionary": "Test Dictionary 2", +                        "redundant": false +                      }, +                      { +                        "name": "tag4", +                        "category": "category4", +                        "notes": "tag4 notes", +                        "order": 0, +                        "score": 0, +                        "dictionary": "Test Dictionary 2", +                        "redundant": false +                      }, +                      { +                        "name": "tag5", +                        "category": "category5", +                        "notes": "tag5 notes", +                        "order": 0, +                        "score": 0, +                        "dictionary": "Test Dictionary 2", +                        "redundant": false +                      } +                    ], +                    "frequencies": [ +                      { +                        "index": 0, +                        "expressionIndex": 0, +                        "dictionary": "Test Dictionary 2", +                        "dictionaryOrder": { +                          "index": 0, +                          "priority": 0 +                        }, +                        "expression": "打ち込む", +                        "reading": "うちこむ", +                        "hasReading": false, +                        "frequency": 3 +                      }, +                      { +                        "index": 1, +                        "expressionIndex": 0, +                        "dictionary": "Test Dictionary 2", +                        "dictionaryOrder": { +                          "index": 0, +                          "priority": 0 +                        }, +                        "expression": "打ち込む", +                        "reading": "うちこむ", +                        "hasReading": true, +                        "frequency": 8 +                      } +                    ], +                    "pitches": [ +                      { +                        "index": 0, +                        "expressionIndex": 0, +                        "dictionary": "Test Dictionary 2", +                        "dictionaryOrder": { +                          "index": 0, +                          "priority": 0 +                        }, +                        "expression": "打ち込む", +                        "reading": "うちこむ", +                        "pitches": [ +                          { +                            "position": 0, +                            "tags": [] +                          }, +                          { +                            "position": 3, +                            "tags": [] +                          } +                        ] +                      } +                    ] +                  } +                ], +                "glossary": [ +                  "definition13", +                  "definition14" +                ], +                "definitionTags": [ +                  { +                    "name": "tag1", +                    "category": "category1", +                    "notes": "tag1 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag2", +                    "category": "category2", +                    "notes": "tag2 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  } +                ], +                "termTags": [ +                  { +                    "name": "tag3", +                    "category": "category3", +                    "notes": "tag3 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag4", +                    "category": "category4", +                    "notes": "tag4 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag5", +                    "category": "category5", +                    "notes": "tag5 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  } +                ], +                "frequencies": [ +                  { +                    "index": 0, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打ち込む", +                    "reading": "うちこむ", +                    "hasReading": false, +                    "frequency": 3 +                  }, +                  { +                    "index": 1, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打ち込む", +                    "reading": "うちこむ", +                    "hasReading": true, +                    "frequency": 8 +                  } +                ], +                "pitches": [ +                  { +                    "index": 0, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打ち込む", +                    "reading": "うちこむ", +                    "pitches": [ +                      { +                        "position": 0, +                        "tags": [] +                      }, +                      { +                        "position": 3, +                        "tags": [] +                      } +                    ] +                  } +                ], +                "sourceTermExactMatchCount": 1 +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "うちこむ", +                "hasReading": false, +                "frequency": 3 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "うちこむ", +                "hasReading": true, +                "frequency": 8 +              } +            ], +            "pitches": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "うちこむ", +                "pitches": [ +                  { +                    "position": 0, +                    "tags": [] +                  }, +                  { +                    "position": 3, +                    "tags": [] +                  } +                ] +              } +            ], +            "only": [ +              "うちこむ" +            ], +            "sourceTermExactMatchCount": 1 +          }, +          { +            "type": "termMergedByGlossary", +            "source": "打ち込む", +            "rawSource": "打ち込む", +            "reasons": [], +            "score": 10, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "dictionaryNames": [ +              "Test Dictionary 2" +            ], +            "expression": [ +              "打ち込む" +            ], +            "reading": [ +              "ぶちこむ" +            ], +            "expressions": [ +              { +                "sourceTerm": "打ち込む", +                "expression": "打ち込む", +                "reading": "ぶちこむ", +                "termTags": [ +                  { +                    "name": "tag3", +                    "category": "category3", +                    "notes": "tag3 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag4", +                    "category": "category4", +                    "notes": "tag4 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag5", +                    "category": "category5", +                    "notes": "tag5 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  } +                ], +                "frequencies": [ +                  { +                    "index": 0, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打ち込む", +                    "reading": "ぶちこむ", +                    "hasReading": false, +                    "frequency": 3 +                  }, +                  { +                    "index": 1, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打ち込む", +                    "reading": "ぶちこむ", +                    "hasReading": true, +                    "frequency": 9 +                  } +                ], +                "pitches": [ +                  { +                    "index": 0, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打ち込む", +                    "reading": "ぶちこむ", +                    "pitches": [ +                      { +                        "position": 0, +                        "tags": [] +                      }, +                      { +                        "position": 3, +                        "tags": [] +                      } +                    ] +                  } +                ] +              } +            ], +            "glossary": [ +              "definition17", +              "definition18" +            ], +            "definitionTags": [ +              { +                "name": "tag1", +                "category": "category1", +                "notes": "tag1 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag2", +                "category": "category2", +                "notes": "tag2 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "definitions": [ +              { +                "type": "term", +                "id": 9, +                "source": "打ち込む", +                "rawSource": "打ち込む", +                "sourceTerm": "打ち込む", +                "reasons": [], +                "score": 10, +                "isPrimary": true, +                "sequence": 4, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "dictionaryNames": [ +                  "Test Dictionary 2" +                ], +                "expression": "打ち込む", +                "reading": "ぶちこむ", +                "expressions": [ +                  { +                    "sourceTerm": "打ち込む", +                    "expression": "打ち込む", +                    "reading": "ぶちこむ", +                    "termTags": [ +                      { +                        "name": "tag3", +                        "category": "category3", +                        "notes": "tag3 notes", +                        "order": 0, +                        "score": 0, +                        "dictionary": "Test Dictionary 2", +                        "redundant": false +                      }, +                      { +                        "name": "tag4", +                        "category": "category4", +                        "notes": "tag4 notes", +                        "order": 0, +                        "score": 0, +                        "dictionary": "Test Dictionary 2", +                        "redundant": false +                      }, +                      { +                        "name": "tag5", +                        "category": "category5", +                        "notes": "tag5 notes", +                        "order": 0, +                        "score": 0, +                        "dictionary": "Test Dictionary 2", +                        "redundant": false +                      } +                    ], +                    "frequencies": [ +                      { +                        "index": 0, +                        "expressionIndex": 0, +                        "dictionary": "Test Dictionary 2", +                        "dictionaryOrder": { +                          "index": 0, +                          "priority": 0 +                        }, +                        "expression": "打ち込む", +                        "reading": "ぶちこむ", +                        "hasReading": false, +                        "frequency": 3 +                      }, +                      { +                        "index": 1, +                        "expressionIndex": 0, +                        "dictionary": "Test Dictionary 2", +                        "dictionaryOrder": { +                          "index": 0, +                          "priority": 0 +                        }, +                        "expression": "打ち込む", +                        "reading": "ぶちこむ", +                        "hasReading": true, +                        "frequency": 9 +                      } +                    ], +                    "pitches": [ +                      { +                        "index": 0, +                        "expressionIndex": 0, +                        "dictionary": "Test Dictionary 2", +                        "dictionaryOrder": { +                          "index": 0, +                          "priority": 0 +                        }, +                        "expression": "打ち込む", +                        "reading": "ぶちこむ", +                        "pitches": [ +                          { +                            "position": 0, +                            "tags": [] +                          }, +                          { +                            "position": 3, +                            "tags": [] +                          } +                        ] +                      } +                    ] +                  } +                ], +                "glossary": [ +                  "definition17", +                  "definition18" +                ], +                "definitionTags": [ +                  { +                    "name": "tag1", +                    "category": "category1", +                    "notes": "tag1 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag2", +                    "category": "category2", +                    "notes": "tag2 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  } +                ], +                "termTags": [ +                  { +                    "name": "tag3", +                    "category": "category3", +                    "notes": "tag3 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag4", +                    "category": "category4", +                    "notes": "tag4 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag5", +                    "category": "category5", +                    "notes": "tag5 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  } +                ], +                "frequencies": [ +                  { +                    "index": 0, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打ち込む", +                    "reading": "ぶちこむ", +                    "hasReading": false, +                    "frequency": 3 +                  }, +                  { +                    "index": 1, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打ち込む", +                    "reading": "ぶちこむ", +                    "hasReading": true, +                    "frequency": 9 +                  } +                ], +                "pitches": [ +                  { +                    "index": 0, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打ち込む", +                    "reading": "ぶちこむ", +                    "pitches": [ +                      { +                        "position": 0, +                        "tags": [] +                      }, +                      { +                        "position": 3, +                        "tags": [] +                      } +                    ] +                  } +                ], +                "sourceTermExactMatchCount": 1 +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "ぶちこむ", +                "hasReading": false, +                "frequency": 3 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "ぶちこむ", +                "hasReading": true, +                "frequency": 9 +              } +            ], +            "pitches": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "ぶちこむ", +                "pitches": [ +                  { +                    "position": 0, +                    "tags": [] +                  }, +                  { +                    "position": 3, +                    "tags": [] +                  } +                ] +              } +            ], +            "only": [ +              "ぶちこむ" +            ], +            "sourceTermExactMatchCount": 1 +          }, +          { +            "type": "termMergedByGlossary", +            "source": "打ち込む", +            "rawSource": "打ち込む", +            "reasons": [], +            "score": 1, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "dictionaryNames": [ +              "Test Dictionary 2" +            ], +            "expression": [ +              "打ち込む" +            ], +            "reading": [ +              "うちこむ" +            ], +            "expressions": [ +              { +                "sourceTerm": "打ち込む", +                "expression": "打ち込む", +                "reading": "うちこむ", +                "termTags": [ +                  { +                    "name": "tag5", +                    "category": "category5", +                    "notes": "tag5 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag6", +                    "category": "default", +                    "notes": "", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag7", +                    "category": "default", +                    "notes": "", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  } +                ], +                "frequencies": [ +                  { +                    "index": 0, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打ち込む", +                    "reading": "うちこむ", +                    "hasReading": false, +                    "frequency": 3 +                  }, +                  { +                    "index": 1, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打ち込む", +                    "reading": "うちこむ", +                    "hasReading": true, +                    "frequency": 8 +                  } +                ], +                "pitches": [ +                  { +                    "index": 0, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打ち込む", +                    "reading": "うちこむ", +                    "pitches": [ +                      { +                        "position": 0, +                        "tags": [] +                      }, +                      { +                        "position": 3, +                        "tags": [] +                      } +                    ] +                  } +                ] +              } +            ], +            "glossary": [ +              "definition15", +              "definition16" +            ], +            "definitionTags": [ +              { +                "name": "tag1", +                "category": "category1", +                "notes": "tag1 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag2", +                "category": "category2", +                "notes": "tag2 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "definitions": [ +              { +                "type": "term", +                "id": 8, +                "source": "打ち込む", +                "rawSource": "打ち込む", +                "sourceTerm": "打ち込む", +                "reasons": [], +                "score": 1, +                "isPrimary": true, +                "sequence": 4, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "dictionaryNames": [ +                  "Test Dictionary 2" +                ], +                "expression": "打ち込む", +                "reading": "うちこむ", +                "expressions": [ +                  { +                    "sourceTerm": "打ち込む", +                    "expression": "打ち込む", +                    "reading": "うちこむ", +                    "termTags": [ +                      { +                        "name": "tag5", +                        "category": "category5", +                        "notes": "tag5 notes", +                        "order": 0, +                        "score": 0, +                        "dictionary": "Test Dictionary 2", +                        "redundant": false +                      }, +                      { +                        "name": "tag6", +                        "category": "default", +                        "notes": "", +                        "order": 0, +                        "score": 0, +                        "dictionary": "Test Dictionary 2", +                        "redundant": false +                      }, +                      { +                        "name": "tag7", +                        "category": "default", +                        "notes": "", +                        "order": 0, +                        "score": 0, +                        "dictionary": "Test Dictionary 2", +                        "redundant": false +                      } +                    ], +                    "frequencies": [ +                      { +                        "index": 0, +                        "expressionIndex": 0, +                        "dictionary": "Test Dictionary 2", +                        "dictionaryOrder": { +                          "index": 0, +                          "priority": 0 +                        }, +                        "expression": "打ち込む", +                        "reading": "うちこむ", +                        "hasReading": false, +                        "frequency": 3 +                      }, +                      { +                        "index": 1, +                        "expressionIndex": 0, +                        "dictionary": "Test Dictionary 2", +                        "dictionaryOrder": { +                          "index": 0, +                          "priority": 0 +                        }, +                        "expression": "打ち込む", +                        "reading": "うちこむ", +                        "hasReading": true, +                        "frequency": 8 +                      } +                    ], +                    "pitches": [ +                      { +                        "index": 0, +                        "expressionIndex": 0, +                        "dictionary": "Test Dictionary 2", +                        "dictionaryOrder": { +                          "index": 0, +                          "priority": 0 +                        }, +                        "expression": "打ち込む", +                        "reading": "うちこむ", +                        "pitches": [ +                          { +                            "position": 0, +                            "tags": [] +                          }, +                          { +                            "position": 3, +                            "tags": [] +                          } +                        ] +                      } +                    ] +                  } +                ], +                "glossary": [ +                  "definition15", +                  "definition16" +                ], +                "definitionTags": [ +                  { +                    "name": "tag1", +                    "category": "category1", +                    "notes": "tag1 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag2", +                    "category": "category2", +                    "notes": "tag2 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  } +                ], +                "termTags": [ +                  { +                    "name": "tag5", +                    "category": "category5", +                    "notes": "tag5 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag6", +                    "category": "default", +                    "notes": "", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag7", +                    "category": "default", +                    "notes": "", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  } +                ], +                "frequencies": [ +                  { +                    "index": 0, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打ち込む", +                    "reading": "うちこむ", +                    "hasReading": false, +                    "frequency": 3 +                  }, +                  { +                    "index": 1, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打ち込む", +                    "reading": "うちこむ", +                    "hasReading": true, +                    "frequency": 8 +                  } +                ], +                "pitches": [ +                  { +                    "index": 0, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打ち込む", +                    "reading": "うちこむ", +                    "pitches": [ +                      { +                        "position": 0, +                        "tags": [] +                      }, +                      { +                        "position": 3, +                        "tags": [] +                      } +                    ] +                  } +                ], +                "sourceTermExactMatchCount": 1 +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "うちこむ", +                "hasReading": false, +                "frequency": 3 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "うちこむ", +                "hasReading": true, +                "frequency": 8 +              } +            ], +            "pitches": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "うちこむ", +                "pitches": [ +                  { +                    "position": 0, +                    "tags": [] +                  }, +                  { +                    "position": 3, +                    "tags": [] +                  } +                ] +              } +            ], +            "only": [ +              "うちこむ" +            ], +            "sourceTermExactMatchCount": 1 +          }, +          { +            "type": "termMergedByGlossary", +            "source": "打ち込む", +            "rawSource": "打ち込む", +            "reasons": [], +            "score": 1, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "dictionaryNames": [ +              "Test Dictionary 2" +            ], +            "expression": [ +              "打ち込む" +            ], +            "reading": [ +              "ぶちこむ" +            ], +            "expressions": [ +              { +                "sourceTerm": "打ち込む", +                "expression": "打ち込む", +                "reading": "ぶちこむ", +                "termTags": [ +                  { +                    "name": "tag3", +                    "category": "category3", +                    "notes": "tag3 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag4", +                    "category": "category4", +                    "notes": "tag4 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag5", +                    "category": "category5", +                    "notes": "tag5 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  } +                ], +                "frequencies": [ +                  { +                    "index": 0, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打ち込む", +                    "reading": "ぶちこむ", +                    "hasReading": false, +                    "frequency": 3 +                  }, +                  { +                    "index": 1, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打ち込む", +                    "reading": "ぶちこむ", +                    "hasReading": true, +                    "frequency": 9 +                  } +                ], +                "pitches": [ +                  { +                    "index": 0, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打ち込む", +                    "reading": "ぶちこむ", +                    "pitches": [ +                      { +                        "position": 0, +                        "tags": [] +                      }, +                      { +                        "position": 3, +                        "tags": [] +                      } +                    ] +                  } +                ] +              } +            ], +            "glossary": [ +              "definition19", +              "definition20" +            ], +            "definitionTags": [ +              { +                "name": "tag1", +                "category": "category1", +                "notes": "tag1 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag2", +                "category": "category2", +                "notes": "tag2 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "definitions": [ +              { +                "type": "term", +                "id": 10, +                "source": "打ち込む", +                "rawSource": "打ち込む", +                "sourceTerm": "打ち込む", +                "reasons": [], +                "score": 1, +                "isPrimary": true, +                "sequence": 4, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "dictionaryNames": [ +                  "Test Dictionary 2" +                ], +                "expression": "打ち込む", +                "reading": "ぶちこむ", +                "expressions": [ +                  { +                    "sourceTerm": "打ち込む", +                    "expression": "打ち込む", +                    "reading": "ぶちこむ", +                    "termTags": [ +                      { +                        "name": "tag3", +                        "category": "category3", +                        "notes": "tag3 notes", +                        "order": 0, +                        "score": 0, +                        "dictionary": "Test Dictionary 2", +                        "redundant": false +                      }, +                      { +                        "name": "tag4", +                        "category": "category4", +                        "notes": "tag4 notes", +                        "order": 0, +                        "score": 0, +                        "dictionary": "Test Dictionary 2", +                        "redundant": false +                      }, +                      { +                        "name": "tag5", +                        "category": "category5", +                        "notes": "tag5 notes", +                        "order": 0, +                        "score": 0, +                        "dictionary": "Test Dictionary 2", +                        "redundant": false +                      } +                    ], +                    "frequencies": [ +                      { +                        "index": 0, +                        "expressionIndex": 0, +                        "dictionary": "Test Dictionary 2", +                        "dictionaryOrder": { +                          "index": 0, +                          "priority": 0 +                        }, +                        "expression": "打ち込む", +                        "reading": "ぶちこむ", +                        "hasReading": false, +                        "frequency": 3 +                      }, +                      { +                        "index": 1, +                        "expressionIndex": 0, +                        "dictionary": "Test Dictionary 2", +                        "dictionaryOrder": { +                          "index": 0, +                          "priority": 0 +                        }, +                        "expression": "打ち込む", +                        "reading": "ぶちこむ", +                        "hasReading": true, +                        "frequency": 9 +                      } +                    ], +                    "pitches": [ +                      { +                        "index": 0, +                        "expressionIndex": 0, +                        "dictionary": "Test Dictionary 2", +                        "dictionaryOrder": { +                          "index": 0, +                          "priority": 0 +                        }, +                        "expression": "打ち込む", +                        "reading": "ぶちこむ", +                        "pitches": [ +                          { +                            "position": 0, +                            "tags": [] +                          }, +                          { +                            "position": 3, +                            "tags": [] +                          } +                        ] +                      } +                    ] +                  } +                ], +                "glossary": [ +                  "definition19", +                  "definition20" +                ], +                "definitionTags": [ +                  { +                    "name": "tag1", +                    "category": "category1", +                    "notes": "tag1 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag2", +                    "category": "category2", +                    "notes": "tag2 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  } +                ], +                "termTags": [ +                  { +                    "name": "tag3", +                    "category": "category3", +                    "notes": "tag3 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag4", +                    "category": "category4", +                    "notes": "tag4 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag5", +                    "category": "category5", +                    "notes": "tag5 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  } +                ], +                "frequencies": [ +                  { +                    "index": 0, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打ち込む", +                    "reading": "ぶちこむ", +                    "hasReading": false, +                    "frequency": 3 +                  }, +                  { +                    "index": 1, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打ち込む", +                    "reading": "ぶちこむ", +                    "hasReading": true, +                    "frequency": 9 +                  } +                ], +                "pitches": [ +                  { +                    "index": 0, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打ち込む", +                    "reading": "ぶちこむ", +                    "pitches": [ +                      { +                        "position": 0, +                        "tags": [] +                      }, +                      { +                        "position": 3, +                        "tags": [] +                      } +                    ] +                  } +                ], +                "sourceTermExactMatchCount": 1 +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "ぶちこむ", +                "hasReading": false, +                "frequency": 3 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "ぶちこむ", +                "hasReading": true, +                "frequency": 9 +              } +            ], +            "pitches": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "ぶちこむ", +                "pitches": [ +                  { +                    "position": 0, +                    "tags": [] +                  }, +                  { +                    "position": 3, +                    "tags": [] +                  } +                ] +              } +            ], +            "only": [ +              "ぶちこむ" +            ], +            "sourceTermExactMatchCount": 1 +          } +        ], +        "frequencies": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打ち込む", +            "reading": "うちこむ", +            "hasReading": false, +            "frequency": 3 +          }, +          { +            "index": 2, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打ち込む", +            "reading": "うちこむ", +            "hasReading": true, +            "frequency": 8 +          }, +          { +            "index": 1, +            "expressionIndex": 1, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打ち込む", +            "reading": "ぶちこむ", +            "hasReading": false, +            "frequency": 3 +          }, +          { +            "index": 3, +            "expressionIndex": 1, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打ち込む", +            "reading": "ぶちこむ", +            "hasReading": true, +            "frequency": 9 +          } +        ], +        "pitches": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打ち込む", +            "reading": "うちこむ", +            "pitches": [ +              { +                "position": 0, +                "tags": [] +              }, +              { +                "position": 3, +                "tags": [] +              } +            ] +          }, +          { +            "index": 1, +            "expressionIndex": 1, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打ち込む", +            "reading": "ぶちこむ", +            "pitches": [ +              { +                "position": 0, +                "tags": [] +              }, +              { +                "position": 3, +                "tags": [] +              } +            ] +          } +        ], +        "sourceTermExactMatchCount": 4 +      }, +      { +        "type": "termMerged", +        "source": "打ち", +        "rawSource": "打ち", +        "reasons": [ +          "masu stem" +        ], +        "score": 10, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": [ +          "打つ" +        ], +        "reading": [ +          "うつ", +          "ぶつ" +        ], +        "expressions": [ +          { +            "sourceTerm": "打つ", +            "expression": "打つ", +            "reading": "うつ", +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "うつ", +                "hasReading": false, +                "frequency": 2 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "うつ", +                "hasReading": true, +                "frequency": 6 +              } +            ], +            "pitches": [] +          }, +          { +            "sourceTerm": "打つ", +            "expression": "打つ", +            "reading": "ぶつ", +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 1, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "ぶつ", +                "hasReading": false, +                "frequency": 2 +              }, +              { +                "index": 1, +                "expressionIndex": 1, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "ぶつ", +                "hasReading": true, +                "frequency": 7 +              } +            ], +            "pitches": [] +          } +        ], +        "definitions": [ +          { +            "type": "termMergedByGlossary", +            "source": "打ち", +            "rawSource": "打ち", +            "reasons": [], +            "score": 10, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "dictionaryNames": [ +              "Test Dictionary 2" +            ], +            "expression": [ +              "打つ" +            ], +            "reading": [ +              "うつ" +            ], +            "expressions": [ +              { +                "sourceTerm": "打つ", +                "expression": "打つ", +                "reading": "うつ", +                "termTags": [ +                  { +                    "name": "tag3", +                    "category": "category3", +                    "notes": "tag3 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag4", +                    "category": "category4", +                    "notes": "tag4 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag5", +                    "category": "category5", +                    "notes": "tag5 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  } +                ], +                "frequencies": [ +                  { +                    "index": 0, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打つ", +                    "reading": "うつ", +                    "hasReading": false, +                    "frequency": 2 +                  }, +                  { +                    "index": 1, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打つ", +                    "reading": "うつ", +                    "hasReading": true, +                    "frequency": 6 +                  } +                ], +                "pitches": [] +              } +            ], +            "glossary": [ +              "definition5", +              "definition6" +            ], +            "definitionTags": [ +              { +                "name": "tag1", +                "category": "category1", +                "notes": "tag1 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag2", +                "category": "category2", +                "notes": "tag2 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "definitions": [ +              { +                "type": "term", +                "id": 3, +                "source": "打ち", +                "rawSource": "打ち", +                "sourceTerm": "打つ", +                "reasons": [ +                  "masu stem" +                ], +                "score": 10, +                "isPrimary": true, +                "sequence": 3, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "dictionaryNames": [ +                  "Test Dictionary 2" +                ], +                "expression": "打つ", +                "reading": "うつ", +                "expressions": [ +                  { +                    "sourceTerm": "打つ", +                    "expression": "打つ", +                    "reading": "うつ", +                    "termTags": [ +                      { +                        "name": "tag3", +                        "category": "category3", +                        "notes": "tag3 notes", +                        "order": 0, +                        "score": 0, +                        "dictionary": "Test Dictionary 2", +                        "redundant": false +                      }, +                      { +                        "name": "tag4", +                        "category": "category4", +                        "notes": "tag4 notes", +                        "order": 0, +                        "score": 0, +                        "dictionary": "Test Dictionary 2", +                        "redundant": false +                      }, +                      { +                        "name": "tag5", +                        "category": "category5", +                        "notes": "tag5 notes", +                        "order": 0, +                        "score": 0, +                        "dictionary": "Test Dictionary 2", +                        "redundant": false +                      } +                    ], +                    "frequencies": [ +                      { +                        "index": 0, +                        "expressionIndex": 0, +                        "dictionary": "Test Dictionary 2", +                        "dictionaryOrder": { +                          "index": 0, +                          "priority": 0 +                        }, +                        "expression": "打つ", +                        "reading": "うつ", +                        "hasReading": false, +                        "frequency": 2 +                      }, +                      { +                        "index": 1, +                        "expressionIndex": 0, +                        "dictionary": "Test Dictionary 2", +                        "dictionaryOrder": { +                          "index": 0, +                          "priority": 0 +                        }, +                        "expression": "打つ", +                        "reading": "うつ", +                        "hasReading": true, +                        "frequency": 6 +                      } +                    ], +                    "pitches": [] +                  } +                ], +                "glossary": [ +                  "definition5", +                  "definition6" +                ], +                "definitionTags": [ +                  { +                    "name": "tag1", +                    "category": "category1", +                    "notes": "tag1 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag2", +                    "category": "category2", +                    "notes": "tag2 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  } +                ], +                "termTags": [ +                  { +                    "name": "tag3", +                    "category": "category3", +                    "notes": "tag3 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag4", +                    "category": "category4", +                    "notes": "tag4 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag5", +                    "category": "category5", +                    "notes": "tag5 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  } +                ], +                "frequencies": [ +                  { +                    "index": 0, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打つ", +                    "reading": "うつ", +                    "hasReading": false, +                    "frequency": 2 +                  }, +                  { +                    "index": 1, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打つ", +                    "reading": "うつ", +                    "hasReading": true, +                    "frequency": 6 +                  } +                ], +                "pitches": [], +                "sourceTermExactMatchCount": 1 +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "うつ", +                "hasReading": false, +                "frequency": 2 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "うつ", +                "hasReading": true, +                "frequency": 6 +              } +            ], +            "pitches": [], +            "only": [ +              "うつ" +            ], +            "sourceTermExactMatchCount": 1 +          }, +          { +            "type": "termMergedByGlossary", +            "source": "打ち", +            "rawSource": "打ち", +            "reasons": [], +            "score": 10, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "dictionaryNames": [ +              "Test Dictionary 2" +            ], +            "expression": [ +              "打つ" +            ], +            "reading": [ +              "ぶつ" +            ], +            "expressions": [ +              { +                "sourceTerm": "打つ", +                "expression": "打つ", +                "reading": "ぶつ", +                "termTags": [ +                  { +                    "name": "tag3", +                    "category": "category3", +                    "notes": "tag3 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag4", +                    "category": "category4", +                    "notes": "tag4 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag5", +                    "category": "category5", +                    "notes": "tag5 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  } +                ], +                "frequencies": [ +                  { +                    "index": 0, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打つ", +                    "reading": "ぶつ", +                    "hasReading": false, +                    "frequency": 2 +                  }, +                  { +                    "index": 1, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打つ", +                    "reading": "ぶつ", +                    "hasReading": true, +                    "frequency": 7 +                  } +                ], +                "pitches": [] +              } +            ], +            "glossary": [ +              "definition9", +              "definition10" +            ], +            "definitionTags": [ +              { +                "name": "tag1", +                "category": "category1", +                "notes": "tag1 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag2", +                "category": "category2", +                "notes": "tag2 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "definitions": [ +              { +                "type": "term", +                "id": 5, +                "source": "打ち", +                "rawSource": "打ち", +                "sourceTerm": "打つ", +                "reasons": [ +                  "masu stem" +                ], +                "score": 10, +                "isPrimary": true, +                "sequence": 3, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "dictionaryNames": [ +                  "Test Dictionary 2" +                ], +                "expression": "打つ", +                "reading": "ぶつ", +                "expressions": [ +                  { +                    "sourceTerm": "打つ", +                    "expression": "打つ", +                    "reading": "ぶつ", +                    "termTags": [ +                      { +                        "name": "tag3", +                        "category": "category3", +                        "notes": "tag3 notes", +                        "order": 0, +                        "score": 0, +                        "dictionary": "Test Dictionary 2", +                        "redundant": false +                      }, +                      { +                        "name": "tag4", +                        "category": "category4", +                        "notes": "tag4 notes", +                        "order": 0, +                        "score": 0, +                        "dictionary": "Test Dictionary 2", +                        "redundant": false +                      }, +                      { +                        "name": "tag5", +                        "category": "category5", +                        "notes": "tag5 notes", +                        "order": 0, +                        "score": 0, +                        "dictionary": "Test Dictionary 2", +                        "redundant": false +                      } +                    ], +                    "frequencies": [ +                      { +                        "index": 0, +                        "expressionIndex": 0, +                        "dictionary": "Test Dictionary 2", +                        "dictionaryOrder": { +                          "index": 0, +                          "priority": 0 +                        }, +                        "expression": "打つ", +                        "reading": "ぶつ", +                        "hasReading": false, +                        "frequency": 2 +                      }, +                      { +                        "index": 1, +                        "expressionIndex": 0, +                        "dictionary": "Test Dictionary 2", +                        "dictionaryOrder": { +                          "index": 0, +                          "priority": 0 +                        }, +                        "expression": "打つ", +                        "reading": "ぶつ", +                        "hasReading": true, +                        "frequency": 7 +                      } +                    ], +                    "pitches": [] +                  } +                ], +                "glossary": [ +                  "definition9", +                  "definition10" +                ], +                "definitionTags": [ +                  { +                    "name": "tag1", +                    "category": "category1", +                    "notes": "tag1 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag2", +                    "category": "category2", +                    "notes": "tag2 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  } +                ], +                "termTags": [ +                  { +                    "name": "tag3", +                    "category": "category3", +                    "notes": "tag3 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag4", +                    "category": "category4", +                    "notes": "tag4 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag5", +                    "category": "category5", +                    "notes": "tag5 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  } +                ], +                "frequencies": [ +                  { +                    "index": 0, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打つ", +                    "reading": "ぶつ", +                    "hasReading": false, +                    "frequency": 2 +                  }, +                  { +                    "index": 1, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打つ", +                    "reading": "ぶつ", +                    "hasReading": true, +                    "frequency": 7 +                  } +                ], +                "pitches": [], +                "sourceTermExactMatchCount": 1 +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "ぶつ", +                "hasReading": false, +                "frequency": 2 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "ぶつ", +                "hasReading": true, +                "frequency": 7 +              } +            ], +            "pitches": [], +            "only": [ +              "ぶつ" +            ], +            "sourceTermExactMatchCount": 1 +          }, +          { +            "type": "termMergedByGlossary", +            "source": "打ち", +            "rawSource": "打ち", +            "reasons": [], +            "score": 1, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "dictionaryNames": [ +              "Test Dictionary 2" +            ], +            "expression": [ +              "打つ" +            ], +            "reading": [ +              "うつ" +            ], +            "expressions": [ +              { +                "sourceTerm": "打つ", +                "expression": "打つ", +                "reading": "うつ", +                "termTags": [ +                  { +                    "name": "tag3", +                    "category": "category3", +                    "notes": "tag3 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag4", +                    "category": "category4", +                    "notes": "tag4 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag5", +                    "category": "category5", +                    "notes": "tag5 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  } +                ], +                "frequencies": [ +                  { +                    "index": 0, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打つ", +                    "reading": "うつ", +                    "hasReading": false, +                    "frequency": 2 +                  }, +                  { +                    "index": 1, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打つ", +                    "reading": "うつ", +                    "hasReading": true, +                    "frequency": 6 +                  } +                ], +                "pitches": [] +              } +            ], +            "glossary": [ +              "definition7", +              "definition8" +            ], +            "definitionTags": [ +              { +                "name": "tag1", +                "category": "category1", +                "notes": "tag1 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag2", +                "category": "category2", +                "notes": "tag2 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "definitions": [ +              { +                "type": "term", +                "id": 4, +                "source": "打ち", +                "rawSource": "打ち", +                "sourceTerm": "打つ", +                "reasons": [ +                  "masu stem" +                ], +                "score": 1, +                "isPrimary": true, +                "sequence": 3, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "dictionaryNames": [ +                  "Test Dictionary 2" +                ], +                "expression": "打つ", +                "reading": "うつ", +                "expressions": [ +                  { +                    "sourceTerm": "打つ", +                    "expression": "打つ", +                    "reading": "うつ", +                    "termTags": [ +                      { +                        "name": "tag3", +                        "category": "category3", +                        "notes": "tag3 notes", +                        "order": 0, +                        "score": 0, +                        "dictionary": "Test Dictionary 2", +                        "redundant": false +                      }, +                      { +                        "name": "tag4", +                        "category": "category4", +                        "notes": "tag4 notes", +                        "order": 0, +                        "score": 0, +                        "dictionary": "Test Dictionary 2", +                        "redundant": false +                      }, +                      { +                        "name": "tag5", +                        "category": "category5", +                        "notes": "tag5 notes", +                        "order": 0, +                        "score": 0, +                        "dictionary": "Test Dictionary 2", +                        "redundant": false +                      } +                    ], +                    "frequencies": [ +                      { +                        "index": 0, +                        "expressionIndex": 0, +                        "dictionary": "Test Dictionary 2", +                        "dictionaryOrder": { +                          "index": 0, +                          "priority": 0 +                        }, +                        "expression": "打つ", +                        "reading": "うつ", +                        "hasReading": false, +                        "frequency": 2 +                      }, +                      { +                        "index": 1, +                        "expressionIndex": 0, +                        "dictionary": "Test Dictionary 2", +                        "dictionaryOrder": { +                          "index": 0, +                          "priority": 0 +                        }, +                        "expression": "打つ", +                        "reading": "うつ", +                        "hasReading": true, +                        "frequency": 6 +                      } +                    ], +                    "pitches": [] +                  } +                ], +                "glossary": [ +                  "definition7", +                  "definition8" +                ], +                "definitionTags": [ +                  { +                    "name": "tag1", +                    "category": "category1", +                    "notes": "tag1 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag2", +                    "category": "category2", +                    "notes": "tag2 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  } +                ], +                "termTags": [ +                  { +                    "name": "tag3", +                    "category": "category3", +                    "notes": "tag3 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag4", +                    "category": "category4", +                    "notes": "tag4 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag5", +                    "category": "category5", +                    "notes": "tag5 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  } +                ], +                "frequencies": [ +                  { +                    "index": 0, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打つ", +                    "reading": "うつ", +                    "hasReading": false, +                    "frequency": 2 +                  }, +                  { +                    "index": 1, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打つ", +                    "reading": "うつ", +                    "hasReading": true, +                    "frequency": 6 +                  } +                ], +                "pitches": [], +                "sourceTermExactMatchCount": 1 +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "うつ", +                "hasReading": false, +                "frequency": 2 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "うつ", +                "hasReading": true, +                "frequency": 6 +              } +            ], +            "pitches": [], +            "only": [ +              "うつ" +            ], +            "sourceTermExactMatchCount": 1 +          }, +          { +            "type": "termMergedByGlossary", +            "source": "打ち", +            "rawSource": "打ち", +            "reasons": [], +            "score": 1, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "dictionaryNames": [ +              "Test Dictionary 2" +            ], +            "expression": [ +              "打つ" +            ], +            "reading": [ +              "ぶつ" +            ], +            "expressions": [ +              { +                "sourceTerm": "打つ", +                "expression": "打つ", +                "reading": "ぶつ", +                "termTags": [ +                  { +                    "name": "tag3", +                    "category": "category3", +                    "notes": "tag3 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag4", +                    "category": "category4", +                    "notes": "tag4 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag5", +                    "category": "category5", +                    "notes": "tag5 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  } +                ], +                "frequencies": [ +                  { +                    "index": 0, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打つ", +                    "reading": "ぶつ", +                    "hasReading": false, +                    "frequency": 2 +                  }, +                  { +                    "index": 1, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打つ", +                    "reading": "ぶつ", +                    "hasReading": true, +                    "frequency": 7 +                  } +                ], +                "pitches": [] +              } +            ], +            "glossary": [ +              "definition11", +              "definition12" +            ], +            "definitionTags": [ +              { +                "name": "tag1", +                "category": "category1", +                "notes": "tag1 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag2", +                "category": "category2", +                "notes": "tag2 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "definitions": [ +              { +                "type": "term", +                "id": 6, +                "source": "打ち", +                "rawSource": "打ち", +                "sourceTerm": "打つ", +                "reasons": [ +                  "masu stem" +                ], +                "score": 1, +                "isPrimary": true, +                "sequence": 3, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "dictionaryNames": [ +                  "Test Dictionary 2" +                ], +                "expression": "打つ", +                "reading": "ぶつ", +                "expressions": [ +                  { +                    "sourceTerm": "打つ", +                    "expression": "打つ", +                    "reading": "ぶつ", +                    "termTags": [ +                      { +                        "name": "tag3", +                        "category": "category3", +                        "notes": "tag3 notes", +                        "order": 0, +                        "score": 0, +                        "dictionary": "Test Dictionary 2", +                        "redundant": false +                      }, +                      { +                        "name": "tag4", +                        "category": "category4", +                        "notes": "tag4 notes", +                        "order": 0, +                        "score": 0, +                        "dictionary": "Test Dictionary 2", +                        "redundant": false +                      }, +                      { +                        "name": "tag5", +                        "category": "category5", +                        "notes": "tag5 notes", +                        "order": 0, +                        "score": 0, +                        "dictionary": "Test Dictionary 2", +                        "redundant": false +                      } +                    ], +                    "frequencies": [ +                      { +                        "index": 0, +                        "expressionIndex": 0, +                        "dictionary": "Test Dictionary 2", +                        "dictionaryOrder": { +                          "index": 0, +                          "priority": 0 +                        }, +                        "expression": "打つ", +                        "reading": "ぶつ", +                        "hasReading": false, +                        "frequency": 2 +                      }, +                      { +                        "index": 1, +                        "expressionIndex": 0, +                        "dictionary": "Test Dictionary 2", +                        "dictionaryOrder": { +                          "index": 0, +                          "priority": 0 +                        }, +                        "expression": "打つ", +                        "reading": "ぶつ", +                        "hasReading": true, +                        "frequency": 7 +                      } +                    ], +                    "pitches": [] +                  } +                ], +                "glossary": [ +                  "definition11", +                  "definition12" +                ], +                "definitionTags": [ +                  { +                    "name": "tag1", +                    "category": "category1", +                    "notes": "tag1 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag2", +                    "category": "category2", +                    "notes": "tag2 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  } +                ], +                "termTags": [ +                  { +                    "name": "tag3", +                    "category": "category3", +                    "notes": "tag3 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag4", +                    "category": "category4", +                    "notes": "tag4 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag5", +                    "category": "category5", +                    "notes": "tag5 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  } +                ], +                "frequencies": [ +                  { +                    "index": 0, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打つ", +                    "reading": "ぶつ", +                    "hasReading": false, +                    "frequency": 2 +                  }, +                  { +                    "index": 1, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打つ", +                    "reading": "ぶつ", +                    "hasReading": true, +                    "frequency": 7 +                  } +                ], +                "pitches": [], +                "sourceTermExactMatchCount": 1 +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "ぶつ", +                "hasReading": false, +                "frequency": 2 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "ぶつ", +                "hasReading": true, +                "frequency": 7 +              } +            ], +            "pitches": [], +            "only": [ +              "ぶつ" +            ], +            "sourceTermExactMatchCount": 1 +          } +        ], +        "frequencies": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打つ", +            "reading": "うつ", +            "hasReading": false, +            "frequency": 2 +          }, +          { +            "index": 2, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打つ", +            "reading": "うつ", +            "hasReading": true, +            "frequency": 6 +          }, +          { +            "index": 1, +            "expressionIndex": 1, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打つ", +            "reading": "ぶつ", +            "hasReading": false, +            "frequency": 2 +          }, +          { +            "index": 3, +            "expressionIndex": 1, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打つ", +            "reading": "ぶつ", +            "hasReading": true, +            "frequency": 7 +          } +        ], +        "pitches": [], +        "sourceTermExactMatchCount": 4 +      }, +      { +        "type": "termMerged", +        "source": "打", +        "rawSource": "打", +        "reasons": [], +        "score": 1, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": [ +          "打" +        ], +        "reading": [ +          "だ" +        ], +        "expressions": [ +          { +            "sourceTerm": "打", +            "expression": "打", +            "reading": "だ", +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打", +                "reading": "だ", +                "hasReading": false, +                "frequency": 1 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打", +                "reading": "だ", +                "hasReading": true, +                "frequency": 4 +              } +            ], +            "pitches": [] +          } +        ], +        "definitions": [ +          { +            "type": "termMergedByGlossary", +            "source": "打", +            "rawSource": "打", +            "reasons": [], +            "score": 1, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "dictionaryNames": [ +              "Test Dictionary 2" +            ], +            "expression": [ +              "打" +            ], +            "reading": [ +              "だ" +            ], +            "expressions": [ +              { +                "sourceTerm": "打", +                "expression": "打", +                "reading": "だ", +                "termTags": [ +                  { +                    "name": "tag3", +                    "category": "category3", +                    "notes": "tag3 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag4", +                    "category": "category4", +                    "notes": "tag4 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag5", +                    "category": "category5", +                    "notes": "tag5 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  } +                ], +                "frequencies": [ +                  { +                    "index": 0, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打", +                    "reading": "だ", +                    "hasReading": false, +                    "frequency": 1 +                  }, +                  { +                    "index": 1, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打", +                    "reading": "だ", +                    "hasReading": true, +                    "frequency": 4 +                  } +                ], +                "pitches": [] +              } +            ], +            "glossary": [ +              "definition1", +              "definition2" +            ], +            "definitionTags": [ +              { +                "name": "tag1", +                "category": "category1", +                "notes": "tag1 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag2", +                "category": "category2", +                "notes": "tag2 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "definitions": [ +              { +                "type": "term", +                "id": 1, +                "source": "打", +                "rawSource": "打", +                "sourceTerm": "打", +                "reasons": [], +                "score": 1, +                "isPrimary": true, +                "sequence": 1, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "dictionaryNames": [ +                  "Test Dictionary 2" +                ], +                "expression": "打", +                "reading": "だ", +                "expressions": [ +                  { +                    "sourceTerm": "打", +                    "expression": "打", +                    "reading": "だ", +                    "termTags": [ +                      { +                        "name": "tag3", +                        "category": "category3", +                        "notes": "tag3 notes", +                        "order": 0, +                        "score": 0, +                        "dictionary": "Test Dictionary 2", +                        "redundant": false +                      }, +                      { +                        "name": "tag4", +                        "category": "category4", +                        "notes": "tag4 notes", +                        "order": 0, +                        "score": 0, +                        "dictionary": "Test Dictionary 2", +                        "redundant": false +                      }, +                      { +                        "name": "tag5", +                        "category": "category5", +                        "notes": "tag5 notes", +                        "order": 0, +                        "score": 0, +                        "dictionary": "Test Dictionary 2", +                        "redundant": false +                      } +                    ], +                    "frequencies": [ +                      { +                        "index": 0, +                        "expressionIndex": 0, +                        "dictionary": "Test Dictionary 2", +                        "dictionaryOrder": { +                          "index": 0, +                          "priority": 0 +                        }, +                        "expression": "打", +                        "reading": "だ", +                        "hasReading": false, +                        "frequency": 1 +                      }, +                      { +                        "index": 1, +                        "expressionIndex": 0, +                        "dictionary": "Test Dictionary 2", +                        "dictionaryOrder": { +                          "index": 0, +                          "priority": 0 +                        }, +                        "expression": "打", +                        "reading": "だ", +                        "hasReading": true, +                        "frequency": 4 +                      } +                    ], +                    "pitches": [] +                  } +                ], +                "glossary": [ +                  "definition1", +                  "definition2" +                ], +                "definitionTags": [ +                  { +                    "name": "tag1", +                    "category": "category1", +                    "notes": "tag1 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag2", +                    "category": "category2", +                    "notes": "tag2 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  } +                ], +                "termTags": [ +                  { +                    "name": "tag3", +                    "category": "category3", +                    "notes": "tag3 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag4", +                    "category": "category4", +                    "notes": "tag4 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag5", +                    "category": "category5", +                    "notes": "tag5 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  } +                ], +                "frequencies": [ +                  { +                    "index": 0, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打", +                    "reading": "だ", +                    "hasReading": false, +                    "frequency": 1 +                  }, +                  { +                    "index": 1, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打", +                    "reading": "だ", +                    "hasReading": true, +                    "frequency": 4 +                  } +                ], +                "pitches": [], +                "sourceTermExactMatchCount": 1 +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打", +                "reading": "だ", +                "hasReading": false, +                "frequency": 1 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打", +                "reading": "だ", +                "hasReading": true, +                "frequency": 4 +              } +            ], +            "pitches": [], +            "only": [], +            "sourceTermExactMatchCount": 1 +          } +        ], +        "frequencies": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打", +            "reading": "だ", +            "hasReading": false, +            "frequency": 1 +          }, +          { +            "index": 1, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打", +            "reading": "だ", +            "hasReading": true, +            "frequency": 4 +          } +        ], +        "pitches": [], +        "sourceTermExactMatchCount": 1 +      }, +      { +        "type": "termMerged", +        "source": "打", +        "rawSource": "打", +        "reasons": [], +        "score": 1, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": [ +          "打" +        ], +        "reading": [ +          "ダース" +        ], +        "expressions": [ +          { +            "sourceTerm": "打", +            "expression": "打", +            "reading": "ダース", +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打", +                "reading": "ダース", +                "hasReading": false, +                "frequency": 1 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打", +                "reading": "ダース", +                "hasReading": true, +                "frequency": 5 +              } +            ], +            "pitches": [] +          } +        ], +        "definitions": [ +          { +            "type": "termMergedByGlossary", +            "source": "打", +            "rawSource": "打", +            "reasons": [], +            "score": 1, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "dictionaryNames": [ +              "Test Dictionary 2" +            ], +            "expression": [ +              "打" +            ], +            "reading": [ +              "ダース" +            ], +            "expressions": [ +              { +                "sourceTerm": "打", +                "expression": "打", +                "reading": "ダース", +                "termTags": [ +                  { +                    "name": "tag3", +                    "category": "category3", +                    "notes": "tag3 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag4", +                    "category": "category4", +                    "notes": "tag4 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag5", +                    "category": "category5", +                    "notes": "tag5 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  } +                ], +                "frequencies": [ +                  { +                    "index": 0, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打", +                    "reading": "ダース", +                    "hasReading": false, +                    "frequency": 1 +                  }, +                  { +                    "index": 1, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打", +                    "reading": "ダース", +                    "hasReading": true, +                    "frequency": 5 +                  } +                ], +                "pitches": [] +              } +            ], +            "glossary": [ +              "definition3", +              "definition4" +            ], +            "definitionTags": [ +              { +                "name": "tag1", +                "category": "category1", +                "notes": "tag1 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag2", +                "category": "category2", +                "notes": "tag2 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "definitions": [ +              { +                "type": "term", +                "id": 2, +                "source": "打", +                "rawSource": "打", +                "sourceTerm": "打", +                "reasons": [], +                "score": 1, +                "isPrimary": true, +                "sequence": 2, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "dictionaryNames": [ +                  "Test Dictionary 2" +                ], +                "expression": "打", +                "reading": "ダース", +                "expressions": [ +                  { +                    "sourceTerm": "打", +                    "expression": "打", +                    "reading": "ダース", +                    "termTags": [ +                      { +                        "name": "tag3", +                        "category": "category3", +                        "notes": "tag3 notes", +                        "order": 0, +                        "score": 0, +                        "dictionary": "Test Dictionary 2", +                        "redundant": false +                      }, +                      { +                        "name": "tag4", +                        "category": "category4", +                        "notes": "tag4 notes", +                        "order": 0, +                        "score": 0, +                        "dictionary": "Test Dictionary 2", +                        "redundant": false +                      }, +                      { +                        "name": "tag5", +                        "category": "category5", +                        "notes": "tag5 notes", +                        "order": 0, +                        "score": 0, +                        "dictionary": "Test Dictionary 2", +                        "redundant": false +                      } +                    ], +                    "frequencies": [ +                      { +                        "index": 0, +                        "expressionIndex": 0, +                        "dictionary": "Test Dictionary 2", +                        "dictionaryOrder": { +                          "index": 0, +                          "priority": 0 +                        }, +                        "expression": "打", +                        "reading": "ダース", +                        "hasReading": false, +                        "frequency": 1 +                      }, +                      { +                        "index": 1, +                        "expressionIndex": 0, +                        "dictionary": "Test Dictionary 2", +                        "dictionaryOrder": { +                          "index": 0, +                          "priority": 0 +                        }, +                        "expression": "打", +                        "reading": "ダース", +                        "hasReading": true, +                        "frequency": 5 +                      } +                    ], +                    "pitches": [] +                  } +                ], +                "glossary": [ +                  "definition3", +                  "definition4" +                ], +                "definitionTags": [ +                  { +                    "name": "tag1", +                    "category": "category1", +                    "notes": "tag1 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag2", +                    "category": "category2", +                    "notes": "tag2 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  } +                ], +                "termTags": [ +                  { +                    "name": "tag3", +                    "category": "category3", +                    "notes": "tag3 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag4", +                    "category": "category4", +                    "notes": "tag4 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag5", +                    "category": "category5", +                    "notes": "tag5 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  } +                ], +                "frequencies": [ +                  { +                    "index": 0, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打", +                    "reading": "ダース", +                    "hasReading": false, +                    "frequency": 1 +                  }, +                  { +                    "index": 1, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打", +                    "reading": "ダース", +                    "hasReading": true, +                    "frequency": 5 +                  } +                ], +                "pitches": [], +                "sourceTermExactMatchCount": 1 +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打", +                "reading": "ダース", +                "hasReading": false, +                "frequency": 1 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打", +                "reading": "ダース", +                "hasReading": true, +                "frequency": 5 +              } +            ], +            "pitches": [], +            "only": [], +            "sourceTermExactMatchCount": 1 +          } +        ], +        "frequencies": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打", +            "reading": "ダース", +            "hasReading": false, +            "frequency": 1 +          }, +          { +            "index": 1, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打", +            "reading": "ダース", +            "hasReading": true, +            "frequency": 5 +          } +        ], +        "pitches": [], +        "sourceTermExactMatchCount": 1 +      } +    ] +  }, +  { +    "name": "Search inflected term", +    "length": 12, +    "definitions": [ +      { +        "type": "term", +        "id": 7, +        "source": "打ち込んでいませんでした", +        "rawSource": "打ち込んでいませんでした", +        "sourceTerm": "打ち込む", +        "reasons": [ +          "-te", +          "progressive or perfect", +          "polite past negative" +        ], +        "score": 10, +        "isPrimary": true, +        "sequence": 4, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": "打ち込む", +        "reading": "うちこむ", +        "expressions": [ +          { +            "sourceTerm": "打ち込む", +            "expression": "打ち込む", +            "reading": "うちこむ", +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "うちこむ", +                "hasReading": false, +                "frequency": 3 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "うちこむ", +                "hasReading": true, +                "frequency": 8 +              } +            ], +            "pitches": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "うちこむ", +                "pitches": [ +                  { +                    "position": 0, +                    "tags": [] +                  }, +                  { +                    "position": 3, +                    "tags": [] +                  } +                ] +              } +            ] +          } +        ], +        "glossary": [ +          "definition13", +          "definition14" +        ], +        "definitionTags": [ +          { +            "name": "tag1", +            "category": "category1", +            "notes": "tag1 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag2", +            "category": "category2", +            "notes": "tag2 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "termTags": [ +          { +            "name": "tag3", +            "category": "category3", +            "notes": "tag3 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag4", +            "category": "category4", +            "notes": "tag4 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag5", +            "category": "category5", +            "notes": "tag5 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "frequencies": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打ち込む", +            "reading": "うちこむ", +            "hasReading": false, +            "frequency": 3 +          }, +          { +            "index": 1, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打ち込む", +            "reading": "うちこむ", +            "hasReading": true, +            "frequency": 8 +          } +        ], +        "pitches": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打ち込む", +            "reading": "うちこむ", +            "pitches": [ +              { +                "position": 0, +                "tags": [] +              }, +              { +                "position": 3, +                "tags": [] +              } +            ] +          } +        ], +        "sourceTermExactMatchCount": 1 +      }, +      { +        "type": "term", +        "id": 9, +        "source": "打ち込んでいませんでした", +        "rawSource": "打ち込んでいませんでした", +        "sourceTerm": "打ち込む", +        "reasons": [ +          "-te", +          "progressive or perfect", +          "polite past negative" +        ], +        "score": 10, +        "isPrimary": true, +        "sequence": 4, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": "打ち込む", +        "reading": "ぶちこむ", +        "expressions": [ +          { +            "sourceTerm": "打ち込む", +            "expression": "打ち込む", +            "reading": "ぶちこむ", +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "ぶちこむ", +                "hasReading": false, +                "frequency": 3 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "ぶちこむ", +                "hasReading": true, +                "frequency": 9 +              } +            ], +            "pitches": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "ぶちこむ", +                "pitches": [ +                  { +                    "position": 0, +                    "tags": [] +                  }, +                  { +                    "position": 3, +                    "tags": [] +                  } +                ] +              } +            ] +          } +        ], +        "glossary": [ +          "definition17", +          "definition18" +        ], +        "definitionTags": [ +          { +            "name": "tag1", +            "category": "category1", +            "notes": "tag1 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag2", +            "category": "category2", +            "notes": "tag2 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "termTags": [ +          { +            "name": "tag3", +            "category": "category3", +            "notes": "tag3 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag4", +            "category": "category4", +            "notes": "tag4 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag5", +            "category": "category5", +            "notes": "tag5 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "frequencies": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打ち込む", +            "reading": "ぶちこむ", +            "hasReading": false, +            "frequency": 3 +          }, +          { +            "index": 1, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打ち込む", +            "reading": "ぶちこむ", +            "hasReading": true, +            "frequency": 9 +          } +        ], +        "pitches": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打ち込む", +            "reading": "ぶちこむ", +            "pitches": [ +              { +                "position": 0, +                "tags": [] +              }, +              { +                "position": 3, +                "tags": [] +              } +            ] +          } +        ], +        "sourceTermExactMatchCount": 1 +      }, +      { +        "type": "term", +        "id": 8, +        "source": "打ち込んでいませんでした", +        "rawSource": "打ち込んでいませんでした", +        "sourceTerm": "打ち込む", +        "reasons": [ +          "-te", +          "progressive or perfect", +          "polite past negative" +        ], +        "score": 1, +        "isPrimary": true, +        "sequence": 4, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": "打ち込む", +        "reading": "うちこむ", +        "expressions": [ +          { +            "sourceTerm": "打ち込む", +            "expression": "打ち込む", +            "reading": "うちこむ", +            "termTags": [ +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag6", +                "category": "default", +                "notes": "", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag7", +                "category": "default", +                "notes": "", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "うちこむ", +                "hasReading": false, +                "frequency": 3 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "うちこむ", +                "hasReading": true, +                "frequency": 8 +              } +            ], +            "pitches": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "うちこむ", +                "pitches": [ +                  { +                    "position": 0, +                    "tags": [] +                  }, +                  { +                    "position": 3, +                    "tags": [] +                  } +                ] +              } +            ] +          } +        ], +        "glossary": [ +          "definition15", +          "definition16" +        ], +        "definitionTags": [ +          { +            "name": "tag1", +            "category": "category1", +            "notes": "tag1 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag2", +            "category": "category2", +            "notes": "tag2 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "termTags": [ +          { +            "name": "tag5", +            "category": "category5", +            "notes": "tag5 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag6", +            "category": "default", +            "notes": "", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag7", +            "category": "default", +            "notes": "", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "frequencies": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打ち込む", +            "reading": "うちこむ", +            "hasReading": false, +            "frequency": 3 +          }, +          { +            "index": 1, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打ち込む", +            "reading": "うちこむ", +            "hasReading": true, +            "frequency": 8 +          } +        ], +        "pitches": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打ち込む", +            "reading": "うちこむ", +            "pitches": [ +              { +                "position": 0, +                "tags": [] +              }, +              { +                "position": 3, +                "tags": [] +              } +            ] +          } +        ], +        "sourceTermExactMatchCount": 1 +      }, +      { +        "type": "term", +        "id": 10, +        "source": "打ち込んでいませんでした", +        "rawSource": "打ち込んでいませんでした", +        "sourceTerm": "打ち込む", +        "reasons": [ +          "-te", +          "progressive or perfect", +          "polite past negative" +        ], +        "score": 1, +        "isPrimary": true, +        "sequence": 4, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": "打ち込む", +        "reading": "ぶちこむ", +        "expressions": [ +          { +            "sourceTerm": "打ち込む", +            "expression": "打ち込む", +            "reading": "ぶちこむ", +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "ぶちこむ", +                "hasReading": false, +                "frequency": 3 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "ぶちこむ", +                "hasReading": true, +                "frequency": 9 +              } +            ], +            "pitches": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "ぶちこむ", +                "pitches": [ +                  { +                    "position": 0, +                    "tags": [] +                  }, +                  { +                    "position": 3, +                    "tags": [] +                  } +                ] +              } +            ] +          } +        ], +        "glossary": [ +          "definition19", +          "definition20" +        ], +        "definitionTags": [ +          { +            "name": "tag1", +            "category": "category1", +            "notes": "tag1 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag2", +            "category": "category2", +            "notes": "tag2 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "termTags": [ +          { +            "name": "tag3", +            "category": "category3", +            "notes": "tag3 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag4", +            "category": "category4", +            "notes": "tag4 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag5", +            "category": "category5", +            "notes": "tag5 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "frequencies": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打ち込む", +            "reading": "ぶちこむ", +            "hasReading": false, +            "frequency": 3 +          }, +          { +            "index": 1, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打ち込む", +            "reading": "ぶちこむ", +            "hasReading": true, +            "frequency": 9 +          } +        ], +        "pitches": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打ち込む", +            "reading": "ぶちこむ", +            "pitches": [ +              { +                "position": 0, +                "tags": [] +              }, +              { +                "position": 3, +                "tags": [] +              } +            ] +          } +        ], +        "sourceTermExactMatchCount": 1 +      }, +      { +        "type": "term", +        "id": 3, +        "source": "打ち", +        "rawSource": "打ち", +        "sourceTerm": "打つ", +        "reasons": [ +          "masu stem" +        ], +        "score": 10, +        "isPrimary": true, +        "sequence": 3, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": "打つ", +        "reading": "うつ", +        "expressions": [ +          { +            "sourceTerm": "打つ", +            "expression": "打つ", +            "reading": "うつ", +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "うつ", +                "hasReading": false, +                "frequency": 2 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "うつ", +                "hasReading": true, +                "frequency": 6 +              } +            ], +            "pitches": [] +          } +        ], +        "glossary": [ +          "definition5", +          "definition6" +        ], +        "definitionTags": [ +          { +            "name": "tag1", +            "category": "category1", +            "notes": "tag1 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag2", +            "category": "category2", +            "notes": "tag2 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "termTags": [ +          { +            "name": "tag3", +            "category": "category3", +            "notes": "tag3 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag4", +            "category": "category4", +            "notes": "tag4 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag5", +            "category": "category5", +            "notes": "tag5 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "frequencies": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打つ", +            "reading": "うつ", +            "hasReading": false, +            "frequency": 2 +          }, +          { +            "index": 1, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打つ", +            "reading": "うつ", +            "hasReading": true, +            "frequency": 6 +          } +        ], +        "pitches": [], +        "sourceTermExactMatchCount": 1 +      }, +      { +        "type": "term", +        "id": 5, +        "source": "打ち", +        "rawSource": "打ち", +        "sourceTerm": "打つ", +        "reasons": [ +          "masu stem" +        ], +        "score": 10, +        "isPrimary": true, +        "sequence": 3, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": "打つ", +        "reading": "ぶつ", +        "expressions": [ +          { +            "sourceTerm": "打つ", +            "expression": "打つ", +            "reading": "ぶつ", +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "ぶつ", +                "hasReading": false, +                "frequency": 2 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "ぶつ", +                "hasReading": true, +                "frequency": 7 +              } +            ], +            "pitches": [] +          } +        ], +        "glossary": [ +          "definition9", +          "definition10" +        ], +        "definitionTags": [ +          { +            "name": "tag1", +            "category": "category1", +            "notes": "tag1 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag2", +            "category": "category2", +            "notes": "tag2 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "termTags": [ +          { +            "name": "tag3", +            "category": "category3", +            "notes": "tag3 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag4", +            "category": "category4", +            "notes": "tag4 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag5", +            "category": "category5", +            "notes": "tag5 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "frequencies": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打つ", +            "reading": "ぶつ", +            "hasReading": false, +            "frequency": 2 +          }, +          { +            "index": 1, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打つ", +            "reading": "ぶつ", +            "hasReading": true, +            "frequency": 7 +          } +        ], +        "pitches": [], +        "sourceTermExactMatchCount": 1 +      }, +      { +        "type": "term", +        "id": 4, +        "source": "打ち", +        "rawSource": "打ち", +        "sourceTerm": "打つ", +        "reasons": [ +          "masu stem" +        ], +        "score": 1, +        "isPrimary": true, +        "sequence": 3, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": "打つ", +        "reading": "うつ", +        "expressions": [ +          { +            "sourceTerm": "打つ", +            "expression": "打つ", +            "reading": "うつ", +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "うつ", +                "hasReading": false, +                "frequency": 2 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "うつ", +                "hasReading": true, +                "frequency": 6 +              } +            ], +            "pitches": [] +          } +        ], +        "glossary": [ +          "definition7", +          "definition8" +        ], +        "definitionTags": [ +          { +            "name": "tag1", +            "category": "category1", +            "notes": "tag1 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag2", +            "category": "category2", +            "notes": "tag2 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "termTags": [ +          { +            "name": "tag3", +            "category": "category3", +            "notes": "tag3 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag4", +            "category": "category4", +            "notes": "tag4 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag5", +            "category": "category5", +            "notes": "tag5 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "frequencies": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打つ", +            "reading": "うつ", +            "hasReading": false, +            "frequency": 2 +          }, +          { +            "index": 1, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打つ", +            "reading": "うつ", +            "hasReading": true, +            "frequency": 6 +          } +        ], +        "pitches": [], +        "sourceTermExactMatchCount": 1 +      }, +      { +        "type": "term", +        "id": 6, +        "source": "打ち", +        "rawSource": "打ち", +        "sourceTerm": "打つ", +        "reasons": [ +          "masu stem" +        ], +        "score": 1, +        "isPrimary": true, +        "sequence": 3, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": "打つ", +        "reading": "ぶつ", +        "expressions": [ +          { +            "sourceTerm": "打つ", +            "expression": "打つ", +            "reading": "ぶつ", +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "ぶつ", +                "hasReading": false, +                "frequency": 2 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "ぶつ", +                "hasReading": true, +                "frequency": 7 +              } +            ], +            "pitches": [] +          } +        ], +        "glossary": [ +          "definition11", +          "definition12" +        ], +        "definitionTags": [ +          { +            "name": "tag1", +            "category": "category1", +            "notes": "tag1 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag2", +            "category": "category2", +            "notes": "tag2 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "termTags": [ +          { +            "name": "tag3", +            "category": "category3", +            "notes": "tag3 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag4", +            "category": "category4", +            "notes": "tag4 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag5", +            "category": "category5", +            "notes": "tag5 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "frequencies": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打つ", +            "reading": "ぶつ", +            "hasReading": false, +            "frequency": 2 +          }, +          { +            "index": 1, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打つ", +            "reading": "ぶつ", +            "hasReading": true, +            "frequency": 7 +          } +        ], +        "pitches": [], +        "sourceTermExactMatchCount": 1 +      }, +      { +        "type": "term", +        "id": 1, +        "source": "打", +        "rawSource": "打", +        "sourceTerm": "打", +        "reasons": [], +        "score": 1, +        "isPrimary": true, +        "sequence": 1, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": "打", +        "reading": "だ", +        "expressions": [ +          { +            "sourceTerm": "打", +            "expression": "打", +            "reading": "だ", +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打", +                "reading": "だ", +                "hasReading": false, +                "frequency": 1 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打", +                "reading": "だ", +                "hasReading": true, +                "frequency": 4 +              } +            ], +            "pitches": [] +          } +        ], +        "glossary": [ +          "definition1", +          "definition2" +        ], +        "definitionTags": [ +          { +            "name": "tag1", +            "category": "category1", +            "notes": "tag1 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag2", +            "category": "category2", +            "notes": "tag2 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "termTags": [ +          { +            "name": "tag3", +            "category": "category3", +            "notes": "tag3 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag4", +            "category": "category4", +            "notes": "tag4 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag5", +            "category": "category5", +            "notes": "tag5 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "frequencies": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打", +            "reading": "だ", +            "hasReading": false, +            "frequency": 1 +          }, +          { +            "index": 1, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打", +            "reading": "だ", +            "hasReading": true, +            "frequency": 4 +          } +        ], +        "pitches": [], +        "sourceTermExactMatchCount": 1 +      }, +      { +        "type": "term", +        "id": 2, +        "source": "打", +        "rawSource": "打", +        "sourceTerm": "打", +        "reasons": [], +        "score": 1, +        "isPrimary": true, +        "sequence": 2, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": "打", +        "reading": "ダース", +        "expressions": [ +          { +            "sourceTerm": "打", +            "expression": "打", +            "reading": "ダース", +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打", +                "reading": "ダース", +                "hasReading": false, +                "frequency": 1 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打", +                "reading": "ダース", +                "hasReading": true, +                "frequency": 5 +              } +            ], +            "pitches": [] +          } +        ], +        "glossary": [ +          "definition3", +          "definition4" +        ], +        "definitionTags": [ +          { +            "name": "tag1", +            "category": "category1", +            "notes": "tag1 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag2", +            "category": "category2", +            "notes": "tag2 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "termTags": [ +          { +            "name": "tag3", +            "category": "category3", +            "notes": "tag3 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag4", +            "category": "category4", +            "notes": "tag4 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag5", +            "category": "category5", +            "notes": "tag5 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "frequencies": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打", +            "reading": "ダース", +            "hasReading": false, +            "frequency": 1 +          }, +          { +            "index": 1, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打", +            "reading": "ダース", +            "hasReading": true, +            "frequency": 5 +          } +        ], +        "pitches": [], +        "sourceTermExactMatchCount": 1 +      } +    ] +  }, +  { +    "name": "Ignore text inside parentheses", +    "length": 10, +    "definitions": [ +      { +        "type": "term", +        "id": 7, +        "source": "打ち込む", +        "rawSource": "打(う)ち込(こ)む", +        "sourceTerm": "打ち込む", +        "reasons": [], +        "score": 10, +        "isPrimary": true, +        "sequence": 4, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": "打ち込む", +        "reading": "うちこむ", +        "expressions": [ +          { +            "sourceTerm": "打ち込む", +            "expression": "打ち込む", +            "reading": "うちこむ", +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "うちこむ", +                "hasReading": false, +                "frequency": 3 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "うちこむ", +                "hasReading": true, +                "frequency": 8 +              } +            ], +            "pitches": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "うちこむ", +                "pitches": [ +                  { +                    "position": 0, +                    "tags": [] +                  }, +                  { +                    "position": 3, +                    "tags": [] +                  } +                ] +              } +            ] +          } +        ], +        "glossary": [ +          "definition13", +          "definition14" +        ], +        "definitionTags": [ +          { +            "name": "tag1", +            "category": "category1", +            "notes": "tag1 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag2", +            "category": "category2", +            "notes": "tag2 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "termTags": [ +          { +            "name": "tag3", +            "category": "category3", +            "notes": "tag3 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag4", +            "category": "category4", +            "notes": "tag4 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag5", +            "category": "category5", +            "notes": "tag5 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "frequencies": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打ち込む", +            "reading": "うちこむ", +            "hasReading": false, +            "frequency": 3 +          }, +          { +            "index": 1, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打ち込む", +            "reading": "うちこむ", +            "hasReading": true, +            "frequency": 8 +          } +        ], +        "pitches": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打ち込む", +            "reading": "うちこむ", +            "pitches": [ +              { +                "position": 0, +                "tags": [] +              }, +              { +                "position": 3, +                "tags": [] +              } +            ] +          } +        ], +        "sourceTermExactMatchCount": 1 +      }, +      { +        "type": "term", +        "id": 9, +        "source": "打ち込む", +        "rawSource": "打(う)ち込(こ)む", +        "sourceTerm": "打ち込む", +        "reasons": [], +        "score": 10, +        "isPrimary": true, +        "sequence": 4, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": "打ち込む", +        "reading": "ぶちこむ", +        "expressions": [ +          { +            "sourceTerm": "打ち込む", +            "expression": "打ち込む", +            "reading": "ぶちこむ", +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "ぶちこむ", +                "hasReading": false, +                "frequency": 3 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "ぶちこむ", +                "hasReading": true, +                "frequency": 9 +              } +            ], +            "pitches": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "ぶちこむ", +                "pitches": [ +                  { +                    "position": 0, +                    "tags": [] +                  }, +                  { +                    "position": 3, +                    "tags": [] +                  } +                ] +              } +            ] +          } +        ], +        "glossary": [ +          "definition17", +          "definition18" +        ], +        "definitionTags": [ +          { +            "name": "tag1", +            "category": "category1", +            "notes": "tag1 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag2", +            "category": "category2", +            "notes": "tag2 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "termTags": [ +          { +            "name": "tag3", +            "category": "category3", +            "notes": "tag3 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag4", +            "category": "category4", +            "notes": "tag4 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag5", +            "category": "category5", +            "notes": "tag5 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "frequencies": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打ち込む", +            "reading": "ぶちこむ", +            "hasReading": false, +            "frequency": 3 +          }, +          { +            "index": 1, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打ち込む", +            "reading": "ぶちこむ", +            "hasReading": true, +            "frequency": 9 +          } +        ], +        "pitches": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打ち込む", +            "reading": "ぶちこむ", +            "pitches": [ +              { +                "position": 0, +                "tags": [] +              }, +              { +                "position": 3, +                "tags": [] +              } +            ] +          } +        ], +        "sourceTermExactMatchCount": 1 +      }, +      { +        "type": "term", +        "id": 8, +        "source": "打ち込む", +        "rawSource": "打(う)ち込(こ)む", +        "sourceTerm": "打ち込む", +        "reasons": [], +        "score": 1, +        "isPrimary": true, +        "sequence": 4, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": "打ち込む", +        "reading": "うちこむ", +        "expressions": [ +          { +            "sourceTerm": "打ち込む", +            "expression": "打ち込む", +            "reading": "うちこむ", +            "termTags": [ +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag6", +                "category": "default", +                "notes": "", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag7", +                "category": "default", +                "notes": "", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "うちこむ", +                "hasReading": false, +                "frequency": 3 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "うちこむ", +                "hasReading": true, +                "frequency": 8 +              } +            ], +            "pitches": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "うちこむ", +                "pitches": [ +                  { +                    "position": 0, +                    "tags": [] +                  }, +                  { +                    "position": 3, +                    "tags": [] +                  } +                ] +              } +            ] +          } +        ], +        "glossary": [ +          "definition15", +          "definition16" +        ], +        "definitionTags": [ +          { +            "name": "tag1", +            "category": "category1", +            "notes": "tag1 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag2", +            "category": "category2", +            "notes": "tag2 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "termTags": [ +          { +            "name": "tag5", +            "category": "category5", +            "notes": "tag5 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag6", +            "category": "default", +            "notes": "", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag7", +            "category": "default", +            "notes": "", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "frequencies": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打ち込む", +            "reading": "うちこむ", +            "hasReading": false, +            "frequency": 3 +          }, +          { +            "index": 1, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打ち込む", +            "reading": "うちこむ", +            "hasReading": true, +            "frequency": 8 +          } +        ], +        "pitches": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打ち込む", +            "reading": "うちこむ", +            "pitches": [ +              { +                "position": 0, +                "tags": [] +              }, +              { +                "position": 3, +                "tags": [] +              } +            ] +          } +        ], +        "sourceTermExactMatchCount": 1 +      }, +      { +        "type": "term", +        "id": 10, +        "source": "打ち込む", +        "rawSource": "打(う)ち込(こ)む", +        "sourceTerm": "打ち込む", +        "reasons": [], +        "score": 1, +        "isPrimary": true, +        "sequence": 4, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": "打ち込む", +        "reading": "ぶちこむ", +        "expressions": [ +          { +            "sourceTerm": "打ち込む", +            "expression": "打ち込む", +            "reading": "ぶちこむ", +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "ぶちこむ", +                "hasReading": false, +                "frequency": 3 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "ぶちこむ", +                "hasReading": true, +                "frequency": 9 +              } +            ], +            "pitches": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "ぶちこむ", +                "pitches": [ +                  { +                    "position": 0, +                    "tags": [] +                  }, +                  { +                    "position": 3, +                    "tags": [] +                  } +                ] +              } +            ] +          } +        ], +        "glossary": [ +          "definition19", +          "definition20" +        ], +        "definitionTags": [ +          { +            "name": "tag1", +            "category": "category1", +            "notes": "tag1 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag2", +            "category": "category2", +            "notes": "tag2 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "termTags": [ +          { +            "name": "tag3", +            "category": "category3", +            "notes": "tag3 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag4", +            "category": "category4", +            "notes": "tag4 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag5", +            "category": "category5", +            "notes": "tag5 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "frequencies": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打ち込む", +            "reading": "ぶちこむ", +            "hasReading": false, +            "frequency": 3 +          }, +          { +            "index": 1, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打ち込む", +            "reading": "ぶちこむ", +            "hasReading": true, +            "frequency": 9 +          } +        ], +        "pitches": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打ち込む", +            "reading": "ぶちこむ", +            "pitches": [ +              { +                "position": 0, +                "tags": [] +              }, +              { +                "position": 3, +                "tags": [] +              } +            ] +          } +        ], +        "sourceTermExactMatchCount": 1 +      }, +      { +        "type": "term", +        "id": 3, +        "source": "打ち", +        "rawSource": "打(う)ち", +        "sourceTerm": "打つ", +        "reasons": [ +          "masu stem" +        ], +        "score": 10, +        "isPrimary": true, +        "sequence": 3, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": "打つ", +        "reading": "うつ", +        "expressions": [ +          { +            "sourceTerm": "打つ", +            "expression": "打つ", +            "reading": "うつ", +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "うつ", +                "hasReading": false, +                "frequency": 2 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "うつ", +                "hasReading": true, +                "frequency": 6 +              } +            ], +            "pitches": [] +          } +        ], +        "glossary": [ +          "definition5", +          "definition6" +        ], +        "definitionTags": [ +          { +            "name": "tag1", +            "category": "category1", +            "notes": "tag1 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag2", +            "category": "category2", +            "notes": "tag2 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "termTags": [ +          { +            "name": "tag3", +            "category": "category3", +            "notes": "tag3 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag4", +            "category": "category4", +            "notes": "tag4 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag5", +            "category": "category5", +            "notes": "tag5 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "frequencies": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打つ", +            "reading": "うつ", +            "hasReading": false, +            "frequency": 2 +          }, +          { +            "index": 1, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打つ", +            "reading": "うつ", +            "hasReading": true, +            "frequency": 6 +          } +        ], +        "pitches": [], +        "sourceTermExactMatchCount": 1 +      }, +      { +        "type": "term", +        "id": 5, +        "source": "打ち", +        "rawSource": "打(う)ち", +        "sourceTerm": "打つ", +        "reasons": [ +          "masu stem" +        ], +        "score": 10, +        "isPrimary": true, +        "sequence": 3, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": "打つ", +        "reading": "ぶつ", +        "expressions": [ +          { +            "sourceTerm": "打つ", +            "expression": "打つ", +            "reading": "ぶつ", +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "ぶつ", +                "hasReading": false, +                "frequency": 2 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "ぶつ", +                "hasReading": true, +                "frequency": 7 +              } +            ], +            "pitches": [] +          } +        ], +        "glossary": [ +          "definition9", +          "definition10" +        ], +        "definitionTags": [ +          { +            "name": "tag1", +            "category": "category1", +            "notes": "tag1 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag2", +            "category": "category2", +            "notes": "tag2 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "termTags": [ +          { +            "name": "tag3", +            "category": "category3", +            "notes": "tag3 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag4", +            "category": "category4", +            "notes": "tag4 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag5", +            "category": "category5", +            "notes": "tag5 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "frequencies": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打つ", +            "reading": "ぶつ", +            "hasReading": false, +            "frequency": 2 +          }, +          { +            "index": 1, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打つ", +            "reading": "ぶつ", +            "hasReading": true, +            "frequency": 7 +          } +        ], +        "pitches": [], +        "sourceTermExactMatchCount": 1 +      }, +      { +        "type": "term", +        "id": 4, +        "source": "打ち", +        "rawSource": "打(う)ち", +        "sourceTerm": "打つ", +        "reasons": [ +          "masu stem" +        ], +        "score": 1, +        "isPrimary": true, +        "sequence": 3, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": "打つ", +        "reading": "うつ", +        "expressions": [ +          { +            "sourceTerm": "打つ", +            "expression": "打つ", +            "reading": "うつ", +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "うつ", +                "hasReading": false, +                "frequency": 2 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "うつ", +                "hasReading": true, +                "frequency": 6 +              } +            ], +            "pitches": [] +          } +        ], +        "glossary": [ +          "definition7", +          "definition8" +        ], +        "definitionTags": [ +          { +            "name": "tag1", +            "category": "category1", +            "notes": "tag1 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag2", +            "category": "category2", +            "notes": "tag2 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "termTags": [ +          { +            "name": "tag3", +            "category": "category3", +            "notes": "tag3 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag4", +            "category": "category4", +            "notes": "tag4 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag5", +            "category": "category5", +            "notes": "tag5 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "frequencies": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打つ", +            "reading": "うつ", +            "hasReading": false, +            "frequency": 2 +          }, +          { +            "index": 1, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打つ", +            "reading": "うつ", +            "hasReading": true, +            "frequency": 6 +          } +        ], +        "pitches": [], +        "sourceTermExactMatchCount": 1 +      }, +      { +        "type": "term", +        "id": 6, +        "source": "打ち", +        "rawSource": "打(う)ち", +        "sourceTerm": "打つ", +        "reasons": [ +          "masu stem" +        ], +        "score": 1, +        "isPrimary": true, +        "sequence": 3, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": "打つ", +        "reading": "ぶつ", +        "expressions": [ +          { +            "sourceTerm": "打つ", +            "expression": "打つ", +            "reading": "ぶつ", +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "ぶつ", +                "hasReading": false, +                "frequency": 2 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "ぶつ", +                "hasReading": true, +                "frequency": 7 +              } +            ], +            "pitches": [] +          } +        ], +        "glossary": [ +          "definition11", +          "definition12" +        ], +        "definitionTags": [ +          { +            "name": "tag1", +            "category": "category1", +            "notes": "tag1 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag2", +            "category": "category2", +            "notes": "tag2 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "termTags": [ +          { +            "name": "tag3", +            "category": "category3", +            "notes": "tag3 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag4", +            "category": "category4", +            "notes": "tag4 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag5", +            "category": "category5", +            "notes": "tag5 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "frequencies": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打つ", +            "reading": "ぶつ", +            "hasReading": false, +            "frequency": 2 +          }, +          { +            "index": 1, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打つ", +            "reading": "ぶつ", +            "hasReading": true, +            "frequency": 7 +          } +        ], +        "pitches": [], +        "sourceTermExactMatchCount": 1 +      }, +      { +        "type": "term", +        "id": 1, +        "source": "打", +        "rawSource": "打", +        "sourceTerm": "打", +        "reasons": [], +        "score": 1, +        "isPrimary": true, +        "sequence": 1, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": "打", +        "reading": "だ", +        "expressions": [ +          { +            "sourceTerm": "打", +            "expression": "打", +            "reading": "だ", +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打", +                "reading": "だ", +                "hasReading": false, +                "frequency": 1 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打", +                "reading": "だ", +                "hasReading": true, +                "frequency": 4 +              } +            ], +            "pitches": [] +          } +        ], +        "glossary": [ +          "definition1", +          "definition2" +        ], +        "definitionTags": [ +          { +            "name": "tag1", +            "category": "category1", +            "notes": "tag1 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag2", +            "category": "category2", +            "notes": "tag2 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "termTags": [ +          { +            "name": "tag3", +            "category": "category3", +            "notes": "tag3 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag4", +            "category": "category4", +            "notes": "tag4 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag5", +            "category": "category5", +            "notes": "tag5 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "frequencies": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打", +            "reading": "だ", +            "hasReading": false, +            "frequency": 1 +          }, +          { +            "index": 1, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打", +            "reading": "だ", +            "hasReading": true, +            "frequency": 4 +          } +        ], +        "pitches": [], +        "sourceTermExactMatchCount": 1 +      }, +      { +        "type": "term", +        "id": 2, +        "source": "打", +        "rawSource": "打", +        "sourceTerm": "打", +        "reasons": [], +        "score": 1, +        "isPrimary": true, +        "sequence": 2, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": "打", +        "reading": "ダース", +        "expressions": [ +          { +            "sourceTerm": "打", +            "expression": "打", +            "reading": "ダース", +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打", +                "reading": "ダース", +                "hasReading": false, +                "frequency": 1 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打", +                "reading": "ダース", +                "hasReading": true, +                "frequency": 5 +              } +            ], +            "pitches": [] +          } +        ], +        "glossary": [ +          "definition3", +          "definition4" +        ], +        "definitionTags": [ +          { +            "name": "tag1", +            "category": "category1", +            "notes": "tag1 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag2", +            "category": "category2", +            "notes": "tag2 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "termTags": [ +          { +            "name": "tag3", +            "category": "category3", +            "notes": "tag3 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag4", +            "category": "category4", +            "notes": "tag4 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag5", +            "category": "category5", +            "notes": "tag5 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "frequencies": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打", +            "reading": "ダース", +            "hasReading": false, +            "frequency": 1 +          }, +          { +            "index": 1, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打", +            "reading": "ダース", +            "hasReading": true, +            "frequency": 5 +          } +        ], +        "pitches": [], +        "sourceTermExactMatchCount": 1 +      } +    ] +  }, +  { +    "name": "Remove parentheses around text", +    "length": 12, +    "definitions": [ +      { +        "type": "term", +        "id": 7, +        "source": "打ち込む", +        "rawSource": "(打)(ち)(込)(む)", +        "sourceTerm": "打ち込む", +        "reasons": [], +        "score": 10, +        "isPrimary": true, +        "sequence": 4, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": "打ち込む", +        "reading": "うちこむ", +        "expressions": [ +          { +            "sourceTerm": "打ち込む", +            "expression": "打ち込む", +            "reading": "うちこむ", +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "うちこむ", +                "hasReading": false, +                "frequency": 3 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "うちこむ", +                "hasReading": true, +                "frequency": 8 +              } +            ], +            "pitches": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "うちこむ", +                "pitches": [ +                  { +                    "position": 0, +                    "tags": [] +                  }, +                  { +                    "position": 3, +                    "tags": [] +                  } +                ] +              } +            ] +          } +        ], +        "glossary": [ +          "definition13", +          "definition14" +        ], +        "definitionTags": [ +          { +            "name": "tag1", +            "category": "category1", +            "notes": "tag1 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag2", +            "category": "category2", +            "notes": "tag2 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "termTags": [ +          { +            "name": "tag3", +            "category": "category3", +            "notes": "tag3 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag4", +            "category": "category4", +            "notes": "tag4 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag5", +            "category": "category5", +            "notes": "tag5 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "frequencies": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打ち込む", +            "reading": "うちこむ", +            "hasReading": false, +            "frequency": 3 +          }, +          { +            "index": 1, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打ち込む", +            "reading": "うちこむ", +            "hasReading": true, +            "frequency": 8 +          } +        ], +        "pitches": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打ち込む", +            "reading": "うちこむ", +            "pitches": [ +              { +                "position": 0, +                "tags": [] +              }, +              { +                "position": 3, +                "tags": [] +              } +            ] +          } +        ], +        "sourceTermExactMatchCount": 1 +      }, +      { +        "type": "term", +        "id": 9, +        "source": "打ち込む", +        "rawSource": "(打)(ち)(込)(む)", +        "sourceTerm": "打ち込む", +        "reasons": [], +        "score": 10, +        "isPrimary": true, +        "sequence": 4, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": "打ち込む", +        "reading": "ぶちこむ", +        "expressions": [ +          { +            "sourceTerm": "打ち込む", +            "expression": "打ち込む", +            "reading": "ぶちこむ", +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "ぶちこむ", +                "hasReading": false, +                "frequency": 3 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "ぶちこむ", +                "hasReading": true, +                "frequency": 9 +              } +            ], +            "pitches": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "ぶちこむ", +                "pitches": [ +                  { +                    "position": 0, +                    "tags": [] +                  }, +                  { +                    "position": 3, +                    "tags": [] +                  } +                ] +              } +            ] +          } +        ], +        "glossary": [ +          "definition17", +          "definition18" +        ], +        "definitionTags": [ +          { +            "name": "tag1", +            "category": "category1", +            "notes": "tag1 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag2", +            "category": "category2", +            "notes": "tag2 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "termTags": [ +          { +            "name": "tag3", +            "category": "category3", +            "notes": "tag3 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag4", +            "category": "category4", +            "notes": "tag4 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag5", +            "category": "category5", +            "notes": "tag5 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "frequencies": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打ち込む", +            "reading": "ぶちこむ", +            "hasReading": false, +            "frequency": 3 +          }, +          { +            "index": 1, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打ち込む", +            "reading": "ぶちこむ", +            "hasReading": true, +            "frequency": 9 +          } +        ], +        "pitches": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打ち込む", +            "reading": "ぶちこむ", +            "pitches": [ +              { +                "position": 0, +                "tags": [] +              }, +              { +                "position": 3, +                "tags": [] +              } +            ] +          } +        ], +        "sourceTermExactMatchCount": 1 +      }, +      { +        "type": "term", +        "id": 8, +        "source": "打ち込む", +        "rawSource": "(打)(ち)(込)(む)", +        "sourceTerm": "打ち込む", +        "reasons": [], +        "score": 1, +        "isPrimary": true, +        "sequence": 4, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": "打ち込む", +        "reading": "うちこむ", +        "expressions": [ +          { +            "sourceTerm": "打ち込む", +            "expression": "打ち込む", +            "reading": "うちこむ", +            "termTags": [ +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag6", +                "category": "default", +                "notes": "", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag7", +                "category": "default", +                "notes": "", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "うちこむ", +                "hasReading": false, +                "frequency": 3 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "うちこむ", +                "hasReading": true, +                "frequency": 8 +              } +            ], +            "pitches": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "うちこむ", +                "pitches": [ +                  { +                    "position": 0, +                    "tags": [] +                  }, +                  { +                    "position": 3, +                    "tags": [] +                  } +                ] +              } +            ] +          } +        ], +        "glossary": [ +          "definition15", +          "definition16" +        ], +        "definitionTags": [ +          { +            "name": "tag1", +            "category": "category1", +            "notes": "tag1 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag2", +            "category": "category2", +            "notes": "tag2 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "termTags": [ +          { +            "name": "tag5", +            "category": "category5", +            "notes": "tag5 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag6", +            "category": "default", +            "notes": "", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag7", +            "category": "default", +            "notes": "", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "frequencies": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打ち込む", +            "reading": "うちこむ", +            "hasReading": false, +            "frequency": 3 +          }, +          { +            "index": 1, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打ち込む", +            "reading": "うちこむ", +            "hasReading": true, +            "frequency": 8 +          } +        ], +        "pitches": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打ち込む", +            "reading": "うちこむ", +            "pitches": [ +              { +                "position": 0, +                "tags": [] +              }, +              { +                "position": 3, +                "tags": [] +              } +            ] +          } +        ], +        "sourceTermExactMatchCount": 1 +      }, +      { +        "type": "term", +        "id": 10, +        "source": "打ち込む", +        "rawSource": "(打)(ち)(込)(む)", +        "sourceTerm": "打ち込む", +        "reasons": [], +        "score": 1, +        "isPrimary": true, +        "sequence": 4, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": "打ち込む", +        "reading": "ぶちこむ", +        "expressions": [ +          { +            "sourceTerm": "打ち込む", +            "expression": "打ち込む", +            "reading": "ぶちこむ", +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "ぶちこむ", +                "hasReading": false, +                "frequency": 3 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "ぶちこむ", +                "hasReading": true, +                "frequency": 9 +              } +            ], +            "pitches": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "ぶちこむ", +                "pitches": [ +                  { +                    "position": 0, +                    "tags": [] +                  }, +                  { +                    "position": 3, +                    "tags": [] +                  } +                ] +              } +            ] +          } +        ], +        "glossary": [ +          "definition19", +          "definition20" +        ], +        "definitionTags": [ +          { +            "name": "tag1", +            "category": "category1", +            "notes": "tag1 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag2", +            "category": "category2", +            "notes": "tag2 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "termTags": [ +          { +            "name": "tag3", +            "category": "category3", +            "notes": "tag3 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag4", +            "category": "category4", +            "notes": "tag4 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag5", +            "category": "category5", +            "notes": "tag5 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "frequencies": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打ち込む", +            "reading": "ぶちこむ", +            "hasReading": false, +            "frequency": 3 +          }, +          { +            "index": 1, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打ち込む", +            "reading": "ぶちこむ", +            "hasReading": true, +            "frequency": 9 +          } +        ], +        "pitches": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打ち込む", +            "reading": "ぶちこむ", +            "pitches": [ +              { +                "position": 0, +                "tags": [] +              }, +              { +                "position": 3, +                "tags": [] +              } +            ] +          } +        ], +        "sourceTermExactMatchCount": 1 +      }, +      { +        "type": "term", +        "id": 3, +        "source": "打ち", +        "rawSource": "(打)(ち)", +        "sourceTerm": "打つ", +        "reasons": [ +          "masu stem" +        ], +        "score": 10, +        "isPrimary": true, +        "sequence": 3, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": "打つ", +        "reading": "うつ", +        "expressions": [ +          { +            "sourceTerm": "打つ", +            "expression": "打つ", +            "reading": "うつ", +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "うつ", +                "hasReading": false, +                "frequency": 2 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "うつ", +                "hasReading": true, +                "frequency": 6 +              } +            ], +            "pitches": [] +          } +        ], +        "glossary": [ +          "definition5", +          "definition6" +        ], +        "definitionTags": [ +          { +            "name": "tag1", +            "category": "category1", +            "notes": "tag1 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag2", +            "category": "category2", +            "notes": "tag2 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "termTags": [ +          { +            "name": "tag3", +            "category": "category3", +            "notes": "tag3 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag4", +            "category": "category4", +            "notes": "tag4 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag5", +            "category": "category5", +            "notes": "tag5 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "frequencies": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打つ", +            "reading": "うつ", +            "hasReading": false, +            "frequency": 2 +          }, +          { +            "index": 1, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打つ", +            "reading": "うつ", +            "hasReading": true, +            "frequency": 6 +          } +        ], +        "pitches": [], +        "sourceTermExactMatchCount": 1 +      }, +      { +        "type": "term", +        "id": 5, +        "source": "打ち", +        "rawSource": "(打)(ち)", +        "sourceTerm": "打つ", +        "reasons": [ +          "masu stem" +        ], +        "score": 10, +        "isPrimary": true, +        "sequence": 3, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": "打つ", +        "reading": "ぶつ", +        "expressions": [ +          { +            "sourceTerm": "打つ", +            "expression": "打つ", +            "reading": "ぶつ", +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "ぶつ", +                "hasReading": false, +                "frequency": 2 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "ぶつ", +                "hasReading": true, +                "frequency": 7 +              } +            ], +            "pitches": [] +          } +        ], +        "glossary": [ +          "definition9", +          "definition10" +        ], +        "definitionTags": [ +          { +            "name": "tag1", +            "category": "category1", +            "notes": "tag1 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag2", +            "category": "category2", +            "notes": "tag2 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "termTags": [ +          { +            "name": "tag3", +            "category": "category3", +            "notes": "tag3 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag4", +            "category": "category4", +            "notes": "tag4 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag5", +            "category": "category5", +            "notes": "tag5 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "frequencies": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打つ", +            "reading": "ぶつ", +            "hasReading": false, +            "frequency": 2 +          }, +          { +            "index": 1, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打つ", +            "reading": "ぶつ", +            "hasReading": true, +            "frequency": 7 +          } +        ], +        "pitches": [], +        "sourceTermExactMatchCount": 1 +      }, +      { +        "type": "term", +        "id": 4, +        "source": "打ち", +        "rawSource": "(打)(ち)", +        "sourceTerm": "打つ", +        "reasons": [ +          "masu stem" +        ], +        "score": 1, +        "isPrimary": true, +        "sequence": 3, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": "打つ", +        "reading": "うつ", +        "expressions": [ +          { +            "sourceTerm": "打つ", +            "expression": "打つ", +            "reading": "うつ", +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "うつ", +                "hasReading": false, +                "frequency": 2 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "うつ", +                "hasReading": true, +                "frequency": 6 +              } +            ], +            "pitches": [] +          } +        ], +        "glossary": [ +          "definition7", +          "definition8" +        ], +        "definitionTags": [ +          { +            "name": "tag1", +            "category": "category1", +            "notes": "tag1 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag2", +            "category": "category2", +            "notes": "tag2 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "termTags": [ +          { +            "name": "tag3", +            "category": "category3", +            "notes": "tag3 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag4", +            "category": "category4", +            "notes": "tag4 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag5", +            "category": "category5", +            "notes": "tag5 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "frequencies": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打つ", +            "reading": "うつ", +            "hasReading": false, +            "frequency": 2 +          }, +          { +            "index": 1, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打つ", +            "reading": "うつ", +            "hasReading": true, +            "frequency": 6 +          } +        ], +        "pitches": [], +        "sourceTermExactMatchCount": 1 +      }, +      { +        "type": "term", +        "id": 6, +        "source": "打ち", +        "rawSource": "(打)(ち)", +        "sourceTerm": "打つ", +        "reasons": [ +          "masu stem" +        ], +        "score": 1, +        "isPrimary": true, +        "sequence": 3, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": "打つ", +        "reading": "ぶつ", +        "expressions": [ +          { +            "sourceTerm": "打つ", +            "expression": "打つ", +            "reading": "ぶつ", +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "ぶつ", +                "hasReading": false, +                "frequency": 2 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "ぶつ", +                "hasReading": true, +                "frequency": 7 +              } +            ], +            "pitches": [] +          } +        ], +        "glossary": [ +          "definition11", +          "definition12" +        ], +        "definitionTags": [ +          { +            "name": "tag1", +            "category": "category1", +            "notes": "tag1 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag2", +            "category": "category2", +            "notes": "tag2 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "termTags": [ +          { +            "name": "tag3", +            "category": "category3", +            "notes": "tag3 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag4", +            "category": "category4", +            "notes": "tag4 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag5", +            "category": "category5", +            "notes": "tag5 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "frequencies": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打つ", +            "reading": "ぶつ", +            "hasReading": false, +            "frequency": 2 +          }, +          { +            "index": 1, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打つ", +            "reading": "ぶつ", +            "hasReading": true, +            "frequency": 7 +          } +        ], +        "pitches": [], +        "sourceTermExactMatchCount": 1 +      }, +      { +        "type": "term", +        "id": 1, +        "source": "打", +        "rawSource": "(打)", +        "sourceTerm": "打", +        "reasons": [], +        "score": 1, +        "isPrimary": true, +        "sequence": 1, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": "打", +        "reading": "だ", +        "expressions": [ +          { +            "sourceTerm": "打", +            "expression": "打", +            "reading": "だ", +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打", +                "reading": "だ", +                "hasReading": false, +                "frequency": 1 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打", +                "reading": "だ", +                "hasReading": true, +                "frequency": 4 +              } +            ], +            "pitches": [] +          } +        ], +        "glossary": [ +          "definition1", +          "definition2" +        ], +        "definitionTags": [ +          { +            "name": "tag1", +            "category": "category1", +            "notes": "tag1 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag2", +            "category": "category2", +            "notes": "tag2 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "termTags": [ +          { +            "name": "tag3", +            "category": "category3", +            "notes": "tag3 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag4", +            "category": "category4", +            "notes": "tag4 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag5", +            "category": "category5", +            "notes": "tag5 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "frequencies": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打", +            "reading": "だ", +            "hasReading": false, +            "frequency": 1 +          }, +          { +            "index": 1, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打", +            "reading": "だ", +            "hasReading": true, +            "frequency": 4 +          } +        ], +        "pitches": [], +        "sourceTermExactMatchCount": 1 +      }, +      { +        "type": "term", +        "id": 2, +        "source": "打", +        "rawSource": "(打)", +        "sourceTerm": "打", +        "reasons": [], +        "score": 1, +        "isPrimary": true, +        "sequence": 2, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": "打", +        "reading": "ダース", +        "expressions": [ +          { +            "sourceTerm": "打", +            "expression": "打", +            "reading": "ダース", +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打", +                "reading": "ダース", +                "hasReading": false, +                "frequency": 1 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打", +                "reading": "ダース", +                "hasReading": true, +                "frequency": 5 +              } +            ], +            "pitches": [] +          } +        ], +        "glossary": [ +          "definition3", +          "definition4" +        ], +        "definitionTags": [ +          { +            "name": "tag1", +            "category": "category1", +            "notes": "tag1 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag2", +            "category": "category2", +            "notes": "tag2 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "termTags": [ +          { +            "name": "tag3", +            "category": "category3", +            "notes": "tag3 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag4", +            "category": "category4", +            "notes": "tag4 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          }, +          { +            "name": "tag5", +            "category": "category5", +            "notes": "tag5 notes", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "frequencies": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打", +            "reading": "ダース", +            "hasReading": false, +            "frequency": 1 +          }, +          { +            "index": 1, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打", +            "reading": "ダース", +            "hasReading": true, +            "frequency": 5 +          } +        ], +        "pitches": [], +        "sourceTermExactMatchCount": 1 +      } +    ] +  }, +  { +    "name": "Test non-empty replacement", +    "length": 4, +    "definitions": [ +      { +        "type": "term", +        "id": 12, +        "source": "よみ", +        "rawSource": "test", +        "sourceTerm": "よむ", +        "reasons": [ +          "masu stem" +        ], +        "score": 100, +        "isPrimary": true, +        "sequence": 6, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": "読む", +        "reading": "よむ", +        "expressions": [ +          { +            "sourceTerm": "よむ", +            "expression": "読む", +            "reading": "よむ", +            "termTags": [ +              { +                "name": "vt", +                "category": "partOfSpeech", +                "notes": "transitive verb", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [], +            "pitches": [] +          } +        ], +        "glossary": [ +          "to read" +        ], +        "definitionTags": [ +          { +            "name": "popular", +            "category": "popular", +            "notes": "popular term", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "termTags": [ +          { +            "name": "vt", +            "category": "partOfSpeech", +            "notes": "transitive verb", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "frequencies": [], +        "pitches": [], +        "sourceTermExactMatchCount": 0 +      } +    ] +  }, +  { +    "name": "Test non-empty replacement at end", +    "length": 5, +    "definitions": [ +      { +        "type": "term", +        "id": 13, +        "source": "つよみ", +        "rawSource": "つtest", +        "sourceTerm": "つよみ", +        "reasons": [], +        "score": 90, +        "isPrimary": true, +        "sequence": 7, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": "強み", +        "reading": "つよみ", +        "expressions": [ +          { +            "sourceTerm": "つよみ", +            "expression": "強み", +            "reading": "つよみ", +            "termTags": [], +            "frequencies": [], +            "pitches": [] +          } +        ], +        "glossary": [ +          "strong point" +        ], +        "definitionTags": [ +          { +            "name": "popular", +            "category": "popular", +            "notes": "popular term", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "termTags": [], +        "frequencies": [], +        "pitches": [], +        "sourceTermExactMatchCount": 0 +      } +    ] +  }, +  { +    "name": "Test non-empty replacement at start", +    "length": 7, +    "definitions": [ +      { +        "type": "term", +        "id": 12, +        "source": "よみました", +        "rawSource": "testました", +        "sourceTerm": "よむ", +        "reasons": [ +          "polite past" +        ], +        "score": 100, +        "isPrimary": true, +        "sequence": 6, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": "読む", +        "reading": "よむ", +        "expressions": [ +          { +            "sourceTerm": "よむ", +            "expression": "読む", +            "reading": "よむ", +            "termTags": [ +              { +                "name": "vt", +                "category": "partOfSpeech", +                "notes": "transitive verb", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [], +            "pitches": [] +          } +        ], +        "glossary": [ +          "to read" +        ], +        "definitionTags": [ +          { +            "name": "popular", +            "category": "popular", +            "notes": "popular term", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "termTags": [ +          { +            "name": "vt", +            "category": "partOfSpeech", +            "notes": "transitive verb", +            "order": 0, +            "score": 0, +            "dictionary": "Test Dictionary 2", +            "redundant": false +          } +        ], +        "frequencies": [], +        "pitches": [], +        "sourceTermExactMatchCount": 0 +      } +    ] +  }, +  { +    "name": "Search merged mode with non-primary definitions", +    "length": 4, +    "definitions": [ +      { +        "type": "termMerged", +        "source": "うちこむ", +        "rawSource": "うちこむ", +        "reasons": [], +        "score": 10, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": [ +          "打ち込む" +        ], +        "reading": [ +          "うちこむ", +          "ぶちこむ" +        ], +        "expressions": [ +          { +            "sourceTerm": "うちこむ", +            "expression": "打ち込む", +            "reading": "うちこむ", +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag6", +                "category": "default", +                "notes": "", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag7", +                "category": "default", +                "notes": "", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "うちこむ", +                "hasReading": false, +                "frequency": 3 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "うちこむ", +                "hasReading": true, +                "frequency": 8 +              } +            ], +            "pitches": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "うちこむ", +                "pitches": [ +                  { +                    "position": 0, +                    "tags": [] +                  }, +                  { +                    "position": 3, +                    "tags": [] +                  } +                ] +              } +            ] +          }, +          { +            "sourceTerm": "うちこむ", +            "expression": "打ち込む", +            "reading": "ぶちこむ", +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 1, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "ぶちこむ", +                "hasReading": false, +                "frequency": 3 +              }, +              { +                "index": 1, +                "expressionIndex": 1, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "ぶちこむ", +                "hasReading": true, +                "frequency": 9 +              } +            ], +            "pitches": [ +              { +                "index": 0, +                "expressionIndex": 1, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "ぶちこむ", +                "pitches": [ +                  { +                    "position": 0, +                    "tags": [] +                  }, +                  { +                    "position": 3, +                    "tags": [] +                  } +                ] +              } +            ] +          } +        ], +        "definitions": [ +          { +            "type": "termMergedByGlossary", +            "source": "うちこむ", +            "rawSource": "うちこむ", +            "reasons": [], +            "score": 10, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "dictionaryNames": [ +              "Test Dictionary 2" +            ], +            "expression": [ +              "打ち込む" +            ], +            "reading": [ +              "うちこむ" +            ], +            "expressions": [ +              { +                "sourceTerm": "うちこむ", +                "expression": "打ち込む", +                "reading": "うちこむ", +                "termTags": [ +                  { +                    "name": "tag3", +                    "category": "category3", +                    "notes": "tag3 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag4", +                    "category": "category4", +                    "notes": "tag4 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag5", +                    "category": "category5", +                    "notes": "tag5 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  } +                ], +                "frequencies": [ +                  { +                    "index": 0, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打ち込む", +                    "reading": "うちこむ", +                    "hasReading": false, +                    "frequency": 3 +                  }, +                  { +                    "index": 1, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打ち込む", +                    "reading": "うちこむ", +                    "hasReading": true, +                    "frequency": 8 +                  } +                ], +                "pitches": [ +                  { +                    "index": 0, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打ち込む", +                    "reading": "うちこむ", +                    "pitches": [ +                      { +                        "position": 0, +                        "tags": [] +                      }, +                      { +                        "position": 3, +                        "tags": [] +                      } +                    ] +                  } +                ] +              } +            ], +            "glossary": [ +              "definition13", +              "definition14" +            ], +            "definitionTags": [ +              { +                "name": "tag1", +                "category": "category1", +                "notes": "tag1 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag2", +                "category": "category2", +                "notes": "tag2 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "definitions": [ +              { +                "type": "term", +                "id": 7, +                "source": "うちこむ", +                "rawSource": "うちこむ", +                "sourceTerm": "うちこむ", +                "reasons": [], +                "score": 10, +                "isPrimary": true, +                "sequence": 4, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "dictionaryNames": [ +                  "Test Dictionary 2" +                ], +                "expression": "打ち込む", +                "reading": "うちこむ", +                "expressions": [ +                  { +                    "sourceTerm": "うちこむ", +                    "expression": "打ち込む", +                    "reading": "うちこむ", +                    "termTags": [ +                      { +                        "name": "tag3", +                        "category": "category3", +                        "notes": "tag3 notes", +                        "order": 0, +                        "score": 0, +                        "dictionary": "Test Dictionary 2", +                        "redundant": false +                      }, +                      { +                        "name": "tag4", +                        "category": "category4", +                        "notes": "tag4 notes", +                        "order": 0, +                        "score": 0, +                        "dictionary": "Test Dictionary 2", +                        "redundant": false +                      }, +                      { +                        "name": "tag5", +                        "category": "category5", +                        "notes": "tag5 notes", +                        "order": 0, +                        "score": 0, +                        "dictionary": "Test Dictionary 2", +                        "redundant": false +                      } +                    ], +                    "frequencies": [ +                      { +                        "index": 0, +                        "expressionIndex": 0, +                        "dictionary": "Test Dictionary 2", +                        "dictionaryOrder": { +                          "index": 0, +                          "priority": 0 +                        }, +                        "expression": "打ち込む", +                        "reading": "うちこむ", +                        "hasReading": false, +                        "frequency": 3 +                      }, +                      { +                        "index": 1, +                        "expressionIndex": 0, +                        "dictionary": "Test Dictionary 2", +                        "dictionaryOrder": { +                          "index": 0, +                          "priority": 0 +                        }, +                        "expression": "打ち込む", +                        "reading": "うちこむ", +                        "hasReading": true, +                        "frequency": 8 +                      } +                    ], +                    "pitches": [ +                      { +                        "index": 0, +                        "expressionIndex": 0, +                        "dictionary": "Test Dictionary 2", +                        "dictionaryOrder": { +                          "index": 0, +                          "priority": 0 +                        }, +                        "expression": "打ち込む", +                        "reading": "うちこむ", +                        "pitches": [ +                          { +                            "position": 0, +                            "tags": [] +                          }, +                          { +                            "position": 3, +                            "tags": [] +                          } +                        ] +                      } +                    ] +                  } +                ], +                "glossary": [ +                  "definition13", +                  "definition14" +                ], +                "definitionTags": [ +                  { +                    "name": "tag1", +                    "category": "category1", +                    "notes": "tag1 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag2", +                    "category": "category2", +                    "notes": "tag2 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  } +                ], +                "termTags": [ +                  { +                    "name": "tag3", +                    "category": "category3", +                    "notes": "tag3 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag4", +                    "category": "category4", +                    "notes": "tag4 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag5", +                    "category": "category5", +                    "notes": "tag5 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  } +                ], +                "frequencies": [ +                  { +                    "index": 0, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打ち込む", +                    "reading": "うちこむ", +                    "hasReading": false, +                    "frequency": 3 +                  }, +                  { +                    "index": 1, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打ち込む", +                    "reading": "うちこむ", +                    "hasReading": true, +                    "frequency": 8 +                  } +                ], +                "pitches": [ +                  { +                    "index": 0, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打ち込む", +                    "reading": "うちこむ", +                    "pitches": [ +                      { +                        "position": 0, +                        "tags": [] +                      }, +                      { +                        "position": 3, +                        "tags": [] +                      } +                    ] +                  } +                ], +                "sourceTermExactMatchCount": 0 +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "うちこむ", +                "hasReading": false, +                "frequency": 3 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "うちこむ", +                "hasReading": true, +                "frequency": 8 +              } +            ], +            "pitches": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "うちこむ", +                "pitches": [ +                  { +                    "position": 0, +                    "tags": [] +                  }, +                  { +                    "position": 3, +                    "tags": [] +                  } +                ] +              } +            ], +            "only": [ +              "うちこむ" +            ], +            "sourceTermExactMatchCount": 0 +          }, +          { +            "type": "termMergedByGlossary", +            "source": "うちこむ", +            "rawSource": "うちこむ", +            "reasons": [], +            "score": 10, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "dictionaryNames": [ +              "Test Dictionary 2" +            ], +            "expression": [ +              "打ち込む" +            ], +            "reading": [ +              "ぶちこむ" +            ], +            "expressions": [ +              { +                "sourceTerm": "うちこむ", +                "expression": "打ち込む", +                "reading": "ぶちこむ", +                "termTags": [ +                  { +                    "name": "tag3", +                    "category": "category3", +                    "notes": "tag3 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag4", +                    "category": "category4", +                    "notes": "tag4 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag5", +                    "category": "category5", +                    "notes": "tag5 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  } +                ], +                "frequencies": [ +                  { +                    "index": 0, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打ち込む", +                    "reading": "ぶちこむ", +                    "hasReading": false, +                    "frequency": 3 +                  }, +                  { +                    "index": 1, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打ち込む", +                    "reading": "ぶちこむ", +                    "hasReading": true, +                    "frequency": 9 +                  } +                ], +                "pitches": [ +                  { +                    "index": 0, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打ち込む", +                    "reading": "ぶちこむ", +                    "pitches": [ +                      { +                        "position": 0, +                        "tags": [] +                      }, +                      { +                        "position": 3, +                        "tags": [] +                      } +                    ] +                  } +                ] +              } +            ], +            "glossary": [ +              "definition17", +              "definition18" +            ], +            "definitionTags": [ +              { +                "name": "tag1", +                "category": "category1", +                "notes": "tag1 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag2", +                "category": "category2", +                "notes": "tag2 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "definitions": [ +              { +                "type": "term", +                "id": 9, +                "source": "うちこむ", +                "rawSource": "うちこむ", +                "sourceTerm": "うちこむ", +                "reasons": [], +                "score": 10, +                "isPrimary": false, +                "sequence": 4, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "dictionaryNames": [ +                  "Test Dictionary 2" +                ], +                "expression": "打ち込む", +                "reading": "ぶちこむ", +                "expressions": [ +                  { +                    "sourceTerm": "うちこむ", +                    "expression": "打ち込む", +                    "reading": "ぶちこむ", +                    "termTags": [ +                      { +                        "name": "tag3", +                        "category": "category3", +                        "notes": "tag3 notes", +                        "order": 0, +                        "score": 0, +                        "dictionary": "Test Dictionary 2", +                        "redundant": false +                      }, +                      { +                        "name": "tag4", +                        "category": "category4", +                        "notes": "tag4 notes", +                        "order": 0, +                        "score": 0, +                        "dictionary": "Test Dictionary 2", +                        "redundant": false +                      }, +                      { +                        "name": "tag5", +                        "category": "category5", +                        "notes": "tag5 notes", +                        "order": 0, +                        "score": 0, +                        "dictionary": "Test Dictionary 2", +                        "redundant": false +                      } +                    ], +                    "frequencies": [ +                      { +                        "index": 0, +                        "expressionIndex": 0, +                        "dictionary": "Test Dictionary 2", +                        "dictionaryOrder": { +                          "index": 0, +                          "priority": 0 +                        }, +                        "expression": "打ち込む", +                        "reading": "ぶちこむ", +                        "hasReading": false, +                        "frequency": 3 +                      }, +                      { +                        "index": 1, +                        "expressionIndex": 0, +                        "dictionary": "Test Dictionary 2", +                        "dictionaryOrder": { +                          "index": 0, +                          "priority": 0 +                        }, +                        "expression": "打ち込む", +                        "reading": "ぶちこむ", +                        "hasReading": true, +                        "frequency": 9 +                      } +                    ], +                    "pitches": [ +                      { +                        "index": 0, +                        "expressionIndex": 0, +                        "dictionary": "Test Dictionary 2", +                        "dictionaryOrder": { +                          "index": 0, +                          "priority": 0 +                        }, +                        "expression": "打ち込む", +                        "reading": "ぶちこむ", +                        "pitches": [ +                          { +                            "position": 0, +                            "tags": [] +                          }, +                          { +                            "position": 3, +                            "tags": [] +                          } +                        ] +                      } +                    ] +                  } +                ], +                "glossary": [ +                  "definition17", +                  "definition18" +                ], +                "definitionTags": [ +                  { +                    "name": "tag1", +                    "category": "category1", +                    "notes": "tag1 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag2", +                    "category": "category2", +                    "notes": "tag2 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  } +                ], +                "termTags": [ +                  { +                    "name": "tag3", +                    "category": "category3", +                    "notes": "tag3 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag4", +                    "category": "category4", +                    "notes": "tag4 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag5", +                    "category": "category5", +                    "notes": "tag5 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  } +                ], +                "frequencies": [ +                  { +                    "index": 0, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打ち込む", +                    "reading": "ぶちこむ", +                    "hasReading": false, +                    "frequency": 3 +                  }, +                  { +                    "index": 1, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打ち込む", +                    "reading": "ぶちこむ", +                    "hasReading": true, +                    "frequency": 9 +                  } +                ], +                "pitches": [ +                  { +                    "index": 0, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打ち込む", +                    "reading": "ぶちこむ", +                    "pitches": [ +                      { +                        "position": 0, +                        "tags": [] +                      }, +                      { +                        "position": 3, +                        "tags": [] +                      } +                    ] +                  } +                ], +                "sourceTermExactMatchCount": 0 +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "ぶちこむ", +                "hasReading": false, +                "frequency": 3 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "ぶちこむ", +                "hasReading": true, +                "frequency": 9 +              } +            ], +            "pitches": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "ぶちこむ", +                "pitches": [ +                  { +                    "position": 0, +                    "tags": [] +                  }, +                  { +                    "position": 3, +                    "tags": [] +                  } +                ] +              } +            ], +            "only": [ +              "ぶちこむ" +            ], +            "sourceTermExactMatchCount": 0 +          }, +          { +            "type": "termMergedByGlossary", +            "source": "うちこむ", +            "rawSource": "うちこむ", +            "reasons": [], +            "score": 1, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "dictionaryNames": [ +              "Test Dictionary 2" +            ], +            "expression": [ +              "打ち込む" +            ], +            "reading": [ +              "うちこむ" +            ], +            "expressions": [ +              { +                "sourceTerm": "うちこむ", +                "expression": "打ち込む", +                "reading": "うちこむ", +                "termTags": [ +                  { +                    "name": "tag5", +                    "category": "category5", +                    "notes": "tag5 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag6", +                    "category": "default", +                    "notes": "", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag7", +                    "category": "default", +                    "notes": "", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  } +                ], +                "frequencies": [ +                  { +                    "index": 0, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打ち込む", +                    "reading": "うちこむ", +                    "hasReading": false, +                    "frequency": 3 +                  }, +                  { +                    "index": 1, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打ち込む", +                    "reading": "うちこむ", +                    "hasReading": true, +                    "frequency": 8 +                  } +                ], +                "pitches": [ +                  { +                    "index": 0, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打ち込む", +                    "reading": "うちこむ", +                    "pitches": [ +                      { +                        "position": 0, +                        "tags": [] +                      }, +                      { +                        "position": 3, +                        "tags": [] +                      } +                    ] +                  } +                ] +              } +            ], +            "glossary": [ +              "definition15", +              "definition16" +            ], +            "definitionTags": [ +              { +                "name": "tag1", +                "category": "category1", +                "notes": "tag1 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag2", +                "category": "category2", +                "notes": "tag2 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "definitions": [ +              { +                "type": "term", +                "id": 8, +                "source": "うちこむ", +                "rawSource": "うちこむ", +                "sourceTerm": "うちこむ", +                "reasons": [], +                "score": 1, +                "isPrimary": true, +                "sequence": 4, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "dictionaryNames": [ +                  "Test Dictionary 2" +                ], +                "expression": "打ち込む", +                "reading": "うちこむ", +                "expressions": [ +                  { +                    "sourceTerm": "うちこむ", +                    "expression": "打ち込む", +                    "reading": "うちこむ", +                    "termTags": [ +                      { +                        "name": "tag5", +                        "category": "category5", +                        "notes": "tag5 notes", +                        "order": 0, +                        "score": 0, +                        "dictionary": "Test Dictionary 2", +                        "redundant": false +                      }, +                      { +                        "name": "tag6", +                        "category": "default", +                        "notes": "", +                        "order": 0, +                        "score": 0, +                        "dictionary": "Test Dictionary 2", +                        "redundant": false +                      }, +                      { +                        "name": "tag7", +                        "category": "default", +                        "notes": "", +                        "order": 0, +                        "score": 0, +                        "dictionary": "Test Dictionary 2", +                        "redundant": false +                      } +                    ], +                    "frequencies": [ +                      { +                        "index": 0, +                        "expressionIndex": 0, +                        "dictionary": "Test Dictionary 2", +                        "dictionaryOrder": { +                          "index": 0, +                          "priority": 0 +                        }, +                        "expression": "打ち込む", +                        "reading": "うちこむ", +                        "hasReading": false, +                        "frequency": 3 +                      }, +                      { +                        "index": 1, +                        "expressionIndex": 0, +                        "dictionary": "Test Dictionary 2", +                        "dictionaryOrder": { +                          "index": 0, +                          "priority": 0 +                        }, +                        "expression": "打ち込む", +                        "reading": "うちこむ", +                        "hasReading": true, +                        "frequency": 8 +                      } +                    ], +                    "pitches": [ +                      { +                        "index": 0, +                        "expressionIndex": 0, +                        "dictionary": "Test Dictionary 2", +                        "dictionaryOrder": { +                          "index": 0, +                          "priority": 0 +                        }, +                        "expression": "打ち込む", +                        "reading": "うちこむ", +                        "pitches": [ +                          { +                            "position": 0, +                            "tags": [] +                          }, +                          { +                            "position": 3, +                            "tags": [] +                          } +                        ] +                      } +                    ] +                  } +                ], +                "glossary": [ +                  "definition15", +                  "definition16" +                ], +                "definitionTags": [ +                  { +                    "name": "tag1", +                    "category": "category1", +                    "notes": "tag1 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag2", +                    "category": "category2", +                    "notes": "tag2 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  } +                ], +                "termTags": [ +                  { +                    "name": "tag5", +                    "category": "category5", +                    "notes": "tag5 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag6", +                    "category": "default", +                    "notes": "", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag7", +                    "category": "default", +                    "notes": "", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  } +                ], +                "frequencies": [ +                  { +                    "index": 0, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打ち込む", +                    "reading": "うちこむ", +                    "hasReading": false, +                    "frequency": 3 +                  }, +                  { +                    "index": 1, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打ち込む", +                    "reading": "うちこむ", +                    "hasReading": true, +                    "frequency": 8 +                  } +                ], +                "pitches": [ +                  { +                    "index": 0, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打ち込む", +                    "reading": "うちこむ", +                    "pitches": [ +                      { +                        "position": 0, +                        "tags": [] +                      }, +                      { +                        "position": 3, +                        "tags": [] +                      } +                    ] +                  } +                ], +                "sourceTermExactMatchCount": 0 +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "うちこむ", +                "hasReading": false, +                "frequency": 3 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "うちこむ", +                "hasReading": true, +                "frequency": 8 +              } +            ], +            "pitches": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "うちこむ", +                "pitches": [ +                  { +                    "position": 0, +                    "tags": [] +                  }, +                  { +                    "position": 3, +                    "tags": [] +                  } +                ] +              } +            ], +            "only": [ +              "うちこむ" +            ], +            "sourceTermExactMatchCount": 0 +          }, +          { +            "type": "termMergedByGlossary", +            "source": "うちこむ", +            "rawSource": "うちこむ", +            "reasons": [], +            "score": 1, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "dictionaryNames": [ +              "Test Dictionary 2" +            ], +            "expression": [ +              "打ち込む" +            ], +            "reading": [ +              "ぶちこむ" +            ], +            "expressions": [ +              { +                "sourceTerm": "うちこむ", +                "expression": "打ち込む", +                "reading": "ぶちこむ", +                "termTags": [ +                  { +                    "name": "tag3", +                    "category": "category3", +                    "notes": "tag3 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag4", +                    "category": "category4", +                    "notes": "tag4 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag5", +                    "category": "category5", +                    "notes": "tag5 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  } +                ], +                "frequencies": [ +                  { +                    "index": 0, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打ち込む", +                    "reading": "ぶちこむ", +                    "hasReading": false, +                    "frequency": 3 +                  }, +                  { +                    "index": 1, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打ち込む", +                    "reading": "ぶちこむ", +                    "hasReading": true, +                    "frequency": 9 +                  } +                ], +                "pitches": [ +                  { +                    "index": 0, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打ち込む", +                    "reading": "ぶちこむ", +                    "pitches": [ +                      { +                        "position": 0, +                        "tags": [] +                      }, +                      { +                        "position": 3, +                        "tags": [] +                      } +                    ] +                  } +                ] +              } +            ], +            "glossary": [ +              "definition19", +              "definition20" +            ], +            "definitionTags": [ +              { +                "name": "tag1", +                "category": "category1", +                "notes": "tag1 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag2", +                "category": "category2", +                "notes": "tag2 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "definitions": [ +              { +                "type": "term", +                "id": 10, +                "source": "うちこむ", +                "rawSource": "うちこむ", +                "sourceTerm": "うちこむ", +                "reasons": [], +                "score": 1, +                "isPrimary": false, +                "sequence": 4, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "dictionaryNames": [ +                  "Test Dictionary 2" +                ], +                "expression": "打ち込む", +                "reading": "ぶちこむ", +                "expressions": [ +                  { +                    "sourceTerm": "うちこむ", +                    "expression": "打ち込む", +                    "reading": "ぶちこむ", +                    "termTags": [ +                      { +                        "name": "tag3", +                        "category": "category3", +                        "notes": "tag3 notes", +                        "order": 0, +                        "score": 0, +                        "dictionary": "Test Dictionary 2", +                        "redundant": false +                      }, +                      { +                        "name": "tag4", +                        "category": "category4", +                        "notes": "tag4 notes", +                        "order": 0, +                        "score": 0, +                        "dictionary": "Test Dictionary 2", +                        "redundant": false +                      }, +                      { +                        "name": "tag5", +                        "category": "category5", +                        "notes": "tag5 notes", +                        "order": 0, +                        "score": 0, +                        "dictionary": "Test Dictionary 2", +                        "redundant": false +                      } +                    ], +                    "frequencies": [ +                      { +                        "index": 0, +                        "expressionIndex": 0, +                        "dictionary": "Test Dictionary 2", +                        "dictionaryOrder": { +                          "index": 0, +                          "priority": 0 +                        }, +                        "expression": "打ち込む", +                        "reading": "ぶちこむ", +                        "hasReading": false, +                        "frequency": 3 +                      }, +                      { +                        "index": 1, +                        "expressionIndex": 0, +                        "dictionary": "Test Dictionary 2", +                        "dictionaryOrder": { +                          "index": 0, +                          "priority": 0 +                        }, +                        "expression": "打ち込む", +                        "reading": "ぶちこむ", +                        "hasReading": true, +                        "frequency": 9 +                      } +                    ], +                    "pitches": [ +                      { +                        "index": 0, +                        "expressionIndex": 0, +                        "dictionary": "Test Dictionary 2", +                        "dictionaryOrder": { +                          "index": 0, +                          "priority": 0 +                        }, +                        "expression": "打ち込む", +                        "reading": "ぶちこむ", +                        "pitches": [ +                          { +                            "position": 0, +                            "tags": [] +                          }, +                          { +                            "position": 3, +                            "tags": [] +                          } +                        ] +                      } +                    ] +                  } +                ], +                "glossary": [ +                  "definition19", +                  "definition20" +                ], +                "definitionTags": [ +                  { +                    "name": "tag1", +                    "category": "category1", +                    "notes": "tag1 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag2", +                    "category": "category2", +                    "notes": "tag2 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  } +                ], +                "termTags": [ +                  { +                    "name": "tag3", +                    "category": "category3", +                    "notes": "tag3 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag4", +                    "category": "category4", +                    "notes": "tag4 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag5", +                    "category": "category5", +                    "notes": "tag5 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  } +                ], +                "frequencies": [ +                  { +                    "index": 0, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打ち込む", +                    "reading": "ぶちこむ", +                    "hasReading": false, +                    "frequency": 3 +                  }, +                  { +                    "index": 1, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打ち込む", +                    "reading": "ぶちこむ", +                    "hasReading": true, +                    "frequency": 9 +                  } +                ], +                "pitches": [ +                  { +                    "index": 0, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打ち込む", +                    "reading": "ぶちこむ", +                    "pitches": [ +                      { +                        "position": 0, +                        "tags": [] +                      }, +                      { +                        "position": 3, +                        "tags": [] +                      } +                    ] +                  } +                ], +                "sourceTermExactMatchCount": 0 +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "ぶちこむ", +                "hasReading": false, +                "frequency": 3 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "ぶちこむ", +                "hasReading": true, +                "frequency": 9 +              } +            ], +            "pitches": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打ち込む", +                "reading": "ぶちこむ", +                "pitches": [ +                  { +                    "position": 0, +                    "tags": [] +                  }, +                  { +                    "position": 3, +                    "tags": [] +                  } +                ] +              } +            ], +            "only": [ +              "ぶちこむ" +            ], +            "sourceTermExactMatchCount": 0 +          } +        ], +        "frequencies": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打ち込む", +            "reading": "うちこむ", +            "hasReading": false, +            "frequency": 3 +          }, +          { +            "index": 2, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打ち込む", +            "reading": "うちこむ", +            "hasReading": true, +            "frequency": 8 +          }, +          { +            "index": 1, +            "expressionIndex": 1, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打ち込む", +            "reading": "ぶちこむ", +            "hasReading": false, +            "frequency": 3 +          }, +          { +            "index": 3, +            "expressionIndex": 1, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打ち込む", +            "reading": "ぶちこむ", +            "hasReading": true, +            "frequency": 9 +          } +        ], +        "pitches": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打ち込む", +            "reading": "うちこむ", +            "pitches": [ +              { +                "position": 0, +                "tags": [] +              }, +              { +                "position": 3, +                "tags": [] +              } +            ] +          }, +          { +            "index": 1, +            "expressionIndex": 1, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打ち込む", +            "reading": "ぶちこむ", +            "pitches": [ +              { +                "position": 0, +                "tags": [] +              }, +              { +                "position": 3, +                "tags": [] +              } +            ] +          } +        ], +        "sourceTermExactMatchCount": 0 +      }, +      { +        "type": "termMerged", +        "source": "うち", +        "rawSource": "うち", +        "reasons": [ +          "masu stem" +        ], +        "score": 10, +        "dictionary": "Test Dictionary 2", +        "dictionaryOrder": { +          "index": 0, +          "priority": 0 +        }, +        "dictionaryNames": [ +          "Test Dictionary 2" +        ], +        "expression": [ +          "打つ" +        ], +        "reading": [ +          "うつ", +          "ぶつ" +        ], +        "expressions": [ +          { +            "sourceTerm": "うつ", +            "expression": "打つ", +            "reading": "うつ", +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "うつ", +                "hasReading": false, +                "frequency": 2 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "うつ", +                "hasReading": true, +                "frequency": 6 +              } +            ], +            "pitches": [] +          }, +          { +            "sourceTerm": "うつ", +            "expression": "打つ", +            "reading": "ぶつ", +            "termTags": [ +              { +                "name": "tag3", +                "category": "category3", +                "notes": "tag3 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag4", +                "category": "category4", +                "notes": "tag4 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag5", +                "category": "category5", +                "notes": "tag5 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 1, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "ぶつ", +                "hasReading": false, +                "frequency": 2 +              }, +              { +                "index": 1, +                "expressionIndex": 1, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "ぶつ", +                "hasReading": true, +                "frequency": 7 +              } +            ], +            "pitches": [] +          } +        ], +        "definitions": [ +          { +            "type": "termMergedByGlossary", +            "source": "うち", +            "rawSource": "うち", +            "reasons": [], +            "score": 10, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "dictionaryNames": [ +              "Test Dictionary 2" +            ], +            "expression": [ +              "打つ" +            ], +            "reading": [ +              "うつ" +            ], +            "expressions": [ +              { +                "sourceTerm": "うつ", +                "expression": "打つ", +                "reading": "うつ", +                "termTags": [ +                  { +                    "name": "tag3", +                    "category": "category3", +                    "notes": "tag3 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag4", +                    "category": "category4", +                    "notes": "tag4 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag5", +                    "category": "category5", +                    "notes": "tag5 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  } +                ], +                "frequencies": [ +                  { +                    "index": 0, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打つ", +                    "reading": "うつ", +                    "hasReading": false, +                    "frequency": 2 +                  }, +                  { +                    "index": 1, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打つ", +                    "reading": "うつ", +                    "hasReading": true, +                    "frequency": 6 +                  } +                ], +                "pitches": [] +              } +            ], +            "glossary": [ +              "definition5", +              "definition6" +            ], +            "definitionTags": [ +              { +                "name": "tag1", +                "category": "category1", +                "notes": "tag1 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag2", +                "category": "category2", +                "notes": "tag2 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "definitions": [ +              { +                "type": "term", +                "id": 3, +                "source": "うち", +                "rawSource": "うち", +                "sourceTerm": "うつ", +                "reasons": [ +                  "masu stem" +                ], +                "score": 10, +                "isPrimary": true, +                "sequence": 3, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "dictionaryNames": [ +                  "Test Dictionary 2" +                ], +                "expression": "打つ", +                "reading": "うつ", +                "expressions": [ +                  { +                    "sourceTerm": "うつ", +                    "expression": "打つ", +                    "reading": "うつ", +                    "termTags": [ +                      { +                        "name": "tag3", +                        "category": "category3", +                        "notes": "tag3 notes", +                        "order": 0, +                        "score": 0, +                        "dictionary": "Test Dictionary 2", +                        "redundant": false +                      }, +                      { +                        "name": "tag4", +                        "category": "category4", +                        "notes": "tag4 notes", +                        "order": 0, +                        "score": 0, +                        "dictionary": "Test Dictionary 2", +                        "redundant": false +                      }, +                      { +                        "name": "tag5", +                        "category": "category5", +                        "notes": "tag5 notes", +                        "order": 0, +                        "score": 0, +                        "dictionary": "Test Dictionary 2", +                        "redundant": false +                      } +                    ], +                    "frequencies": [ +                      { +                        "index": 0, +                        "expressionIndex": 0, +                        "dictionary": "Test Dictionary 2", +                        "dictionaryOrder": { +                          "index": 0, +                          "priority": 0 +                        }, +                        "expression": "打つ", +                        "reading": "うつ", +                        "hasReading": false, +                        "frequency": 2 +                      }, +                      { +                        "index": 1, +                        "expressionIndex": 0, +                        "dictionary": "Test Dictionary 2", +                        "dictionaryOrder": { +                          "index": 0, +                          "priority": 0 +                        }, +                        "expression": "打つ", +                        "reading": "うつ", +                        "hasReading": true, +                        "frequency": 6 +                      } +                    ], +                    "pitches": [] +                  } +                ], +                "glossary": [ +                  "definition5", +                  "definition6" +                ], +                "definitionTags": [ +                  { +                    "name": "tag1", +                    "category": "category1", +                    "notes": "tag1 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag2", +                    "category": "category2", +                    "notes": "tag2 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  } +                ], +                "termTags": [ +                  { +                    "name": "tag3", +                    "category": "category3", +                    "notes": "tag3 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag4", +                    "category": "category4", +                    "notes": "tag4 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag5", +                    "category": "category5", +                    "notes": "tag5 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  } +                ], +                "frequencies": [ +                  { +                    "index": 0, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打つ", +                    "reading": "うつ", +                    "hasReading": false, +                    "frequency": 2 +                  }, +                  { +                    "index": 1, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打つ", +                    "reading": "うつ", +                    "hasReading": true, +                    "frequency": 6 +                  } +                ], +                "pitches": [], +                "sourceTermExactMatchCount": 0 +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "うつ", +                "hasReading": false, +                "frequency": 2 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "うつ", +                "hasReading": true, +                "frequency": 6 +              } +            ], +            "pitches": [], +            "only": [ +              "うつ" +            ], +            "sourceTermExactMatchCount": 0 +          }, +          { +            "type": "termMergedByGlossary", +            "source": "うち", +            "rawSource": "うち", +            "reasons": [], +            "score": 10, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "dictionaryNames": [ +              "Test Dictionary 2" +            ], +            "expression": [ +              "打つ" +            ], +            "reading": [ +              "ぶつ" +            ], +            "expressions": [ +              { +                "sourceTerm": "うつ", +                "expression": "打つ", +                "reading": "ぶつ", +                "termTags": [ +                  { +                    "name": "tag3", +                    "category": "category3", +                    "notes": "tag3 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag4", +                    "category": "category4", +                    "notes": "tag4 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag5", +                    "category": "category5", +                    "notes": "tag5 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  } +                ], +                "frequencies": [ +                  { +                    "index": 0, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打つ", +                    "reading": "ぶつ", +                    "hasReading": false, +                    "frequency": 2 +                  }, +                  { +                    "index": 1, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打つ", +                    "reading": "ぶつ", +                    "hasReading": true, +                    "frequency": 7 +                  } +                ], +                "pitches": [] +              } +            ], +            "glossary": [ +              "definition9", +              "definition10" +            ], +            "definitionTags": [ +              { +                "name": "tag1", +                "category": "category1", +                "notes": "tag1 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag2", +                "category": "category2", +                "notes": "tag2 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "definitions": [ +              { +                "type": "term", +                "id": 5, +                "source": "うち", +                "rawSource": "うち", +                "sourceTerm": "うつ", +                "reasons": [], +                "score": 10, +                "isPrimary": false, +                "sequence": 3, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "dictionaryNames": [ +                  "Test Dictionary 2" +                ], +                "expression": "打つ", +                "reading": "ぶつ", +                "expressions": [ +                  { +                    "sourceTerm": "うつ", +                    "expression": "打つ", +                    "reading": "ぶつ", +                    "termTags": [ +                      { +                        "name": "tag3", +                        "category": "category3", +                        "notes": "tag3 notes", +                        "order": 0, +                        "score": 0, +                        "dictionary": "Test Dictionary 2", +                        "redundant": false +                      }, +                      { +                        "name": "tag4", +                        "category": "category4", +                        "notes": "tag4 notes", +                        "order": 0, +                        "score": 0, +                        "dictionary": "Test Dictionary 2", +                        "redundant": false +                      }, +                      { +                        "name": "tag5", +                        "category": "category5", +                        "notes": "tag5 notes", +                        "order": 0, +                        "score": 0, +                        "dictionary": "Test Dictionary 2", +                        "redundant": false +                      } +                    ], +                    "frequencies": [ +                      { +                        "index": 0, +                        "expressionIndex": 0, +                        "dictionary": "Test Dictionary 2", +                        "dictionaryOrder": { +                          "index": 0, +                          "priority": 0 +                        }, +                        "expression": "打つ", +                        "reading": "ぶつ", +                        "hasReading": false, +                        "frequency": 2 +                      }, +                      { +                        "index": 1, +                        "expressionIndex": 0, +                        "dictionary": "Test Dictionary 2", +                        "dictionaryOrder": { +                          "index": 0, +                          "priority": 0 +                        }, +                        "expression": "打つ", +                        "reading": "ぶつ", +                        "hasReading": true, +                        "frequency": 7 +                      } +                    ], +                    "pitches": [] +                  } +                ], +                "glossary": [ +                  "definition9", +                  "definition10" +                ], +                "definitionTags": [ +                  { +                    "name": "tag1", +                    "category": "category1", +                    "notes": "tag1 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag2", +                    "category": "category2", +                    "notes": "tag2 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  } +                ], +                "termTags": [ +                  { +                    "name": "tag3", +                    "category": "category3", +                    "notes": "tag3 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag4", +                    "category": "category4", +                    "notes": "tag4 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag5", +                    "category": "category5", +                    "notes": "tag5 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  } +                ], +                "frequencies": [ +                  { +                    "index": 0, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打つ", +                    "reading": "ぶつ", +                    "hasReading": false, +                    "frequency": 2 +                  }, +                  { +                    "index": 1, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打つ", +                    "reading": "ぶつ", +                    "hasReading": true, +                    "frequency": 7 +                  } +                ], +                "pitches": [], +                "sourceTermExactMatchCount": 0 +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "ぶつ", +                "hasReading": false, +                "frequency": 2 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "ぶつ", +                "hasReading": true, +                "frequency": 7 +              } +            ], +            "pitches": [], +            "only": [ +              "ぶつ" +            ], +            "sourceTermExactMatchCount": 0 +          }, +          { +            "type": "termMergedByGlossary", +            "source": "うち", +            "rawSource": "うち", +            "reasons": [], +            "score": 1, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "dictionaryNames": [ +              "Test Dictionary 2" +            ], +            "expression": [ +              "打つ" +            ], +            "reading": [ +              "うつ" +            ], +            "expressions": [ +              { +                "sourceTerm": "うつ", +                "expression": "打つ", +                "reading": "うつ", +                "termTags": [ +                  { +                    "name": "tag3", +                    "category": "category3", +                    "notes": "tag3 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag4", +                    "category": "category4", +                    "notes": "tag4 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag5", +                    "category": "category5", +                    "notes": "tag5 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  } +                ], +                "frequencies": [ +                  { +                    "index": 0, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打つ", +                    "reading": "うつ", +                    "hasReading": false, +                    "frequency": 2 +                  }, +                  { +                    "index": 1, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打つ", +                    "reading": "うつ", +                    "hasReading": true, +                    "frequency": 6 +                  } +                ], +                "pitches": [] +              } +            ], +            "glossary": [ +              "definition7", +              "definition8" +            ], +            "definitionTags": [ +              { +                "name": "tag1", +                "category": "category1", +                "notes": "tag1 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag2", +                "category": "category2", +                "notes": "tag2 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "definitions": [ +              { +                "type": "term", +                "id": 4, +                "source": "うち", +                "rawSource": "うち", +                "sourceTerm": "うつ", +                "reasons": [ +                  "masu stem" +                ], +                "score": 1, +                "isPrimary": true, +                "sequence": 3, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "dictionaryNames": [ +                  "Test Dictionary 2" +                ], +                "expression": "打つ", +                "reading": "うつ", +                "expressions": [ +                  { +                    "sourceTerm": "うつ", +                    "expression": "打つ", +                    "reading": "うつ", +                    "termTags": [ +                      { +                        "name": "tag3", +                        "category": "category3", +                        "notes": "tag3 notes", +                        "order": 0, +                        "score": 0, +                        "dictionary": "Test Dictionary 2", +                        "redundant": false +                      }, +                      { +                        "name": "tag4", +                        "category": "category4", +                        "notes": "tag4 notes", +                        "order": 0, +                        "score": 0, +                        "dictionary": "Test Dictionary 2", +                        "redundant": false +                      }, +                      { +                        "name": "tag5", +                        "category": "category5", +                        "notes": "tag5 notes", +                        "order": 0, +                        "score": 0, +                        "dictionary": "Test Dictionary 2", +                        "redundant": false +                      } +                    ], +                    "frequencies": [ +                      { +                        "index": 0, +                        "expressionIndex": 0, +                        "dictionary": "Test Dictionary 2", +                        "dictionaryOrder": { +                          "index": 0, +                          "priority": 0 +                        }, +                        "expression": "打つ", +                        "reading": "うつ", +                        "hasReading": false, +                        "frequency": 2 +                      }, +                      { +                        "index": 1, +                        "expressionIndex": 0, +                        "dictionary": "Test Dictionary 2", +                        "dictionaryOrder": { +                          "index": 0, +                          "priority": 0 +                        }, +                        "expression": "打つ", +                        "reading": "うつ", +                        "hasReading": true, +                        "frequency": 6 +                      } +                    ], +                    "pitches": [] +                  } +                ], +                "glossary": [ +                  "definition7", +                  "definition8" +                ], +                "definitionTags": [ +                  { +                    "name": "tag1", +                    "category": "category1", +                    "notes": "tag1 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag2", +                    "category": "category2", +                    "notes": "tag2 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  } +                ], +                "termTags": [ +                  { +                    "name": "tag3", +                    "category": "category3", +                    "notes": "tag3 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag4", +                    "category": "category4", +                    "notes": "tag4 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag5", +                    "category": "category5", +                    "notes": "tag5 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  } +                ], +                "frequencies": [ +                  { +                    "index": 0, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打つ", +                    "reading": "うつ", +                    "hasReading": false, +                    "frequency": 2 +                  }, +                  { +                    "index": 1, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打つ", +                    "reading": "うつ", +                    "hasReading": true, +                    "frequency": 6 +                  } +                ], +                "pitches": [], +                "sourceTermExactMatchCount": 0 +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "うつ", +                "hasReading": false, +                "frequency": 2 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "うつ", +                "hasReading": true, +                "frequency": 6 +              } +            ], +            "pitches": [], +            "only": [ +              "うつ" +            ], +            "sourceTermExactMatchCount": 0 +          }, +          { +            "type": "termMergedByGlossary", +            "source": "うち", +            "rawSource": "うち", +            "reasons": [], +            "score": 1, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "dictionaryNames": [ +              "Test Dictionary 2" +            ], +            "expression": [ +              "打つ" +            ], +            "reading": [ +              "ぶつ" +            ], +            "expressions": [ +              { +                "sourceTerm": "うつ", +                "expression": "打つ", +                "reading": "ぶつ", +                "termTags": [ +                  { +                    "name": "tag3", +                    "category": "category3", +                    "notes": "tag3 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag4", +                    "category": "category4", +                    "notes": "tag4 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag5", +                    "category": "category5", +                    "notes": "tag5 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  } +                ], +                "frequencies": [ +                  { +                    "index": 0, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打つ", +                    "reading": "ぶつ", +                    "hasReading": false, +                    "frequency": 2 +                  }, +                  { +                    "index": 1, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打つ", +                    "reading": "ぶつ", +                    "hasReading": true, +                    "frequency": 7 +                  } +                ], +                "pitches": [] +              } +            ], +            "glossary": [ +              "definition11", +              "definition12" +            ], +            "definitionTags": [ +              { +                "name": "tag1", +                "category": "category1", +                "notes": "tag1 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              }, +              { +                "name": "tag2", +                "category": "category2", +                "notes": "tag2 notes", +                "order": 0, +                "score": 0, +                "dictionary": "Test Dictionary 2", +                "redundant": false +              } +            ], +            "definitions": [ +              { +                "type": "term", +                "id": 6, +                "source": "うち", +                "rawSource": "うち", +                "sourceTerm": "うつ", +                "reasons": [], +                "score": 1, +                "isPrimary": false, +                "sequence": 3, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "dictionaryNames": [ +                  "Test Dictionary 2" +                ], +                "expression": "打つ", +                "reading": "ぶつ", +                "expressions": [ +                  { +                    "sourceTerm": "うつ", +                    "expression": "打つ", +                    "reading": "ぶつ", +                    "termTags": [ +                      { +                        "name": "tag3", +                        "category": "category3", +                        "notes": "tag3 notes", +                        "order": 0, +                        "score": 0, +                        "dictionary": "Test Dictionary 2", +                        "redundant": false +                      }, +                      { +                        "name": "tag4", +                        "category": "category4", +                        "notes": "tag4 notes", +                        "order": 0, +                        "score": 0, +                        "dictionary": "Test Dictionary 2", +                        "redundant": false +                      }, +                      { +                        "name": "tag5", +                        "category": "category5", +                        "notes": "tag5 notes", +                        "order": 0, +                        "score": 0, +                        "dictionary": "Test Dictionary 2", +                        "redundant": false +                      } +                    ], +                    "frequencies": [ +                      { +                        "index": 0, +                        "expressionIndex": 0, +                        "dictionary": "Test Dictionary 2", +                        "dictionaryOrder": { +                          "index": 0, +                          "priority": 0 +                        }, +                        "expression": "打つ", +                        "reading": "ぶつ", +                        "hasReading": false, +                        "frequency": 2 +                      }, +                      { +                        "index": 1, +                        "expressionIndex": 0, +                        "dictionary": "Test Dictionary 2", +                        "dictionaryOrder": { +                          "index": 0, +                          "priority": 0 +                        }, +                        "expression": "打つ", +                        "reading": "ぶつ", +                        "hasReading": true, +                        "frequency": 7 +                      } +                    ], +                    "pitches": [] +                  } +                ], +                "glossary": [ +                  "definition11", +                  "definition12" +                ], +                "definitionTags": [ +                  { +                    "name": "tag1", +                    "category": "category1", +                    "notes": "tag1 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag2", +                    "category": "category2", +                    "notes": "tag2 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  } +                ], +                "termTags": [ +                  { +                    "name": "tag3", +                    "category": "category3", +                    "notes": "tag3 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag4", +                    "category": "category4", +                    "notes": "tag4 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  }, +                  { +                    "name": "tag5", +                    "category": "category5", +                    "notes": "tag5 notes", +                    "order": 0, +                    "score": 0, +                    "dictionary": "Test Dictionary 2", +                    "redundant": false +                  } +                ], +                "frequencies": [ +                  { +                    "index": 0, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打つ", +                    "reading": "ぶつ", +                    "hasReading": false, +                    "frequency": 2 +                  }, +                  { +                    "index": 1, +                    "expressionIndex": 0, +                    "dictionary": "Test Dictionary 2", +                    "dictionaryOrder": { +                      "index": 0, +                      "priority": 0 +                    }, +                    "expression": "打つ", +                    "reading": "ぶつ", +                    "hasReading": true, +                    "frequency": 7 +                  } +                ], +                "pitches": [], +                "sourceTermExactMatchCount": 0 +              } +            ], +            "frequencies": [ +              { +                "index": 0, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "ぶつ", +                "hasReading": false, +                "frequency": 2 +              }, +              { +                "index": 1, +                "expressionIndex": 0, +                "dictionary": "Test Dictionary 2", +                "dictionaryOrder": { +                  "index": 0, +                  "priority": 0 +                }, +                "expression": "打つ", +                "reading": "ぶつ", +                "hasReading": true, +                "frequency": 7 +              } +            ], +            "pitches": [], +            "only": [ +              "ぶつ" +            ], +            "sourceTermExactMatchCount": 0 +          } +        ], +        "frequencies": [ +          { +            "index": 0, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打つ", +            "reading": "うつ", +            "hasReading": false, +            "frequency": 2 +          }, +          { +            "index": 2, +            "expressionIndex": 0, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打つ", +            "reading": "うつ", +            "hasReading": true, +            "frequency": 6 +          }, +          { +            "index": 1, +            "expressionIndex": 1, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打つ", +            "reading": "ぶつ", +            "hasReading": false, +            "frequency": 2 +          }, +          { +            "index": 3, +            "expressionIndex": 1, +            "dictionary": "Test Dictionary 2", +            "dictionaryOrder": { +              "index": 0, +              "priority": 0 +            }, +            "expression": "打つ", +            "reading": "ぶつ", +            "hasReading": true, +            "frequency": 7 +          } +        ], +        "pitches": [], +        "sourceTermExactMatchCount": 0 +      } +    ] +  } +]
\ No newline at end of file diff --git a/test/test-translator.js b/test/test-translator.js index 307329d0..ef431c46 100644 --- a/test/test-translator.js +++ b/test/test-translator.js @@ -37,28 +37,32 @@ async function createVM() {      const vm = new DatabaseVM();      vm.execute([          'js/core.js', -        'js/general/cache-map.js', -        'js/language/japanese-util.js', -        'js/data/json-schema.js', -        'js/media/media-util.js', -        'js/language/dictionary-importer.js', +        'js/data/anki-note-data.js',          'js/data/database.js', -        'js/language/dictionary-database.js', +        'js/data/json-schema.js', +        'js/general/cache-map.js',          'js/general/regex-util.js',          'js/general/text-source-map.js',          'js/language/deinflector.js', -        'js/language/translator.js' +        'js/language/dictionary-data-util.js', +        'js/language/dictionary-importer.js', +        'js/language/dictionary-database.js', +        'js/language/japanese-util.js', +        'js/language/translator.js', +        'js/media/media-util.js'      ]);      const [          DictionaryImporter,          DictionaryDatabase,          JapaneseUtil, -        Translator +        Translator, +        AnkiNoteData      ] = vm.get([          'DictionaryImporter',          'DictionaryDatabase',          'JapaneseUtil', -        'Translator' +        'Translator', +        'AnkiNoteData'      ]);      // Dictionary @@ -85,8 +89,11 @@ async function createVM() {      const deinflectionReasions = JSON.parse(fs.readFileSync(path.join(__dirname, '..', 'ext', 'data/deinflect.json')));      translator.prepare(deinflectionReasions); +    // Note data creation +    const createPublicAnkiNoteData = (marker, data) => new AnkiNoteData(japaneseUtil, marker, data).createPublic(); +      // Done -    return {vm, translator, dictionary: result}; +    return {vm, translator, dictionary: result, createPublicAnkiNoteData};  }  function buildOptions(optionsPresets, optionsArray, dictionaryTitle) { @@ -140,37 +147,64 @@ function buildOptions(optionsPresets, optionsArray, dictionaryTitle) {  async function main() {      const write = (process.argv[2] === '--write'); -    const {translator, dictionary: {title}} = await createVM(); - -    const dataFilePath = path.join(__dirname, 'data', 'test-translator-data.json'); -    const data = JSON.parse(fs.readFileSync(dataFilePath, {encoding: 'utf8'})); -    const {optionsPresets, tests} = data; -    for (const test of tests) { +    const {translator, dictionary: {title}, createPublicAnkiNoteData} = await createVM(); + +    const createTestAnkiNoteData = (definition, mode) => createPublicAnkiNoteData('{marker}', { +        definition, +        resultOutputMode: mode, +        mode: 'mode', +        glossaryLayoutMode: 'default', +        compactTags: false, +        context: { +            url: 'url:', +            sentence: {text: '', offset: 0}, +            documentTitle: 'title' +        }, +        injectedMedia: null +    }); + +    const testInputsFilePath = path.join(__dirname, 'data', 'translator-test-inputs.json'); +    const {optionsPresets, tests} = JSON.parse(fs.readFileSync(testInputsFilePath, {encoding: 'utf8'})); + +    const testResults1FilePath = path.join(__dirname, 'data', 'translator-test-results.json'); +    const expectedResults1 = JSON.parse(fs.readFileSync(testResults1FilePath, {encoding: 'utf8'})); +    const actualResults1 = []; + +    const testResults2FilePath = path.join(__dirname, 'data', 'translator-test-results-note-data1.json'); +    const expectedResults2 = JSON.parse(fs.readFileSync(testResults2FilePath, {encoding: 'utf8'})); +    const actualResults2 = []; + +    for (let i = 0, ii = tests.length; i < ii; ++i) { +        const test = tests[i]; +        const expected1 = expectedResults1[i]; +        const expected2 = expectedResults2[i];          switch (test.func) {              case 'findTerms':                  { -                    const {mode, text} = test; +                    const {name, mode, text} = test;                      const options = buildOptions(optionsPresets, test.options, title);                      const [definitions, length] = clone(await translator.findTerms(mode, text, options)); -                    if (write) { -                        test.expected = {length, definitions}; -                    } else { -                        const {expected} = test; -                        assert.deepStrictEqual(length, expected.length); -                        assert.deepStrictEqual(definitions, expected.definitions); +                    const noteDataList = clone(definitions.map((definition) => createTestAnkiNoteData(clone(definition), null))); +                    actualResults1.push({name, length, definitions}); +                    actualResults2.push({name, noteDataList}); +                    if (!write) { +                        assert.deepStrictEqual(length, expected1.length); +                        assert.deepStrictEqual(definitions, expected1.definitions); +                        assert.deepStrictEqual(noteDataList, expected2.noteDataList);                      }                  }                  break;              case 'findKanji':                  { -                    const {text} = test; +                    const {name, text} = test;                      const options = buildOptions(optionsPresets, test.options, title);                      const definitions = clone(await translator.findKanji(text, options)); -                    if (write) { -                        test.expected = {definitions}; -                    } else { -                        const {expected} = test; -                        assert.deepStrictEqual(definitions, expected.definitions); +                    const noteDataList = clone(definitions.map((definition) => createTestAnkiNoteData(clone(definition), null))); +                    actualResults1.push({name, definitions}); +                    actualResults2.push({name, noteDataList}); +                    if (!write) { +                        assert.deepStrictEqual(definitions, expected1.definitions); +                        assert.deepStrictEqual(noteDataList, expected2.noteDataList);                      }                  }                  break; @@ -178,7 +212,9 @@ async function main() {      }      if (write) { -        fs.writeFileSync(dataFilePath, JSON.stringify(data, null, 4), {encoding: 'utf8'}); +        // Use 2 indent instead of 4 to save a bit of file size +        fs.writeFileSync(testResults1FilePath, JSON.stringify(actualResults1, null, 2), {encoding: 'utf8'}); +        fs.writeFileSync(testResults2FilePath, JSON.stringify(actualResults2, null, 2), {encoding: 'utf8'});      }  }  |