DebasishDhal99
commited on
Commit
•
9092ccc
1
Parent(s):
2c5a647
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
task_categories:
|
4 |
+
- translation
|
5 |
+
language:
|
6 |
+
- de
|
7 |
+
- cs
|
8 |
+
tags:
|
9 |
+
- history
|
10 |
+
size_categories:
|
11 |
+
- 1K<n<10K
|
12 |
+
---
|
13 |
+
## Dataset Description
|
14 |
+
|
15 |
+
- **Homepage:**
|
16 |
+
- **Repository:**
|
17 |
+
- **Paper:**
|
18 |
+
- **Leaderboard:**
|
19 |
+
- **Point of Contact:**
|
20 |
+
|
21 |
+
### Dataset Summary
|
22 |
+
|
23 |
+
This dataset contains the German and Polish names for almost 5k places in Poland. It has been generated using [this code](https://github.com/DebasishDhal/Minor-Stuff/blob/main/paired-placenames-scrapping/german-czech.py).
|
24 |
+
Many of these names are related to each other. Some German names are literal translation of the Polish names, some are phonetic modifications while some are unrelated.
|
25 |
+
|
26 |
+
|
27 |
+
## Dataset Creation
|
28 |
+
|
29 |
+
|
30 |
+
### Source Data
|
31 |
+
[English wiki page containing German exonyms for places in Czech Republic](https://en.wikipedia.org/wiki/List_of_German_names_for_places_in_the_Czech_Republic)
|