UNPKG

wordmap

Version:
10 lines (9 loc) 320 B
"use strict"; 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;