Skip to content

Commit e1419c0

Browse files
committed
Add concepts.
1 parent de259cf commit e1419c0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+963
-581
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
88

99
### Added
1010

11+
- Add more words and phrases.
1112
- Allow for selecting quiz types to use via the command-line interface. Closes [#318](https://github.com/fniessink/toisto/issues/318).
1213
- Add support for verbal nouns (fourth infinitive in Finnish).
1314

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"bilingual": {
3+
"involves": "language",
4+
"roots": {
5+
"fi": [
6+
"2",
7+
"language"
8+
],
9+
"nl": [
10+
"2",
11+
"language"
12+
]
13+
},
14+
"en": "bilingual",
15+
"fi": "kaksikielinen",
16+
"nl": "tweetalig"
17+
}
18+
}

src/concepts/mixed/food.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,6 @@
7979
],
8080
"nl": "het ontbijt"
8181
},
82-
"lunch": {
83-
"hypernym": "meal",
84-
"en": "lunch",
85-
"fi": "lounas",
86-
"nl": "de lunch"
87-
},
8882
"snack": {
8983
"hypernym": "food",
9084
"en": "snack",

src/concepts/nouns/allowance.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"evening allowance": {
3+
"hypernym": "salary",
4+
"roots": "evening",
5+
"en": "evening allowance",
6+
"fi": "iltalisä",
7+
"nl": "de avondtoeslag"
8+
}
9+
}

src/concepts/nouns/audience.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"audience": {
3+
"singular": {
4+
"en": "audience",
5+
"fi": "yleisö",
6+
"nl": "het publiek"
7+
},
8+
"plural": {
9+
"en": "audiences",
10+
"fi": "yleisöt",
11+
"nl": "de publieken"
12+
}
13+
}
14+
}

src/concepts/nouns/ball.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"ball": {
3+
"singular": {
4+
"en": "ball",
5+
"fi": "pallo",
6+
"nl": "de bal"
7+
},
8+
"plural": {
9+
"en": "balls",
10+
"fi": "pallot",
11+
"nl": "de ballen"
12+
}
13+
}
14+
}

src/concepts/nouns/board game.json

Lines changed: 0 additions & 14 deletions
This file was deleted.

src/concepts/nouns/boss.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"boss": {
3+
"en": "boss",
4+
"fi": [
5+
"esimies",
6+
"esihenkilö",
7+
"pomo*"
8+
],
9+
"nl": "de baas"
10+
}
11+
}

src/concepts/nouns/break.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"break": {
3+
"en": "break",
4+
"fi": "tauko",
5+
"nl": "de pauze"
6+
},
7+
"lunchbreak": {
8+
"hypernym": "break",
9+
"involves": "lunch",
10+
"roots": [
11+
"lunch",
12+
"break"
13+
],
14+
"en": "lunchbreak|lunch break",
15+
"fi": "lounastauko",
16+
"nl": "de lunchpauze"
17+
},
18+
"coffee break": {
19+
"hypernym": "break",
20+
"involves": "coffee",
21+
"roots": [
22+
"coffee",
23+
"break"
24+
],
25+
"en": "coffee break",
26+
"fi": "kahvitauko",
27+
"nl": "de koffiepauze"
28+
}
29+
}

src/concepts/nouns/canteen.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"canteen": {
3+
"roots": {
4+
"fi": "food"
5+
},
6+
"en": "canteen",
7+
"fi": "ruokala",
8+
"nl": "de kantine"
9+
}
10+
}

src/concepts/nouns/company.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"company": {
3+
"en": [
4+
"company",
5+
"firm"
6+
],
7+
"fi": [
8+
"yritys",
9+
"firma*"
10+
],
11+
"nl": [
12+
"de onderneming",
13+
"de firma",
14+
"het bedrijf"
15+
]
16+
},
17+
"llc": {
18+
"hypernym": "company",
19+
"full form": {
20+
"en": "limited liability company",
21+
"fi": "osakeyhtiö",
22+
"nl": "de naamloze vennootschap"
23+
},
24+
"abbreviation": {
25+
"en": "LLC",
26+
"fi": "oy",
27+
"nl": "de NV"
28+
}
29+
}
30+
}

src/concepts/nouns/computer game.json

Lines changed: 0 additions & 26 deletions
This file was deleted.

src/concepts/nouns/contract.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"contract": {
3+
"en": "contract",
4+
"fi": "sopimus",
5+
"nl": "het contract"
6+
},
7+
"employment contract": {
8+
"hypernym": "contract",
9+
"roots": {
10+
"fi": "work",
11+
"nl": "work"
12+
},
13+
"en": "employment contract",
14+
"fi": "työsopimus",
15+
"nl": "het arbeidscontract"
16+
}
17+
}

src/concepts/nouns/copier.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"photocopier": {
3+
"en": "photocopier|copier",
4+
"fi": "kopiokone",
5+
"nl": [
6+
"de kopieermachine",
7+
"het kopieerapparaat"
8+
]
9+
}
10+
}

src/concepts/nouns/department.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"department": {
3+
"en": "department",
4+
"fi": "osasto",
5+
"nl": "de afdeling"
6+
}
7+
}

src/concepts/nouns/earth.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"earth": {
3+
"holonym": "solar system",
4+
"hypernym": "planet",
5+
"en": "earth",
6+
"fi": "maa",
7+
"nl": "de aarde"
8+
}
9+
}

src/concepts/nouns/email.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"email": {
3+
"roots": {
4+
"en": "post",
5+
"fi": "post"
6+
},
7+
"en": "e-mail|email",
8+
"fi": "sähköposti",
9+
"nl": "de e-mail"
10+
}
11+
}

src/concepts/nouns/fashion.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"fashion": {
3+
"en": "fashion",
4+
"fi": "muoti",
5+
"nl": "de mode"
6+
}
7+
}

src/concepts/nouns/field.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,11 @@
33
"en": "field",
44
"fi": "pelto",
55
"nl": "het veld"
6+
},
7+
"playing field": {
8+
"involves": "sport",
9+
"en": "playing field",
10+
"fi": "urheilukenttä",
11+
"nl": "het sportveld"
612
}
713
}

src/concepts/nouns/galaxy.json

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{
2+
"galaxy": {
3+
"example": "The Milky Way Galaxy is a galaxy",
4+
"holonym": "universe",
5+
"singular": {
6+
"en": "galaxy",
7+
"fi": "galaksi",
8+
"nl": "het sterrenstelsel"
9+
},
10+
"plural": {
11+
"en": "galaxies",
12+
"fi": "galaksit",
13+
"nl": "de sterrenstelsels"
14+
}
15+
},
16+
"Milky Way Galaxy": {
17+
"example": "The Milky Way Galaxy is a galaxy",
18+
"hypernym": "galaxy",
19+
"roots": {
20+
"en": [
21+
"milk",
22+
"galaxy"
23+
],
24+
"nl": "milk",
25+
"fi": "bird"
26+
},
27+
"en": "Milky Way Galaxy",
28+
"fi": "linnunrata",
29+
"nl": "de Melkweg"
30+
},
31+
"The Milky Way Galaxy is a galaxy": {
32+
"roots": [
33+
"Milky Way Galaxy",
34+
"to be",
35+
"galaxy"
36+
],
37+
"en": "The Milky Way Galaxy is a galaxy.",
38+
"fi": "Linnunrata on galaksi.",
39+
"nl": "De Melkweg is een sterrenstelsel."
40+
}
41+
}

src/concepts/nouns/game.json

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
{
2+
"game": {
3+
"singular": {
4+
"en": "game",
5+
"fi": "peli",
6+
"nl": "het spel"
7+
},
8+
"plural": {
9+
"en": "games",
10+
"fi": "pelit",
11+
"nl": "de spellen"
12+
}
13+
},
14+
"board game": {
15+
"hypernym": "game",
16+
"singular": {
17+
"en": "board game",
18+
"fi": "lautapeli",
19+
"nl": "het bordspel"
20+
},
21+
"plural": {
22+
"en": "board games",
23+
"fi": "lautapelit",
24+
"nl": "de bordspellen|de bordspelen"
25+
}
26+
},
27+
"computer game": {
28+
"hypernym": "game",
29+
"involves": "computer",
30+
"roots": {
31+
"en": [
32+
"computer",
33+
"game"
34+
],
35+
"fi": "computer",
36+
"nl": [
37+
"computer",
38+
"game"
39+
]
40+
},
41+
"singular": {
42+
"en": "computer game",
43+
"fi": "tietokonepeli",
44+
"nl": "het computerspel"
45+
},
46+
"plural": {
47+
"en": "computer games",
48+
"fi": "tietokonepelit",
49+
"nl": "de computerspellen"
50+
}
51+
}
52+
}

src/concepts/nouns/hurry.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"hurry": {
3+
"en": [
4+
"hurry",
5+
"rush"
6+
],
7+
"fi": "kiire",
8+
"nl": [
9+
"de haast",
10+
"de druk"
11+
]
12+
}
13+
}

0 commit comments

Comments
 (0)