Hér má finna safn af íslenskum bröndurum.
Markmið safnsins er margþætt.
- Því er ætlað til skemmtunar
- Til að safna texta til þjálfunar gervitauganeta fyrir íslensku
- Til að halda íslenskri menningu og tungu lifandi
- Til að byggja brú milli kynslóða með sameiginlegum húmor
Þetta safn er öllum aðgengilegt og allir geta nýtt sér það, hvort sem er í skemmti-, fræðslu- eða viðskiptalegum tilgangi. Eina kröfurnar eru að heimildin sé tilgreind og öllum breytingum eða viðbættu efni verði deilt með sama leyfi.
Fyrir sérhvern brandara þarf eftirfarandi atriði
- Brandarann
- Heimild (ef hún er til staðar, hvar var brandarinn fundinn eða hver samdi hann?)
- Útskýring (af hverju er brandarinn fyndinn), þarf ekki að vera með en getur verið gagnlegt til að kenna gervitauganetum að útskýra brandara á íslensku.
- Tag sem gefur til kynna hvaða eiginleika brandarinn hefur. Markmiðið með þessum upplýsingum er að gera notendum kleift að sía burt brandara sem eru dónalegir eða finna t.d. brandara sem gætu sérstaklega höfðað til barna.
Þetta verkefni er unnið undir Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) leyfi. Sjá LICENSE skrána fyrir nánari upplýsingar.
Hér er dæmi um pull request. Skoðið flipann files changed til að sjá hverju var bætt við.
Til að bæta við brandara, gerið eftirfarandi:
- Búið til fork.
- Clone-ið forkinn á ykkar vél.
- Gerið nýja grein/branch
git checkout -b feature/some_name
, þar semsome_name
er ykkar nafn á greininni. - Bætið við skjalinu
haust_2023/hi_user_name.json
með ykkar brandara á réttu json formatti. - Gerið
git add .
til að bæta við skránni. - Gerið
git commit -m "Added my joke!"
. - Gerið
git push --set-upstream origin feature/some_name
. - Farið á ykkar fork á github og inn í branch-ið, gerið þar pull request.
Þarna verður til pull request, sem Haffi112 þarf að samþykkja.
Here you can find a collection of Icelandic jokes.
The purpose of this collection is multifaceted.
- It aims to provide enjoyable reading material
- Til collect text for training artificial neural networks for Icelandic
- To keep the Icelandic culture and language alive
- To build a bridge between generations through common humour
This collection is accessible to everyone, and anyone can use it for entertainment, educational or commercial purposes. The only requirements are to cite the source and share all changes or additions with the same license.
For each joke, the following details are required:
- The joke itself
- Source (if available, where the joke was found or who made it)
- Explanation (why the joke is funny), not required, but can be useful to teach neural networks to explain Icelandic jokes.
- A tag indicating the characteristics of the joke. This information allows users to filter out inappropriate jokes or to find, for example, jokes that could particularly appeal to children.
Here is an example pull request, inspect the files changed to see what the contents of the change are.
- Create a fork of the repo.
- Clone your fork.
- Make a new branch with
git checkout -b feature/some_name
, wheresome_name
is the name you choose for the branch. - Make the file
haust_2023/hi_user_name.json
with your joke in the correct json format. - Do
git add .
to stage the file. - Do
git commit -m "Added my joke!"
to commit the change. - Do
git push --set-upstream origin feature/some_name
to push the changes upstream. - Go to your fork on github and in the branch make a pull request.
Now you have a pull request and Haffi112 has to merge it.
This project is licensed under the Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license. See the LICENSE file for more details.