MentalTech commited on
Commit
ac849c9
·
verified ·
1 Parent(s): 6dad38d

Russian Given Names (NEN): 1551 name, CC BY 4.0, attribution to n-e-n.ru/imena

Browse files
Files changed (3) hide show
  1. README.md +65 -0
  2. data/names.csv +0 -0
  3. data/names.json +0 -0
README.md ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ language:
4
+ - ru
5
+ pretty_name: Russian Given Names (NEN)
6
+ tags:
7
+ - names
8
+ - russian
9
+ - onomastics
10
+ - gazetteer
11
+ - demographics
12
+ - ner
13
+ size_categories:
14
+ - 1K<n<10K
15
+ task_categories:
16
+ - token-classification
17
+ configs:
18
+ - config_name: default
19
+ data_files:
20
+ - split: train
21
+ path: data/names.csv
22
+ ---
23
+
24
+ # Russian Given Names (NEN) — 1,551 names with meanings and ZAGS popularity
25
+
26
+ **1,551 Russian given names** (809 male, 742 female) with origin, short meaning, an editorial etymology note, diminutive and international forms, and popularity ranks among newborns based on open data from Moscow civil registry offices (ZAGS).
27
+
28
+ Curated by the editorial team of [NEN («Нет, это нормально»)](https://n-e-n.ru/), a Russian parenting magazine. Every record links to a full name page at **[n-e-n.ru/imena](https://n-e-n.ru/imena/)** — the living catalog with a patronymic-based name picker.
29
+
30
+ ## Fields
31
+
32
+ | Field | Type | Description |
33
+ |---|---|---|
34
+ | `name` | string | Given name («Александр») |
35
+ | `gender` | `m` / `f` | Gender |
36
+ | `slug` | string | Stable ID, matches the name page URL |
37
+ | `url` | string | Name page at n-e-n.ru with the full reference |
38
+ | `origin` | string | Origin («древнегреческое») |
39
+ | `meaning` | string | Short meaning (≤110 chars) |
40
+ | `about` | string | Editorial note: etymology and history — no astrology or "character by name" pseudoscience |
41
+ | `short_forms` | string | Diminutives, `; `-separated |
42
+ | `international_forms` | string | International counterparts, `; `-separated |
43
+ | `first_letter` | string | First letter |
44
+ | `letters_count` | int | Name length in letters |
45
+ | `popularity_place` | int | Rank among newborns (1 = most frequent; Moscow ZAGS open data) |
46
+ | `popularity_bucket` | `top` / `popular` / `medium` / `rare` | Popularity bucket (96 / 259 / 485 / 711 names) |
47
+ | `tags` | string | `классика`, `редкое`, `короткое`, `унисекс` (`; `-separated) |
48
+
49
+ ## Use cases
50
+
51
+ Gazetteer for Russian NER, transliteration models, onomastics and demographic research, baby-name applications.
52
+
53
+ ## Provenance
54
+
55
+ - Popularity: open data from Moscow civil registry offices (ZAGS), newborn statistics of recent years. Rank is relative within this corpus, not absolute registration counts.
56
+ - Meanings and notes: NEN editorial team — every entry proofread; astrology and "destiny by name" content deliberately removed.
57
+ - Canonical repository: [github.com/mdanina/nen-imena-dataset](https://github.com/mdanina/nen-imena-dataset) · Kaggle mirror: [kaggle.com/datasets/magdadanina/russian-names-nen](https://www.kaggle.com/datasets/magdadanina/russian-names-nen)
58
+
59
+ ## License and attribution
60
+
61
+ [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/). Free to use, share and adapt — including commercially — **with required attribution**:
62
+
63
+ > Данные: НЭН — сервис «Имена», https://n-e-n.ru/imena/
64
+
65
+ Online use requires a working hyperlink to `https://n-e-n.ru/imena/`.
data/names.csv ADDED
The diff for this file is too large to render. See raw diff
 
data/names.json ADDED
The diff for this file is too large to render. See raw diff