From de6db32aa69be6c33d17ddb4f2dc4305e8771f59 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Fri, 14 May 2021 19:26:27 -0400 Subject: Improve source term exact match count (#1674) * Update sourceTermExactMatchCount to be based on headword count * Update tests --- test/data/translator-test-results-note-data1.json | 12 ++++++------ test/data/translator-test-results.json | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) (limited to 'test') diff --git a/test/data/translator-test-results-note-data1.json b/test/data/translator-test-results-note-data1.json index 8f5199a5..e9d41526 100644 --- a/test/data/translator-test-results-note-data1.json +++ b/test/data/translator-test-results-note-data1.json @@ -8933,7 +8933,7 @@ ] } ], - "sourceTermExactMatchCount": 2, + "sourceTermExactMatchCount": 1, "screenshotFileName": null, "clipboardImageFileName": null, "clipboardText": null, @@ -9261,7 +9261,7 @@ ] } ], - "sourceTermExactMatchCount": 2, + "sourceTermExactMatchCount": 1, "screenshotFileName": null, "clipboardImageFileName": null, "clipboardText": null, @@ -9539,7 +9539,7 @@ } ], "pitches": [], - "sourceTermExactMatchCount": 2, + "sourceTermExactMatchCount": 1, "screenshotFileName": null, "clipboardImageFileName": null, "clipboardText": null, @@ -9791,7 +9791,7 @@ } ], "pitches": [], - "sourceTermExactMatchCount": 2, + "sourceTermExactMatchCount": 1, "screenshotFileName": null, "clipboardImageFileName": null, "clipboardText": null, @@ -10745,7 +10745,7 @@ ] } ], - "sourceTermExactMatchCount": 4, + "sourceTermExactMatchCount": 2, "screenshotFileName": null, "clipboardImageFileName": null, "clipboardText": null, @@ -11198,7 +11198,7 @@ } ], "pitches": [], - "sourceTermExactMatchCount": 4, + "sourceTermExactMatchCount": 2, "screenshotFileName": null, "clipboardImageFileName": null, "clipboardText": null, diff --git a/test/data/translator-test-results.json b/test/data/translator-test-results.json index 19cc5efc..5d8e6abd 100644 --- a/test/data/translator-test-results.json +++ b/test/data/translator-test-results.json @@ -5578,7 +5578,7 @@ "score": 10, "dictionaryIndex": 0, "dictionaryPriority": 0, - "sourceTermExactMatchCount": 2, + "sourceTermExactMatchCount": 1, "maxTransformedTextLength": 4, "headwords": [ { @@ -5797,7 +5797,7 @@ "score": 10, "dictionaryIndex": 0, "dictionaryPriority": 0, - "sourceTermExactMatchCount": 2, + "sourceTermExactMatchCount": 1, "maxTransformedTextLength": 4, "headwords": [ { @@ -5996,7 +5996,7 @@ "score": 10, "dictionaryIndex": 0, "dictionaryPriority": 0, - "sourceTermExactMatchCount": 2, + "sourceTermExactMatchCount": 1, "maxTransformedTextLength": 2, "headwords": [ { @@ -6177,7 +6177,7 @@ "score": 10, "dictionaryIndex": 0, "dictionaryPriority": 0, - "sourceTermExactMatchCount": 2, + "sourceTermExactMatchCount": 1, "maxTransformedTextLength": 2, "headwords": [ { @@ -6630,7 +6630,7 @@ "score": 10, "dictionaryIndex": 0, "dictionaryPriority": 0, - "sourceTermExactMatchCount": 4, + "sourceTermExactMatchCount": 2, "maxTransformedTextLength": 4, "headwords": [ { @@ -7029,7 +7029,7 @@ "score": 10, "dictionaryIndex": 0, "dictionaryPriority": 0, - "sourceTermExactMatchCount": 4, + "sourceTermExactMatchCount": 2, "maxTransformedTextLength": 2, "headwords": [ { -- cgit v1.2.3