Zipfs-Law-Language-Detector/data/testing/schema.sql
2024-07-28 13:50:05 -04:00

7 lines
104 B
SQL

create table TrainingData(
Lang Text,
File Text,
Row int,
Sample text,
unique (Lang, File, Row)
);