Baselight

Lists Of Words In 30 European Languages

Spoken Languages Data for NLP

@kaggle.jacekpardyak_languages_of_europe

Loading...
Loading...

About this Dataset

Lists Of Words In 30 European Languages

Context

Most of the NLP material in Kaggle deals with the analysis of the English language. With these collections of words from other spoken languages, you can solve the same problems and encounter a new language-specific one.

Content

This collection contains word lists in the following languages:

'Albanian', 'Belarusian', 'Bosnian', 'Bulgarian', 'Croatian', 'Czech', 'Danish', 'Dutch', 'English', 'Estonian', 'French', 'German', 'Greek', 'Hungarian', 'Icelandic', 'Italian', 'Latvian', 'Lithuanian', 'Norwegian (Bokmål and Nynorsk)', 'Polish', 'Portuguese', 'Romanian', 'Russian', 'Serbian', 'Slovak', 'Slovenian', 'Spanish', 'Swedish', 'Turkish', 'Ukrainian'.

The separate file languages indicates the encoding of each file. I had no problems reading files in Python. In R, if base::read.csv fails for some encoding, the readr::read_csv works.

Acknowledgements

These collections are based on https://github.com/LibreOffice/dictionaries

Inspiration

Any form of contact with the language we learn brings us closer to our goal. Working with a language that we know helps us understand it better. Have fun!

Tables

Be By

@kaggle.jacekpardyak_languages_of_europe.be_by
  • 729.6 kB
  • 83,434 rows
  • 1 column
Loading...
CREATE TABLE be_by (
  "n" VARCHAR  -- А
);

Bg Bg

@kaggle.jacekpardyak_languages_of_europe.bg_bg
  • 658.06 kB
  • 78,237 rows
  • 1 column
Loading...
CREATE TABLE bg_bg (
  "n" VARCHAR  -- Абаджиев
);

Languages

@kaggle.jacekpardyak_languages_of_europe.languages
  • 6.46 kB
  • 31 rows
  • 7 columns
Loading...
CREATE TABLE languages (
  "unnamed_0" BIGINT  -- Unnamed: 0,
  "index" BIGINT,
  "language" VARCHAR,
  "code" VARCHAR,
  "folder" VARCHAR,
  "sub_folder" VARCHAR,
  "encoding" VARCHAR
);

Ro Ro

@kaggle.jacekpardyak_languages_of_europe.ro_ro
  • 1.25 MB
  • 180,884 rows
  • 3 columns
Loading...
CREATE TABLE ro_ro (
  "a" VARCHAR,
  "unnamed_1" VARCHAR  -- Unnamed: 1,
  "a_1" VARCHAR
);

Ru Ru

@kaggle.jacekpardyak_languages_of_europe.ru_ru
  • 1.22 MB
  • 146,268 rows
  • 1 column
Loading...
CREATE TABLE ru_ru (
  "n" VARCHAR  -- ЧПУ
);

Sq Al

@kaggle.jacekpardyak_languages_of_europe.sq_al
  • 1.41 MB
  • 229,504 rows
  • 2 columns
Loading...
CREATE TABLE sq_al (
  "ab" VARCHAR,
  "unnamed_1" VARCHAR  -- Unnamed: 1
);

Sr Sr

@kaggle.jacekpardyak_languages_of_europe.sr_sr
  • 1.73 MB
  • 251,548 rows
  • 2 columns
Loading...
CREATE TABLE sr_sr (
  "unnamed_0" VARCHAR  -- Unnamed: 0,
  "unnamed_1" VARCHAR  -- Unnamed: 1
);

Uk Ua

@kaggle.jacekpardyak_languages_of_europe.uk_ua
  • 982.62 kB
  • 111,401 rows
  • 1 column
Loading...
CREATE TABLE uk_ua (
  "n" VARCHAR  -- А
);

Share link

Anyone who has the link will be able to view this.