vislupus commited on
Commit
bd5becc
1 Parent(s): 1c69c6e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +45 -3
README.md CHANGED
@@ -1,3 +1,45 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - bg
5
+ ---
6
+ # Bulgarian Dictionary Dataset
7
+
8
+ This dataset is a collection of Bulgarian words along with their linguistic details, derived forms, synonyms, incorrect usages, and more. It is designed for use in natural language processing (NLP) tasks, such as training language models, building dictionaries, or enhancing word prediction systems.
9
+
10
+ ---
11
+
12
+ ## **Source Information**
13
+
14
+ The data is sourced from the **[Читанка Речник](https://rechnik.chitanka.info/)**, a free online dictionary. The Читанка Речник project aims to preserve and make accessible the richness of the Bulgarian language.
15
+
16
+ - **Website**: [https://rechnik.chitanka.info/](https://rechnik.chitanka.info/)
17
+ - **About the Project**: [About Читанка Речник](https://rechnik.chitanka.info/about)
18
+
19
+ ---
20
+
21
+ ## **Dataset Description**
22
+
23
+ The dataset contains detailed linguistic information about Bulgarian words, formatted for NLP tasks. Each word entry includes the following fields (when available):
24
+
25
+ ### **Fields:**
26
+ 1. **Word (`name`)**: The Bulgarian word.
27
+ 2. **Stressed Form (`name_stressed`)**: The word with its stress pattern marked.
28
+ 3. **Meaning (`meaning`)**: A description of the word's definition or its usage.
29
+ 4. **Synonyms (`synonyms`)**: Other words with similar meanings.
30
+ 5. **Incorrect Forms (`incorrect_forms`)**: Common misspellings or misused forms of the word.
31
+ 6. **Derivative Forms (`derivative_forms`)**: Related forms of the word, such as conjugations or declensions.
32
+ 7. **Broken Form (`name_broken`)**: A segmented version of the word to indicate its morphological structure.
33
+
34
+ ---
35
+
36
+ ## **Acknowledgments**
37
+
38
+ This dataset is based on information provided by **[Читанка Речник](https://rechnik.chitanka.info/)**. The original project plays a vital role in preserving and promoting the Bulgarian language.
39
+
40
+ ---
41
+
42
+ ## **Citation**
43
+
44
+ If you use this dataset in your work, please credit Читанка Речник and provide a link to their website:
45
+ Data source: [Читанка Речник](https://rechnik.chitanka.info/)