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;
