Skip to content

Commit

Permalink
Merge branch 'master' of github.com:manimaran96/Spell4Wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
manimaran96 committed May 4, 2023
2 parents 2b7c6e6 + 3c7a6ef commit ea2dca6
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
17 changes: 15 additions & 2 deletions docs/HOW_TO_ADD_CATEGORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,21 @@ Spell4Wiki app team working on adding category by searching. Will get this featu

## Steps:
1. Visit your language Wiktionary page (Like: https://en.wiktionary.org , https://ta.wiktionary.org)
2. Find the most common categories or without audio words category (Like: Category:English nouns, Category:English quantizers, பகுப்பு:பெயர்ச்சொற்கள், பகுப்பு:தமிழ்-ஒலிக்கோப்புகளில்லை, ...etc.)
3. Copy the 'category title names' (not from URL). refer screenshot.
2. Find the most common categories or without audio words category.
Like:
- [Category:English nouns](https://en.wiktionary.org/wiki/Category:English_nouns),
- [Category:English quantizers](https://en.wiktionary.org/wiki/Category:English_quantizers),
- [பகுப்பு:பெயர்ச்சொற்கள்](https://ta.wiktionary.org/s/30v)
- [பகுப்பு:தமிழ்-ஒலிக்கோப்புகளில்லை](https://ta.wiktionary.org/s/7stn),
- [Category:Nachname (Deutsch)](https://de.wiktionary.org/wiki/Kategorie:Nachname_(Deutsch))
- [Kategorya:Gabos na tataramon](https://bcl.wiktionary.org/wiki/Kategorya:Gabos_na_tataramon),
- [বিষয়শ্রেণী:বাংলা](https://bn.wikipedia.org/wiki/%E0%A6%AC%E0%A6%BF%E0%A6%B7%E0%A6%AF%E0%A6%BC%E0%A6%B6%E0%A7%8D%E0%A6%B0%E0%A7%87%E0%A6%A3%E0%A7%80:%E0%A6%AC%E0%A6%BE%E0%A6%82%E0%A6%B2%E0%A6%BE_%E0%A6%AC%E0%A7%8D%E0%A6%AF%E0%A6%BE%E0%A6%95%E0%A6%B0%E0%A6%A3)
- [Categoria:Sostantivi in italiano](https://it.wiktionary.org/wiki/Categoria:Sostantivi_in_italiano)
- [ವರ್ಗ:ನಾಮಪದಗಳು](https://kn.wikipedia.org/wiki/%E0%B2%B5%E0%B2%B0%E0%B3%8D%E0%B2%97:%E0%B2%A8%E0%B2%BE%E0%B2%AE%E0%B2%AA%E0%B2%A6%E0%B2%97%E0%B2%B3%E0%B3%81)
- [വർഗ്ഗം:മലയാളം ധാതുരൂപങ്ങൾ](https://ml.wiktionary.org/wiki/%E0%B4%B5%E0%B5%BC%E0%B4%97%E0%B5%8D%E0%B4%97%E0%B4%82:%E0%B4%AE%E0%B4%B2%E0%B4%AF%E0%B4%BE%E0%B4%B3%E0%B4%82_%E0%B4%A7%E0%B4%BE%E0%B4%A4%E0%B5%81%E0%B4%B0%E0%B5%82%E0%B4%AA%E0%B4%99%E0%B5%8D%E0%B4%99%E0%B5%BE)
- [ଶ୍ରେଣୀ:ଓଡ଼ିଆ ଭାଷା](https://or.wikipedia.org/wiki/%E0%AC%B6%E0%AD%8D%E0%AC%B0%E0%AD%87%E0%AC%A3%E0%AD%80:%E0%AC%93%E0%AC%A1%E0%AC%BC%E0%AC%BF%E0%AC%86_%E0%AC%AD%E0%AC%BE%E0%AC%B7%E0%AC%BE)
- ...etc.)
3. Once found the category in language then **Copy the 'category title names'** (not from URL). refer screenshot.
4. Paste in the 'Enter valid words category' input dialog and submit.
5. Now, you can get words from the given category.

Expand Down
6 changes: 4 additions & 2 deletions files/base_data/spell4wiki_base.json
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,8 @@
"code":"gu",
"lang":"Gujarati",
"dir":"ltr",
"local_lang":"ગુજરાતી"
"local_lang":"ગુજરાતી",
"category": ["Files uploaded by spell4wiki in gu", "Gujarati pronunciation of the words with Gujarati script", "Gujarati pronunciation"]
},
{
"code":"gur",
Expand Down Expand Up @@ -1196,7 +1197,8 @@
"code":"sa",
"lang":"Sanskrit",
"dir":"ltr",
"local_lang":"संस्कृतम्"
"local_lang":"संस्कृतम्",
"category": ["Files uploaded by spell4wiki in sa", "Sanskrit pronunciation"]
},
{
"code":"sc",
Expand Down

0 comments on commit ea2dca6

Please sign in to comment.