UNPKG

wordmap

Version:
8 lines (7 loc) 260 B
import { default as UnalignedSentenceIndex } from "./CorpusIndex"; /** * a collection of indexes for the unaligned sentence pair. * The underlying index is the {@link CorpusIndex}. * @type {UnalignedSentenceIndex} */ export default UnalignedSentenceIndex;