Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
da1nerd committed Jan 21, 2020
1 parent f6a0b50 commit bbe909b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
1 change: 0 additions & 1 deletion src/core/Engine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}

Expand Down

0 comments on commit bbe909b

Please sign in to comment.