wordmap
Version:
Multi-Lingual Word Alignment Prediction
10 lines (9 loc) • 320 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const CorpusIndex_1 = require("./CorpusIndex");
/**
* a collection of indexes for the unaligned sentence pair.
* The underlying index is the {@link CorpusIndex}.
* @type {UnalignedSentenceIndex}
*/
exports.default = CorpusIndex_1.default;