Witcher Elder Speech
Dictionary of Words and Translations from the Witcher Universe
@kaggle.kacperrabczewski_witcher_elder_speech
Dictionary of Words and Translations from the Witcher Universe
@kaggle.kacperrabczewski_witcher_elder_speech
This unusual dataset contains three files related to Elder Speech, the main language of elves and dryads in the Witcher universe. Elder Speech is based on Celtic languages, but also has influences from other languages like Italian and Latin. It is spoken by elves, mages, scholars, dryads, sirens, and nereids.
If you would like to see how data was scraped here is a GitHub repository.
CREATE TABLE elder_speech (
"elder_speech" VARCHAR,
"english" VARCHAR
);
CREATE TABLE sentences (
"elder_speech" VARCHAR,
"english" VARCHAR
);
Anyone who has the link will be able to view this.