# bolt_splits **Repository Path**: mirrors_hankcs/bolt_splits ## Basic Information - **Project Name**: bolt_splits - **Description**: Split Broad Operational Language Translation corpus into train/dev/test set - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-07-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # bolt_splits Split Broad Operational Language Translation corpus into train/dev/test set. The pseudo-code for splitting goes as follows: ``` For files in each genre: For files in each ext: For files in each length of filename: Sort files by filename Split files to trn, dev, tst with 8:1:1 ratio ```