From bbe909b001be47885706c79be240740d083fcefe Mon Sep 17 00:00:00 2001 From: Joel Date: Tue, 21 Jan 2020 21:58:40 +0700 Subject: [PATCH] bumped version --- package.json | 2 +- src/core/Engine.ts | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 993251d..499c719 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wordmap", - "version": "0.7.12", + "version": "0.8.0", "description": "Multi-Lingual Word Alignment Prediction", "main": "index.js", "types": "index.d.ts", diff --git a/src/core/Engine.ts b/src/core/Engine.ts index 2631e18..73e147f 100644 --- a/src/core/Engine.ts +++ b/src/core/Engine.ts @@ -576,7 +576,6 @@ function fillSuggestion(predictions: Prediction[], forceOccurrenceOrder: boolean }); suggestion.addPrediction(nextBest); - // TODO: we should break out of this loop once we have accounted for all of the words } }