Christian Fraß commited on 2017-04-17 03:54:52
Zeige 25 geänderte Dateien mit 972 Einfügungen und 932 Löschungen.
| ... | ... |
@@ -2,6 +2,6 @@ |
| 2 | 2 |
<header>Cases</header> |
| 3 | 3 |
<?php proposal(); ?> |
| 4 | 4 |
<p>The base form of noun is the <span class="grammarterm">nominative</span> |
| 5 |
- <p>Regular nouns can appear in two cases: <span class="grammarterm">nominative</span> and <span class="grammarterm">genitive</span>. The nominative doesn't receive any marker while the genitive is formed by appending the suffix <?php echo(mark("-(e)s", ["type_word", "lang_fs"])); ?> to the word, e.g. <?php echo(format_correlation("type_word")(["fs" => ["huses"], "en" => ["houses"]])); ?>. The marker for the plural has to be applied first, e.g. <?php echo(format_correlation("type_word")(["fs" => ["huser(e)s"], "en" => ["houses'"]])); ?>.</p>
|
|
| 5 |
+ <p>Regular nouns can appear in two cases: <span class="grammarterm">nominative</span> and <span class="grammarterm">genitive</span>. The nominative doesn't receive any marker while the genitive is formed by appending the suffix <?php echo(mark("-(e)s", ["type_word", "lang_fs"])); ?> to the word, e.g. <?php echo(format_correlation("type_word")(["flk" => ["huses"], "eng" => ["houses"]])); ?>. The marker for the plural has to be applied first, e.g. <?php echo(format_correlation("type_word")(["flk" => ["huser(e)s"], "eng" => ["houses'"]])); ?>.</p>
|
|
| 6 | 6 |
</section> |
| 7 | 7 |
|
| ... | ... |
@@ -99,14 +99,14 @@ |
| 99 | 99 |
{
|
| 100 | 100 |
case 0: |
| 101 | 101 |
{
|
| 102 |
- return format_list("type_word", "fs")($value[0]["words"]);
|
|
| 102 |
+ return format_list("type_word", "flk")($value[0]["words"]);
|
|
| 103 | 103 |
break; |
| 104 | 104 |
} |
| 105 | 105 |
case 1: |
| 106 | 106 |
{
|
| 107 | 107 |
global $configuration; |
| 108 | 108 |
$value_ = []; |
| 109 |
- foreach (["fs",$configuration["target"]] as $language_id) |
|
| 109 |
+ foreach (["flk",$configuration["target"]] as $language_id) |
|
| 110 | 110 |
{
|
| 111 | 111 |
$value_[$language_id] = array_reduce |
| 112 | 112 |
( |
| ... | ... |
@@ -123,7 +123,7 @@ |
| 123 | 123 |
format_correlation("type_word")
|
| 124 | 124 |
( |
| 125 | 125 |
[ |
| 126 |
- "fs" => $value_["fs"], |
|
| 126 |
+ "flk" => $value_["flk"], |
|
| 127 | 127 |
$configuration["target"] => $value_[$configuration["target"]], |
| 128 | 128 |
] |
| 129 | 129 |
) |
| ... | ... |
@@ -140,5 +140,5 @@ |
| 140 | 140 |
] |
| 141 | 141 |
)->generate(); |
| 142 | 142 |
?> |
| 143 |
-<p><?php echo(format_correlation("type_sentence")(["fs" => ["Vi kön see de huses vindöger"], "en" => ["We can see the houses windows."]])); ?></p></section>
|
|
| 143 |
+<p><?php echo(format_correlation("type_sentence")(["flk" => ["Vi kön see de huses vindöger"], "eng" => ["We can see the houses windows."]])); ?></p></section>
|
|
| 144 | 144 |
|
| ... | ... |
@@ -1,7 +1,7 @@ |
| 1 | 1 |
<section class="subsection" id="definiteness"> |
| 2 | 2 |
<header>Definiteness</header> |
| 3 | 3 |
<?php proposal(); ?> |
| 4 |
- <p>The undefinite aspect of a singular noun is formed by using the article <?php echo(mark("en", ["type_word", "lang_fs"])); ?>, e.g. <?php echo(format_correlation("type_word")(["fs" => ["en hus"], "en" => ["a house"]])); ?>. Undefinite plural nouns don't have an article, e.g. <?php echo(format_correlation("type_word")(["fs" => ["huser"], "en" => ["houses"]])); ?>.</p>
|
|
| 5 |
- <p>The definite aspect of both singular and plural nouns is formed by using the article <?php echo(mark("de", ["type_word", "lang_fs"])); ?>, e.g. <?php echo(format_correlation("type_word")(["fs" => ["de hus"], "en" => ["the house"]])); ?>.</p>
|
|
| 4 |
+ <p>The undefinite aspect of a singular noun is formed by using the article <?php echo(mark("eng", ["type_word", "lang_fs"])); ?>, e.g. <?php echo(format_correlation("type_word")(["flk" => ["en hus"], "eng" => ["a house"]])); ?>. Undefinite plural nouns don't have an article, e.g. <?php echo(format_correlation("type_word")(["flk" => ["huser"], "eng" => ["houses"]])); ?>.</p>
|
|
| 5 |
+ <p>The definite aspect of both singular and plural nouns is formed by using the article <?php echo(mark("deu", ["type_word", "lang_fs"])); ?>, e.g. <?php echo(format_correlation("type_word")(["flk" => ["de hus"], "eng" => ["the house"]])); ?>.</p>
|
|
| 6 | 6 |
</section> |
| 7 | 7 |
|
| ... | ... |
@@ -1,8 +1,8 @@ |
| 1 | 1 |
<section class="subsection" id="infinite_verbforms"> |
| 2 | 2 |
<header>Infinite Verbforms</header> |
| 3 |
- <p>The <span class="grammarterm">infinitive</span> is formed by appending <?php echo(mark("-e", ["type_word", "lang_fs"])); ?> to the verb stem, e.g. <?php echo(format_correlation("type_word")(["fs" => ["skrive"], "en" => ["to write"]])); ?>. In some cases it is mandatory to mark the infinitive with the special particle <?php echo(mark("tu", ["type_word", "lang_fs"])); ?> in order to form the <span class="grammarterm">extended intfinitive</span>, e.g.: <?php echo(format_correlation("type_sentence")(["fs" => ["Han hup tu finde en svart sten."], "en" => ["He hopes to find a black stone."]])); ?>.</p>
|
|
| 3 |
+ <p>The <span class="grammarterm">infinitive</span> is formed by appending <?php echo(mark("-e", ["type_word", "lang_fs"])); ?> to the verb stem, e.g. <?php echo(format_correlation("type_word")(["flk" => ["skrive"], "eng" => ["to write"]])); ?>. In some cases it is mandatory to mark the infinitive with the special particle <?php echo(mark("tu", ["type_word", "lang_fs"])); ?> in order to form the <span class="grammarterm">extended intfinitive</span>, e.g.: <?php echo(format_correlation("type_sentence")(["flk" => ["Han hup tu finde en svart sten."], "eng" => ["He hopes to find a black stone."]])); ?>.</p>
|
|
| 4 | 4 |
<span class="todo">Specify cases for extended infinitive</span> |
| 5 |
- <p>The <span class="grammarterm">active participle</span> is formed by appending <?php echo(mark("-end", ["type_word", "lang_fs"])); ?> to the verb stem, e.g. <?php echo(format_correlation("type_word")(["fs" => ["skrivend"], "en" => ["writing"]])); ?>.</p>
|
|
| 6 |
- <p>The <span class="grammarterm">passive participle</span> is formed by appending <?php echo(mark("-et", ["type_word", "lang_fs"])); ?> to the verb stem, e.g. <?php echo(format_correlation("type_word")(["fs" => ["skrivet"], "en" => ["written"]])); ?>. If pronouncable, the <?php echo(mark("e", ["type_letter", "lang_fs"])); ?> in the ending can be omitted, e.g. <?php echo(mark("skrivt", ["type_word", "lang_fs"])); ?>.</p>
|
|
| 5 |
+ <p>The <span class="grammarterm">active participle</span> is formed by appending <?php echo(mark("-end", ["type_word", "lang_fs"])); ?> to the verb stem, e.g. <?php echo(format_correlation("type_word")(["flk" => ["skrivend"], "eng" => ["writing"]])); ?>.</p>
|
|
| 6 |
+ <p>The <span class="grammarterm">passive participle</span> is formed by appending <?php echo(mark("-et", ["type_word", "lang_fs"])); ?> to the verb stem, e.g. <?php echo(format_correlation("type_word")(["flk" => ["skrivet"], "eng" => ["written"]])); ?>. If pronouncable, the <?php echo(mark("e", ["type_letter", "lang_fs"])); ?> in the ending can be omitted, e.g. <?php echo(mark("skrivt", ["type_word", "lang_fs"])); ?>.</p>
|
|
| 7 | 7 |
</section> |
| 8 | 8 |
|
| ... | ... |
@@ -6,11 +6,11 @@ |
| 6 | 6 |
<?php |
| 7 | 7 |
$entries = |
| 8 | 8 |
[ |
| 9 |
- ["fs" => ["mute"], "en" => ["to must"]], |
|
| 10 |
- ["fs" => ["köne"], "en" => ["to can"]], |
|
| 11 |
- ["fs" => ["vile"], "en" => ["to will"]], |
|
| 12 |
- ["fs" => ["skale"], "en" => ["to shall"]], |
|
| 13 |
- // ["fs" => ["darfe"], "en" => ["to be allowed to"]], |
|
| 9 |
+ ["flk" => ["mute"], "eng" => ["to must"]], |
|
| 10 |
+ ["flk" => ["köne"], "eng" => ["to can"]], |
|
| 11 |
+ ["flk" => ["vile"], "eng" => ["to will"]], |
|
| 12 |
+ ["flk" => ["skale"], "eng" => ["to shall"]], |
|
| 13 |
+ // ["flk" => ["darfe"], "eng" => ["to be allowed to"]], |
|
| 14 | 14 |
]; |
| 15 | 15 |
foreach ($entries as $entry) |
| 16 | 16 |
{
|
| ... | ... |
@@ -20,6 +20,6 @@ |
| 20 | 20 |
} |
| 21 | 21 |
?> |
| 22 | 22 |
</ul> |
| 23 |
- <p>Modal verbs in contrast to normal verbs never take an extended infinitive as object, e.g. <?php echo(format_correlation("type_sentence")(["fs" => ["Vi hop tu finde vater har."], "en" => ["We hope to find water here."]])); ?>, but <?php echo(format_correlation("type_sentence")(["fs" => ["Vi kön finde vater har."], "en" => ["We can find water here."]])); ?></p>
|
|
| 23 |
+ <p>Modal verbs in contrast to normal verbs never take an extended infinitive as object, e.g. <?php echo(format_correlation("type_sentence")(["flk" => ["Vi hop tu finde vater har."], "eng" => ["We hope to find water here."]])); ?>, but <?php echo(format_correlation("type_sentence")(["flk" => ["Vi kön finde vater har."], "eng" => ["We can find water here."]])); ?></p>
|
|
| 24 | 24 |
</section> |
| 25 | 25 |
|
| ... | ... |
@@ -1,9 +1,9 @@ |
| 1 | 1 |
<section class="subsection" id="negation"> |
| 2 | 2 |
<header>Negation</header> |
| 3 | 3 |
<?php proposal(); ?> |
| 4 |
- <p>In order to negate the meaning of a verb, one places the word <?php echo(mark("nit", ["type_word", "lang_fs"])); ?> after the verb. Example: <?php echo(format_correlation("type_sentence")(["fs" => ["Di se nit."], "en" => ["They don't see."]])); ?></p>
|
|
| 5 |
- <p>If the verb takes a direct object it is allowed to place the object before the <?php echo(mark("nit", ["type_word", "lang_fs"])); ?>. Example: <?php echo(format_correlation("type_sentence")(["fs" => ["Di se us nit."], "en" => ["They don't see us."]])); ?></p>
|
|
| 6 |
- <p>Negations can also be expressed implicitly by using negative correlatives. Example: <?php echo(format_correlation("type_sentence")(["fs" => ["Di se ing tid."], "en" => ["They never see."]])); ?></p>
|
|
| 7 |
- <p>Doubled negations (both explicit and implicit ones) cancel each other out. Example: <?php echo(format_correlation("type_sentence")(["fs" => ["Di se nit ing tid."], "en" => ["They never don't see.", "They always see."]])); ?></p>
|
|
| 4 |
+ <p>In order to negate the meaning of a verb, one places the word <?php echo(mark("nit", ["type_word", "lang_fs"])); ?> after the verb. Example: <?php echo(format_correlation("type_sentence")(["flk" => ["Di se nit."], "eng" => ["They don't see."]])); ?></p>
|
|
| 5 |
+ <p>If the verb takes a direct object it is allowed to place the object before the <?php echo(mark("nit", ["type_word", "lang_fs"])); ?>. Example: <?php echo(format_correlation("type_sentence")(["flk" => ["Di se us nit."], "eng" => ["They don't see us."]])); ?></p>
|
|
| 6 |
+ <p>Negations can also be expressed implicitly by using negative correlatives. Example: <?php echo(format_correlation("type_sentence")(["flk" => ["Di se ing tid."], "eng" => ["They never see."]])); ?></p>
|
|
| 7 |
+ <p>Doubled negations (both explicit and implicit ones) cancel each other out. Example: <?php echo(format_correlation("type_sentence")(["flk" => ["Di se nit ing tid."], "eng" => ["They never don't see.", "They always see."]])); ?></p>
|
|
| 8 | 8 |
</section> |
| 9 | 9 |
|
| ... | ... |
@@ -1,6 +1,6 @@ |
| 1 | 1 |
<section class="subsection" id="numeri"> |
| 2 | 2 |
<header>Numeri</header> |
| 3 | 3 |
<?php proposal(); ?> |
| 4 |
- <p>The plural of a noun is formed by appending the syllable <?php echo(mark("-er", ["type_word", "lang_fs"])); ?>, e.g. <?php echo(format_correlation("type_word")(["fs" => ["huser"], "en" => ["houses"]])); ?>.</p>
|
|
| 4 |
+ <p>The plural of a noun is formed by appending the syllable <?php echo(mark("-er", ["type_word", "lang_fs"])); ?>, e.g. <?php echo(format_correlation("type_word")(["flk" => ["huser"], "eng" => ["houses"]])); ?>.</p>
|
|
| 5 | 5 |
</section> |
| 6 | 6 |
|
| ... | ... |
@@ -87,7 +87,7 @@ function convert_genus($genus) {return [0 => "common", 1 => "masculine", 2 => "f
|
| 87 | 87 |
|
| 88 | 88 |
{
|
| 89 | 89 |
// $data = sql_select($data, function ($row) {return ($row["type_name"] == "nor");});
|
| 90 |
- $data = sql_select($data, function ($row) {global $configuration; return (($row["language_id"] == "fs") or ($row["language_id"] == $configuration["target"]));});
|
|
| 90 |
+ $data = sql_select($data, function ($row) {global $configuration; return (($row["language_id"] == "flk") or ($row["language_id"] == $configuration["target"]));});
|
|
| 91 | 91 |
} |
| 92 | 92 |
|
| 93 | 93 |
$table = new class_table |
| ... | ... |
@@ -152,7 +152,7 @@ function convert_genus($genus) {return [0 => "common", 1 => "masculine", 2 => "f
|
| 152 | 152 |
</div> |
| 153 | 153 |
<div class="note note_information"> |
| 154 | 154 |
<span class="note_content"> |
| 155 |
- <p>A reflexive genitive can be formed by inserting the word <?php echo(mark("egen", ["word", "lang_fs"])); ?> (<?php echo(mark("own", ["type_word", "lang_en"])); ?>), for example <?php echo(format_correlation("type_sentence")(["fs" => ["Han (A) hav givt to ham (B) hans egen buk."], "en" => ["He (A) has given (to) him (B) his own book."]])); ?> (A's book was given to B).</p>
|
|
| 155 |
+ <p>A reflexive genitive can be formed by inserting the word <?php echo(mark("egen", ["word", "lang_fs"])); ?> (<?php echo(mark("own", ["type_word", "lang_en"])); ?>), for example <?php echo(format_correlation("type_sentence")(["flk" => ["Han (A) hav givt to ham (B) hans egen buk."], "eng" => ["He (A) has given (to) him (B) his own book."]])); ?> (A's book was given to B).</p>
|
|
| 156 | 156 |
</span> |
| 157 | 157 |
</div> |
| 158 | 158 |
<div class="note note_reasoning"> |
| ... | ... |
@@ -53,11 +53,11 @@ |
| 53 | 53 |
), |
| 54 | 54 |
new class_column |
| 55 | 55 |
( |
| 56 |
- $configuration["languagemap"]["fs"] . " Example", |
|
| 56 |
+ $configuration["languagemap"]["flk"] . " Example", |
|
| 57 | 57 |
"examples", |
| 58 | 58 |
function ($value) |
| 59 | 59 |
{
|
| 60 |
- return format($value["fs"], ["word", "lang_fs"]); |
|
| 60 |
+ return format($value["flk"], ["word", "lang_fs"]); |
|
| 61 | 61 |
} |
| 62 | 62 |
), |
| 63 | 63 |
new class_column |
| ... | ... |
@@ -7,20 +7,34 @@ include_once("source/logic/server/table.php");
|
| 7 | 7 |
<section class="section" id="principles"> |
| 8 | 8 |
<header>Principles</header> |
| 9 | 9 |
<p>The word stock of Folksprak is ‐ with minor ‐ exceptions derived from the modern Germanic languages (e.g. English, German, Swedish, …) and/or their precursors (e.g. Old English, Old Norse, Proto Germanic, etc.). However branches, which no longer emerge today (e.g. the East Germanic languages like Gothic), were not incorporated.</p> |
| 10 |
- <p>The following table gives an overview about the typical phoneme-transitions with example words in square brackets:</p> |
|
| 10 |
+ <p>The following table gives an overview about the typical transitions of phones from Proto-Germanic to some of todays natural Germanic languages and Folksprak, along with example words in square brackets:</p> |
|
| 11 | 11 |
<span class="todo">more entries</span> |
| 12 | 12 |
<?php |
| 13 |
+ $data_common = read_json("source/data/common.json");
|
|
| 13 | 14 |
$data_transitions = read_json("source/data/transitions.json");
|
| 14 | 15 |
|
| 15 | 16 |
$data = $data_transitions["data"]; |
| 16 |
- // $data = sql_select($data, function ($row) {return in_array($row["language_id"], ["pg","fs","en"]);});
|
|
| 17 |
+ {
|
|
| 18 |
+ {
|
|
| 19 |
+ $data = sql_select($data, function ($row) {return in_array($row["language_id"], ["gem","flk","eng","deu","nld","dan","nob","swe","isl"]);});
|
|
| 20 |
+ } |
|
| 21 |
+ {
|
|
| 22 |
+ {
|
|
| 23 |
+ $data = sql_cross($data, $data_common["languages"]); |
|
| 24 |
+ $data = sql_select($data, function ($row) {return ($row["language_id"] == $row["id"]);});
|
|
| 25 |
+ $data = sql_delete($data, ["id"]); |
|
| 26 |
+ $data = sql_rename($data, "name", "language_name"); |
|
| 27 |
+ } |
|
| 28 |
+ } |
|
| 29 |
+ } |
|
| 17 | 30 |
|
| 18 | 31 |
$table = new class_table |
| 19 | 32 |
( |
| 20 | 33 |
[ |
| 21 | 34 |
new class_column("Transition", "transition_id"),
|
| 22 |
- new class_column("Language", "language_id"),
|
|
| 23 |
- new class_column("Phonemes", "phonemes"),
|
|
| 35 |
+ new class_column("Language", "language_name"),
|
|
| 36 |
+ new class_column("Language ID", "language_id"),
|
|
| 37 |
+ new class_column("Phones", "phones"),
|
|
| 24 | 38 |
new class_column("Examples", "examples"),
|
| 25 | 39 |
], |
| 26 | 40 |
$data |
| ... | ... |
@@ -41,9 +55,9 @@ include_once("source/logic/server/table.php");
|
| 41 | 55 |
], |
| 42 | 56 |
"columns_data" => |
| 43 | 57 |
[ |
| 44 |
- $table->columns_get()[1], |
|
| 45 | 58 |
$table->columns_get()[2], |
| 46 | 59 |
$table->columns_get()[3], |
| 60 |
+ $table->columns_get()[4], |
|
| 47 | 61 |
], |
| 48 | 62 |
"data_aggregator" => function ($values) |
| 49 | 63 |
{
|
| ... | ... |
@@ -53,7 +67,7 @@ include_once("source/logic/server/table.php");
|
| 53 | 67 |
{
|
| 54 | 68 |
if (count($values) == 1) |
| 55 | 69 |
{
|
| 56 |
- $phonemes = implode( |
|
| 70 |
+ $phones = implode( |
|
| 57 | 71 |
", ", |
| 58 | 72 |
array_map |
| 59 | 73 |
( |
| ... | ... |
@@ -61,7 +75,7 @@ include_once("source/logic/server/table.php");
|
| 61 | 75 |
{
|
| 62 | 76 |
return mark($phoneme, ["type_word", "lang_" . $values[0]["language_id"]]); |
| 63 | 77 |
}, |
| 64 |
- $values[0]["phonemes"] |
|
| 78 |
+ $values[0]["phones"] |
|
| 65 | 79 |
) |
| 66 | 80 |
); |
| 67 | 81 |
$examples = implode |
| ... | ... |
@@ -76,7 +90,7 @@ include_once("source/logic/server/table.php");
|
| 76 | 90 |
array_slice($values[0]["examples"], 0, 1) |
| 77 | 91 |
) |
| 78 | 92 |
); |
| 79 |
- $output = $phonemes; |
|
| 93 |
+ $output = $phones; |
|
| 80 | 94 |
if (count($values[0]["examples"]) > 0) |
| 81 | 95 |
{
|
| 82 | 96 |
$break = true; |
| ... | ... |
@@ -53,7 +53,7 @@ |
| 53 | 53 |
) |
| 54 | 54 |
))->generate(); |
| 55 | 55 |
?> |
| 56 |
- <p>Since these forms are built with auxiliary verbs, they can be combined straightforward to form complex expressions, e.g. <?php echo(format_correlation("type_sentence")(["fs" => ["Ek skal have skrivt."], "en" => ["I will have written."]])); ?><!-- or <?php echo(format_correlation("type_sentence")(["fs" => ["Ek hav skalt skrive."], "en" => ["I was going to write."]])); ?> -->.</p>
|
|
| 56 |
+ <p>Since these forms are built with auxiliary verbs, they can be combined straightforward to form complex expressions, e.g. <?php echo(format_correlation("type_sentence")(["flk" => ["Ek skal have skrivt."], "eng" => ["I will have written."]])); ?><!-- or <?php echo(format_correlation("type_sentence")(["flk" => ["Ek hav skalt skrive."], "eng" => ["I was going to write."]])); ?> -->.</p>
|
|
| 57 | 57 |
<p>The <span class="grammarterm">imperative</span> only exists in the present (with future meaning) for the 2nd person singular and plural. It is formed by using the bare stem of the verb, optionally followed by the personal pronoun (i.e. either <?php echo(mark("du", ["type_word", "lang_fs"])); ?> or <?php echo(mark("je", ["type_word", "lang_fs"])); ?>) in order to specify or emphasize the numerus. Examples: <?php echo(mark("skriv!", ["type_sentence", "lang_fs"])); ?>, <?php echo(mark("skriv, je!", ["type_sentence", "lang_fs"])); ?>.</p>
|
| 58 | 58 |
<span class="todo">conjunctive</span> |
| 59 | 59 |
</section> |
| ... | ... |
@@ -95,9 +95,9 @@ |
| 95 | 95 |
<p> |
| 96 | 96 |
Some complex examples: |
| 97 | 97 |
<ul> |
| 98 |
- <li><?php echo(format_correlation("word")(["fs" => ["unmanlikhed"], "en" => ["inhumanity"]])); ?></li>
|
|
| 99 |
- <li><?php echo(format_correlation("word")(["fs" => ["seberenung"], "en" => ["visualization"]])); ?></li>
|
|
| 100 |
- <li><?php echo(format_correlation("word")(["fs" => ["kraftigenar"], "en" => ["fortifier"]])); ?></li>
|
|
| 98 |
+ <li><?php echo(format_correlation("word")(["flk" => ["unmanlikhed"], "eng" => ["inhumanity"]])); ?></li>
|
|
| 99 |
+ <li><?php echo(format_correlation("word")(["flk" => ["seberenung"], "eng" => ["visualization"]])); ?></li>
|
|
| 100 |
+ <li><?php echo(format_correlation("word")(["flk" => ["kraftigenar"], "eng" => ["fortifier"]])); ?></li>
|
|
| 101 | 101 |
</ul> |
| 102 | 102 |
</p> |
| 103 | 103 |
</section> |
| ... | ... |
@@ -21,136 +21,136 @@ |
| 21 | 21 |
{"id": "att", "name": "Attributive"}
|
| 22 | 22 |
], |
| 23 | 23 |
"words": [ |
| 24 |
- {"language_id": "fs", "situation_id": "x00", "type_id": "pos", "reference_id": "abs", "words": ["for"]},
|
|
| 25 |
- {"language_id": "fs", "situation_id": "x00", "type_id": "pos", "reference_id": "rel", "words": ["for (lut)"]},
|
|
| 26 |
- {"language_id": "fs", "situation_id": "x00", "type_id": "pos", "reference_id": "att", "words": ["for arend"]},
|
|
| 27 |
- {"language_id": "fs", "situation_id": "x00", "type_id": "dir", "reference_id": "abs", "words": ["to for"]},
|
|
| 28 |
- {"language_id": "fs", "situation_id": "x00", "type_id": "dir", "reference_id": "rel", "words": ["to for (lut)"]},
|
|
| 29 |
- {"language_id": "fs", "situation_id": "x01", "type_id": "pos", "reference_id": "abs", "words": ["bak"]},
|
|
| 30 |
- {"language_id": "fs", "situation_id": "x01", "type_id": "pos", "reference_id": "rel", "words": ["bak (lut)"]},
|
|
| 31 |
- {"language_id": "fs", "situation_id": "x01", "type_id": "pos", "reference_id": "att", "words": ["bak arend"]},
|
|
| 32 |
- {"language_id": "fs", "situation_id": "x01", "type_id": "dir", "reference_id": "abs", "words": ["to bak"]},
|
|
| 33 |
- {"language_id": "fs", "situation_id": "x01", "type_id": "dir", "reference_id": "rel", "words": ["to bak (lut)"]},
|
|
| 34 |
- {"language_id": "fs", "situation_id": "x02", "type_id": "pos", "reference_id": "abs", "words": ["uver"]},
|
|
| 35 |
- {"language_id": "fs", "situation_id": "x02", "type_id": "pos", "reference_id": "rel", "words": ["uver (lut)"]},
|
|
| 36 |
- {"language_id": "fs", "situation_id": "x02", "type_id": "pos", "reference_id": "att", "words": ["uver arend"]},
|
|
| 37 |
- {"language_id": "fs", "situation_id": "x02", "type_id": "dir", "reference_id": "abs", "words": ["to uver"]},
|
|
| 38 |
- {"language_id": "fs", "situation_id": "x02", "type_id": "dir", "reference_id": "rel", "words": ["to uver (lut)"]},
|
|
| 39 |
- {"language_id": "fs", "situation_id": "x03", "type_id": "pos", "reference_id": "abs", "words": ["neder"]},
|
|
| 40 |
- {"language_id": "fs", "situation_id": "x03", "type_id": "pos", "reference_id": "rel", "words": ["neder (lut)"]},
|
|
| 41 |
- {"language_id": "fs", "situation_id": "x03", "type_id": "pos", "reference_id": "att", "words": ["neder arend"]},
|
|
| 42 |
- {"language_id": "fs", "situation_id": "x03", "type_id": "dir", "reference_id": "abs", "words": ["to neder"]},
|
|
| 43 |
- {"language_id": "fs", "situation_id": "x03", "type_id": "dir", "reference_id": "rel", "words": ["to neder (lut)"]},
|
|
| 44 |
- {"language_id": "fs", "situation_id": "x04", "type_id": "pos", "reference_id": "abs", "words": ["vinst"]},
|
|
| 45 |
- {"language_id": "fs", "situation_id": "x04", "type_id": "pos", "reference_id": "rel", "words": ["vinst (lut)"]},
|
|
| 46 |
- {"language_id": "fs", "situation_id": "x04", "type_id": "pos", "reference_id": "att", "words": ["vinst arend"]},
|
|
| 47 |
- {"language_id": "fs", "situation_id": "x04", "type_id": "dir", "reference_id": "abs", "words": ["to vinst"]},
|
|
| 48 |
- {"language_id": "fs", "situation_id": "x04", "type_id": "dir", "reference_id": "rel", "words": ["to vinst (lut)"]},
|
|
| 49 |
- {"language_id": "fs", "situation_id": "x05", "type_id": "pos", "reference_id": "abs", "words": ["hög"]},
|
|
| 50 |
- {"language_id": "fs", "situation_id": "x05", "type_id": "pos", "reference_id": "rel", "words": ["hög (lut)"]},
|
|
| 51 |
- {"language_id": "fs", "situation_id": "x05", "type_id": "pos", "reference_id": "att", "words": ["hög arend"]},
|
|
| 52 |
- {"language_id": "fs", "situation_id": "x05", "type_id": "dir", "reference_id": "abs", "words": ["to hög"]},
|
|
| 53 |
- {"language_id": "fs", "situation_id": "x05", "type_id": "dir", "reference_id": "rel", "words": ["to hög (lut)"]},
|
|
| 54 |
- {"language_id": "fs", "situation_id": "x06", "type_id": "pos", "reference_id": "abs", "words": ["ine"]},
|
|
| 55 |
- {"language_id": "fs", "situation_id": "x06", "type_id": "pos", "reference_id": "rel", "words": ["ine (lut)"]},
|
|
| 56 |
- {"language_id": "fs", "situation_id": "x06", "type_id": "pos", "reference_id": "att", "words": ["ine arend"]},
|
|
| 57 |
- {"language_id": "fs", "situation_id": "x06", "type_id": "dir", "reference_id": "abs", "words": ["in"]},
|
|
| 58 |
- {"language_id": "fs", "situation_id": "x06", "type_id": "dir", "reference_id": "rel", "words": ["in (lut)"]},
|
|
| 59 |
- {"language_id": "fs", "situation_id": "x07", "type_id": "pos", "reference_id": "abs", "words": ["ute"]},
|
|
| 60 |
- {"language_id": "fs", "situation_id": "x07", "type_id": "pos", "reference_id": "rel", "words": ["ute (lut)"]},
|
|
| 61 |
- {"language_id": "fs", "situation_id": "x07", "type_id": "pos", "reference_id": "att", "words": ["ute arend"]},
|
|
| 62 |
- {"language_id": "fs", "situation_id": "x07", "type_id": "dir", "reference_id": "abs", "words": ["ut"]},
|
|
| 63 |
- {"language_id": "fs", "situation_id": "x07", "type_id": "dir", "reference_id": "rel", "words": ["ut (lut)"]},
|
|
| 64 |
- {"language_id": "fs", "situation_id": "x08", "type_id": "pos", "reference_id": "abs", "words": ["upe"]},
|
|
| 65 |
- {"language_id": "fs", "situation_id": "x08", "type_id": "pos", "reference_id": "rel", "words": ["upe (lut)"]},
|
|
| 66 |
- {"language_id": "fs", "situation_id": "x08", "type_id": "pos", "reference_id": "att", "words": ["upe arend"]},
|
|
| 67 |
- {"language_id": "fs", "situation_id": "x08", "type_id": "dir", "reference_id": "abs", "words": ["up"]},
|
|
| 68 |
- {"language_id": "fs", "situation_id": "x08", "type_id": "dir", "reference_id": "rel", "words": ["up (lut)"]},
|
|
| 69 |
- {"language_id": "fs", "situation_id": "x09", "type_id": "pos", "reference_id": "abs", "words": ["mel"]},
|
|
| 70 |
- {"language_id": "fs", "situation_id": "x09", "type_id": "pos", "reference_id": "rel", "words": ["mel (lut)"]},
|
|
| 71 |
- {"language_id": "fs", "situation_id": "x09", "type_id": "pos", "reference_id": "att", "words": ["mel arend"]},
|
|
| 72 |
- {"language_id": "fs", "situation_id": "x09", "type_id": "dir", "reference_id": "abs", "words": ["to mel"]},
|
|
| 73 |
- {"language_id": "fs", "situation_id": "x09", "type_id": "dir", "reference_id": "rel", "words": ["to mel (lut)"]},
|
|
| 74 |
- {"language_id": "en", "situation_id": "x00", "type_id": "pos", "reference_id": "abs", "words": ["in front"]},
|
|
| 75 |
- {"language_id": "en", "situation_id": "x00", "type_id": "pos", "reference_id": "rel", "words": ["in front of"]},
|
|
| 76 |
- {"language_id": "en", "situation_id": "x00", "type_id": "pos", "reference_id": "att", "words": ["fore", "front"]},
|
|
| 77 |
- {"language_id": "en", "situation_id": "x00", "type_id": "dir", "reference_id": "abs", "words": ["forward"]},
|
|
| 78 |
- {"language_id": "en", "situation_id": "x00", "type_id": "dir", "reference_id": "rel", "words": ["in front of"]},
|
|
| 79 |
- {"language_id": "en", "situation_id": "x01", "type_id": "pos", "reference_id": "abs", "words": ["back"]},
|
|
| 80 |
- {"language_id": "en", "situation_id": "x01", "type_id": "pos", "reference_id": "rel", "words": ["behind"]},
|
|
| 81 |
- {"language_id": "en", "situation_id": "x01", "type_id": "pos", "reference_id": "att", "words": ["rear", "hind"]},
|
|
| 82 |
- {"language_id": "en", "situation_id": "x01", "type_id": "dir", "reference_id": "abs", "words": ["backward", "behind"]},
|
|
| 83 |
- {"language_id": "en", "situation_id": "x01", "type_id": "dir", "reference_id": "rel", "words": ["behind"]},
|
|
| 84 |
- {"language_id": "en", "situation_id": "x02", "type_id": "pos", "reference_id": "abs", "words": ["on top"]},
|
|
| 85 |
- {"language_id": "en", "situation_id": "x02", "type_id": "pos", "reference_id": "rel", "words": ["over", "above"]},
|
|
| 86 |
- {"language_id": "en", "situation_id": "x02", "type_id": "pos", "reference_id": "att", "words": ["upper"]},
|
|
| 87 |
- {"language_id": "en", "situation_id": "x02", "type_id": "dir", "reference_id": "abs", "words": ["up"]},
|
|
| 88 |
- {"language_id": "en", "situation_id": "x02", "type_id": "dir", "reference_id": "rel", "words": ["over", "above"]},
|
|
| 89 |
- {"language_id": "en", "situation_id": "x03", "type_id": "pos", "reference_id": "abs", "words": ["below"]},
|
|
| 90 |
- {"language_id": "en", "situation_id": "x03", "type_id": "pos", "reference_id": "rel", "words": ["under"]},
|
|
| 91 |
- {"language_id": "en", "situation_id": "x03", "type_id": "pos", "reference_id": "att", "words": ["lower"]},
|
|
| 92 |
- {"language_id": "en", "situation_id": "x03", "type_id": "dir", "reference_id": "abs", "words": ["down"]},
|
|
| 93 |
- {"language_id": "en", "situation_id": "x03", "type_id": "dir", "reference_id": "rel", "words": ["under"]},
|
|
| 94 |
- {"language_id": "en", "situation_id": "x04", "type_id": "pos", "reference_id": "abs", "words": ["left"]},
|
|
| 95 |
- {"language_id": "en", "situation_id": "x04", "type_id": "pos", "reference_id": "rel", "words": ["left from"]},
|
|
| 96 |
- {"language_id": "en", "situation_id": "x04", "type_id": "pos", "reference_id": "att", "words": ["left"]},
|
|
| 97 |
- {"language_id": "en", "situation_id": "x04", "type_id": "dir", "reference_id": "abs", "words": ["to the left"]},
|
|
| 98 |
- {"language_id": "en", "situation_id": "x04", "type_id": "dir", "reference_id": "rel", "words": ["to the left of"]},
|
|
| 99 |
- {"language_id": "en", "situation_id": "x05", "type_id": "pos", "reference_id": "abs", "words": ["right"]},
|
|
| 100 |
- {"language_id": "en", "situation_id": "x05", "type_id": "pos", "reference_id": "rel", "words": ["right from"]},
|
|
| 101 |
- {"language_id": "en", "situation_id": "x05", "type_id": "pos", "reference_id": "att", "words": ["right"]},
|
|
| 102 |
- {"language_id": "en", "situation_id": "x05", "type_id": "dir", "reference_id": "abs", "words": ["to the right"]},
|
|
| 103 |
- {"language_id": "en", "situation_id": "x05", "type_id": "dir", "reference_id": "rel", "words": ["to the right of"]},
|
|
| 104 |
- {"language_id": "en", "situation_id": "x06", "type_id": "pos", "reference_id": "abs", "words": ["inside"]},
|
|
| 105 |
- {"language_id": "en", "situation_id": "x06", "type_id": "pos", "reference_id": "rel", "words": ["in", "inside from"]},
|
|
| 106 |
- {"language_id": "en", "situation_id": "x06", "type_id": "pos", "reference_id": "att", "words": ["inner"]},
|
|
| 107 |
- {"language_id": "en", "situation_id": "x06", "type_id": "dir", "reference_id": "abs", "words": ["in"]},
|
|
| 108 |
- {"language_id": "en", "situation_id": "x06", "type_id": "dir", "reference_id": "rel", "words": ["into"]},
|
|
| 109 |
- {"language_id": "en", "situation_id": "x07", "type_id": "pos", "reference_id": "abs", "words": ["outside"]},
|
|
| 110 |
- {"language_id": "en", "situation_id": "x07", "type_id": "pos", "reference_id": "rel", "words": ["out", "outside from"]},
|
|
| 111 |
- {"language_id": "en", "situation_id": "x07", "type_id": "pos", "reference_id": "att", "words": ["outer"]},
|
|
| 112 |
- {"language_id": "en", "situation_id": "x07", "type_id": "dir", "reference_id": "abs", "words": ["out"]},
|
|
| 113 |
- {"language_id": "en", "situation_id": "x07", "type_id": "dir", "reference_id": "rel", "words": ["out of"]},
|
|
| 114 |
- {"language_id": "en", "situation_id": "x08", "type_id": "pos", "reference_id": "abs", "words": ["upon"]},
|
|
| 115 |
- {"language_id": "en", "situation_id": "x08", "type_id": "pos", "reference_id": "rel", "words": ["thereon"]},
|
|
| 116 |
- {"language_id": "en", "situation_id": "x08", "type_id": "pos", "reference_id": "att", "words": []},
|
|
| 117 |
- {"language_id": "en", "situation_id": "x08", "type_id": "dir", "reference_id": "abs", "words": ["on"]},
|
|
| 118 |
- {"language_id": "en", "situation_id": "x08", "type_id": "dir", "reference_id": "rel", "words": ["onto"]},
|
|
| 119 |
- {"language_id": "en", "situation_id": "x09", "type_id": "pos", "reference_id": "abs", "words": ["inbetween"]},
|
|
| 120 |
- {"language_id": "en", "situation_id": "x09", "type_id": "pos", "reference_id": "rel", "words": ["between"]},
|
|
| 121 |
- {"language_id": "en", "situation_id": "x09", "type_id": "pos", "reference_id": "att", "words": ["middle"]},
|
|
| 122 |
- {"language_id": "en", "situation_id": "x09", "type_id": "dir", "reference_id": "abs", "words": ["between"]},
|
|
| 123 |
- {"language_id": "en", "situation_id": "x09", "type_id": "dir", "reference_id": "rel", "words": ["between"]},
|
|
| 124 |
- {"language_id": "de", "situation_id": "x00", "type_id": "pos", "reference_id": "abs", "words": ["vorn(e)"]},
|
|
| 125 |
- {"language_id": "de", "situation_id": "x00", "type_id": "pos", "reference_id": "rel", "words": ["vor (+dat.)"]},
|
|
| 126 |
- {"language_id": "de", "situation_id": "x00", "type_id": "pos", "reference_id": "att", "words": ["vorder-er/e/es"]},
|
|
| 127 |
- {"language_id": "de", "situation_id": "x00", "type_id": "dir", "reference_id": "abs", "words": ["vor","nach vorn"]},
|
|
| 128 |
- {"language_id": "de", "situation_id": "x00", "type_id": "dir", "reference_id": "rel", "words": ["vor (+acc.)"]},
|
|
| 129 |
- {"language_id": "de", "situation_id": "x01", "type_id": "pos", "reference_id": "abs", "words": ["hinten"]},
|
|
| 130 |
- {"language_id": "de", "situation_id": "x01", "type_id": "pos", "reference_id": "rel", "words": ["hinter (+dat.)"]},
|
|
| 131 |
- {"language_id": "de", "situation_id": "x01", "type_id": "pos", "reference_id": "att", "words": ["hinter-er/e/es"]},
|
|
| 132 |
- {"language_id": "de", "situation_id": "x01", "type_id": "dir", "reference_id": "abs", "words": ["hinter","nach hinten"]},
|
|
| 133 |
- {"language_id": "de", "situation_id": "x01", "type_id": "dir", "reference_id": "rel", "words": ["hinter (+acc.)"]},
|
|
| 134 |
- {"language_id": "de", "situation_id": "x02", "type_id": "pos", "reference_id": "abs", "words": ["oben"]},
|
|
| 135 |
- {"language_id": "de", "situation_id": "x02", "type_id": "pos", "reference_id": "rel", "words": ["über (+dat.)"]},
|
|
| 136 |
- {"language_id": "de", "situation_id": "x02", "type_id": "pos", "reference_id": "att", "words": ["ober-er/e/es"]},
|
|
| 137 |
- {"language_id": "de", "situation_id": "x02", "type_id": "dir", "reference_id": "abs", "words": ["hoch","nach oben"]},
|
|
| 138 |
- {"language_id": "de", "situation_id": "x02", "type_id": "dir", "reference_id": "rel", "words": ["über (+acc.)"]},
|
|
| 139 |
- {"language_id": "de", "situation_id": "x03", "type_id": "pos", "reference_id": "abs", "words": ["unten"]},
|
|
| 140 |
- {"language_id": "de", "situation_id": "x03", "type_id": "pos", "reference_id": "rel", "words": ["unter (+dat.)"]},
|
|
| 141 |
- {"language_id": "de", "situation_id": "x03", "type_id": "pos", "reference_id": "att", "words": ["unter-er/e/es"]},
|
|
| 142 |
- {"language_id": "de", "situation_id": "x03", "type_id": "dir", "reference_id": "abs", "words": ["(hin-/her-)unter","nach unten"]},
|
|
| 143 |
- {"language_id": "de", "situation_id": "x03", "type_id": "dir", "reference_id": "rel", "words": ["unter (+acc.)"]},
|
|
| 144 |
- {"language_id": "de", "situation_id": "x02", "type_id": "pos", "reference_id": "abs", "words": ["links"]},
|
|
| 145 |
- {"language_id": "de", "situation_id": "x02", "type_id": "pos", "reference_id": "rel", "words": ["links von (+dat.)"]},
|
|
| 146 |
- {"language_id": "de", "situation_id": "x02", "type_id": "pos", "reference_id": "att", "words": ["link-er/e/es"]},
|
|
| 147 |
- {"language_id": "de", "situation_id": "x02", "type_id": "dir", "reference_id": "abs", "words": ["nach links"]},
|
|
| 148 |
- {"language_id": "de", "situation_id": "x02", "type_id": "dir", "reference_id": "rel", "words": []},
|
|
| 149 |
- {"language_id": "de", "situation_id": "x02", "type_id": "pos", "reference_id": "abs", "words": ["rechts"]},
|
|
| 150 |
- {"language_id": "de", "situation_id": "x02", "type_id": "pos", "reference_id": "rel", "words": ["rechts von (+dat.)"]},
|
|
| 151 |
- {"language_id": "de", "situation_id": "x02", "type_id": "pos", "reference_id": "att", "words": ["recht-er/e/es"]},
|
|
| 152 |
- {"language_id": "de", "situation_id": "x02", "type_id": "dir", "reference_id": "abs", "words": ["nach rechts"]},
|
|
| 153 |
- {"language_id": "de", "situation_id": "x02", "type_id": "dir", "reference_id": "rel", "words": []}
|
|
| 24 |
+ {"language_id": "flk", "situation_id": "x00", "type_id": "pos", "reference_id": "abs", "words": ["for"]},
|
|
| 25 |
+ {"language_id": "flk", "situation_id": "x00", "type_id": "pos", "reference_id": "rel", "words": ["for (lut)"]},
|
|
| 26 |
+ {"language_id": "flk", "situation_id": "x00", "type_id": "pos", "reference_id": "att", "words": ["for arend"]},
|
|
| 27 |
+ {"language_id": "flk", "situation_id": "x00", "type_id": "dir", "reference_id": "abs", "words": ["to for"]},
|
|
| 28 |
+ {"language_id": "flk", "situation_id": "x00", "type_id": "dir", "reference_id": "rel", "words": ["to for (lut)"]},
|
|
| 29 |
+ {"language_id": "flk", "situation_id": "x01", "type_id": "pos", "reference_id": "abs", "words": ["bak"]},
|
|
| 30 |
+ {"language_id": "flk", "situation_id": "x01", "type_id": "pos", "reference_id": "rel", "words": ["bak (lut)"]},
|
|
| 31 |
+ {"language_id": "flk", "situation_id": "x01", "type_id": "pos", "reference_id": "att", "words": ["bak arend"]},
|
|
| 32 |
+ {"language_id": "flk", "situation_id": "x01", "type_id": "dir", "reference_id": "abs", "words": ["to bak"]},
|
|
| 33 |
+ {"language_id": "flk", "situation_id": "x01", "type_id": "dir", "reference_id": "rel", "words": ["to bak (lut)"]},
|
|
| 34 |
+ {"language_id": "flk", "situation_id": "x02", "type_id": "pos", "reference_id": "abs", "words": ["uver"]},
|
|
| 35 |
+ {"language_id": "flk", "situation_id": "x02", "type_id": "pos", "reference_id": "rel", "words": ["uver (lut)"]},
|
|
| 36 |
+ {"language_id": "flk", "situation_id": "x02", "type_id": "pos", "reference_id": "att", "words": ["uver arend"]},
|
|
| 37 |
+ {"language_id": "flk", "situation_id": "x02", "type_id": "dir", "reference_id": "abs", "words": ["to uver"]},
|
|
| 38 |
+ {"language_id": "flk", "situation_id": "x02", "type_id": "dir", "reference_id": "rel", "words": ["to uver (lut)"]},
|
|
| 39 |
+ {"language_id": "flk", "situation_id": "x03", "type_id": "pos", "reference_id": "abs", "words": ["neder"]},
|
|
| 40 |
+ {"language_id": "flk", "situation_id": "x03", "type_id": "pos", "reference_id": "rel", "words": ["neder (lut)"]},
|
|
| 41 |
+ {"language_id": "flk", "situation_id": "x03", "type_id": "pos", "reference_id": "att", "words": ["neder arend"]},
|
|
| 42 |
+ {"language_id": "flk", "situation_id": "x03", "type_id": "dir", "reference_id": "abs", "words": ["to neder"]},
|
|
| 43 |
+ {"language_id": "flk", "situation_id": "x03", "type_id": "dir", "reference_id": "rel", "words": ["to neder (lut)"]},
|
|
| 44 |
+ {"language_id": "flk", "situation_id": "x04", "type_id": "pos", "reference_id": "abs", "words": ["vinst"]},
|
|
| 45 |
+ {"language_id": "flk", "situation_id": "x04", "type_id": "pos", "reference_id": "rel", "words": ["vinst (lut)"]},
|
|
| 46 |
+ {"language_id": "flk", "situation_id": "x04", "type_id": "pos", "reference_id": "att", "words": ["vinst arend"]},
|
|
| 47 |
+ {"language_id": "flk", "situation_id": "x04", "type_id": "dir", "reference_id": "abs", "words": ["to vinst"]},
|
|
| 48 |
+ {"language_id": "flk", "situation_id": "x04", "type_id": "dir", "reference_id": "rel", "words": ["to vinst (lut)"]},
|
|
| 49 |
+ {"language_id": "flk", "situation_id": "x05", "type_id": "pos", "reference_id": "abs", "words": ["hög"]},
|
|
| 50 |
+ {"language_id": "flk", "situation_id": "x05", "type_id": "pos", "reference_id": "rel", "words": ["hög (lut)"]},
|
|
| 51 |
+ {"language_id": "flk", "situation_id": "x05", "type_id": "pos", "reference_id": "att", "words": ["hög arend"]},
|
|
| 52 |
+ {"language_id": "flk", "situation_id": "x05", "type_id": "dir", "reference_id": "abs", "words": ["to hög"]},
|
|
| 53 |
+ {"language_id": "flk", "situation_id": "x05", "type_id": "dir", "reference_id": "rel", "words": ["to hög (lut)"]},
|
|
| 54 |
+ {"language_id": "flk", "situation_id": "x06", "type_id": "pos", "reference_id": "abs", "words": ["ine"]},
|
|
| 55 |
+ {"language_id": "flk", "situation_id": "x06", "type_id": "pos", "reference_id": "rel", "words": ["ine (lut)"]},
|
|
| 56 |
+ {"language_id": "flk", "situation_id": "x06", "type_id": "pos", "reference_id": "att", "words": ["ine arend"]},
|
|
| 57 |
+ {"language_id": "flk", "situation_id": "x06", "type_id": "dir", "reference_id": "abs", "words": ["in"]},
|
|
| 58 |
+ {"language_id": "flk", "situation_id": "x06", "type_id": "dir", "reference_id": "rel", "words": ["in (lut)"]},
|
|
| 59 |
+ {"language_id": "flk", "situation_id": "x07", "type_id": "pos", "reference_id": "abs", "words": ["ute"]},
|
|
| 60 |
+ {"language_id": "flk", "situation_id": "x07", "type_id": "pos", "reference_id": "rel", "words": ["ute (lut)"]},
|
|
| 61 |
+ {"language_id": "flk", "situation_id": "x07", "type_id": "pos", "reference_id": "att", "words": ["ute arend"]},
|
|
| 62 |
+ {"language_id": "flk", "situation_id": "x07", "type_id": "dir", "reference_id": "abs", "words": ["ut"]},
|
|
| 63 |
+ {"language_id": "flk", "situation_id": "x07", "type_id": "dir", "reference_id": "rel", "words": ["ut (lut)"]},
|
|
| 64 |
+ {"language_id": "flk", "situation_id": "x08", "type_id": "pos", "reference_id": "abs", "words": ["upe"]},
|
|
| 65 |
+ {"language_id": "flk", "situation_id": "x08", "type_id": "pos", "reference_id": "rel", "words": ["upe (lut)"]},
|
|
| 66 |
+ {"language_id": "flk", "situation_id": "x08", "type_id": "pos", "reference_id": "att", "words": ["upe arend"]},
|
|
| 67 |
+ {"language_id": "flk", "situation_id": "x08", "type_id": "dir", "reference_id": "abs", "words": ["up"]},
|
|
| 68 |
+ {"language_id": "flk", "situation_id": "x08", "type_id": "dir", "reference_id": "rel", "words": ["up (lut)"]},
|
|
| 69 |
+ {"language_id": "flk", "situation_id": "x09", "type_id": "pos", "reference_id": "abs", "words": ["mel"]},
|
|
| 70 |
+ {"language_id": "flk", "situation_id": "x09", "type_id": "pos", "reference_id": "rel", "words": ["mel (lut)"]},
|
|
| 71 |
+ {"language_id": "flk", "situation_id": "x09", "type_id": "pos", "reference_id": "att", "words": ["mel arend"]},
|
|
| 72 |
+ {"language_id": "flk", "situation_id": "x09", "type_id": "dir", "reference_id": "abs", "words": ["to mel"]},
|
|
| 73 |
+ {"language_id": "flk", "situation_id": "x09", "type_id": "dir", "reference_id": "rel", "words": ["to mel (lut)"]},
|
|
| 74 |
+ {"language_id": "eng", "situation_id": "x00", "type_id": "pos", "reference_id": "abs", "words": ["in front"]},
|
|
| 75 |
+ {"language_id": "eng", "situation_id": "x00", "type_id": "pos", "reference_id": "rel", "words": ["in front of"]},
|
|
| 76 |
+ {"language_id": "eng", "situation_id": "x00", "type_id": "pos", "reference_id": "att", "words": ["fore", "front"]},
|
|
| 77 |
+ {"language_id": "eng", "situation_id": "x00", "type_id": "dir", "reference_id": "abs", "words": ["forward"]},
|
|
| 78 |
+ {"language_id": "eng", "situation_id": "x00", "type_id": "dir", "reference_id": "rel", "words": ["in front of"]},
|
|
| 79 |
+ {"language_id": "eng", "situation_id": "x01", "type_id": "pos", "reference_id": "abs", "words": ["back"]},
|
|
| 80 |
+ {"language_id": "eng", "situation_id": "x01", "type_id": "pos", "reference_id": "rel", "words": ["behind"]},
|
|
| 81 |
+ {"language_id": "eng", "situation_id": "x01", "type_id": "pos", "reference_id": "att", "words": ["rear", "hind"]},
|
|
| 82 |
+ {"language_id": "eng", "situation_id": "x01", "type_id": "dir", "reference_id": "abs", "words": ["backward", "behind"]},
|
|
| 83 |
+ {"language_id": "eng", "situation_id": "x01", "type_id": "dir", "reference_id": "rel", "words": ["behind"]},
|
|
| 84 |
+ {"language_id": "eng", "situation_id": "x02", "type_id": "pos", "reference_id": "abs", "words": ["on top"]},
|
|
| 85 |
+ {"language_id": "eng", "situation_id": "x02", "type_id": "pos", "reference_id": "rel", "words": ["over", "above"]},
|
|
| 86 |
+ {"language_id": "eng", "situation_id": "x02", "type_id": "pos", "reference_id": "att", "words": ["upper"]},
|
|
| 87 |
+ {"language_id": "eng", "situation_id": "x02", "type_id": "dir", "reference_id": "abs", "words": ["up"]},
|
|
| 88 |
+ {"language_id": "eng", "situation_id": "x02", "type_id": "dir", "reference_id": "rel", "words": ["over", "above"]},
|
|
| 89 |
+ {"language_id": "eng", "situation_id": "x03", "type_id": "pos", "reference_id": "abs", "words": ["below"]},
|
|
| 90 |
+ {"language_id": "eng", "situation_id": "x03", "type_id": "pos", "reference_id": "rel", "words": ["under"]},
|
|
| 91 |
+ {"language_id": "eng", "situation_id": "x03", "type_id": "pos", "reference_id": "att", "words": ["lower"]},
|
|
| 92 |
+ {"language_id": "eng", "situation_id": "x03", "type_id": "dir", "reference_id": "abs", "words": ["down"]},
|
|
| 93 |
+ {"language_id": "eng", "situation_id": "x03", "type_id": "dir", "reference_id": "rel", "words": ["under"]},
|
|
| 94 |
+ {"language_id": "eng", "situation_id": "x04", "type_id": "pos", "reference_id": "abs", "words": ["left"]},
|
|
| 95 |
+ {"language_id": "eng", "situation_id": "x04", "type_id": "pos", "reference_id": "rel", "words": ["left from"]},
|
|
| 96 |
+ {"language_id": "eng", "situation_id": "x04", "type_id": "pos", "reference_id": "att", "words": ["left"]},
|
|
| 97 |
+ {"language_id": "eng", "situation_id": "x04", "type_id": "dir", "reference_id": "abs", "words": ["to the left"]},
|
|
| 98 |
+ {"language_id": "eng", "situation_id": "x04", "type_id": "dir", "reference_id": "rel", "words": ["to the left of"]},
|
|
| 99 |
+ {"language_id": "eng", "situation_id": "x05", "type_id": "pos", "reference_id": "abs", "words": ["right"]},
|
|
| 100 |
+ {"language_id": "eng", "situation_id": "x05", "type_id": "pos", "reference_id": "rel", "words": ["right from"]},
|
|
| 101 |
+ {"language_id": "eng", "situation_id": "x05", "type_id": "pos", "reference_id": "att", "words": ["right"]},
|
|
| 102 |
+ {"language_id": "eng", "situation_id": "x05", "type_id": "dir", "reference_id": "abs", "words": ["to the right"]},
|
|
| 103 |
+ {"language_id": "eng", "situation_id": "x05", "type_id": "dir", "reference_id": "rel", "words": ["to the right of"]},
|
|
| 104 |
+ {"language_id": "eng", "situation_id": "x06", "type_id": "pos", "reference_id": "abs", "words": ["inside"]},
|
|
| 105 |
+ {"language_id": "eng", "situation_id": "x06", "type_id": "pos", "reference_id": "rel", "words": ["in", "inside from"]},
|
|
| 106 |
+ {"language_id": "eng", "situation_id": "x06", "type_id": "pos", "reference_id": "att", "words": ["inner"]},
|
|
| 107 |
+ {"language_id": "eng", "situation_id": "x06", "type_id": "dir", "reference_id": "abs", "words": ["in"]},
|
|
| 108 |
+ {"language_id": "eng", "situation_id": "x06", "type_id": "dir", "reference_id": "rel", "words": ["into"]},
|
|
| 109 |
+ {"language_id": "eng", "situation_id": "x07", "type_id": "pos", "reference_id": "abs", "words": ["outside"]},
|
|
| 110 |
+ {"language_id": "eng", "situation_id": "x07", "type_id": "pos", "reference_id": "rel", "words": ["out", "outside from"]},
|
|
| 111 |
+ {"language_id": "eng", "situation_id": "x07", "type_id": "pos", "reference_id": "att", "words": ["outer"]},
|
|
| 112 |
+ {"language_id": "eng", "situation_id": "x07", "type_id": "dir", "reference_id": "abs", "words": ["out"]},
|
|
| 113 |
+ {"language_id": "eng", "situation_id": "x07", "type_id": "dir", "reference_id": "rel", "words": ["out of"]},
|
|
| 114 |
+ {"language_id": "eng", "situation_id": "x08", "type_id": "pos", "reference_id": "abs", "words": ["upon"]},
|
|
| 115 |
+ {"language_id": "eng", "situation_id": "x08", "type_id": "pos", "reference_id": "rel", "words": ["thereon"]},
|
|
| 116 |
+ {"language_id": "eng", "situation_id": "x08", "type_id": "pos", "reference_id": "att", "words": []},
|
|
| 117 |
+ {"language_id": "eng", "situation_id": "x08", "type_id": "dir", "reference_id": "abs", "words": ["on"]},
|
|
| 118 |
+ {"language_id": "eng", "situation_id": "x08", "type_id": "dir", "reference_id": "rel", "words": ["onto"]},
|
|
| 119 |
+ {"language_id": "eng", "situation_id": "x09", "type_id": "pos", "reference_id": "abs", "words": ["inbetween"]},
|
|
| 120 |
+ {"language_id": "eng", "situation_id": "x09", "type_id": "pos", "reference_id": "rel", "words": ["between"]},
|
|
| 121 |
+ {"language_id": "eng", "situation_id": "x09", "type_id": "pos", "reference_id": "att", "words": ["middle"]},
|
|
| 122 |
+ {"language_id": "eng", "situation_id": "x09", "type_id": "dir", "reference_id": "abs", "words": ["between"]},
|
|
| 123 |
+ {"language_id": "eng", "situation_id": "x09", "type_id": "dir", "reference_id": "rel", "words": ["between"]},
|
|
| 124 |
+ {"language_id": "deu", "situation_id": "x00", "type_id": "pos", "reference_id": "abs", "words": ["vorn(e)"]},
|
|
| 125 |
+ {"language_id": "deu", "situation_id": "x00", "type_id": "pos", "reference_id": "rel", "words": ["vor (+dat.)"]},
|
|
| 126 |
+ {"language_id": "deu", "situation_id": "x00", "type_id": "pos", "reference_id": "att", "words": ["vorder-er/e/es"]},
|
|
| 127 |
+ {"language_id": "deu", "situation_id": "x00", "type_id": "dir", "reference_id": "abs", "words": ["vor","nach vorn"]},
|
|
| 128 |
+ {"language_id": "deu", "situation_id": "x00", "type_id": "dir", "reference_id": "rel", "words": ["vor (+acc.)"]},
|
|
| 129 |
+ {"language_id": "deu", "situation_id": "x01", "type_id": "pos", "reference_id": "abs", "words": ["hinten"]},
|
|
| 130 |
+ {"language_id": "deu", "situation_id": "x01", "type_id": "pos", "reference_id": "rel", "words": ["hinter (+dat.)"]},
|
|
| 131 |
+ {"language_id": "deu", "situation_id": "x01", "type_id": "pos", "reference_id": "att", "words": ["hinter-er/e/es"]},
|
|
| 132 |
+ {"language_id": "deu", "situation_id": "x01", "type_id": "dir", "reference_id": "abs", "words": ["hinter","nach hinten"]},
|
|
| 133 |
+ {"language_id": "deu", "situation_id": "x01", "type_id": "dir", "reference_id": "rel", "words": ["hinter (+acc.)"]},
|
|
| 134 |
+ {"language_id": "deu", "situation_id": "x02", "type_id": "pos", "reference_id": "abs", "words": ["oben"]},
|
|
| 135 |
+ {"language_id": "deu", "situation_id": "x02", "type_id": "pos", "reference_id": "rel", "words": ["über (+dat.)"]},
|
|
| 136 |
+ {"language_id": "deu", "situation_id": "x02", "type_id": "pos", "reference_id": "att", "words": ["ober-er/e/es"]},
|
|
| 137 |
+ {"language_id": "deu", "situation_id": "x02", "type_id": "dir", "reference_id": "abs", "words": ["hoch","nach oben"]},
|
|
| 138 |
+ {"language_id": "deu", "situation_id": "x02", "type_id": "dir", "reference_id": "rel", "words": ["über (+acc.)"]},
|
|
| 139 |
+ {"language_id": "deu", "situation_id": "x03", "type_id": "pos", "reference_id": "abs", "words": ["unten"]},
|
|
| 140 |
+ {"language_id": "deu", "situation_id": "x03", "type_id": "pos", "reference_id": "rel", "words": ["unter (+dat.)"]},
|
|
| 141 |
+ {"language_id": "deu", "situation_id": "x03", "type_id": "pos", "reference_id": "att", "words": ["unter-er/e/es"]},
|
|
| 142 |
+ {"language_id": "deu", "situation_id": "x03", "type_id": "dir", "reference_id": "abs", "words": ["(hin-/her-)unter","nach unten"]},
|
|
| 143 |
+ {"language_id": "deu", "situation_id": "x03", "type_id": "dir", "reference_id": "rel", "words": ["unter (+acc.)"]},
|
|
| 144 |
+ {"language_id": "deu", "situation_id": "x02", "type_id": "pos", "reference_id": "abs", "words": ["links"]},
|
|
| 145 |
+ {"language_id": "deu", "situation_id": "x02", "type_id": "pos", "reference_id": "rel", "words": ["links von (+dat.)"]},
|
|
| 146 |
+ {"language_id": "deu", "situation_id": "x02", "type_id": "pos", "reference_id": "att", "words": ["link-er/e/es"]},
|
|
| 147 |
+ {"language_id": "deu", "situation_id": "x02", "type_id": "dir", "reference_id": "abs", "words": ["nach links"]},
|
|
| 148 |
+ {"language_id": "deu", "situation_id": "x02", "type_id": "dir", "reference_id": "rel", "words": []},
|
|
| 149 |
+ {"language_id": "deu", "situation_id": "x02", "type_id": "pos", "reference_id": "abs", "words": ["rechts"]},
|
|
| 150 |
+ {"language_id": "deu", "situation_id": "x02", "type_id": "pos", "reference_id": "rel", "words": ["rechts von (+dat.)"]},
|
|
| 151 |
+ {"language_id": "deu", "situation_id": "x02", "type_id": "pos", "reference_id": "att", "words": ["recht-er/e/es"]},
|
|
| 152 |
+ {"language_id": "deu", "situation_id": "x02", "type_id": "dir", "reference_id": "abs", "words": ["nach rechts"]},
|
|
| 153 |
+ {"language_id": "deu", "situation_id": "x02", "type_id": "dir", "reference_id": "rel", "words": []}
|
|
| 154 | 154 |
] |
| 155 | 155 |
} |
| 156 | 156 |
|
| ... | ... |
@@ -1,18 +1,20 @@ |
| 1 | 1 |
{
|
| 2 | 2 |
"languages": [ |
| 3 |
- {"id": "af", "name": "Afrikaans"},
|
|
| 4 |
- {"id": "de", "name": "German"},
|
|
| 5 |
- {"id": "da", "name": "Danish"},
|
|
| 6 |
- {"id": "en", "name": "English"},
|
|
| 7 |
- {"id": "eo", "name": "Esperanto"},
|
|
| 8 |
- {"id": "fs", "name": "Folksprak"},
|
|
| 9 |
- {"id": "is", "name": "Icelandic"},
|
|
| 10 |
- {"id": "nb", "name": "Norwegian (Bokmål)"},
|
|
| 11 |
- {"id": "nl", "name": "Dutch"},
|
|
| 12 |
- {"id": "nn", "name": "Norwegian (Nynorsk)"},
|
|
| 13 |
- {"id": "pg", "name": "Proto Germanic"},
|
|
| 14 |
- {"id": "sv", "name": "Swedish"},
|
|
| 15 |
- {"id": "yi", "name": "Yiddish"}
|
|
| 3 |
+ {"id": "afr", "name": "Afrikaans"},
|
|
| 4 |
+ {"id": "deu", "name": "German"},
|
|
| 5 |
+ {"id": "dan", "name": "Danish"},
|
|
| 6 |
+ {"id": "eng", "name": "English"},
|
|
| 7 |
+ {"id": "epo", "name": "Esperanto"},
|
|
| 8 |
+ {"id": "fao", "name": "Faroese"},
|
|
| 9 |
+ {"id": "flk", "name": "Folksprak"},
|
|
| 10 |
+ {"id": "isl", "name": "Icelandic"},
|
|
| 11 |
+ {"id": "nob", "name": "Bokmål-Norwegian"},
|
|
| 12 |
+ {"id": "nld", "name": "Dutch"},
|
|
| 13 |
+ {"id": "nno", "name": "Nynorsk-Norwegian"},
|
|
| 14 |
+ {"id": "gem", "name": "Proto Germanic"},
|
|
| 15 |
+ {"id": "swe", "name": "Swedish"},
|
|
| 16 |
+ {"id": "sco", "name": "Scots"},
|
|
| 17 |
+ {"id": "yid", "name": "Yiddish"}
|
|
| 16 | 18 |
], |
| 17 | 19 |
"cases": [ |
| 18 | 20 |
{"id": "nom", "name": "Nominative"},
|
| ... | ... |
@@ -22,160 +22,160 @@ |
| 22 | 22 |
{"id": "neg", "name": "Negative"}
|
| 23 | 23 |
], |
| 24 | 24 |
"words": [ |
| 25 |
- {"language_id": "fs", "domain_id": "con", "type_id": "int", "words": ["vilk"]},
|
|
| 26 |
- {"language_id": "fs", "domain_id": "con", "type_id": "rel", "words": ["vilk"]},
|
|
| 27 |
- {"language_id": "fs", "domain_id": "con", "type_id": "def", "words": ["jen"]},
|
|
| 28 |
- {"language_id": "fs", "domain_id": "con", "type_id": "den", "words": ["dis"]},
|
|
| 29 |
- {"language_id": "fs", "domain_id": "con", "type_id": "uni", "words": ["al"]},
|
|
| 30 |
- {"language_id": "fs", "domain_id": "con", "type_id": "und", "words": ["et"]},
|
|
| 31 |
- {"language_id": "fs", "domain_id": "con", "type_id": "neg", "words": ["ni","nit et"]},
|
|
| 32 |
- {"language_id": "fs", "domain_id": "thi", "type_id": "int", "words": ["vilk ding", "vat"]},
|
|
| 33 |
- {"language_id": "fs", "domain_id": "thi", "type_id": "rel", "words": ["vilk ding", "vat"]},
|
|
| 34 |
- {"language_id": "fs", "domain_id": "thi", "type_id": "def", "words": ["jen ding", "dat"]},
|
|
| 35 |
- {"language_id": "fs", "domain_id": "thi", "type_id": "den", "words": ["dis ding"]},
|
|
| 36 |
- {"language_id": "fs", "domain_id": "thi", "type_id": "uni", "words": ["al ding", "alvat"]},
|
|
| 37 |
- {"language_id": "fs", "domain_id": "thi", "type_id": "und", "words": ["et ding", "etvat"]},
|
|
| 38 |
- {"language_id": "fs", "domain_id": "thi", "type_id": "neg", "words": ["ni ding", "nivat"]},
|
|
| 39 |
- {"language_id": "fs", "domain_id": "per", "type_id": "int", "words": ["vilk man", "ve"]},
|
|
| 40 |
- {"language_id": "fs", "domain_id": "per", "type_id": "rel", "words": ["vilk man", "ve"]},
|
|
| 41 |
- {"language_id": "fs", "domain_id": "per", "type_id": "def", "words": ["jen man"]},
|
|
| 42 |
- {"language_id": "fs", "domain_id": "per", "type_id": "den", "words": ["dis man"]},
|
|
| 43 |
- {"language_id": "fs", "domain_id": "per", "type_id": "uni", "words": ["al man", "alve"]},
|
|
| 44 |
- {"language_id": "fs", "domain_id": "per", "type_id": "und", "words": ["et man", "etve"]},
|
|
| 45 |
- {"language_id": "fs", "domain_id": "per", "type_id": "neg", "words": ["ni man", "nive"]},
|
|
| 46 |
- {"language_id": "fs", "domain_id": "pos", "type_id": "int", "words": ["av vilk man", "ves"]},
|
|
| 47 |
- {"language_id": "fs", "domain_id": "pos", "type_id": "rel", "words": ["av vilk man", "ves"]},
|
|
| 48 |
- {"language_id": "fs", "domain_id": "pos", "type_id": "def", "words": ["av jen man"]},
|
|
| 49 |
- {"language_id": "fs", "domain_id": "pos", "type_id": "den", "words": ["av dis man"]},
|
|
| 50 |
- {"language_id": "fs", "domain_id": "pos", "type_id": "uni", "words": ["av al man", "alves"]},
|
|
| 51 |
- {"language_id": "fs", "domain_id": "pos", "type_id": "und", "words": ["av et man", "etves"]},
|
|
| 52 |
- {"language_id": "fs", "domain_id": "pos", "type_id": "neg", "words": ["av ni man", "nives"]},
|
|
| 53 |
- {"language_id": "fs", "domain_id": "tim", "type_id": "int", "words": ["vilk tid", "van"]},
|
|
| 54 |
- {"language_id": "fs", "domain_id": "tim", "type_id": "rel", "words": ["vilk tid", "van"]},
|
|
| 55 |
- {"language_id": "fs", "domain_id": "tim", "type_id": "def", "words": ["jen tid", "dan"]},
|
|
| 56 |
- {"language_id": "fs", "domain_id": "tim", "type_id": "den", "words": ["dis tid", "no"]},
|
|
| 57 |
- {"language_id": "fs", "domain_id": "tim", "type_id": "uni", "words": ["al tid", "alvan"]},
|
|
| 58 |
- {"language_id": "fs", "domain_id": "tim", "type_id": "und", "words": ["et tid", "etvan"]},
|
|
| 59 |
- {"language_id": "fs", "domain_id": "tim", "type_id": "neg", "words": ["ni tid", "nivan"]},
|
|
| 60 |
- {"language_id": "fs", "domain_id": "loc", "type_id": "int", "words": ["vilk sted", "var"]},
|
|
| 61 |
- {"language_id": "fs", "domain_id": "loc", "type_id": "rel", "words": ["vilk sted", "var"]},
|
|
| 62 |
- {"language_id": "fs", "domain_id": "loc", "type_id": "def", "words": ["jen sted", "dar"]},
|
|
| 63 |
- {"language_id": "fs", "domain_id": "loc", "type_id": "den", "words": ["dis sted", "har"]},
|
|
| 64 |
- {"language_id": "fs", "domain_id": "loc", "type_id": "uni", "words": ["al sted", "alvar"]},
|
|
| 65 |
- {"language_id": "fs", "domain_id": "loc", "type_id": "und", "words": ["et sted", "etvar"]},
|
|
| 66 |
- {"language_id": "fs", "domain_id": "loc", "type_id": "neg", "words": ["ni sted", "nivar"]},
|
|
| 67 |
- {"language_id": "fs", "domain_id": "dir", "type_id": "int", "words": ["to vilk sted", "varto"]},
|
|
| 68 |
- {"language_id": "fs", "domain_id": "dir", "type_id": "rel", "words": ["to vilk sted", "varto"]},
|
|
| 69 |
- {"language_id": "fs", "domain_id": "dir", "type_id": "def", "words": ["to jen sted", "darto"]},
|
|
| 70 |
- {"language_id": "fs", "domain_id": "dir", "type_id": "den", "words": ["to dis sted", "harto"]},
|
|
| 71 |
- {"language_id": "fs", "domain_id": "dir", "type_id": "uni", "words": ["to al sted", "alto"]},
|
|
| 72 |
- {"language_id": "fs", "domain_id": "dir", "type_id": "und", "words": ["to et sted", "etto"]},
|
|
| 73 |
- {"language_id": "fs", "domain_id": "dir", "type_id": "neg", "words": ["to ni sted", "nito"]},
|
|
| 74 |
- {"language_id": "fs", "domain_id": "cau", "type_id": "int", "words": ["fur vilk grund", "varfur"]},
|
|
| 75 |
- {"language_id": "fs", "domain_id": "cau", "type_id": "rel", "words": ["fur vilk grund", "varfur"]},
|
|
| 76 |
- {"language_id": "fs", "domain_id": "cau", "type_id": "def", "words": ["fur jen grund", "darfur"]},
|
|
| 77 |
- {"language_id": "fs", "domain_id": "cau", "type_id": "den", "words": ["fur dis grund", "harfur"]},
|
|
| 78 |
- {"language_id": "fs", "domain_id": "cau", "type_id": "uni", "words": ["fur al grund", "alfur"]},
|
|
| 79 |
- {"language_id": "fs", "domain_id": "cau", "type_id": "und", "words": ["fur et grund", "etfur"]},
|
|
| 80 |
- {"language_id": "fs", "domain_id": "cau", "type_id": "neg", "words": ["fur ni grund", "nifur"]},
|
|
| 81 |
- {"language_id": "fs", "domain_id": "man", "type_id": "int", "words": ["vilk mot", "hur"]},
|
|
| 82 |
- {"language_id": "fs", "domain_id": "man", "type_id": "rel", "words": ["vilk mot", "hur"]},
|
|
| 83 |
- {"language_id": "fs", "domain_id": "man", "type_id": "def", "words": ["jen mot", "so"]},
|
|
| 84 |
- {"language_id": "fs", "domain_id": "man", "type_id": "den", "words": ["dis mot", "so"]},
|
|
| 85 |
- {"language_id": "fs", "domain_id": "man", "type_id": "uni", "words": ["al mot"]},
|
|
| 86 |
- {"language_id": "fs", "domain_id": "man", "type_id": "und", "words": ["et mot"]},
|
|
| 87 |
- {"language_id": "fs", "domain_id": "man", "type_id": "neg", "words": ["ni mot"]},
|
|
| 88 |
- {"language_id": "fs", "domain_id": "typ", "type_id": "int", "words": ["vilk slag"]},
|
|
| 89 |
- {"language_id": "fs", "domain_id": "typ", "type_id": "rel", "words": ["vilk slag"]},
|
|
| 90 |
- {"language_id": "fs", "domain_id": "typ", "type_id": "def", "words": ["jen slag", "solk"]},
|
|
| 91 |
- {"language_id": "fs", "domain_id": "typ", "type_id": "den", "words": ["dis slag"]},
|
|
| 92 |
- {"language_id": "fs", "domain_id": "typ", "type_id": "uni", "words": ["al slag"]},
|
|
| 93 |
- {"language_id": "fs", "domain_id": "typ", "type_id": "und", "words": ["et slag"]},
|
|
| 94 |
- {"language_id": "fs", "domain_id": "typ", "type_id": "neg", "words": ["ni slag"]},
|
|
| 95 |
- {"language_id": "fs", "domain_id": "amo", "type_id": "int", "words": ["vilk mang"]},
|
|
| 96 |
- {"language_id": "fs", "domain_id": "amo", "type_id": "rel", "words": ["vilk mang"]},
|
|
| 97 |
- {"language_id": "fs", "domain_id": "amo", "type_id": "def", "words": ["jen mang"]},
|
|
| 98 |
- {"language_id": "fs", "domain_id": "amo", "type_id": "den", "words": ["dis mang"]},
|
|
| 99 |
- {"language_id": "fs", "domain_id": "amo", "type_id": "uni", "words": ["al mang"]},
|
|
| 100 |
- {"language_id": "fs", "domain_id": "amo", "type_id": "und", "words": ["et mang"]},
|
|
| 101 |
- {"language_id": "fs", "domain_id": "amo", "type_id": "neg", "words": ["ni mang"]},
|
|
| 102 |
- {"language_id": "en", "domain_id": "con", "type_id": "int", "words": ["which"]},
|
|
| 103 |
- {"language_id": "en", "domain_id": "con", "type_id": "rel", "words": ["which"]},
|
|
| 104 |
- {"language_id": "en", "domain_id": "con", "type_id": "def", "words": ["that"]},
|
|
| 105 |
- {"language_id": "en", "domain_id": "con", "type_id": "den", "words": ["this"]},
|
|
| 106 |
- {"language_id": "en", "domain_id": "con", "type_id": "uni", "words": ["every", "all"]},
|
|
| 107 |
- {"language_id": "en", "domain_id": "con", "type_id": "und", "words": ["some"]},
|
|
| 108 |
- {"language_id": "en", "domain_id": "con", "type_id": "neg", "words": ["no"]},
|
|
| 109 |
- {"language_id": "en", "domain_id": "thi", "type_id": "int", "words": ["what"]},
|
|
| 110 |
- {"language_id": "en", "domain_id": "thi", "type_id": "rel", "words": ["what"]},
|
|
| 111 |
- {"language_id": "en", "domain_id": "thi", "type_id": "def", "words": ["that"]},
|
|
| 112 |
- {"language_id": "en", "domain_id": "thi", "type_id": "den", "words": ["this"]},
|
|
| 113 |
- {"language_id": "en", "domain_id": "thi", "type_id": "uni", "words": ["everything"]},
|
|
| 114 |
- {"language_id": "en", "domain_id": "thi", "type_id": "und", "words": ["something", "anything"]},
|
|
| 115 |
- {"language_id": "en", "domain_id": "thi", "type_id": "neg", "words": ["nothing"]},
|
|
| 116 |
- {"language_id": "en", "domain_id": "per", "type_id": "int", "words": ["who"]},
|
|
| 117 |
- {"language_id": "en", "domain_id": "per", "type_id": "rel", "words": ["who"]},
|
|
| 118 |
- {"language_id": "en", "domain_id": "per", "type_id": "def", "words": ["that person", "that one"]},
|
|
| 119 |
- {"language_id": "en", "domain_id": "per", "type_id": "den", "words": ["this person", "this one"]},
|
|
| 120 |
- {"language_id": "en", "domain_id": "per", "type_id": "uni", "words": ["everyone", "everybody"]},
|
|
| 121 |
- {"language_id": "en", "domain_id": "per", "type_id": "und", "words": ["someone", "somebody"]},
|
|
| 122 |
- {"language_id": "en", "domain_id": "per", "type_id": "neg", "words": ["no one", "nobody"]},
|
|
| 123 |
- {"language_id": "en", "domain_id": "pos", "type_id": "int", "words": ["whose"]},
|
|
| 124 |
- {"language_id": "en", "domain_id": "pos", "type_id": "rel", "words": ["whose"]},
|
|
| 125 |
- {"language_id": "en", "domain_id": "pos", "type_id": "def", "words": ["that one's"]},
|
|
| 126 |
- {"language_id": "en", "domain_id": "pos", "type_id": "den", "words": ["this one's"]},
|
|
| 127 |
- {"language_id": "en", "domain_id": "pos", "type_id": "uni", "words": ["everyone's"]},
|
|
| 128 |
- {"language_id": "en", "domain_id": "pos", "type_id": "und", "words": ["someone's"]},
|
|
| 129 |
- {"language_id": "en", "domain_id": "pos", "type_id": "neg", "words": ["no one's"]},
|
|
| 130 |
- {"language_id": "en", "domain_id": "tim", "type_id": "int", "words": ["when"]},
|
|
| 131 |
- {"language_id": "en", "domain_id": "tim", "type_id": "rel", "words": ["when"]},
|
|
| 132 |
- {"language_id": "en", "domain_id": "tim", "type_id": "def", "words": ["then"]},
|
|
| 133 |
- {"language_id": "en", "domain_id": "tim", "type_id": "den", "words": ["now"]},
|
|
| 134 |
- {"language_id": "en", "domain_id": "tim", "type_id": "uni", "words": ["always"]},
|
|
| 135 |
- {"language_id": "en", "domain_id": "tim", "type_id": "und", "words": ["sometimes", "anytime", "ever"]},
|
|
| 136 |
- {"language_id": "en", "domain_id": "tim", "type_id": "neg", "words": ["never"]},
|
|
| 137 |
- {"language_id": "en", "domain_id": "loc", "type_id": "int", "words": ["where"]},
|
|
| 138 |
- {"language_id": "en", "domain_id": "loc", "type_id": "rel", "words": ["where"]},
|
|
| 139 |
- {"language_id": "en", "domain_id": "loc", "type_id": "def", "words": ["there"]},
|
|
| 140 |
- {"language_id": "en", "domain_id": "loc", "type_id": "den", "words": ["here"]},
|
|
| 141 |
- {"language_id": "en", "domain_id": "loc", "type_id": "uni", "words": ["everywhere"]},
|
|
| 142 |
- {"language_id": "en", "domain_id": "loc", "type_id": "und", "words": ["somewhere"]},
|
|
| 143 |
- {"language_id": "en", "domain_id": "loc", "type_id": "neg", "words": ["nowhere"]},
|
|
| 144 |
- {"language_id": "en", "domain_id": "dir", "type_id": "int", "words": ["whereto", "whither"]},
|
|
| 145 |
- {"language_id": "en", "domain_id": "dir", "type_id": "rel", "words": ["whereto", "whither"]},
|
|
| 146 |
- {"language_id": "en", "domain_id": "dir", "type_id": "def", "words": ["(to) there", "thither"]},
|
|
| 147 |
- {"language_id": "en", "domain_id": "dir", "type_id": "den", "words": ["(to) here", "hither"]},
|
|
| 148 |
- {"language_id": "en", "domain_id": "dir", "type_id": "uni", "words": []},
|
|
| 149 |
- {"language_id": "en", "domain_id": "dir", "type_id": "und", "words": ["(to) anywhere"]},
|
|
| 150 |
- {"language_id": "en", "domain_id": "dir", "type_id": "neg", "words": ["(to) nowhere", "nowhither"]},
|
|
| 151 |
- {"language_id": "en", "domain_id": "cau", "type_id": "int", "words": ["why"]},
|
|
| 152 |
- {"language_id": "en", "domain_id": "cau", "type_id": "rel", "words": ["why"]},
|
|
| 153 |
- {"language_id": "en", "domain_id": "cau", "type_id": "def", "words": []},
|
|
| 154 |
- {"language_id": "en", "domain_id": "cau", "type_id": "den", "words": []},
|
|
| 155 |
- {"language_id": "en", "domain_id": "cau", "type_id": "uni", "words": []},
|
|
| 156 |
- {"language_id": "en", "domain_id": "cau", "type_id": "und", "words": []},
|
|
| 157 |
- {"language_id": "en", "domain_id": "cau", "type_id": "neg", "words": []},
|
|
| 158 |
- {"language_id": "en", "domain_id": "man", "type_id": "int", "words": ["how"]},
|
|
| 159 |
- {"language_id": "en", "domain_id": "man", "type_id": "rel", "words": ["how"]},
|
|
| 160 |
- {"language_id": "en", "domain_id": "man", "type_id": "def", "words": ["so"]},
|
|
| 161 |
- {"language_id": "en", "domain_id": "man", "type_id": "den", "words": ["so"]},
|
|
| 162 |
- {"language_id": "en", "domain_id": "man", "type_id": "uni", "words": []},
|
|
| 163 |
- {"language_id": "en", "domain_id": "man", "type_id": "und", "words": []},
|
|
| 164 |
- {"language_id": "en", "domain_id": "man", "type_id": "neg", "words": []},
|
|
| 165 |
- {"language_id": "en", "domain_id": "typ", "type_id": "int", "words": ["what kind of"]},
|
|
| 166 |
- {"language_id": "en", "domain_id": "typ", "type_id": "rel", "words": []},
|
|
| 167 |
- {"language_id": "en", "domain_id": "typ", "type_id": "def", "words": ["such"]},
|
|
| 168 |
- {"language_id": "en", "domain_id": "typ", "type_id": "den", "words": []},
|
|
| 169 |
- {"language_id": "en", "domain_id": "typ", "type_id": "uni", "words": []},
|
|
| 170 |
- {"language_id": "en", "domain_id": "typ", "type_id": "und", "words": []},
|
|
| 171 |
- {"language_id": "en", "domain_id": "typ", "type_id": "neg", "words": []},
|
|
| 172 |
- {"language_id": "en", "domain_id": "amo", "type_id": "int", "words": ["how many", "how much"]},
|
|
| 173 |
- {"language_id": "en", "domain_id": "amo", "type_id": "rel", "words": ["how many", "how much"]},
|
|
| 174 |
- {"language_id": "en", "domain_id": "amo", "type_id": "def", "words": []},
|
|
| 175 |
- {"language_id": "en", "domain_id": "amo", "type_id": "den", "words": []},
|
|
| 176 |
- {"language_id": "en", "domain_id": "amo", "type_id": "uni", "words": []},
|
|
| 177 |
- {"language_id": "en", "domain_id": "amo", "type_id": "und", "words": []},
|
|
| 178 |
- {"language_id": "en", "domain_id": "amo", "type_id": "neg", "words": []}
|
|
| 25 |
+ {"language_id": "flk", "domain_id": "con", "type_id": "int", "words": ["vilk"]},
|
|
| 26 |
+ {"language_id": "flk", "domain_id": "con", "type_id": "rel", "words": ["vilk"]},
|
|
| 27 |
+ {"language_id": "flk", "domain_id": "con", "type_id": "def", "words": ["jen"]},
|
|
| 28 |
+ {"language_id": "flk", "domain_id": "con", "type_id": "den", "words": ["dis"]},
|
|
| 29 |
+ {"language_id": "flk", "domain_id": "con", "type_id": "uni", "words": ["al"]},
|
|
| 30 |
+ {"language_id": "flk", "domain_id": "con", "type_id": "und", "words": ["et"]},
|
|
| 31 |
+ {"language_id": "flk", "domain_id": "con", "type_id": "neg", "words": ["ni","nit et"]},
|
|
| 32 |
+ {"language_id": "flk", "domain_id": "thi", "type_id": "int", "words": ["vilk ding", "vat"]},
|
|
| 33 |
+ {"language_id": "flk", "domain_id": "thi", "type_id": "rel", "words": ["vilk ding", "vat"]},
|
|
| 34 |
+ {"language_id": "flk", "domain_id": "thi", "type_id": "def", "words": ["jen ding", "dat"]},
|
|
| 35 |
+ {"language_id": "flk", "domain_id": "thi", "type_id": "den", "words": ["dis ding"]},
|
|
| 36 |
+ {"language_id": "flk", "domain_id": "thi", "type_id": "uni", "words": ["al ding", "alvat"]},
|
|
| 37 |
+ {"language_id": "flk", "domain_id": "thi", "type_id": "und", "words": ["et ding", "etvat"]},
|
|
| 38 |
+ {"language_id": "flk", "domain_id": "thi", "type_id": "neg", "words": ["ni ding", "nivat"]},
|
|
| 39 |
+ {"language_id": "flk", "domain_id": "per", "type_id": "int", "words": ["vilk man", "ve"]},
|
|
| 40 |
+ {"language_id": "flk", "domain_id": "per", "type_id": "rel", "words": ["vilk man", "ve"]},
|
|
| 41 |
+ {"language_id": "flk", "domain_id": "per", "type_id": "def", "words": ["jen man"]},
|
|
| 42 |
+ {"language_id": "flk", "domain_id": "per", "type_id": "den", "words": ["dis man"]},
|
|
| 43 |
+ {"language_id": "flk", "domain_id": "per", "type_id": "uni", "words": ["al man", "alve"]},
|
|
| 44 |
+ {"language_id": "flk", "domain_id": "per", "type_id": "und", "words": ["et man", "etve"]},
|
|
| 45 |
+ {"language_id": "flk", "domain_id": "per", "type_id": "neg", "words": ["ni man", "nive"]},
|
|
| 46 |
+ {"language_id": "flk", "domain_id": "pos", "type_id": "int", "words": ["av vilk man", "ves"]},
|
|
| 47 |
+ {"language_id": "flk", "domain_id": "pos", "type_id": "rel", "words": ["av vilk man", "ves"]},
|
|
| 48 |
+ {"language_id": "flk", "domain_id": "pos", "type_id": "def", "words": ["av jen man"]},
|
|
| 49 |
+ {"language_id": "flk", "domain_id": "pos", "type_id": "den", "words": ["av dis man"]},
|
|
| 50 |
+ {"language_id": "flk", "domain_id": "pos", "type_id": "uni", "words": ["av al man", "alves"]},
|
|
| 51 |
+ {"language_id": "flk", "domain_id": "pos", "type_id": "und", "words": ["av et man", "etves"]},
|
|
| 52 |
+ {"language_id": "flk", "domain_id": "pos", "type_id": "neg", "words": ["av ni man", "nives"]},
|
|
| 53 |
+ {"language_id": "flk", "domain_id": "tim", "type_id": "int", "words": ["vilk tid", "van"]},
|
|
| 54 |
+ {"language_id": "flk", "domain_id": "tim", "type_id": "rel", "words": ["vilk tid", "van"]},
|
|
| 55 |
+ {"language_id": "flk", "domain_id": "tim", "type_id": "def", "words": ["jen tid", "dan"]},
|
|
| 56 |
+ {"language_id": "flk", "domain_id": "tim", "type_id": "den", "words": ["dis tid", "no"]},
|
|
| 57 |
+ {"language_id": "flk", "domain_id": "tim", "type_id": "uni", "words": ["al tid", "alvan"]},
|
|
| 58 |
+ {"language_id": "flk", "domain_id": "tim", "type_id": "und", "words": ["et tid", "etvan"]},
|
|
| 59 |
+ {"language_id": "flk", "domain_id": "tim", "type_id": "neg", "words": ["ni tid", "nivan"]},
|
|
| 60 |
+ {"language_id": "flk", "domain_id": "loc", "type_id": "int", "words": ["vilk sted", "var"]},
|
|
| 61 |
+ {"language_id": "flk", "domain_id": "loc", "type_id": "rel", "words": ["vilk sted", "var"]},
|
|
| 62 |
+ {"language_id": "flk", "domain_id": "loc", "type_id": "def", "words": ["jen sted", "dar"]},
|
|
| 63 |
+ {"language_id": "flk", "domain_id": "loc", "type_id": "den", "words": ["dis sted", "har"]},
|
|
| 64 |
+ {"language_id": "flk", "domain_id": "loc", "type_id": "uni", "words": ["al sted", "alvar"]},
|
|
| 65 |
+ {"language_id": "flk", "domain_id": "loc", "type_id": "und", "words": ["et sted", "etvar"]},
|
|
| 66 |
+ {"language_id": "flk", "domain_id": "loc", "type_id": "neg", "words": ["ni sted", "nivar"]},
|
|
| 67 |
+ {"language_id": "flk", "domain_id": "dir", "type_id": "int", "words": ["to vilk sted", "varto"]},
|
|
| 68 |
+ {"language_id": "flk", "domain_id": "dir", "type_id": "rel", "words": ["to vilk sted", "varto"]},
|
|
| 69 |
+ {"language_id": "flk", "domain_id": "dir", "type_id": "def", "words": ["to jen sted", "darto"]},
|
|
| 70 |
+ {"language_id": "flk", "domain_id": "dir", "type_id": "den", "words": ["to dis sted", "harto"]},
|
|
| 71 |
+ {"language_id": "flk", "domain_id": "dir", "type_id": "uni", "words": ["to al sted", "alto"]},
|
|
| 72 |
+ {"language_id": "flk", "domain_id": "dir", "type_id": "und", "words": ["to et sted", "etto"]},
|
|
| 73 |
+ {"language_id": "flk", "domain_id": "dir", "type_id": "neg", "words": ["to ni sted", "nito"]},
|
|
| 74 |
+ {"language_id": "flk", "domain_id": "cau", "type_id": "int", "words": ["fur vilk grund", "varfur"]},
|
|
| 75 |
+ {"language_id": "flk", "domain_id": "cau", "type_id": "rel", "words": ["fur vilk grund", "varfur"]},
|
|
| 76 |
+ {"language_id": "flk", "domain_id": "cau", "type_id": "def", "words": ["fur jen grund", "darfur"]},
|
|
| 77 |
+ {"language_id": "flk", "domain_id": "cau", "type_id": "den", "words": ["fur dis grund", "harfur"]},
|
|
| 78 |
+ {"language_id": "flk", "domain_id": "cau", "type_id": "uni", "words": ["fur al grund", "alfur"]},
|
|
| 79 |
+ {"language_id": "flk", "domain_id": "cau", "type_id": "und", "words": ["fur et grund", "etfur"]},
|
|
| 80 |
+ {"language_id": "flk", "domain_id": "cau", "type_id": "neg", "words": ["fur ni grund", "nifur"]},
|
|
| 81 |
+ {"language_id": "flk", "domain_id": "man", "type_id": "int", "words": ["vilk mot", "hur"]},
|
|
| 82 |
+ {"language_id": "flk", "domain_id": "man", "type_id": "rel", "words": ["vilk mot", "hur"]},
|
|
| 83 |
+ {"language_id": "flk", "domain_id": "man", "type_id": "def", "words": ["jen mot", "so"]},
|
|
| 84 |
+ {"language_id": "flk", "domain_id": "man", "type_id": "den", "words": ["dis mot", "so"]},
|
|
| 85 |
+ {"language_id": "flk", "domain_id": "man", "type_id": "uni", "words": ["al mot"]},
|
|
| 86 |
+ {"language_id": "flk", "domain_id": "man", "type_id": "und", "words": ["et mot"]},
|
|
| 87 |
+ {"language_id": "flk", "domain_id": "man", "type_id": "neg", "words": ["ni mot"]},
|
|
| 88 |
+ {"language_id": "flk", "domain_id": "typ", "type_id": "int", "words": ["vilk slag"]},
|
|
| 89 |
+ {"language_id": "flk", "domain_id": "typ", "type_id": "rel", "words": ["vilk slag"]},
|
|
| 90 |
+ {"language_id": "flk", "domain_id": "typ", "type_id": "def", "words": ["jen slag", "solk"]},
|
|
| 91 |
+ {"language_id": "flk", "domain_id": "typ", "type_id": "den", "words": ["dis slag"]},
|
|
| 92 |
+ {"language_id": "flk", "domain_id": "typ", "type_id": "uni", "words": ["al slag"]},
|
|
| 93 |
+ {"language_id": "flk", "domain_id": "typ", "type_id": "und", "words": ["et slag"]},
|
|
| 94 |
+ {"language_id": "flk", "domain_id": "typ", "type_id": "neg", "words": ["ni slag"]},
|
|
| 95 |
+ {"language_id": "flk", "domain_id": "amo", "type_id": "int", "words": ["vilk mang"]},
|
|
| 96 |
+ {"language_id": "flk", "domain_id": "amo", "type_id": "rel", "words": ["vilk mang"]},
|
|
| 97 |
+ {"language_id": "flk", "domain_id": "amo", "type_id": "def", "words": ["jen mang"]},
|
|
| 98 |
+ {"language_id": "flk", "domain_id": "amo", "type_id": "den", "words": ["dis mang"]},
|
|
| 99 |
+ {"language_id": "flk", "domain_id": "amo", "type_id": "uni", "words": ["al mang"]},
|
|
| 100 |
+ {"language_id": "flk", "domain_id": "amo", "type_id": "und", "words": ["et mang"]},
|
|
| 101 |
+ {"language_id": "flk", "domain_id": "amo", "type_id": "neg", "words": ["ni mang"]},
|
|
| 102 |
+ {"language_id": "eng", "domain_id": "con", "type_id": "int", "words": ["which"]},
|
|
| 103 |
+ {"language_id": "eng", "domain_id": "con", "type_id": "rel", "words": ["which"]},
|
|
| 104 |
+ {"language_id": "eng", "domain_id": "con", "type_id": "def", "words": ["that"]},
|
|
| 105 |
+ {"language_id": "eng", "domain_id": "con", "type_id": "den", "words": ["this"]},
|
|
| 106 |
+ {"language_id": "eng", "domain_id": "con", "type_id": "uni", "words": ["every", "all"]},
|
|
| 107 |
+ {"language_id": "eng", "domain_id": "con", "type_id": "und", "words": ["some"]},
|
|
| 108 |
+ {"language_id": "eng", "domain_id": "con", "type_id": "neg", "words": ["no"]},
|
|
| 109 |
+ {"language_id": "eng", "domain_id": "thi", "type_id": "int", "words": ["what"]},
|
|
| 110 |
+ {"language_id": "eng", "domain_id": "thi", "type_id": "rel", "words": ["what"]},
|
|
| 111 |
+ {"language_id": "eng", "domain_id": "thi", "type_id": "def", "words": ["that"]},
|
|
| 112 |
+ {"language_id": "eng", "domain_id": "thi", "type_id": "den", "words": ["this"]},
|
|
| 113 |
+ {"language_id": "eng", "domain_id": "thi", "type_id": "uni", "words": ["everything"]},
|
|
| 114 |
+ {"language_id": "eng", "domain_id": "thi", "type_id": "und", "words": ["something", "anything"]},
|
|
| 115 |
+ {"language_id": "eng", "domain_id": "thi", "type_id": "neg", "words": ["nothing"]},
|
|
| 116 |
+ {"language_id": "eng", "domain_id": "per", "type_id": "int", "words": ["who"]},
|
|
| 117 |
+ {"language_id": "eng", "domain_id": "per", "type_id": "rel", "words": ["who"]},
|
|
| 118 |
+ {"language_id": "eng", "domain_id": "per", "type_id": "def", "words": ["that person", "that one"]},
|
|
| 119 |
+ {"language_id": "eng", "domain_id": "per", "type_id": "den", "words": ["this person", "this one"]},
|
|
| 120 |
+ {"language_id": "eng", "domain_id": "per", "type_id": "uni", "words": ["everyone", "everybody"]},
|
|
| 121 |
+ {"language_id": "eng", "domain_id": "per", "type_id": "und", "words": ["someone", "somebody"]},
|
|
| 122 |
+ {"language_id": "eng", "domain_id": "per", "type_id": "neg", "words": ["no one", "nobody"]},
|
|
| 123 |
+ {"language_id": "eng", "domain_id": "pos", "type_id": "int", "words": ["whose"]},
|
|
| 124 |
+ {"language_id": "eng", "domain_id": "pos", "type_id": "rel", "words": ["whose"]},
|
|
| 125 |
+ {"language_id": "eng", "domain_id": "pos", "type_id": "def", "words": ["that one's"]},
|
|
| 126 |
+ {"language_id": "eng", "domain_id": "pos", "type_id": "den", "words": ["this one's"]},
|
|
| 127 |
+ {"language_id": "eng", "domain_id": "pos", "type_id": "uni", "words": ["everyone's"]},
|
|
| 128 |
+ {"language_id": "eng", "domain_id": "pos", "type_id": "und", "words": ["someone's"]},
|
|
| 129 |
+ {"language_id": "eng", "domain_id": "pos", "type_id": "neg", "words": ["no one's"]},
|
|
| 130 |
+ {"language_id": "eng", "domain_id": "tim", "type_id": "int", "words": ["when"]},
|
|
| 131 |
+ {"language_id": "eng", "domain_id": "tim", "type_id": "rel", "words": ["when"]},
|
|
| 132 |
+ {"language_id": "eng", "domain_id": "tim", "type_id": "def", "words": ["then"]},
|
|
| 133 |
+ {"language_id": "eng", "domain_id": "tim", "type_id": "den", "words": ["now"]},
|
|
| 134 |
+ {"language_id": "eng", "domain_id": "tim", "type_id": "uni", "words": ["always"]},
|
|
| 135 |
+ {"language_id": "eng", "domain_id": "tim", "type_id": "und", "words": ["sometimes", "anytime", "ever"]},
|
|
| 136 |
+ {"language_id": "eng", "domain_id": "tim", "type_id": "neg", "words": ["never"]},
|
|
| 137 |
+ {"language_id": "eng", "domain_id": "loc", "type_id": "int", "words": ["where"]},
|
|
| 138 |
+ {"language_id": "eng", "domain_id": "loc", "type_id": "rel", "words": ["where"]},
|
|
| 139 |
+ {"language_id": "eng", "domain_id": "loc", "type_id": "def", "words": ["there"]},
|
|
| 140 |
+ {"language_id": "eng", "domain_id": "loc", "type_id": "den", "words": ["here"]},
|
|
| 141 |
+ {"language_id": "eng", "domain_id": "loc", "type_id": "uni", "words": ["everywhere"]},
|
|
| 142 |
+ {"language_id": "eng", "domain_id": "loc", "type_id": "und", "words": ["somewhere"]},
|
|
| 143 |
+ {"language_id": "eng", "domain_id": "loc", "type_id": "neg", "words": ["nowhere"]},
|
|
| 144 |
+ {"language_id": "eng", "domain_id": "dir", "type_id": "int", "words": ["whereto", "whither"]},
|
|
| 145 |
+ {"language_id": "eng", "domain_id": "dir", "type_id": "rel", "words": ["whereto", "whither"]},
|
|
| 146 |
+ {"language_id": "eng", "domain_id": "dir", "type_id": "def", "words": ["(to) there", "thither"]},
|
|
| 147 |
+ {"language_id": "eng", "domain_id": "dir", "type_id": "den", "words": ["(to) here", "hither"]},
|
|
| 148 |
+ {"language_id": "eng", "domain_id": "dir", "type_id": "uni", "words": []},
|
|
| 149 |
+ {"language_id": "eng", "domain_id": "dir", "type_id": "und", "words": ["(to) anywhere"]},
|
|
| 150 |
+ {"language_id": "eng", "domain_id": "dir", "type_id": "neg", "words": ["(to) nowhere", "nowhither"]},
|
|
| 151 |
+ {"language_id": "eng", "domain_id": "cau", "type_id": "int", "words": ["why"]},
|
|
| 152 |
+ {"language_id": "eng", "domain_id": "cau", "type_id": "rel", "words": ["why"]},
|
|
| 153 |
+ {"language_id": "eng", "domain_id": "cau", "type_id": "def", "words": []},
|
|
| 154 |
+ {"language_id": "eng", "domain_id": "cau", "type_id": "den", "words": []},
|
|
| 155 |
+ {"language_id": "eng", "domain_id": "cau", "type_id": "uni", "words": []},
|
|
| 156 |
+ {"language_id": "eng", "domain_id": "cau", "type_id": "und", "words": []},
|
|
| 157 |
+ {"language_id": "eng", "domain_id": "cau", "type_id": "neg", "words": []},
|
|
| 158 |
+ {"language_id": "eng", "domain_id": "man", "type_id": "int", "words": ["how"]},
|
|
| 159 |
+ {"language_id": "eng", "domain_id": "man", "type_id": "rel", "words": ["how"]},
|
|
| 160 |
+ {"language_id": "eng", "domain_id": "man", "type_id": "def", "words": ["so"]},
|
|
| 161 |
+ {"language_id": "eng", "domain_id": "man", "type_id": "den", "words": ["so"]},
|
|
| 162 |
+ {"language_id": "eng", "domain_id": "man", "type_id": "uni", "words": []},
|
|
| 163 |
+ {"language_id": "eng", "domain_id": "man", "type_id": "und", "words": []},
|
|
| 164 |
+ {"language_id": "eng", "domain_id": "man", "type_id": "neg", "words": []},
|
|
| 165 |
+ {"language_id": "eng", "domain_id": "typ", "type_id": "int", "words": ["what kind of"]},
|
|
| 166 |
+ {"language_id": "eng", "domain_id": "typ", "type_id": "rel", "words": []},
|
|
| 167 |
+ {"language_id": "eng", "domain_id": "typ", "type_id": "def", "words": ["such"]},
|
|
| 168 |
+ {"language_id": "eng", "domain_id": "typ", "type_id": "den", "words": []},
|
|
| 169 |
+ {"language_id": "eng", "domain_id": "typ", "type_id": "uni", "words": []},
|
|
| 170 |
+ {"language_id": "eng", "domain_id": "typ", "type_id": "und", "words": []},
|
|
| 171 |
+ {"language_id": "eng", "domain_id": "typ", "type_id": "neg", "words": []},
|
|
| 172 |
+ {"language_id": "eng", "domain_id": "amo", "type_id": "int", "words": ["how many", "how much"]},
|
|
| 173 |
+ {"language_id": "eng", "domain_id": "amo", "type_id": "rel", "words": ["how many", "how much"]},
|
|
| 174 |
+ {"language_id": "eng", "domain_id": "amo", "type_id": "def", "words": []},
|
|
| 175 |
+ {"language_id": "eng", "domain_id": "amo", "type_id": "den", "words": []},
|
|
| 176 |
+ {"language_id": "eng", "domain_id": "amo", "type_id": "uni", "words": []},
|
|
| 177 |
+ {"language_id": "eng", "domain_id": "amo", "type_id": "und", "words": []},
|
|
| 178 |
+ {"language_id": "eng", "domain_id": "amo", "type_id": "neg", "words": []}
|
|
| 179 | 179 |
] |
| 180 | 180 |
} |
| 181 | 181 |
|
| ... | ... |
@@ -1,37 +1,37 @@ |
| 1 | 1 |
{
|
| 2 | 2 |
"words": [ |
| 3 |
- {"language_id": "fs", "count_id": "sin", "definiteness_id": "und", "case_id": "nom", "words": ["en sten"]},
|
|
| 4 |
- {"language_id": "fs", "count_id": "sin", "definiteness_id": "und", "case_id": "acc", "words": ["en sten"]},
|
|
| 5 |
- {"language_id": "fs", "count_id": "sin", "definiteness_id": "und", "case_id": "dat", "words": ["to en sten"]},
|
|
| 6 |
- {"language_id": "fs", "count_id": "sin", "definiteness_id": "und", "case_id": "gen", "words": ["en stens","av en sten"]},
|
|
| 7 |
- {"language_id": "fs", "count_id": "sin", "definiteness_id": "def", "case_id": "nom", "words": ["de sten"]},
|
|
| 8 |
- {"language_id": "fs", "count_id": "sin", "definiteness_id": "def", "case_id": "acc", "words": ["de sten"]},
|
|
| 9 |
- {"language_id": "fs", "count_id": "sin", "definiteness_id": "def", "case_id": "dat", "words": ["to de sten"]},
|
|
| 10 |
- {"language_id": "fs", "count_id": "sin", "definiteness_id": "def", "case_id": "gen", "words": ["de stens","av de sten"]},
|
|
| 11 |
- {"language_id": "fs", "count_id": "plu", "definiteness_id": "und", "case_id": "nom", "words": ["stener"]},
|
|
| 12 |
- {"language_id": "fs", "count_id": "plu", "definiteness_id": "und", "case_id": "acc", "words": ["stener"]},
|
|
| 13 |
- {"language_id": "fs", "count_id": "plu", "definiteness_id": "und", "case_id": "dat", "words": ["to stener"]},
|
|
| 14 |
- {"language_id": "fs", "count_id": "plu", "definiteness_id": "und", "case_id": "gen", "words": ["steners","av stener"]},
|
|
| 15 |
- {"language_id": "fs", "count_id": "plu", "definiteness_id": "def", "case_id": "nom", "words": ["de stener"]},
|
|
| 16 |
- {"language_id": "fs", "count_id": "plu", "definiteness_id": "def", "case_id": "acc", "words": ["de stener"]},
|
|
| 17 |
- {"language_id": "fs", "count_id": "plu", "definiteness_id": "def", "case_id": "dat", "words": ["to de stener"]},
|
|
| 18 |
- {"language_id": "fs", "count_id": "plu", "definiteness_id": "def", "case_id": "gen", "words": ["de steners","av de stener"]},
|
|
| 19 |
- {"language_id": "en", "count_id": "sin", "definiteness_id": "und", "case_id": "nom", "words": ["a stone"]},
|
|
| 20 |
- {"language_id": "en", "count_id": "sin", "definiteness_id": "und", "case_id": "acc", "words": ["a stone"]},
|
|
| 21 |
- {"language_id": "en", "count_id": "sin", "definiteness_id": "und", "case_id": "dat", "words": ["to a stone"]},
|
|
| 22 |
- {"language_id": "en", "count_id": "sin", "definiteness_id": "und", "case_id": "gen", "words": ["a stones'","of a stone"]},
|
|
| 23 |
- {"language_id": "en", "count_id": "sin", "definiteness_id": "def", "case_id": "nom", "words": ["the stone"]},
|
|
| 24 |
- {"language_id": "en", "count_id": "sin", "definiteness_id": "def", "case_id": "acc", "words": ["the stone"]},
|
|
| 25 |
- {"language_id": "en", "count_id": "sin", "definiteness_id": "def", "case_id": "dat", "words": ["to the stone"]},
|
|
| 26 |
- {"language_id": "en", "count_id": "sin", "definiteness_id": "def", "case_id": "gen", "words": ["the stones'","of the stone"]},
|
|
| 27 |
- {"language_id": "en", "count_id": "plu", "definiteness_id": "und", "case_id": "nom", "words": ["stones"]},
|
|
| 28 |
- {"language_id": "en", "count_id": "plu", "definiteness_id": "und", "case_id": "acc", "words": ["stones"]},
|
|
| 29 |
- {"language_id": "en", "count_id": "plu", "definiteness_id": "und", "case_id": "dat", "words": ["to stones"]},
|
|
| 30 |
- {"language_id": "en", "count_id": "plu", "definiteness_id": "und", "case_id": "gen", "words": ["stones'","of stones"]},
|
|
| 31 |
- {"language_id": "en", "count_id": "plu", "definiteness_id": "def", "case_id": "nom", "words": ["the stones"]},
|
|
| 32 |
- {"language_id": "en", "count_id": "plu", "definiteness_id": "def", "case_id": "acc", "words": ["the stones"]},
|
|
| 33 |
- {"language_id": "en", "count_id": "plu", "definiteness_id": "def", "case_id": "dat", "words": ["to the stones"]},
|
|
| 34 |
- {"language_id": "en", "count_id": "plu", "definiteness_id": "def", "case_id": "gen", "words": ["the stones'","of the stones"]}
|
|
| 3 |
+ {"language_id": "flk", "count_id": "sin", "definiteness_id": "und", "case_id": "nom", "words": ["en sten"]},
|
|
| 4 |
+ {"language_id": "flk", "count_id": "sin", "definiteness_id": "und", "case_id": "acc", "words": ["en sten"]},
|
|
| 5 |
+ {"language_id": "flk", "count_id": "sin", "definiteness_id": "und", "case_id": "dat", "words": ["to en sten"]},
|
|
| 6 |
+ {"language_id": "flk", "count_id": "sin", "definiteness_id": "und", "case_id": "gen", "words": ["en stens","av en sten"]},
|
|
| 7 |
+ {"language_id": "flk", "count_id": "sin", "definiteness_id": "def", "case_id": "nom", "words": ["de sten"]},
|
|
| 8 |
+ {"language_id": "flk", "count_id": "sin", "definiteness_id": "def", "case_id": "acc", "words": ["de sten"]},
|
|
| 9 |
+ {"language_id": "flk", "count_id": "sin", "definiteness_id": "def", "case_id": "dat", "words": ["to de sten"]},
|
|
| 10 |
+ {"language_id": "flk", "count_id": "sin", "definiteness_id": "def", "case_id": "gen", "words": ["de stens","av de sten"]},
|
|
| 11 |
+ {"language_id": "flk", "count_id": "plu", "definiteness_id": "und", "case_id": "nom", "words": ["stener"]},
|
|
| 12 |
+ {"language_id": "flk", "count_id": "plu", "definiteness_id": "und", "case_id": "acc", "words": ["stener"]},
|
|
| 13 |
+ {"language_id": "flk", "count_id": "plu", "definiteness_id": "und", "case_id": "dat", "words": ["to stener"]},
|
|
| 14 |
+ {"language_id": "flk", "count_id": "plu", "definiteness_id": "und", "case_id": "gen", "words": ["steners","av stener"]},
|
|
| 15 |
+ {"language_id": "flk", "count_id": "plu", "definiteness_id": "def", "case_id": "nom", "words": ["de stener"]},
|
|
| 16 |
+ {"language_id": "flk", "count_id": "plu", "definiteness_id": "def", "case_id": "acc", "words": ["de stener"]},
|
|
| 17 |
+ {"language_id": "flk", "count_id": "plu", "definiteness_id": "def", "case_id": "dat", "words": ["to de stener"]},
|
|
| 18 |
+ {"language_id": "flk", "count_id": "plu", "definiteness_id": "def", "case_id": "gen", "words": ["de steners","av de stener"]},
|
|
| 19 |
+ {"language_id": "eng", "count_id": "sin", "definiteness_id": "und", "case_id": "nom", "words": ["a stone"]},
|
|
| 20 |
+ {"language_id": "eng", "count_id": "sin", "definiteness_id": "und", "case_id": "acc", "words": ["a stone"]},
|
|
| 21 |
+ {"language_id": "eng", "count_id": "sin", "definiteness_id": "und", "case_id": "dat", "words": ["to a stone"]},
|
|
| 22 |
+ {"language_id": "eng", "count_id": "sin", "definiteness_id": "und", "case_id": "gen", "words": ["a stones'","of a stone"]},
|
|
| 23 |
+ {"language_id": "eng", "count_id": "sin", "definiteness_id": "def", "case_id": "nom", "words": ["the stone"]},
|
|
| 24 |
+ {"language_id": "eng", "count_id": "sin", "definiteness_id": "def", "case_id": "acc", "words": ["the stone"]},
|
|
| 25 |
+ {"language_id": "eng", "count_id": "sin", "definiteness_id": "def", "case_id": "dat", "words": ["to the stone"]},
|
|
| 26 |
+ {"language_id": "eng", "count_id": "sin", "definiteness_id": "def", "case_id": "gen", "words": ["the stones'","of the stone"]},
|
|
| 27 |
+ {"language_id": "eng", "count_id": "plu", "definiteness_id": "und", "case_id": "nom", "words": ["stones"]},
|
|
| 28 |
+ {"language_id": "eng", "count_id": "plu", "definiteness_id": "und", "case_id": "acc", "words": ["stones"]},
|
|
| 29 |
+ {"language_id": "eng", "count_id": "plu", "definiteness_id": "und", "case_id": "dat", "words": ["to stones"]},
|
|
| 30 |
+ {"language_id": "eng", "count_id": "plu", "definiteness_id": "und", "case_id": "gen", "words": ["stones'","of stones"]},
|
|
| 31 |
+ {"language_id": "eng", "count_id": "plu", "definiteness_id": "def", "case_id": "nom", "words": ["the stones"]},
|
|
| 32 |
+ {"language_id": "eng", "count_id": "plu", "definiteness_id": "def", "case_id": "acc", "words": ["the stones"]},
|
|
| 33 |
+ {"language_id": "eng", "count_id": "plu", "definiteness_id": "def", "case_id": "dat", "words": ["to the stones"]},
|
|
| 34 |
+ {"language_id": "eng", "count_id": "plu", "definiteness_id": "def", "case_id": "gen", "words": ["the stones'","of the stones"]}
|
|
| 35 | 35 |
] |
| 36 | 36 |
} |
| 37 | 37 |
|
| ... | ... |
@@ -5,314 +5,314 @@ |
| 5 | 5 |
{"id": "pos", "name": "Possesive"}
|
| 6 | 6 |
], |
| 7 | 7 |
"words": [ |
| 8 |
- {"language_id": "fs", "type_id": "nor", "case_id": "nom", "count_id": "sin", "person_id": "1st", "gender_id": "com", "words": ["ek"]},
|
|
| 9 |
- {"language_id": "fs", "type_id": "nor", "case_id": "nom", "count_id": "sin", "person_id": "2nd", "gender_id": "com", "words": ["du"]},
|
|
| 10 |
- {"language_id": "fs", "type_id": "nor", "case_id": "nom", "count_id": "sin", "person_id": "3rd", "gender_id": "com", "words": ["hen"]},
|
|
| 11 |
- {"language_id": "fs", "type_id": "nor", "case_id": "nom", "count_id": "sin", "person_id": "3rd", "gender_id": "mas", "words": ["han"]},
|
|
| 12 |
- {"language_id": "fs", "type_id": "nor", "case_id": "nom", "count_id": "sin", "person_id": "3rd", "gender_id": "fem", "words": ["hun"]},
|
|
| 13 |
- {"language_id": "fs", "type_id": "nor", "case_id": "nom", "count_id": "sin", "person_id": "3rd", "gender_id": "neu", "words": ["hit"]},
|
|
| 14 |
- {"language_id": "fs", "type_id": "nor", "case_id": "nom", "count_id": "sin", "person_id": "imp", "gender_id": "com", "words": ["man"]},
|
|
| 15 |
- {"language_id": "fs", "type_id": "nor", "case_id": "nom", "count_id": "plu", "person_id": "1st", "gender_id": "com", "words": ["vi"]},
|
|
| 16 |
- {"language_id": "fs", "type_id": "nor", "case_id": "nom", "count_id": "plu", "person_id": "2nd", "gender_id": "com", "words": ["je"]},
|
|
| 17 |
- {"language_id": "fs", "type_id": "nor", "case_id": "nom", "count_id": "plu", "person_id": "3rd", "gender_id": "com", "words": ["di"]},
|
|
| 18 |
- {"language_id": "fs", "type_id": "nor", "case_id": "nom", "count_id": "plu", "person_id": "imp", "gender_id": "com", "words": ["maner"]},
|
|
| 19 |
- {"language_id": "fs", "type_id": "nor", "case_id": "acc", "count_id": "sin", "person_id": "1st", "gender_id": "com", "words": ["mek"]},
|
|
| 20 |
- {"language_id": "fs", "type_id": "nor", "case_id": "acc", "count_id": "sin", "person_id": "2nd", "gender_id": "com", "words": ["dek"]},
|
|
| 21 |
- {"language_id": "fs", "type_id": "nor", "case_id": "acc", "count_id": "sin", "person_id": "3rd", "gender_id": "com", "words": ["hem"]},
|
|
| 22 |
- {"language_id": "fs", "type_id": "nor", "case_id": "acc", "count_id": "sin", "person_id": "3rd", "gender_id": "mas", "words": ["ham"]},
|
|
| 23 |
- {"language_id": "fs", "type_id": "nor", "case_id": "acc", "count_id": "sin", "person_id": "3rd", "gender_id": "fem", "words": ["hum"]},
|
|
| 24 |
- {"language_id": "fs", "type_id": "nor", "case_id": "acc", "count_id": "sin", "person_id": "3rd", "gender_id": "neu", "words": ["hit"]},
|
|
| 25 |
- {"language_id": "fs", "type_id": "nor", "case_id": "acc", "count_id": "sin", "person_id": "imp", "gender_id": "com", "words": ["man"]},
|
|
| 26 |
- {"language_id": "fs", "type_id": "nor", "case_id": "acc", "count_id": "plu", "person_id": "1st", "gender_id": "com", "words": ["us"]},
|
|
| 27 |
- {"language_id": "fs", "type_id": "nor", "case_id": "acc", "count_id": "plu", "person_id": "2nd", "gender_id": "com", "words": ["ju"]},
|
|
| 28 |
- {"language_id": "fs", "type_id": "nor", "case_id": "acc", "count_id": "plu", "person_id": "3rd", "gender_id": "com", "words": ["dim"]},
|
|
| 29 |
- {"language_id": "fs", "type_id": "nor", "case_id": "acc", "count_id": "plu", "person_id": "imp", "gender_id": "com", "words": ["maner"]},
|
|
| 30 |
- {"language_id": "fs", "type_id": "nor", "case_id": "dat", "count_id": "sin", "person_id": "1st", "gender_id": "com", "words": ["to mek"]},
|
|
| 31 |
- {"language_id": "fs", "type_id": "nor", "case_id": "dat", "count_id": "sin", "person_id": "2nd", "gender_id": "com", "words": ["to dek"]},
|
|
| 32 |
- {"language_id": "fs", "type_id": "nor", "case_id": "dat", "count_id": "sin", "person_id": "3rd", "gender_id": "com", "words": ["to hem"]},
|
|
| 33 |
- {"language_id": "fs", "type_id": "nor", "case_id": "dat", "count_id": "sin", "person_id": "3rd", "gender_id": "mas", "words": ["to ham"]},
|
|
| 34 |
- {"language_id": "fs", "type_id": "nor", "case_id": "dat", "count_id": "sin", "person_id": "3rd", "gender_id": "fem", "words": ["to hum"]},
|
|
| 35 |
- {"language_id": "fs", "type_id": "nor", "case_id": "dat", "count_id": "sin", "person_id": "3rd", "gender_id": "neu", "words": ["to hit"]},
|
|
| 36 |
- {"language_id": "fs", "type_id": "nor", "case_id": "dat", "count_id": "sin", "person_id": "imp", "gender_id": "com", "words": ["to man"]},
|
|
| 37 |
- {"language_id": "fs", "type_id": "nor", "case_id": "dat", "count_id": "plu", "person_id": "1st", "gender_id": "com", "words": ["to us"]},
|
|
| 38 |
- {"language_id": "fs", "type_id": "nor", "case_id": "dat", "count_id": "plu", "person_id": "2nd", "gender_id": "com", "words": ["to ju"]},
|
|
| 39 |
- {"language_id": "fs", "type_id": "nor", "case_id": "dat", "count_id": "plu", "person_id": "3rd", "gender_id": "com", "words": ["to dim"]},
|
|
| 40 |
- {"language_id": "fs", "type_id": "nor", "case_id": "dat", "count_id": "plu", "person_id": "imp", "gender_id": "com", "words": ["to maner"]},
|
|
| 41 |
- {"language_id": "fs", "type_id": "ref", "case_id": "nom", "count_id": "sin", "person_id": "1st", "gender_id": "com", "words": ["ek (selv)"]},
|
|
| 42 |
- {"language_id": "fs", "type_id": "ref", "case_id": "nom", "count_id": "sin", "person_id": "2nd", "gender_id": "com", "words": ["du (selv)"]},
|
|
| 43 |
- {"language_id": "fs", "type_id": "ref", "case_id": "nom", "count_id": "sin", "person_id": "3rd", "gender_id": "com", "words": ["hen selv"]},
|
|
| 44 |
- {"language_id": "fs", "type_id": "ref", "case_id": "nom", "count_id": "sin", "person_id": "3rd", "gender_id": "mas", "words": ["han selv"]},
|
|
| 45 |
- {"language_id": "fs", "type_id": "ref", "case_id": "nom", "count_id": "sin", "person_id": "3rd", "gender_id": "fem", "words": ["hun selv"]},
|
|
| 46 |
- {"language_id": "fs", "type_id": "ref", "case_id": "nom", "count_id": "sin", "person_id": "3rd", "gender_id": "neu", "words": ["hit selv"]},
|
|
| 47 |
- {"language_id": "fs", "type_id": "ref", "case_id": "nom", "count_id": "sin", "person_id": "imp", "gender_id": "com", "words": ["man selv"]},
|
|
| 48 |
- {"language_id": "fs", "type_id": "ref", "case_id": "nom", "count_id": "plu", "person_id": "1st", "gender_id": "com", "words": ["vi selv"]},
|
|
| 49 |
- {"language_id": "fs", "type_id": "ref", "case_id": "nom", "count_id": "plu", "person_id": "2nd", "gender_id": "com", "words": ["je selv"]},
|
|
| 50 |
- {"language_id": "fs", "type_id": "ref", "case_id": "nom", "count_id": "plu", "person_id": "3rd", "gender_id": "com", "words": ["di selv"]},
|
|
| 51 |
- {"language_id": "fs", "type_id": "ref", "case_id": "nom", "count_id": "plu", "person_id": "imp", "gender_id": "com", "words": ["maner selv"]},
|
|
| 52 |
- {"language_id": "fs", "type_id": "ref", "case_id": "acc", "count_id": "sin", "person_id": "1st", "gender_id": "com", "words": ["mek (selv)"]},
|
|
| 53 |
- {"language_id": "fs", "type_id": "ref", "case_id": "acc", "count_id": "sin", "person_id": "2nd", "gender_id": "com", "words": ["dek (selv)"]},
|
|
| 54 |
- {"language_id": "fs", "type_id": "ref", "case_id": "acc", "count_id": "sin", "person_id": "3rd", "gender_id": "com", "words": ["hen selv","sek"]},
|
|
| 55 |
- {"language_id": "fs", "type_id": "ref", "case_id": "acc", "count_id": "sin", "person_id": "3rd", "gender_id": "mas", "words": ["han selv","sek"]},
|
|
| 56 |
- {"language_id": "fs", "type_id": "ref", "case_id": "acc", "count_id": "sin", "person_id": "3rd", "gender_id": "fem", "words": ["hen selv","sek"]},
|
|
| 57 |
- {"language_id": "fs", "type_id": "ref", "case_id": "acc", "count_id": "sin", "person_id": "3rd", "gender_id": "neu", "words": ["hit selv","sek"]},
|
|
| 58 |
- {"language_id": "fs", "type_id": "ref", "case_id": "acc", "count_id": "sin", "person_id": "imp", "gender_id": "com", "words": ["man selv","sek"]},
|
|
| 59 |
- {"language_id": "fs", "type_id": "ref", "case_id": "acc", "count_id": "plu", "person_id": "1st", "gender_id": "com", "words": ["us (selv)"]},
|
|
| 60 |
- {"language_id": "fs", "type_id": "ref", "case_id": "acc", "count_id": "plu", "person_id": "2nd", "gender_id": "com", "words": ["ju (selv)"]},
|
|
| 61 |
- {"language_id": "fs", "type_id": "ref", "case_id": "acc", "count_id": "plu", "person_id": "3rd", "gender_id": "com", "words": ["dim selv","sek"]},
|
|
| 62 |
- {"language_id": "fs", "type_id": "ref", "case_id": "acc", "count_id": "plu", "person_id": "imp", "gender_id": "com", "words": ["maner selv","sek"]},
|
|
| 63 |
- {"language_id": "fs", "type_id": "ref", "case_id": "dat", "count_id": "sin", "person_id": "1st", "gender_id": "com", "words": ["to mek (selv)"]},
|
|
| 64 |
- {"language_id": "fs", "type_id": "ref", "case_id": "dat", "count_id": "sin", "person_id": "2nd", "gender_id": "com", "words": ["to dek (selv)"]},
|
|
| 65 |
- {"language_id": "fs", "type_id": "ref", "case_id": "dat", "count_id": "sin", "person_id": "3rd", "gender_id": "com", "words": ["to hem selv","to sek"]},
|
|
| 66 |
- {"language_id": "fs", "type_id": "ref", "case_id": "dat", "count_id": "sin", "person_id": "3rd", "gender_id": "mas", "words": ["to ham selv","to sek"]},
|
|
| 67 |
- {"language_id": "fs", "type_id": "ref", "case_id": "dat", "count_id": "sin", "person_id": "3rd", "gender_id": "fem", "words": ["to hum selv","to sek"]},
|
|
| 68 |
- {"language_id": "fs", "type_id": "ref", "case_id": "dat", "count_id": "sin", "person_id": "3rd", "gender_id": "neu", "words": ["to hit selv","to sek"]},
|
|
| 69 |
- {"language_id": "fs", "type_id": "ref", "case_id": "dat", "count_id": "sin", "person_id": "imp", "gender_id": "com", "words": ["to man selv","to sek"]},
|
|
| 70 |
- {"language_id": "fs", "type_id": "ref", "case_id": "dat", "count_id": "plu", "person_id": "1st", "gender_id": "com", "words": ["to us (selv)"]},
|
|
| 71 |
- {"language_id": "fs", "type_id": "ref", "case_id": "dat", "count_id": "plu", "person_id": "2nd", "gender_id": "com", "words": ["to ju (selv)"]},
|
|
| 72 |
- {"language_id": "fs", "type_id": "ref", "case_id": "dat", "count_id": "plu", "person_id": "3rd", "gender_id": "com", "words": ["to dim selv","to sek"]},
|
|
| 73 |
- {"language_id": "fs", "type_id": "ref", "case_id": "dat", "count_id": "plu", "person_id": "imp", "gender_id": "com", "words": ["to maner selv","to sek"]},
|
|
| 74 |
- {"language_id": "fs", "type_id": "pos", "case_id": "nom", "count_id": "sin", "person_id": "1st", "gender_id": "com", "words": ["min"]},
|
|
| 75 |
- {"language_id": "fs", "type_id": "pos", "case_id": "nom", "count_id": "sin", "person_id": "2nd", "gender_id": "com", "words": ["din"]},
|
|
| 76 |
- {"language_id": "fs", "type_id": "pos", "case_id": "nom", "count_id": "sin", "person_id": "3rd", "gender_id": "com", "words": ["hens"]},
|
|
| 77 |
- {"language_id": "fs", "type_id": "pos", "case_id": "nom", "count_id": "sin", "person_id": "3rd", "gender_id": "mas", "words": ["hans"]},
|
|
| 78 |
- {"language_id": "fs", "type_id": "pos", "case_id": "nom", "count_id": "sin", "person_id": "3rd", "gender_id": "fem", "words": ["huns"]},
|
|
| 79 |
- {"language_id": "fs", "type_id": "pos", "case_id": "nom", "count_id": "sin", "person_id": "3rd", "gender_id": "neu", "words": ["hits"]},
|
|
| 80 |
- {"language_id": "fs", "type_id": "pos", "case_id": "nom", "count_id": "sin", "person_id": "imp", "gender_id": "com", "words": ["mans"]},
|
|
| 81 |
- {"language_id": "fs", "type_id": "pos", "case_id": "nom", "count_id": "plu", "person_id": "1st", "gender_id": "com", "words": ["ur"]},
|
|
| 82 |
- {"language_id": "fs", "type_id": "pos", "case_id": "nom", "count_id": "plu", "person_id": "2nd", "gender_id": "com", "words": ["jer"]},
|
|
| 83 |
- {"language_id": "fs", "type_id": "pos", "case_id": "nom", "count_id": "plu", "person_id": "3rd", "gender_id": "com", "words": ["dir"]},
|
|
| 84 |
- {"language_id": "fs", "type_id": "pos", "case_id": "nom", "count_id": "plu", "person_id": "imp", "gender_id": "com", "words": ["maners"]},
|
|
| 85 |
- {"language_id": "fs", "type_id": "pos", "case_id": "acc", "count_id": "sin", "person_id": "1st", "gender_id": "com", "words": ["min"]},
|
|
| 86 |
- {"language_id": "fs", "type_id": "pos", "case_id": "acc", "count_id": "sin", "person_id": "2nd", "gender_id": "com", "words": ["din"]},
|
|
| 87 |
- {"language_id": "fs", "type_id": "pos", "case_id": "acc", "count_id": "sin", "person_id": "3rd", "gender_id": "com", "words": ["hens"]},
|
|
| 88 |
- {"language_id": "fs", "type_id": "pos", "case_id": "acc", "count_id": "sin", "person_id": "3rd", "gender_id": "mas", "words": ["hans"]},
|
|
| 89 |
- {"language_id": "fs", "type_id": "pos", "case_id": "acc", "count_id": "sin", "person_id": "3rd", "gender_id": "fem", "words": ["huns"]},
|
|
| 90 |
- {"language_id": "fs", "type_id": "pos", "case_id": "acc", "count_id": "sin", "person_id": "3rd", "gender_id": "neu", "words": ["hits"]},
|
|
| 91 |
- {"language_id": "fs", "type_id": "pos", "case_id": "acc", "count_id": "sin", "person_id": "imp", "gender_id": "com", "words": ["mans"]},
|
|
| 92 |
- {"language_id": "fs", "type_id": "pos", "case_id": "acc", "count_id": "plu", "person_id": "1st", "gender_id": "com", "words": ["ur"]},
|
|
| 93 |
- {"language_id": "fs", "type_id": "pos", "case_id": "acc", "count_id": "plu", "person_id": "2nd", "gender_id": "com", "words": ["jer"]},
|
|
| 94 |
- {"language_id": "fs", "type_id": "pos", "case_id": "acc", "count_id": "plu", "person_id": "3rd", "gender_id": "com", "words": ["dir"]},
|
|
| 95 |
- {"language_id": "fs", "type_id": "pos", "case_id": "acc", "count_id": "plu", "person_id": "imp", "gender_id": "com", "words": ["maners"]},
|
|
| 96 |
- {"language_id": "fs", "type_id": "pos", "case_id": "dat", "count_id": "sin", "person_id": "1st", "gender_id": "com", "words": ["to min"]},
|
|
| 97 |
- {"language_id": "fs", "type_id": "pos", "case_id": "dat", "count_id": "sin", "person_id": "2nd", "gender_id": "com", "words": ["to din"]},
|
|
| 98 |
- {"language_id": "fs", "type_id": "pos", "case_id": "dat", "count_id": "sin", "person_id": "3rd", "gender_id": "com", "words": ["to hens"]},
|
|
| 99 |
- {"language_id": "fs", "type_id": "pos", "case_id": "dat", "count_id": "sin", "person_id": "3rd", "gender_id": "mas", "words": ["to hans"]},
|
|
| 100 |
- {"language_id": "fs", "type_id": "pos", "case_id": "dat", "count_id": "sin", "person_id": "3rd", "gender_id": "fem", "words": ["to huns"]},
|
|
| 101 |
- {"language_id": "fs", "type_id": "pos", "case_id": "dat", "count_id": "sin", "person_id": "3rd", "gender_id": "neu", "words": ["to hits"]},
|
|
| 102 |
- {"language_id": "fs", "type_id": "pos", "case_id": "dat", "count_id": "sin", "person_id": "imp", "gender_id": "com", "words": ["to mans"]},
|
|
| 103 |
- {"language_id": "fs", "type_id": "pos", "case_id": "dat", "count_id": "plu", "person_id": "1st", "gender_id": "com", "words": ["to ur"]},
|
|
| 104 |
- {"language_id": "fs", "type_id": "pos", "case_id": "dat", "count_id": "plu", "person_id": "2nd", "gender_id": "com", "words": ["to jer"]},
|
|
| 105 |
- {"language_id": "fs", "type_id": "pos", "case_id": "dat", "count_id": "plu", "person_id": "3rd", "gender_id": "com", "words": ["to dir"]},
|
|
| 106 |
- {"language_id": "fs", "type_id": "pos", "case_id": "dat", "count_id": "plu", "person_id": "imp", "gender_id": "com", "words": ["to maners"]},
|
|
| 107 |
- {"language_id": "fs", "type_id": "pos", "case_id": "gen", "count_id": "sin", "person_id": "1st", "gender_id": "com", "words": ["av min"]},
|
|
| 108 |
- {"language_id": "fs", "type_id": "pos", "case_id": "gen", "count_id": "sin", "person_id": "2nd", "gender_id": "com", "words": ["av din"]},
|
|
| 109 |
- {"language_id": "fs", "type_id": "pos", "case_id": "gen", "count_id": "sin", "person_id": "3rd", "gender_id": "com", "words": ["av hens"]},
|
|
| 110 |
- {"language_id": "fs", "type_id": "pos", "case_id": "gen", "count_id": "sin", "person_id": "3rd", "gender_id": "mas", "words": ["av hans"]},
|
|
| 111 |
- {"language_id": "fs", "type_id": "pos", "case_id": "gen", "count_id": "sin", "person_id": "3rd", "gender_id": "fem", "words": ["av huns"]},
|
|
| 112 |
- {"language_id": "fs", "type_id": "pos", "case_id": "gen", "count_id": "sin", "person_id": "3rd", "gender_id": "neu", "words": ["av hits"]},
|
|
| 113 |
- {"language_id": "fs", "type_id": "pos", "case_id": "gen", "count_id": "sin", "person_id": "imp", "gender_id": "com", "words": ["av mans"]},
|
|
| 114 |
- {"language_id": "fs", "type_id": "pos", "case_id": "gen", "count_id": "plu", "person_id": "1st", "gender_id": "com", "words": ["av ur"]},
|
|
| 115 |
- {"language_id": "fs", "type_id": "pos", "case_id": "gen", "count_id": "plu", "person_id": "2nd", "gender_id": "com", "words": ["av jer"]},
|
|
| 116 |
- {"language_id": "fs", "type_id": "pos", "case_id": "gen", "count_id": "plu", "person_id": "3rd", "gender_id": "com", "words": ["av dir"]},
|
|
| 117 |
- {"language_id": "fs", "type_id": "pos", "case_id": "gen", "count_id": "plu", "person_id": "imp", "gender_id": "com", "words": ["av maners"]},
|
|
| 118 |
- {"language_id": "en", "type_id": "nor", "case_id": "nom", "count_id": "sin", "person_id": "1st", "gender_id": "com", "words": ["i"]},
|
|
| 119 |
- {"language_id": "en", "type_id": "nor", "case_id": "nom", "count_id": "sin", "person_id": "2nd", "gender_id": "com", "words": ["you","thou"]},
|
|
| 120 |
- {"language_id": "en", "type_id": "nor", "case_id": "nom", "count_id": "sin", "person_id": "3rd", "gender_id": "com", "words": []},
|
|
| 121 |
- {"language_id": "en", "type_id": "nor", "case_id": "nom", "count_id": "sin", "person_id": "3rd", "gender_id": "mas", "words": ["he"]},
|
|
| 122 |
- {"language_id": "en", "type_id": "nor", "case_id": "nom", "count_id": "sin", "person_id": "3rd", "gender_id": "fem", "words": ["she"]},
|
|
| 123 |
- {"language_id": "en", "type_id": "nor", "case_id": "nom", "count_id": "sin", "person_id": "3rd", "gender_id": "neu", "words": ["it"]},
|
|
| 124 |
- {"language_id": "en", "type_id": "nor", "case_id": "nom", "count_id": "sin", "person_id": "imp", "gender_id": "com", "words": ["one","you"]},
|
|
| 125 |
- {"language_id": "en", "type_id": "nor", "case_id": "nom", "count_id": "plu", "person_id": "1st", "gender_id": "com", "words": ["we"]},
|
|
| 126 |
- {"language_id": "en", "type_id": "nor", "case_id": "nom", "count_id": "plu", "person_id": "2nd", "gender_id": "com", "words": ["you (all)"]},
|
|
| 127 |
- {"language_id": "en", "type_id": "nor", "case_id": "nom", "count_id": "plu", "person_id": "3rd", "gender_id": "com", "words": ["they"]},
|
|
| 128 |
- {"language_id": "en", "type_id": "nor", "case_id": "nom", "count_id": "plu", "person_id": "imp", "gender_id": "com", "words": ["you","they"]},
|
|
| 129 |
- {"language_id": "en", "type_id": "nor", "case_id": "acc", "count_id": "sin", "person_id": "1st", "gender_id": "com", "words": ["me"]},
|
|
| 130 |
- {"language_id": "en", "type_id": "nor", "case_id": "acc", "count_id": "sin", "person_id": "2nd", "gender_id": "com", "words": ["you","thee"]},
|
|
| 131 |
- {"language_id": "en", "type_id": "nor", "case_id": "acc", "count_id": "sin", "person_id": "3rd", "gender_id": "com", "words": []},
|
|
| 132 |
- {"language_id": "en", "type_id": "nor", "case_id": "acc", "count_id": "sin", "person_id": "3rd", "gender_id": "mas", "words": ["him"]},
|
|
| 133 |
- {"language_id": "en", "type_id": "nor", "case_id": "acc", "count_id": "sin", "person_id": "3rd", "gender_id": "fem", "words": ["her"]},
|
|
| 134 |
- {"language_id": "en", "type_id": "nor", "case_id": "acc", "count_id": "sin", "person_id": "3rd", "gender_id": "neu", "words": ["it"]},
|
|
| 135 |
- {"language_id": "en", "type_id": "nor", "case_id": "acc", "count_id": "sin", "person_id": "imp", "gender_id": "com", "words": ["one","you"]},
|
|
| 136 |
- {"language_id": "en", "type_id": "nor", "case_id": "acc", "count_id": "plu", "person_id": "1st", "gender_id": "com", "words": ["us"]},
|
|
| 137 |
- {"language_id": "en", "type_id": "nor", "case_id": "acc", "count_id": "plu", "person_id": "2nd", "gender_id": "com", "words": ["you (all)"]},
|
|
| 138 |
- {"language_id": "en", "type_id": "nor", "case_id": "acc", "count_id": "plu", "person_id": "3rd", "gender_id": "com", "words": ["them"]},
|
|
| 139 |
- {"language_id": "en", "type_id": "nor", "case_id": "acc", "count_id": "plu", "person_id": "imp", "gender_id": "com", "words": ["you","them"]},
|
|
| 140 |
- {"language_id": "en", "type_id": "nor", "case_id": "dat", "count_id": "sin", "person_id": "1st", "gender_id": "com", "words": ["(to) me"]},
|
|
| 141 |
- {"language_id": "en", "type_id": "nor", "case_id": "dat", "count_id": "sin", "person_id": "2nd", "gender_id": "com", "words": ["(to) you","(to) thee"]},
|
|
| 142 |
- {"language_id": "en", "type_id": "nor", "case_id": "dat", "count_id": "sin", "person_id": "3rd", "gender_id": "com", "words": []},
|
|
| 143 |
- {"language_id": "en", "type_id": "nor", "case_id": "dat", "count_id": "sin", "person_id": "3rd", "gender_id": "mas", "words": ["(to) him"]},
|
|
| 144 |
- {"language_id": "en", "type_id": "nor", "case_id": "dat", "count_id": "sin", "person_id": "3rd", "gender_id": "fem", "words": ["(to) her"]},
|
|
| 145 |
- {"language_id": "en", "type_id": "nor", "case_id": "dat", "count_id": "sin", "person_id": "3rd", "gender_id": "neu", "words": ["(to) it"]},
|
|
| 146 |
- {"language_id": "en", "type_id": "nor", "case_id": "dat", "count_id": "sin", "person_id": "imp", "gender_id": "com", "words": ["(to) one","(to) you"]},
|
|
| 147 |
- {"language_id": "en", "type_id": "nor", "case_id": "dat", "count_id": "plu", "person_id": "1st", "gender_id": "com", "words": ["(to) us"]},
|
|
| 148 |
- {"language_id": "en", "type_id": "nor", "case_id": "dat", "count_id": "plu", "person_id": "2nd", "gender_id": "com", "words": ["(to) you (all)"]},
|
|
| 149 |
- {"language_id": "en", "type_id": "nor", "case_id": "dat", "count_id": "plu", "person_id": "3rd", "gender_id": "com", "words": ["(to) them"]},
|
|
| 150 |
- {"language_id": "en", "type_id": "nor", "case_id": "dat", "count_id": "plu", "person_id": "imp", "gender_id": "com", "words": ["(to) you","(to) them"]},
|
|
| 151 |
- {"language_id": "en", "type_id": "ref", "case_id": "acc", "count_id": "sin", "person_id": "1st", "gender_id": "com", "words": ["myself"]},
|
|
| 152 |
- {"language_id": "en", "type_id": "ref", "case_id": "acc", "count_id": "sin", "person_id": "2nd", "gender_id": "com", "words": ["yourself"]},
|
|
| 153 |
- {"language_id": "en", "type_id": "ref", "case_id": "acc", "count_id": "sin", "person_id": "3rd", "gender_id": "com", "words": []},
|
|
| 154 |
- {"language_id": "en", "type_id": "ref", "case_id": "acc", "count_id": "sin", "person_id": "3rd", "gender_id": "mas", "words": ["himself"]},
|
|
| 155 |
- {"language_id": "en", "type_id": "ref", "case_id": "acc", "count_id": "sin", "person_id": "3rd", "gender_id": "fem", "words": ["herself"]},
|
|
| 156 |
- {"language_id": "en", "type_id": "ref", "case_id": "acc", "count_id": "sin", "person_id": "3rd", "gender_id": "neu", "words": ["itself"]},
|
|
| 157 |
- {"language_id": "en", "type_id": "ref", "case_id": "acc", "count_id": "sin", "person_id": "imp", "gender_id": "com", "words": ["oneself","yourself"]},
|
|
| 158 |
- {"language_id": "en", "type_id": "ref", "case_id": "acc", "count_id": "plu", "person_id": "1st", "gender_id": "com", "words": ["ourselves"]},
|
|
| 159 |
- {"language_id": "en", "type_id": "ref", "case_id": "acc", "count_id": "plu", "person_id": "2nd", "gender_id": "com", "words": ["yourselves"]},
|
|
| 160 |
- {"language_id": "en", "type_id": "ref", "case_id": "acc", "count_id": "plu", "person_id": "3rd", "gender_id": "com", "words": ["themselves"]},
|
|
| 161 |
- {"language_id": "en", "type_id": "ref", "case_id": "acc", "count_id": "plu", "person_id": "imp", "gender_id": "com", "words": ["themselves","yourselves"]},
|
|
| 162 |
- {"language_id": "en", "type_id": "ref", "case_id": "dat", "count_id": "sin", "person_id": "1st", "gender_id": "com", "words": ["(to) myself"]},
|
|
| 163 |
- {"language_id": "en", "type_id": "ref", "case_id": "dat", "count_id": "sin", "person_id": "2nd", "gender_id": "com", "words": ["(to) yourself"]},
|
|
| 164 |
- {"language_id": "en", "type_id": "ref", "case_id": "dat", "count_id": "sin", "person_id": "3rd", "gender_id": "com", "words": []},
|
|
| 165 |
- {"language_id": "en", "type_id": "ref", "case_id": "dat", "count_id": "sin", "person_id": "3rd", "gender_id": "mas", "words": ["(to) himself"]},
|
|
| 166 |
- {"language_id": "en", "type_id": "ref", "case_id": "dat", "count_id": "sin", "person_id": "3rd", "gender_id": "fem", "words": ["(to) herself"]},
|
|
| 167 |
- {"language_id": "en", "type_id": "ref", "case_id": "dat", "count_id": "sin", "person_id": "3rd", "gender_id": "neu", "words": ["(to) itself"]},
|
|
| 168 |
- {"language_id": "en", "type_id": "ref", "case_id": "dat", "count_id": "sin", "person_id": "imp", "gender_id": "com", "words": ["(to) oneself","(to) yourself"]},
|
|
| 169 |
- {"language_id": "en", "type_id": "ref", "case_id": "dat", "count_id": "plu", "person_id": "1st", "gender_id": "com", "words": ["(to) ourselves"]},
|
|
| 170 |
- {"language_id": "en", "type_id": "ref", "case_id": "dat", "count_id": "plu", "person_id": "2nd", "gender_id": "com", "words": ["(to) yourselves"]},
|
|
| 171 |
- {"language_id": "en", "type_id": "ref", "case_id": "dat", "count_id": "plu", "person_id": "3rd", "gender_id": "com", "words": ["(to) themselves"]},
|
|
| 172 |
- {"language_id": "en", "type_id": "ref", "case_id": "dat", "count_id": "plu", "person_id": "imp", "gender_id": "com", "words": ["(to) themselves","(to)to yourselves"]},
|
|
| 173 |
- {"language_id": "en", "type_id": "pos", "case_id": "nom", "count_id": "sin", "person_id": "1st", "gender_id": "com", "words": ["my/mine"]},
|
|
| 174 |
- {"language_id": "en", "type_id": "pos", "case_id": "nom", "count_id": "sin", "person_id": "2nd", "gender_id": "com", "words": ["your/yours","thy/thine"]},
|
|
| 175 |
- {"language_id": "en", "type_id": "pos", "case_id": "nom", "count_id": "sin", "person_id": "3rd", "gender_id": "com", "words": []},
|
|
| 176 |
- {"language_id": "en", "type_id": "pos", "case_id": "nom", "count_id": "sin", "person_id": "3rd", "gender_id": "mas", "words": ["his"]},
|
|
| 177 |
- {"language_id": "en", "type_id": "pos", "case_id": "nom", "count_id": "sin", "person_id": "3rd", "gender_id": "fem", "words": ["her/hers"]},
|
|
| 178 |
- {"language_id": "en", "type_id": "pos", "case_id": "nom", "count_id": "sin", "person_id": "3rd", "gender_id": "neu", "words": ["its"]},
|
|
| 179 |
- {"language_id": "en", "type_id": "pos", "case_id": "nom", "count_id": "sin", "person_id": "imp", "gender_id": "com", "words": ["one's","your/yours"]},
|
|
| 180 |
- {"language_id": "en", "type_id": "pos", "case_id": "nom", "count_id": "plu", "person_id": "1st", "gender_id": "com", "words": ["our/ours"]},
|
|
| 181 |
- {"language_id": "en", "type_id": "pos", "case_id": "nom", "count_id": "plu", "person_id": "2nd", "gender_id": "com", "words": ["your/yours"]},
|
|
| 182 |
- {"language_id": "en", "type_id": "pos", "case_id": "nom", "count_id": "plu", "person_id": "3rd", "gender_id": "com", "words": ["their/theirs"]},
|
|
| 183 |
- {"language_id": "en", "type_id": "pos", "case_id": "nom", "count_id": "plu", "person_id": "imp", "gender_id": "com", "words": ["their/theirs","your/yours"]},
|
|
| 184 |
- {"language_id": "en", "type_id": "pos", "case_id": "acc", "count_id": "sin", "person_id": "1st", "gender_id": "com", "words": ["my/mine"]},
|
|
| 185 |
- {"language_id": "en", "type_id": "pos", "case_id": "acc", "count_id": "sin", "person_id": "2nd", "gender_id": "com", "words": ["your/yours","thy/thine"]},
|
|
| 186 |
- {"language_id": "en", "type_id": "pos", "case_id": "acc", "count_id": "sin", "person_id": "3rd", "gender_id": "com", "words": []},
|
|
| 187 |
- {"language_id": "en", "type_id": "pos", "case_id": "acc", "count_id": "sin", "person_id": "3rd", "gender_id": "mas", "words": ["his"]},
|
|
| 188 |
- {"language_id": "en", "type_id": "pos", "case_id": "acc", "count_id": "sin", "person_id": "3rd", "gender_id": "fem", "words": ["her/hers"]},
|
|
| 189 |
- {"language_id": "en", "type_id": "pos", "case_id": "acc", "count_id": "sin", "person_id": "3rd", "gender_id": "neu", "words": ["its"]},
|
|
| 190 |
- {"language_id": "en", "type_id": "pos", "case_id": "acc", "count_id": "sin", "person_id": "imp", "gender_id": "com", "words": ["one's","your/yours"]},
|
|
| 191 |
- {"language_id": "en", "type_id": "pos", "case_id": "acc", "count_id": "plu", "person_id": "1st", "gender_id": "com", "words": ["our/ours"]},
|
|
| 192 |
- {"language_id": "en", "type_id": "pos", "case_id": "acc", "count_id": "plu", "person_id": "2nd", "gender_id": "com", "words": ["your/yours"]},
|
|
| 193 |
- {"language_id": "en", "type_id": "pos", "case_id": "acc", "count_id": "plu", "person_id": "3rd", "gender_id": "com", "words": ["their/theirs"]},
|
|
| 194 |
- {"language_id": "en", "type_id": "pos", "case_id": "acc", "count_id": "plu", "person_id": "imp", "gender_id": "com", "words": ["their","your"]},
|
|
| 195 |
- {"language_id": "en", "type_id": "pos", "case_id": "dat", "count_id": "sin", "person_id": "1st", "gender_id": "com", "words": ["(to) my/mine"]},
|
|
| 196 |
- {"language_id": "en", "type_id": "pos", "case_id": "dat", "count_id": "sin", "person_id": "2nd", "gender_id": "com", "words": ["(to) your/yours","(to) thy/thine"]},
|
|
| 197 |
- {"language_id": "en", "type_id": "pos", "case_id": "dat", "count_id": "sin", "person_id": "3rd", "gender_id": "com", "words": []},
|
|
| 198 |
- {"language_id": "en", "type_id": "pos", "case_id": "dat", "count_id": "sin", "person_id": "3rd", "gender_id": "mas", "words": ["(to) his"]},
|
|
| 199 |
- {"language_id": "en", "type_id": "pos", "case_id": "dat", "count_id": "sin", "person_id": "3rd", "gender_id": "fem", "words": ["(to) her/hers"]},
|
|
| 200 |
- {"language_id": "en", "type_id": "pos", "case_id": "dat", "count_id": "sin", "person_id": "3rd", "gender_id": "neu", "words": ["(to) its"]},
|
|
| 201 |
- {"language_id": "en", "type_id": "pos", "case_id": "dat", "count_id": "sin", "person_id": "imp", "gender_id": "com", "words": ["(to) one's","(to) your/yours"]},
|
|
| 202 |
- {"language_id": "en", "type_id": "pos", "case_id": "dat", "count_id": "plu", "person_id": "1st", "gender_id": "com", "words": ["(to) our/ours"]},
|
|
| 203 |
- {"language_id": "en", "type_id": "pos", "case_id": "dat", "count_id": "plu", "person_id": "2nd", "gender_id": "com", "words": ["(to) your/yours"]},
|
|
| 204 |
- {"language_id": "en", "type_id": "pos", "case_id": "dat", "count_id": "plu", "person_id": "3rd", "gender_id": "com", "words": ["(to) their/theirs"]},
|
|
| 205 |
- {"language_id": "en", "type_id": "pos", "case_id": "dat", "count_id": "plu", "person_id": "imp", "gender_id": "com", "words": ["(to) their/theirs","(to) your/yours"]},
|
|
| 206 |
- {"language_id": "en", "type_id": "pos", "case_id": "gen", "count_id": "sin", "person_id": "1st", "gender_id": "com", "words": ["of my/mine"]},
|
|
| 207 |
- {"language_id": "en", "type_id": "pos", "case_id": "gen", "count_id": "sin", "person_id": "2nd", "gender_id": "com", "words": ["of your/yours"]},
|
|
| 208 |
- {"language_id": "en", "type_id": "pos", "case_id": "gen", "count_id": "sin", "person_id": "3rd", "gender_id": "com", "words": []},
|
|
| 209 |
- {"language_id": "en", "type_id": "pos", "case_id": "gen", "count_id": "sin", "person_id": "3rd", "gender_id": "mas", "words": ["of his"]},
|
|
| 210 |
- {"language_id": "en", "type_id": "pos", "case_id": "gen", "count_id": "sin", "person_id": "3rd", "gender_id": "fem", "words": ["of her/hers"]},
|
|
| 211 |
- {"language_id": "en", "type_id": "pos", "case_id": "gen", "count_id": "sin", "person_id": "3rd", "gender_id": "neu", "words": ["of its"]},
|
|
| 212 |
- {"language_id": "en", "type_id": "pos", "case_id": "gen", "count_id": "sin", "person_id": "imp", "gender_id": "com", "words": ["of one's","of your/yours"]},
|
|
| 213 |
- {"language_id": "en", "type_id": "pos", "case_id": "gen", "count_id": "plu", "person_id": "1st", "gender_id": "com", "words": ["of our/ours"]},
|
|
| 214 |
- {"language_id": "en", "type_id": "pos", "case_id": "gen", "count_id": "plu", "person_id": "2nd", "gender_id": "com", "words": ["of your/yours"]},
|
|
| 215 |
- {"language_id": "en", "type_id": "pos", "case_id": "gen", "count_id": "plu", "person_id": "3rd", "gender_id": "com", "words": ["of their/theirs"]},
|
|
| 216 |
- {"language_id": "en", "type_id": "pos", "case_id": "gen", "count_id": "plu", "person_id": "imp", "gender_id": "com", "words": ["of their/theirs","of your/yours"]},
|
|
| 217 |
- {"language_id": "de", "type_id": "nor", "case_id": "nom", "count_id": "sin", "person_id": "1st", "gender_id": "com", "words": ["ich"]},
|
|
| 218 |
- {"language_id": "de", "type_id": "nor", "case_id": "nom", "count_id": "sin", "person_id": "2nd", "gender_id": "com", "words": ["du"]},
|
|
| 219 |
- {"language_id": "de", "type_id": "nor", "case_id": "nom", "count_id": "sin", "person_id": "3rd", "gender_id": "com", "words": []},
|
|
| 220 |
- {"language_id": "de", "type_id": "nor", "case_id": "nom", "count_id": "sin", "person_id": "3rd", "gender_id": "mas", "words": ["er"]},
|
|
| 221 |
- {"language_id": "de", "type_id": "nor", "case_id": "nom", "count_id": "sin", "person_id": "3rd", "gender_id": "fem", "words": ["sie"]},
|
|
| 222 |
- {"language_id": "de", "type_id": "nor", "case_id": "nom", "count_id": "sin", "person_id": "3rd", "gender_id": "neu", "words": ["es"]},
|
|
| 223 |
- {"language_id": "de", "type_id": "nor", "case_id": "nom", "count_id": "sin", "person_id": "imp", "gender_id": "com", "words": ["man"]},
|
|
| 224 |
- {"language_id": "de", "type_id": "nor", "case_id": "nom", "count_id": "plu", "person_id": "1st", "gender_id": "com", "words": ["wir"]},
|
|
| 225 |
- {"language_id": "de", "type_id": "nor", "case_id": "nom", "count_id": "plu", "person_id": "2nd", "gender_id": "com", "words": ["ihr"]},
|
|
| 226 |
- {"language_id": "de", "type_id": "nor", "case_id": "nom", "count_id": "plu", "person_id": "3rd", "gender_id": "com", "words": ["sie"]},
|
|
| 227 |
- {"language_id": "de", "type_id": "nor", "case_id": "nom", "count_id": "plu", "person_id": "imp", "gender_id": "com", "words": ["man"]},
|
|
| 228 |
- {"language_id": "de", "type_id": "nor", "case_id": "acc", "count_id": "sin", "person_id": "1st", "gender_id": "com", "words": ["mich"]},
|
|
| 229 |
- {"language_id": "de", "type_id": "nor", "case_id": "acc", "count_id": "sin", "person_id": "2nd", "gender_id": "com", "words": ["dich"]},
|
|
| 230 |
- {"language_id": "de", "type_id": "nor", "case_id": "acc", "count_id": "sin", "person_id": "3rd", "gender_id": "com", "words": []},
|
|
| 231 |
- {"language_id": "de", "type_id": "nor", "case_id": "acc", "count_id": "sin", "person_id": "3rd", "gender_id": "mas", "words": ["ihn"]},
|
|
| 232 |
- {"language_id": "de", "type_id": "nor", "case_id": "acc", "count_id": "sin", "person_id": "3rd", "gender_id": "fem", "words": ["sie"]},
|
|
| 233 |
- {"language_id": "de", "type_id": "nor", "case_id": "acc", "count_id": "sin", "person_id": "3rd", "gender_id": "neu", "words": ["es"]},
|
|
| 234 |
- {"language_id": "de", "type_id": "nor", "case_id": "acc", "count_id": "sin", "person_id": "imp", "gender_id": "com", "words": ["einen"]},
|
|
| 235 |
- {"language_id": "de", "type_id": "nor", "case_id": "acc", "count_id": "plu", "person_id": "1st", "gender_id": "com", "words": ["uns"]},
|
|
| 236 |
- {"language_id": "de", "type_id": "nor", "case_id": "acc", "count_id": "plu", "person_id": "2nd", "gender_id": "com", "words": ["euch"]},
|
|
| 237 |
- {"language_id": "de", "type_id": "nor", "case_id": "acc", "count_id": "plu", "person_id": "3rd", "gender_id": "com", "words": ["sie"]},
|
|
| 238 |
- {"language_id": "de", "type_id": "nor", "case_id": "acc", "count_id": "plu", "person_id": "imp", "gender_id": "com", "words": []},
|
|
| 239 |
- {"language_id": "de", "type_id": "nor", "case_id": "dat", "count_id": "sin", "person_id": "1st", "gender_id": "com", "words": ["mir"]},
|
|
| 240 |
- {"language_id": "de", "type_id": "nor", "case_id": "dat", "count_id": "sin", "person_id": "2nd", "gender_id": "com", "words": ["dir"]},
|
|
| 241 |
- {"language_id": "de", "type_id": "nor", "case_id": "dat", "count_id": "sin", "person_id": "3rd", "gender_id": "com", "words": []},
|
|
| 242 |
- {"language_id": "de", "type_id": "nor", "case_id": "dat", "count_id": "sin", "person_id": "3rd", "gender_id": "mas", "words": ["ihm"]},
|
|
| 243 |
- {"language_id": "de", "type_id": "nor", "case_id": "dat", "count_id": "sin", "person_id": "3rd", "gender_id": "fem", "words": ["ihr"]},
|
|
| 244 |
- {"language_id": "de", "type_id": "nor", "case_id": "dat", "count_id": "sin", "person_id": "3rd", "gender_id": "neu", "words": ["ihm"]},
|
|
| 245 |
- {"language_id": "de", "type_id": "nor", "case_id": "dat", "count_id": "sin", "person_id": "imp", "gender_id": "com", "words": ["einem"]},
|
|
| 246 |
- {"language_id": "de", "type_id": "nor", "case_id": "dat", "count_id": "plu", "person_id": "1st", "gender_id": "com", "words": ["uns"]},
|
|
| 247 |
- {"language_id": "de", "type_id": "nor", "case_id": "dat", "count_id": "plu", "person_id": "2nd", "gender_id": "com", "words": ["euch"]},
|
|
| 248 |
- {"language_id": "de", "type_id": "nor", "case_id": "dat", "count_id": "plu", "person_id": "3rd", "gender_id": "com", "words": ["ihnen"]},
|
|
| 249 |
- {"language_id": "de", "type_id": "nor", "case_id": "dat", "count_id": "plu", "person_id": "imp", "gender_id": "com", "words": []},
|
|
| 250 |
- {"language_id": "de", "type_id": "ref", "case_id": "acc", "count_id": "sin", "person_id": "1st", "gender_id": "com", "words": ["mich"]},
|
|
| 251 |
- {"language_id": "de", "type_id": "ref", "case_id": "acc", "count_id": "sin", "person_id": "2nd", "gender_id": "com", "words": ["dich"]},
|
|
| 252 |
- {"language_id": "de", "type_id": "ref", "case_id": "acc", "count_id": "sin", "person_id": "3rd", "gender_id": "com", "words": ["sich"]},
|
|
| 253 |
- {"language_id": "de", "type_id": "ref", "case_id": "acc", "count_id": "sin", "person_id": "3rd", "gender_id": "mas", "words": ["sich"]},
|
|
| 254 |
- {"language_id": "de", "type_id": "ref", "case_id": "acc", "count_id": "sin", "person_id": "3rd", "gender_id": "fem", "words": ["sich"]},
|
|
| 255 |
- {"language_id": "de", "type_id": "ref", "case_id": "acc", "count_id": "sin", "person_id": "3rd", "gender_id": "neu", "words": ["sich"]},
|
|
| 256 |
- {"language_id": "de", "type_id": "ref", "case_id": "acc", "count_id": "sin", "person_id": "imp", "gender_id": "com", "words": ["sich"]},
|
|
| 257 |
- {"language_id": "de", "type_id": "ref", "case_id": "acc", "count_id": "plu", "person_id": "1st", "gender_id": "com", "words": ["uns"]},
|
|
| 258 |
- {"language_id": "de", "type_id": "ref", "case_id": "acc", "count_id": "plu", "person_id": "2nd", "gender_id": "com", "words": ["euch"]},
|
|
| 259 |
- {"language_id": "de", "type_id": "ref", "case_id": "acc", "count_id": "plu", "person_id": "3rd", "gender_id": "com", "words": ["sich"]},
|
|
| 260 |
- {"language_id": "de", "type_id": "ref", "case_id": "acc", "count_id": "plu", "person_id": "imp", "gender_id": "com", "words": []},
|
|
| 261 |
- {"language_id": "de", "type_id": "ref", "case_id": "dat", "count_id": "sin", "person_id": "1st", "gender_id": "com", "words": ["(zu) mir"]},
|
|
| 262 |
- {"language_id": "de", "type_id": "ref", "case_id": "dat", "count_id": "sin", "person_id": "2nd", "gender_id": "com", "words": ["(zu) dir"]},
|
|
| 263 |
- {"language_id": "de", "type_id": "ref", "case_id": "dat", "count_id": "sin", "person_id": "3rd", "gender_id": "com", "words": []},
|
|
| 264 |
- {"language_id": "de", "type_id": "ref", "case_id": "dat", "count_id": "sin", "person_id": "3rd", "gender_id": "mas", "words": ["(zu) sich"]},
|
|
| 265 |
- {"language_id": "de", "type_id": "ref", "case_id": "dat", "count_id": "sin", "person_id": "3rd", "gender_id": "fem", "words": ["(zu) sich"]},
|
|
| 266 |
- {"language_id": "de", "type_id": "ref", "case_id": "dat", "count_id": "sin", "person_id": "3rd", "gender_id": "neu", "words": ["(zu) sich"]},
|
|
| 267 |
- {"language_id": "de", "type_id": "ref", "case_id": "dat", "count_id": "sin", "person_id": "imp", "gender_id": "com", "words": ["(zu) sich"]},
|
|
| 268 |
- {"language_id": "de", "type_id": "ref", "case_id": "dat", "count_id": "plu", "person_id": "1st", "gender_id": "com", "words": ["(zu) uns"]},
|
|
| 269 |
- {"language_id": "de", "type_id": "ref", "case_id": "dat", "count_id": "plu", "person_id": "2nd", "gender_id": "com", "words": ["(zu) euch"]},
|
|
| 270 |
- {"language_id": "de", "type_id": "ref", "case_id": "dat", "count_id": "plu", "person_id": "3rd", "gender_id": "com", "words": ["(zu) sich"]},
|
|
| 271 |
- {"language_id": "de", "type_id": "ref", "case_id": "dat", "count_id": "plu", "person_id": "imp", "gender_id": "com", "words": []},
|
|
| 272 |
- {"language_id": "de", "type_id": "pos", "case_id": "nom", "count_id": "sin", "person_id": "1st", "gender_id": "com", "words": ["mein"]},
|
|
| 273 |
- {"language_id": "de", "type_id": "pos", "case_id": "nom", "count_id": "sin", "person_id": "2nd", "gender_id": "com", "words": ["dein"]},
|
|
| 274 |
- {"language_id": "de", "type_id": "pos", "case_id": "nom", "count_id": "sin", "person_id": "3rd", "gender_id": "com", "words": []},
|
|
| 275 |
- {"language_id": "de", "type_id": "pos", "case_id": "nom", "count_id": "sin", "person_id": "3rd", "gender_id": "mas", "words": ["sein/seine/sein"]},
|
|
| 276 |
- {"language_id": "de", "type_id": "pos", "case_id": "nom", "count_id": "sin", "person_id": "3rd", "gender_id": "fem", "words": ["ihr/ihre/ihr"]},
|
|
| 277 |
- {"language_id": "de", "type_id": "pos", "case_id": "nom", "count_id": "sin", "person_id": "3rd", "gender_id": "neu", "words": ["sein/seine/sein"]},
|
|
| 278 |
- {"language_id": "de", "type_id": "pos", "case_id": "nom", "count_id": "sin", "person_id": "imp", "gender_id": "com", "words": []},
|
|
| 279 |
- {"language_id": "de", "type_id": "pos", "case_id": "nom", "count_id": "plu", "person_id": "1st", "gender_id": "com", "words": ["unser/unser/unser"]},
|
|
| 280 |
- {"language_id": "de", "type_id": "pos", "case_id": "nom", "count_id": "plu", "person_id": "2nd", "gender_id": "com", "words": ["euer/eure/euer"]},
|
|
| 281 |
- {"language_id": "de", "type_id": "pos", "case_id": "nom", "count_id": "plu", "person_id": "3rd", "gender_id": "com", "words": ["ihr/ihre/ihr","deren"]},
|
|
| 282 |
- {"language_id": "de", "type_id": "pos", "case_id": "nom", "count_id": "plu", "person_id": "imp", "gender_id": "com", "words": []},
|
|
| 283 |
- {"language_id": "de", "type_id": "pos", "case_id": "acc", "count_id": "sin", "person_id": "1st", "gender_id": "com", "words": ["meinen/meine/mein"]},
|
|
| 284 |
- {"language_id": "de", "type_id": "pos", "case_id": "acc", "count_id": "sin", "person_id": "2nd", "gender_id": "com", "words": ["deinen/deine/dein"]},
|
|
| 285 |
- {"language_id": "de", "type_id": "pos", "case_id": "acc", "count_id": "sin", "person_id": "3rd", "gender_id": "com", "words": []},
|
|
| 286 |
- {"language_id": "de", "type_id": "pos", "case_id": "acc", "count_id": "sin", "person_id": "3rd", "gender_id": "mas", "words": ["seinen/seine/sein"]},
|
|
| 287 |
- {"language_id": "de", "type_id": "pos", "case_id": "acc", "count_id": "sin", "person_id": "3rd", "gender_id": "fem", "words": ["ihren/ihre/ihr"]},
|
|
| 288 |
- {"language_id": "de", "type_id": "pos", "case_id": "acc", "count_id": "sin", "person_id": "3rd", "gender_id": "neu", "words": ["seinen/seine/sein"]},
|
|
| 289 |
- {"language_id": "de", "type_id": "pos", "case_id": "acc", "count_id": "sin", "person_id": "imp", "gender_id": "com", "words": []},
|
|
| 290 |
- {"language_id": "de", "type_id": "pos", "case_id": "acc", "count_id": "plu", "person_id": "1st", "gender_id": "com", "words": ["unseren/unsere/unser"]},
|
|
| 291 |
- {"language_id": "de", "type_id": "pos", "case_id": "acc", "count_id": "plu", "person_id": "2nd", "gender_id": "com", "words": ["euren/eure/euer"]},
|
|
| 292 |
- {"language_id": "de", "type_id": "pos", "case_id": "acc", "count_id": "plu", "person_id": "3rd", "gender_id": "com", "words": ["ihren/ihre/ihr","deren"]},
|
|
| 293 |
- {"language_id": "de", "type_id": "pos", "case_id": "acc", "count_id": "plu", "person_id": "imp", "gender_id": "com", "words": []},
|
|
| 294 |
- {"language_id": "de", "type_id": "pos", "case_id": "dat", "count_id": "sin", "person_id": "1st", "gender_id": "com", "words": ["(zu) meinem/meiner/meinem"]},
|
|
| 295 |
- {"language_id": "de", "type_id": "pos", "case_id": "dat", "count_id": "sin", "person_id": "2nd", "gender_id": "com", "words": ["(zu) deinem/deiner/deinem"]},
|
|
| 296 |
- {"language_id": "de", "type_id": "pos", "case_id": "dat", "count_id": "sin", "person_id": "3rd", "gender_id": "com", "words": []},
|
|
| 297 |
- {"language_id": "de", "type_id": "pos", "case_id": "dat", "count_id": "sin", "person_id": "3rd", "gender_id": "mas", "words": ["(zu) seinem/seiner/seinem"]},
|
|
| 298 |
- {"language_id": "de", "type_id": "pos", "case_id": "dat", "count_id": "sin", "person_id": "3rd", "gender_id": "fem", "words": ["(zu) ihrem/ihrer/ihrem"]},
|
|
| 299 |
- {"language_id": "de", "type_id": "pos", "case_id": "dat", "count_id": "sin", "person_id": "3rd", "gender_id": "neu", "words": ["(zu) seinem/seiner/seinem"]},
|
|
| 300 |
- {"language_id": "de", "type_id": "pos", "case_id": "dat", "count_id": "sin", "person_id": "imp", "gender_id": "com", "words": []},
|
|
| 301 |
- {"language_id": "de", "type_id": "pos", "case_id": "dat", "count_id": "plu", "person_id": "1st", "gender_id": "com", "words": ["(zu) unserem/unserer/unserem"]},
|
|
| 302 |
- {"language_id": "de", "type_id": "pos", "case_id": "dat", "count_id": "plu", "person_id": "2nd", "gender_id": "com", "words": ["(zu) eurem/eurer/eurem"]},
|
|
| 303 |
- {"language_id": "de", "type_id": "pos", "case_id": "dat", "count_id": "plu", "person_id": "3rd", "gender_id": "com", "words": ["(zu) ihrem/ihrer/ihrem","(zu) deren"]},
|
|
| 304 |
- {"language_id": "de", "type_id": "pos", "case_id": "dat", "count_id": "plu", "person_id": "imp", "gender_id": "com", "words": []},
|
|
| 305 |
- {"language_id": "de", "type_id": "pos", "case_id": "gen", "count_id": "sin", "person_id": "1st", "gender_id": "com", "words": ["von meinem/meiner/meinem","meines"]},
|
|
| 306 |
- {"language_id": "de", "type_id": "pos", "case_id": "gen", "count_id": "sin", "person_id": "2nd", "gender_id": "com", "words": ["von deinem/deiner/deinem","deines"]},
|
|
| 307 |
- {"language_id": "de", "type_id": "pos", "case_id": "gen", "count_id": "sin", "person_id": "3rd", "gender_id": "com", "words": []},
|
|
| 308 |
- {"language_id": "de", "type_id": "pos", "case_id": "gen", "count_id": "sin", "person_id": "3rd", "gender_id": "mas", "words": ["von seinem/seiner/seinem","seines"]},
|
|
| 309 |
- {"language_id": "de", "type_id": "pos", "case_id": "gen", "count_id": "sin", "person_id": "3rd", "gender_id": "fem", "words": ["von ihrem/ihrer/ihrem","ihres"]},
|
|
| 310 |
- {"language_id": "de", "type_id": "pos", "case_id": "gen", "count_id": "sin", "person_id": "3rd", "gender_id": "neu", "words": ["von seinem/seiner/seinem","seines"]},
|
|
| 311 |
- {"language_id": "de", "type_id": "pos", "case_id": "gen", "count_id": "sin", "person_id": "imp", "gender_id": "com", "words": []},
|
|
| 312 |
- {"language_id": "de", "type_id": "pos", "case_id": "gen", "count_id": "plu", "person_id": "1st", "gender_id": "com", "words": ["von unserem/unserer/unserem","unseres"]},
|
|
| 313 |
- {"language_id": "de", "type_id": "pos", "case_id": "gen", "count_id": "plu", "person_id": "2nd", "gender_id": "com", "words": ["von eurem/eurer/eurem"]},
|
|
| 314 |
- {"language_id": "de", "type_id": "pos", "case_id": "gen", "count_id": "plu", "person_id": "3rd", "gender_id": "com", "words": ["von ihrem/ihrer/ihrem","von deren"]},
|
|
| 315 |
- {"language_id": "de", "type_id": "pos", "case_id": "gen", "count_id": "plu", "person_id": "imp", "gender_id": "com", "words": []}
|
|
| 8 |
+ {"language_id": "flk", "type_id": "nor", "case_id": "nom", "count_id": "sin", "person_id": "1st", "gender_id": "com", "words": ["ek"]},
|
|
| 9 |
+ {"language_id": "flk", "type_id": "nor", "case_id": "nom", "count_id": "sin", "person_id": "2nd", "gender_id": "com", "words": ["du"]},
|
|
| 10 |
+ {"language_id": "flk", "type_id": "nor", "case_id": "nom", "count_id": "sin", "person_id": "3rd", "gender_id": "com", "words": ["hen"]},
|
|
| 11 |
+ {"language_id": "flk", "type_id": "nor", "case_id": "nom", "count_id": "sin", "person_id": "3rd", "gender_id": "mas", "words": ["han"]},
|
|
| 12 |
+ {"language_id": "flk", "type_id": "nor", "case_id": "nom", "count_id": "sin", "person_id": "3rd", "gender_id": "fem", "words": ["hun"]},
|
|
| 13 |
+ {"language_id": "flk", "type_id": "nor", "case_id": "nom", "count_id": "sin", "person_id": "3rd", "gender_id": "neu", "words": ["hit"]},
|
|
| 14 |
+ {"language_id": "flk", "type_id": "nor", "case_id": "nom", "count_id": "sin", "person_id": "imp", "gender_id": "com", "words": ["man"]},
|
|
| 15 |
+ {"language_id": "flk", "type_id": "nor", "case_id": "nom", "count_id": "plu", "person_id": "1st", "gender_id": "com", "words": ["vi"]},
|
|
| 16 |
+ {"language_id": "flk", "type_id": "nor", "case_id": "nom", "count_id": "plu", "person_id": "2nd", "gender_id": "com", "words": ["je"]},
|
|
| 17 |
+ {"language_id": "flk", "type_id": "nor", "case_id": "nom", "count_id": "plu", "person_id": "3rd", "gender_id": "com", "words": ["di"]},
|
|
| 18 |
+ {"language_id": "flk", "type_id": "nor", "case_id": "nom", "count_id": "plu", "person_id": "imp", "gender_id": "com", "words": ["maner"]},
|
|
| 19 |
+ {"language_id": "flk", "type_id": "nor", "case_id": "acc", "count_id": "sin", "person_id": "1st", "gender_id": "com", "words": ["mek"]},
|
|
| 20 |
+ {"language_id": "flk", "type_id": "nor", "case_id": "acc", "count_id": "sin", "person_id": "2nd", "gender_id": "com", "words": ["dek"]},
|
|
| 21 |
+ {"language_id": "flk", "type_id": "nor", "case_id": "acc", "count_id": "sin", "person_id": "3rd", "gender_id": "com", "words": ["hem"]},
|
|
| 22 |
+ {"language_id": "flk", "type_id": "nor", "case_id": "acc", "count_id": "sin", "person_id": "3rd", "gender_id": "mas", "words": ["ham"]},
|
|
| 23 |
+ {"language_id": "flk", "type_id": "nor", "case_id": "acc", "count_id": "sin", "person_id": "3rd", "gender_id": "fem", "words": ["hum"]},
|
|
| 24 |
+ {"language_id": "flk", "type_id": "nor", "case_id": "acc", "count_id": "sin", "person_id": "3rd", "gender_id": "neu", "words": ["hit"]},
|
|
| 25 |
+ {"language_id": "flk", "type_id": "nor", "case_id": "acc", "count_id": "sin", "person_id": "imp", "gender_id": "com", "words": ["man"]},
|
|
| 26 |
+ {"language_id": "flk", "type_id": "nor", "case_id": "acc", "count_id": "plu", "person_id": "1st", "gender_id": "com", "words": ["us"]},
|
|
| 27 |
+ {"language_id": "flk", "type_id": "nor", "case_id": "acc", "count_id": "plu", "person_id": "2nd", "gender_id": "com", "words": ["ju"]},
|
|
| 28 |
+ {"language_id": "flk", "type_id": "nor", "case_id": "acc", "count_id": "plu", "person_id": "3rd", "gender_id": "com", "words": ["dim"]},
|
|
| 29 |
+ {"language_id": "flk", "type_id": "nor", "case_id": "acc", "count_id": "plu", "person_id": "imp", "gender_id": "com", "words": ["maner"]},
|
|
| 30 |
+ {"language_id": "flk", "type_id": "nor", "case_id": "dat", "count_id": "sin", "person_id": "1st", "gender_id": "com", "words": ["to mek"]},
|
|
| 31 |
+ {"language_id": "flk", "type_id": "nor", "case_id": "dat", "count_id": "sin", "person_id": "2nd", "gender_id": "com", "words": ["to dek"]},
|
|
| 32 |
+ {"language_id": "flk", "type_id": "nor", "case_id": "dat", "count_id": "sin", "person_id": "3rd", "gender_id": "com", "words": ["to hem"]},
|
|
| 33 |
+ {"language_id": "flk", "type_id": "nor", "case_id": "dat", "count_id": "sin", "person_id": "3rd", "gender_id": "mas", "words": ["to ham"]},
|
|
| 34 |
+ {"language_id": "flk", "type_id": "nor", "case_id": "dat", "count_id": "sin", "person_id": "3rd", "gender_id": "fem", "words": ["to hum"]},
|
|
| 35 |
+ {"language_id": "flk", "type_id": "nor", "case_id": "dat", "count_id": "sin", "person_id": "3rd", "gender_id": "neu", "words": ["to hit"]},
|
|
| 36 |
+ {"language_id": "flk", "type_id": "nor", "case_id": "dat", "count_id": "sin", "person_id": "imp", "gender_id": "com", "words": ["to man"]},
|
|
| 37 |
+ {"language_id": "flk", "type_id": "nor", "case_id": "dat", "count_id": "plu", "person_id": "1st", "gender_id": "com", "words": ["to us"]},
|
|
| 38 |
+ {"language_id": "flk", "type_id": "nor", "case_id": "dat", "count_id": "plu", "person_id": "2nd", "gender_id": "com", "words": ["to ju"]},
|
|
| 39 |
+ {"language_id": "flk", "type_id": "nor", "case_id": "dat", "count_id": "plu", "person_id": "3rd", "gender_id": "com", "words": ["to dim"]},
|
|
| 40 |
+ {"language_id": "flk", "type_id": "nor", "case_id": "dat", "count_id": "plu", "person_id": "imp", "gender_id": "com", "words": ["to maner"]},
|
|
| 41 |
+ {"language_id": "flk", "type_id": "ref", "case_id": "nom", "count_id": "sin", "person_id": "1st", "gender_id": "com", "words": ["ek (selv)"]},
|
|
| 42 |
+ {"language_id": "flk", "type_id": "ref", "case_id": "nom", "count_id": "sin", "person_id": "2nd", "gender_id": "com", "words": ["du (selv)"]},
|
|
| 43 |
+ {"language_id": "flk", "type_id": "ref", "case_id": "nom", "count_id": "sin", "person_id": "3rd", "gender_id": "com", "words": ["hen selv"]},
|
|
| 44 |
+ {"language_id": "flk", "type_id": "ref", "case_id": "nom", "count_id": "sin", "person_id": "3rd", "gender_id": "mas", "words": ["han selv"]},
|
|
| 45 |
+ {"language_id": "flk", "type_id": "ref", "case_id": "nom", "count_id": "sin", "person_id": "3rd", "gender_id": "fem", "words": ["hun selv"]},
|
|
| 46 |
+ {"language_id": "flk", "type_id": "ref", "case_id": "nom", "count_id": "sin", "person_id": "3rd", "gender_id": "neu", "words": ["hit selv"]},
|
|
| 47 |
+ {"language_id": "flk", "type_id": "ref", "case_id": "nom", "count_id": "sin", "person_id": "imp", "gender_id": "com", "words": ["man selv"]},
|
|
| 48 |
+ {"language_id": "flk", "type_id": "ref", "case_id": "nom", "count_id": "plu", "person_id": "1st", "gender_id": "com", "words": ["vi selv"]},
|
|
| 49 |
+ {"language_id": "flk", "type_id": "ref", "case_id": "nom", "count_id": "plu", "person_id": "2nd", "gender_id": "com", "words": ["je selv"]},
|
|
| 50 |
+ {"language_id": "flk", "type_id": "ref", "case_id": "nom", "count_id": "plu", "person_id": "3rd", "gender_id": "com", "words": ["di selv"]},
|
|
| 51 |
+ {"language_id": "flk", "type_id": "ref", "case_id": "nom", "count_id": "plu", "person_id": "imp", "gender_id": "com", "words": ["maner selv"]},
|
|
| 52 |
+ {"language_id": "flk", "type_id": "ref", "case_id": "acc", "count_id": "sin", "person_id": "1st", "gender_id": "com", "words": ["mek (selv)"]},
|
|
| 53 |
+ {"language_id": "flk", "type_id": "ref", "case_id": "acc", "count_id": "sin", "person_id": "2nd", "gender_id": "com", "words": ["dek (selv)"]},
|
|
| 54 |
+ {"language_id": "flk", "type_id": "ref", "case_id": "acc", "count_id": "sin", "person_id": "3rd", "gender_id": "com", "words": ["hen selv","sek"]},
|
|
| 55 |
+ {"language_id": "flk", "type_id": "ref", "case_id": "acc", "count_id": "sin", "person_id": "3rd", "gender_id": "mas", "words": ["han selv","sek"]},
|
|
| 56 |
+ {"language_id": "flk", "type_id": "ref", "case_id": "acc", "count_id": "sin", "person_id": "3rd", "gender_id": "fem", "words": ["hen selv","sek"]},
|
|
| 57 |
+ {"language_id": "flk", "type_id": "ref", "case_id": "acc", "count_id": "sin", "person_id": "3rd", "gender_id": "neu", "words": ["hit selv","sek"]},
|
|
| 58 |
+ {"language_id": "flk", "type_id": "ref", "case_id": "acc", "count_id": "sin", "person_id": "imp", "gender_id": "com", "words": ["man selv","sek"]},
|
|
| 59 |
+ {"language_id": "flk", "type_id": "ref", "case_id": "acc", "count_id": "plu", "person_id": "1st", "gender_id": "com", "words": ["us (selv)"]},
|
|
| 60 |
+ {"language_id": "flk", "type_id": "ref", "case_id": "acc", "count_id": "plu", "person_id": "2nd", "gender_id": "com", "words": ["ju (selv)"]},
|
|
| 61 |
+ {"language_id": "flk", "type_id": "ref", "case_id": "acc", "count_id": "plu", "person_id": "3rd", "gender_id": "com", "words": ["dim selv","sek"]},
|
|
| 62 |
+ {"language_id": "flk", "type_id": "ref", "case_id": "acc", "count_id": "plu", "person_id": "imp", "gender_id": "com", "words": ["maner selv","sek"]},
|
|
| 63 |
+ {"language_id": "flk", "type_id": "ref", "case_id": "dat", "count_id": "sin", "person_id": "1st", "gender_id": "com", "words": ["to mek (selv)"]},
|
|
| 64 |
+ {"language_id": "flk", "type_id": "ref", "case_id": "dat", "count_id": "sin", "person_id": "2nd", "gender_id": "com", "words": ["to dek (selv)"]},
|
|
| 65 |
+ {"language_id": "flk", "type_id": "ref", "case_id": "dat", "count_id": "sin", "person_id": "3rd", "gender_id": "com", "words": ["to hem selv","to sek"]},
|
|
| 66 |
+ {"language_id": "flk", "type_id": "ref", "case_id": "dat", "count_id": "sin", "person_id": "3rd", "gender_id": "mas", "words": ["to ham selv","to sek"]},
|
|
| 67 |
+ {"language_id": "flk", "type_id": "ref", "case_id": "dat", "count_id": "sin", "person_id": "3rd", "gender_id": "fem", "words": ["to hum selv","to sek"]},
|
|
| 68 |
+ {"language_id": "flk", "type_id": "ref", "case_id": "dat", "count_id": "sin", "person_id": "3rd", "gender_id": "neu", "words": ["to hit selv","to sek"]},
|
|
| 69 |
+ {"language_id": "flk", "type_id": "ref", "case_id": "dat", "count_id": "sin", "person_id": "imp", "gender_id": "com", "words": ["to man selv","to sek"]},
|
|
| 70 |
+ {"language_id": "flk", "type_id": "ref", "case_id": "dat", "count_id": "plu", "person_id": "1st", "gender_id": "com", "words": ["to us (selv)"]},
|
|
| 71 |
+ {"language_id": "flk", "type_id": "ref", "case_id": "dat", "count_id": "plu", "person_id": "2nd", "gender_id": "com", "words": ["to ju (selv)"]},
|
|
| 72 |
+ {"language_id": "flk", "type_id": "ref", "case_id": "dat", "count_id": "plu", "person_id": "3rd", "gender_id": "com", "words": ["to dim selv","to sek"]},
|
|
| 73 |
+ {"language_id": "flk", "type_id": "ref", "case_id": "dat", "count_id": "plu", "person_id": "imp", "gender_id": "com", "words": ["to maner selv","to sek"]},
|
|
| 74 |
+ {"language_id": "flk", "type_id": "pos", "case_id": "nom", "count_id": "sin", "person_id": "1st", "gender_id": "com", "words": ["min"]},
|
|
| 75 |
+ {"language_id": "flk", "type_id": "pos", "case_id": "nom", "count_id": "sin", "person_id": "2nd", "gender_id": "com", "words": ["din"]},
|
|
| 76 |
+ {"language_id": "flk", "type_id": "pos", "case_id": "nom", "count_id": "sin", "person_id": "3rd", "gender_id": "com", "words": ["hens"]},
|
|
| 77 |
+ {"language_id": "flk", "type_id": "pos", "case_id": "nom", "count_id": "sin", "person_id": "3rd", "gender_id": "mas", "words": ["hans"]},
|
|
| 78 |
+ {"language_id": "flk", "type_id": "pos", "case_id": "nom", "count_id": "sin", "person_id": "3rd", "gender_id": "fem", "words": ["huns"]},
|
|
| 79 |
+ {"language_id": "flk", "type_id": "pos", "case_id": "nom", "count_id": "sin", "person_id": "3rd", "gender_id": "neu", "words": ["hits"]},
|
|
| 80 |
+ {"language_id": "flk", "type_id": "pos", "case_id": "nom", "count_id": "sin", "person_id": "imp", "gender_id": "com", "words": ["mans"]},
|
|
| 81 |
+ {"language_id": "flk", "type_id": "pos", "case_id": "nom", "count_id": "plu", "person_id": "1st", "gender_id": "com", "words": ["ur"]},
|
|
| 82 |
+ {"language_id": "flk", "type_id": "pos", "case_id": "nom", "count_id": "plu", "person_id": "2nd", "gender_id": "com", "words": ["jer"]},
|
|
| 83 |
+ {"language_id": "flk", "type_id": "pos", "case_id": "nom", "count_id": "plu", "person_id": "3rd", "gender_id": "com", "words": ["dir"]},
|
|
| 84 |
+ {"language_id": "flk", "type_id": "pos", "case_id": "nom", "count_id": "plu", "person_id": "imp", "gender_id": "com", "words": ["maners"]},
|
|
| 85 |
+ {"language_id": "flk", "type_id": "pos", "case_id": "acc", "count_id": "sin", "person_id": "1st", "gender_id": "com", "words": ["min"]},
|
|
| 86 |
+ {"language_id": "flk", "type_id": "pos", "case_id": "acc", "count_id": "sin", "person_id": "2nd", "gender_id": "com", "words": ["din"]},
|
|
| 87 |
+ {"language_id": "flk", "type_id": "pos", "case_id": "acc", "count_id": "sin", "person_id": "3rd", "gender_id": "com", "words": ["hens"]},
|
|
| 88 |
+ {"language_id": "flk", "type_id": "pos", "case_id": "acc", "count_id": "sin", "person_id": "3rd", "gender_id": "mas", "words": ["hans"]},
|
|
| 89 |
+ {"language_id": "flk", "type_id": "pos", "case_id": "acc", "count_id": "sin", "person_id": "3rd", "gender_id": "fem", "words": ["huns"]},
|
|
| 90 |
+ {"language_id": "flk", "type_id": "pos", "case_id": "acc", "count_id": "sin", "person_id": "3rd", "gender_id": "neu", "words": ["hits"]},
|
|
| 91 |
+ {"language_id": "flk", "type_id": "pos", "case_id": "acc", "count_id": "sin", "person_id": "imp", "gender_id": "com", "words": ["mans"]},
|
|
| 92 |
+ {"language_id": "flk", "type_id": "pos", "case_id": "acc", "count_id": "plu", "person_id": "1st", "gender_id": "com", "words": ["ur"]},
|
|
| 93 |
+ {"language_id": "flk", "type_id": "pos", "case_id": "acc", "count_id": "plu", "person_id": "2nd", "gender_id": "com", "words": ["jer"]},
|
|
| 94 |
+ {"language_id": "flk", "type_id": "pos", "case_id": "acc", "count_id": "plu", "person_id": "3rd", "gender_id": "com", "words": ["dir"]},
|
|
| 95 |
+ {"language_id": "flk", "type_id": "pos", "case_id": "acc", "count_id": "plu", "person_id": "imp", "gender_id": "com", "words": ["maners"]},
|
|
| 96 |
+ {"language_id": "flk", "type_id": "pos", "case_id": "dat", "count_id": "sin", "person_id": "1st", "gender_id": "com", "words": ["to min"]},
|
|
| 97 |
+ {"language_id": "flk", "type_id": "pos", "case_id": "dat", "count_id": "sin", "person_id": "2nd", "gender_id": "com", "words": ["to din"]},
|
|
| 98 |
+ {"language_id": "flk", "type_id": "pos", "case_id": "dat", "count_id": "sin", "person_id": "3rd", "gender_id": "com", "words": ["to hens"]},
|
|
| 99 |
+ {"language_id": "flk", "type_id": "pos", "case_id": "dat", "count_id": "sin", "person_id": "3rd", "gender_id": "mas", "words": ["to hans"]},
|
|
| 100 |
+ {"language_id": "flk", "type_id": "pos", "case_id": "dat", "count_id": "sin", "person_id": "3rd", "gender_id": "fem", "words": ["to huns"]},
|
|
| 101 |
+ {"language_id": "flk", "type_id": "pos", "case_id": "dat", "count_id": "sin", "person_id": "3rd", "gender_id": "neu", "words": ["to hits"]},
|
|
| 102 |
+ {"language_id": "flk", "type_id": "pos", "case_id": "dat", "count_id": "sin", "person_id": "imp", "gender_id": "com", "words": ["to mans"]},
|
|
| 103 |
+ {"language_id": "flk", "type_id": "pos", "case_id": "dat", "count_id": "plu", "person_id": "1st", "gender_id": "com", "words": ["to ur"]},
|
|
| 104 |
+ {"language_id": "flk", "type_id": "pos", "case_id": "dat", "count_id": "plu", "person_id": "2nd", "gender_id": "com", "words": ["to jer"]},
|
|
| 105 |
+ {"language_id": "flk", "type_id": "pos", "case_id": "dat", "count_id": "plu", "person_id": "3rd", "gender_id": "com", "words": ["to dir"]},
|
|
| 106 |
+ {"language_id": "flk", "type_id": "pos", "case_id": "dat", "count_id": "plu", "person_id": "imp", "gender_id": "com", "words": ["to maners"]},
|
|
| 107 |
+ {"language_id": "flk", "type_id": "pos", "case_id": "gen", "count_id": "sin", "person_id": "1st", "gender_id": "com", "words": ["av min"]},
|
|
| 108 |
+ {"language_id": "flk", "type_id": "pos", "case_id": "gen", "count_id": "sin", "person_id": "2nd", "gender_id": "com", "words": ["av din"]},
|
|
| 109 |
+ {"language_id": "flk", "type_id": "pos", "case_id": "gen", "count_id": "sin", "person_id": "3rd", "gender_id": "com", "words": ["av hens"]},
|
|
| 110 |
+ {"language_id": "flk", "type_id": "pos", "case_id": "gen", "count_id": "sin", "person_id": "3rd", "gender_id": "mas", "words": ["av hans"]},
|
|
| 111 |
+ {"language_id": "flk", "type_id": "pos", "case_id": "gen", "count_id": "sin", "person_id": "3rd", "gender_id": "fem", "words": ["av huns"]},
|
|
| 112 |
+ {"language_id": "flk", "type_id": "pos", "case_id": "gen", "count_id": "sin", "person_id": "3rd", "gender_id": "neu", "words": ["av hits"]},
|
|
| 113 |
+ {"language_id": "flk", "type_id": "pos", "case_id": "gen", "count_id": "sin", "person_id": "imp", "gender_id": "com", "words": ["av mans"]},
|
|
| 114 |
+ {"language_id": "flk", "type_id": "pos", "case_id": "gen", "count_id": "plu", "person_id": "1st", "gender_id": "com", "words": ["av ur"]},
|
|
| 115 |
+ {"language_id": "flk", "type_id": "pos", "case_id": "gen", "count_id": "plu", "person_id": "2nd", "gender_id": "com", "words": ["av jer"]},
|
|
| 116 |
+ {"language_id": "flk", "type_id": "pos", "case_id": "gen", "count_id": "plu", "person_id": "3rd", "gender_id": "com", "words": ["av dir"]},
|
|
| 117 |
+ {"language_id": "flk", "type_id": "pos", "case_id": "gen", "count_id": "plu", "person_id": "imp", "gender_id": "com", "words": ["av maners"]},
|
|
| 118 |
+ {"language_id": "eng", "type_id": "nor", "case_id": "nom", "count_id": "sin", "person_id": "1st", "gender_id": "com", "words": ["i"]},
|
|
| 119 |
+ {"language_id": "eng", "type_id": "nor", "case_id": "nom", "count_id": "sin", "person_id": "2nd", "gender_id": "com", "words": ["you","thou"]},
|
|
| 120 |
+ {"language_id": "eng", "type_id": "nor", "case_id": "nom", "count_id": "sin", "person_id": "3rd", "gender_id": "com", "words": []},
|
|
| 121 |
+ {"language_id": "eng", "type_id": "nor", "case_id": "nom", "count_id": "sin", "person_id": "3rd", "gender_id": "mas", "words": ["he"]},
|
|
| 122 |
+ {"language_id": "eng", "type_id": "nor", "case_id": "nom", "count_id": "sin", "person_id": "3rd", "gender_id": "fem", "words": ["she"]},
|
|
| 123 |
+ {"language_id": "eng", "type_id": "nor", "case_id": "nom", "count_id": "sin", "person_id": "3rd", "gender_id": "neu", "words": ["it"]},
|
|
| 124 |
+ {"language_id": "eng", "type_id": "nor", "case_id": "nom", "count_id": "sin", "person_id": "imp", "gender_id": "com", "words": ["one","you"]},
|
|
| 125 |
+ {"language_id": "eng", "type_id": "nor", "case_id": "nom", "count_id": "plu", "person_id": "1st", "gender_id": "com", "words": ["we"]},
|
|
| 126 |
+ {"language_id": "eng", "type_id": "nor", "case_id": "nom", "count_id": "plu", "person_id": "2nd", "gender_id": "com", "words": ["you (all)"]},
|
|
| 127 |
+ {"language_id": "eng", "type_id": "nor", "case_id": "nom", "count_id": "plu", "person_id": "3rd", "gender_id": "com", "words": ["they"]},
|
|
| 128 |
+ {"language_id": "eng", "type_id": "nor", "case_id": "nom", "count_id": "plu", "person_id": "imp", "gender_id": "com", "words": ["you","they"]},
|
|
| 129 |
+ {"language_id": "eng", "type_id": "nor", "case_id": "acc", "count_id": "sin", "person_id": "1st", "gender_id": "com", "words": ["me"]},
|
|
| 130 |
+ {"language_id": "eng", "type_id": "nor", "case_id": "acc", "count_id": "sin", "person_id": "2nd", "gender_id": "com", "words": ["you","thee"]},
|
|
| 131 |
+ {"language_id": "eng", "type_id": "nor", "case_id": "acc", "count_id": "sin", "person_id": "3rd", "gender_id": "com", "words": []},
|
|
| 132 |
+ {"language_id": "eng", "type_id": "nor", "case_id": "acc", "count_id": "sin", "person_id": "3rd", "gender_id": "mas", "words": ["him"]},
|
|
| 133 |
+ {"language_id": "eng", "type_id": "nor", "case_id": "acc", "count_id": "sin", "person_id": "3rd", "gender_id": "fem", "words": ["her"]},
|
|
| 134 |
+ {"language_id": "eng", "type_id": "nor", "case_id": "acc", "count_id": "sin", "person_id": "3rd", "gender_id": "neu", "words": ["it"]},
|
|
| 135 |
+ {"language_id": "eng", "type_id": "nor", "case_id": "acc", "count_id": "sin", "person_id": "imp", "gender_id": "com", "words": ["one","you"]},
|
|
| 136 |
+ {"language_id": "eng", "type_id": "nor", "case_id": "acc", "count_id": "plu", "person_id": "1st", "gender_id": "com", "words": ["us"]},
|
|
| 137 |
+ {"language_id": "eng", "type_id": "nor", "case_id": "acc", "count_id": "plu", "person_id": "2nd", "gender_id": "com", "words": ["you (all)"]},
|
|
| 138 |
+ {"language_id": "eng", "type_id": "nor", "case_id": "acc", "count_id": "plu", "person_id": "3rd", "gender_id": "com", "words": ["them"]},
|
|
| 139 |
+ {"language_id": "eng", "type_id": "nor", "case_id": "acc", "count_id": "plu", "person_id": "imp", "gender_id": "com", "words": ["you","them"]},
|
|
| 140 |
+ {"language_id": "eng", "type_id": "nor", "case_id": "dat", "count_id": "sin", "person_id": "1st", "gender_id": "com", "words": ["(to) me"]},
|
|
| 141 |
+ {"language_id": "eng", "type_id": "nor", "case_id": "dat", "count_id": "sin", "person_id": "2nd", "gender_id": "com", "words": ["(to) you","(to) thee"]},
|
|
| 142 |
+ {"language_id": "eng", "type_id": "nor", "case_id": "dat", "count_id": "sin", "person_id": "3rd", "gender_id": "com", "words": []},
|
|
| 143 |
+ {"language_id": "eng", "type_id": "nor", "case_id": "dat", "count_id": "sin", "person_id": "3rd", "gender_id": "mas", "words": ["(to) him"]},
|
|
| 144 |
+ {"language_id": "eng", "type_id": "nor", "case_id": "dat", "count_id": "sin", "person_id": "3rd", "gender_id": "fem", "words": ["(to) her"]},
|
|
| 145 |
+ {"language_id": "eng", "type_id": "nor", "case_id": "dat", "count_id": "sin", "person_id": "3rd", "gender_id": "neu", "words": ["(to) it"]},
|
|
| 146 |
+ {"language_id": "eng", "type_id": "nor", "case_id": "dat", "count_id": "sin", "person_id": "imp", "gender_id": "com", "words": ["(to) one","(to) you"]},
|
|
| 147 |
+ {"language_id": "eng", "type_id": "nor", "case_id": "dat", "count_id": "plu", "person_id": "1st", "gender_id": "com", "words": ["(to) us"]},
|
|
| 148 |
+ {"language_id": "eng", "type_id": "nor", "case_id": "dat", "count_id": "plu", "person_id": "2nd", "gender_id": "com", "words": ["(to) you (all)"]},
|
|
| 149 |
+ {"language_id": "eng", "type_id": "nor", "case_id": "dat", "count_id": "plu", "person_id": "3rd", "gender_id": "com", "words": ["(to) them"]},
|
|
| 150 |
+ {"language_id": "eng", "type_id": "nor", "case_id": "dat", "count_id": "plu", "person_id": "imp", "gender_id": "com", "words": ["(to) you","(to) them"]},
|
|
| 151 |
+ {"language_id": "eng", "type_id": "ref", "case_id": "acc", "count_id": "sin", "person_id": "1st", "gender_id": "com", "words": ["myself"]},
|
|
| 152 |
+ {"language_id": "eng", "type_id": "ref", "case_id": "acc", "count_id": "sin", "person_id": "2nd", "gender_id": "com", "words": ["yourself"]},
|
|
| 153 |
+ {"language_id": "eng", "type_id": "ref", "case_id": "acc", "count_id": "sin", "person_id": "3rd", "gender_id": "com", "words": []},
|
|
| 154 |
+ {"language_id": "eng", "type_id": "ref", "case_id": "acc", "count_id": "sin", "person_id": "3rd", "gender_id": "mas", "words": ["himself"]},
|
|
| 155 |
+ {"language_id": "eng", "type_id": "ref", "case_id": "acc", "count_id": "sin", "person_id": "3rd", "gender_id": "fem", "words": ["herself"]},
|
|
| 156 |
+ {"language_id": "eng", "type_id": "ref", "case_id": "acc", "count_id": "sin", "person_id": "3rd", "gender_id": "neu", "words": ["itself"]},
|
|
| 157 |
+ {"language_id": "eng", "type_id": "ref", "case_id": "acc", "count_id": "sin", "person_id": "imp", "gender_id": "com", "words": ["oneself","yourself"]},
|
|
| 158 |
+ {"language_id": "eng", "type_id": "ref", "case_id": "acc", "count_id": "plu", "person_id": "1st", "gender_id": "com", "words": ["ourselves"]},
|
|
| 159 |
+ {"language_id": "eng", "type_id": "ref", "case_id": "acc", "count_id": "plu", "person_id": "2nd", "gender_id": "com", "words": ["yourselves"]},
|
|
| 160 |
+ {"language_id": "eng", "type_id": "ref", "case_id": "acc", "count_id": "plu", "person_id": "3rd", "gender_id": "com", "words": ["themselves"]},
|
|
| 161 |
+ {"language_id": "eng", "type_id": "ref", "case_id": "acc", "count_id": "plu", "person_id": "imp", "gender_id": "com", "words": ["themselves","yourselves"]},
|
|
| 162 |
+ {"language_id": "eng", "type_id": "ref", "case_id": "dat", "count_id": "sin", "person_id": "1st", "gender_id": "com", "words": ["(to) myself"]},
|
|
| 163 |
+ {"language_id": "eng", "type_id": "ref", "case_id": "dat", "count_id": "sin", "person_id": "2nd", "gender_id": "com", "words": ["(to) yourself"]},
|
|
| 164 |
+ {"language_id": "eng", "type_id": "ref", "case_id": "dat", "count_id": "sin", "person_id": "3rd", "gender_id": "com", "words": []},
|
|
| 165 |
+ {"language_id": "eng", "type_id": "ref", "case_id": "dat", "count_id": "sin", "person_id": "3rd", "gender_id": "mas", "words": ["(to) himself"]},
|
|
| 166 |
+ {"language_id": "eng", "type_id": "ref", "case_id": "dat", "count_id": "sin", "person_id": "3rd", "gender_id": "fem", "words": ["(to) herself"]},
|
|
| 167 |
+ {"language_id": "eng", "type_id": "ref", "case_id": "dat", "count_id": "sin", "person_id": "3rd", "gender_id": "neu", "words": ["(to) itself"]},
|
|
| 168 |
+ {"language_id": "eng", "type_id": "ref", "case_id": "dat", "count_id": "sin", "person_id": "imp", "gender_id": "com", "words": ["(to) oneself","(to) yourself"]},
|
|
| 169 |
+ {"language_id": "eng", "type_id": "ref", "case_id": "dat", "count_id": "plu", "person_id": "1st", "gender_id": "com", "words": ["(to) ourselves"]},
|
|
| 170 |
+ {"language_id": "eng", "type_id": "ref", "case_id": "dat", "count_id": "plu", "person_id": "2nd", "gender_id": "com", "words": ["(to) yourselves"]},
|
|
| 171 |
+ {"language_id": "eng", "type_id": "ref", "case_id": "dat", "count_id": "plu", "person_id": "3rd", "gender_id": "com", "words": ["(to) themselves"]},
|
|
| 172 |
+ {"language_id": "eng", "type_id": "ref", "case_id": "dat", "count_id": "plu", "person_id": "imp", "gender_id": "com", "words": ["(to) themselves","(to)to yourselves"]},
|
|
| 173 |
+ {"language_id": "eng", "type_id": "pos", "case_id": "nom", "count_id": "sin", "person_id": "1st", "gender_id": "com", "words": ["my/mine"]},
|
|
| 174 |
+ {"language_id": "eng", "type_id": "pos", "case_id": "nom", "count_id": "sin", "person_id": "2nd", "gender_id": "com", "words": ["your/yours","thy/thine"]},
|
|
| 175 |
+ {"language_id": "eng", "type_id": "pos", "case_id": "nom", "count_id": "sin", "person_id": "3rd", "gender_id": "com", "words": []},
|
|
| 176 |
+ {"language_id": "eng", "type_id": "pos", "case_id": "nom", "count_id": "sin", "person_id": "3rd", "gender_id": "mas", "words": ["his"]},
|
|
| 177 |
+ {"language_id": "eng", "type_id": "pos", "case_id": "nom", "count_id": "sin", "person_id": "3rd", "gender_id": "fem", "words": ["her/hers"]},
|
|
| 178 |
+ {"language_id": "eng", "type_id": "pos", "case_id": "nom", "count_id": "sin", "person_id": "3rd", "gender_id": "neu", "words": ["its"]},
|
|
| 179 |
+ {"language_id": "eng", "type_id": "pos", "case_id": "nom", "count_id": "sin", "person_id": "imp", "gender_id": "com", "words": ["one's","your/yours"]},
|
|
| 180 |
+ {"language_id": "eng", "type_id": "pos", "case_id": "nom", "count_id": "plu", "person_id": "1st", "gender_id": "com", "words": ["our/ours"]},
|
|
| 181 |
+ {"language_id": "eng", "type_id": "pos", "case_id": "nom", "count_id": "plu", "person_id": "2nd", "gender_id": "com", "words": ["your/yours"]},
|
|
| 182 |
+ {"language_id": "eng", "type_id": "pos", "case_id": "nom", "count_id": "plu", "person_id": "3rd", "gender_id": "com", "words": ["their/theirs"]},
|
|
| 183 |
+ {"language_id": "eng", "type_id": "pos", "case_id": "nom", "count_id": "plu", "person_id": "imp", "gender_id": "com", "words": ["their/theirs","your/yours"]},
|
|
| 184 |
+ {"language_id": "eng", "type_id": "pos", "case_id": "acc", "count_id": "sin", "person_id": "1st", "gender_id": "com", "words": ["my/mine"]},
|
|
| 185 |
+ {"language_id": "eng", "type_id": "pos", "case_id": "acc", "count_id": "sin", "person_id": "2nd", "gender_id": "com", "words": ["your/yours","thy/thine"]},
|
|
| 186 |
+ {"language_id": "eng", "type_id": "pos", "case_id": "acc", "count_id": "sin", "person_id": "3rd", "gender_id": "com", "words": []},
|
|
| 187 |
+ {"language_id": "eng", "type_id": "pos", "case_id": "acc", "count_id": "sin", "person_id": "3rd", "gender_id": "mas", "words": ["his"]},
|
|
| 188 |
+ {"language_id": "eng", "type_id": "pos", "case_id": "acc", "count_id": "sin", "person_id": "3rd", "gender_id": "fem", "words": ["her/hers"]},
|
|
| 189 |
+ {"language_id": "eng", "type_id": "pos", "case_id": "acc", "count_id": "sin", "person_id": "3rd", "gender_id": "neu", "words": ["its"]},
|
|
| 190 |
+ {"language_id": "eng", "type_id": "pos", "case_id": "acc", "count_id": "sin", "person_id": "imp", "gender_id": "com", "words": ["one's","your/yours"]},
|
|
| 191 |
+ {"language_id": "eng", "type_id": "pos", "case_id": "acc", "count_id": "plu", "person_id": "1st", "gender_id": "com", "words": ["our/ours"]},
|
|
| 192 |
+ {"language_id": "eng", "type_id": "pos", "case_id": "acc", "count_id": "plu", "person_id": "2nd", "gender_id": "com", "words": ["your/yours"]},
|
|
| 193 |
+ {"language_id": "eng", "type_id": "pos", "case_id": "acc", "count_id": "plu", "person_id": "3rd", "gender_id": "com", "words": ["their/theirs"]},
|
|
| 194 |
+ {"language_id": "eng", "type_id": "pos", "case_id": "acc", "count_id": "plu", "person_id": "imp", "gender_id": "com", "words": ["their","your"]},
|
|
| 195 |
+ {"language_id": "eng", "type_id": "pos", "case_id": "dat", "count_id": "sin", "person_id": "1st", "gender_id": "com", "words": ["(to) my/mine"]},
|
|
| 196 |
+ {"language_id": "eng", "type_id": "pos", "case_id": "dat", "count_id": "sin", "person_id": "2nd", "gender_id": "com", "words": ["(to) your/yours","(to) thy/thine"]},
|
|
| 197 |
+ {"language_id": "eng", "type_id": "pos", "case_id": "dat", "count_id": "sin", "person_id": "3rd", "gender_id": "com", "words": []},
|
|
| 198 |
+ {"language_id": "eng", "type_id": "pos", "case_id": "dat", "count_id": "sin", "person_id": "3rd", "gender_id": "mas", "words": ["(to) his"]},
|
|
| 199 |
+ {"language_id": "eng", "type_id": "pos", "case_id": "dat", "count_id": "sin", "person_id": "3rd", "gender_id": "fem", "words": ["(to) her/hers"]},
|
|
| 200 |
+ {"language_id": "eng", "type_id": "pos", "case_id": "dat", "count_id": "sin", "person_id": "3rd", "gender_id": "neu", "words": ["(to) its"]},
|
|
| 201 |
+ {"language_id": "eng", "type_id": "pos", "case_id": "dat", "count_id": "sin", "person_id": "imp", "gender_id": "com", "words": ["(to) one's","(to) your/yours"]},
|
|
| 202 |
+ {"language_id": "eng", "type_id": "pos", "case_id": "dat", "count_id": "plu", "person_id": "1st", "gender_id": "com", "words": ["(to) our/ours"]},
|
|
| 203 |
+ {"language_id": "eng", "type_id": "pos", "case_id": "dat", "count_id": "plu", "person_id": "2nd", "gender_id": "com", "words": ["(to) your/yours"]},
|
|
| 204 |
+ {"language_id": "eng", "type_id": "pos", "case_id": "dat", "count_id": "plu", "person_id": "3rd", "gender_id": "com", "words": ["(to) their/theirs"]},
|
|
| 205 |
+ {"language_id": "eng", "type_id": "pos", "case_id": "dat", "count_id": "plu", "person_id": "imp", "gender_id": "com", "words": ["(to) their/theirs","(to) your/yours"]},
|
|
| 206 |
+ {"language_id": "eng", "type_id": "pos", "case_id": "gen", "count_id": "sin", "person_id": "1st", "gender_id": "com", "words": ["of my/mine"]},
|
|
| 207 |
+ {"language_id": "eng", "type_id": "pos", "case_id": "gen", "count_id": "sin", "person_id": "2nd", "gender_id": "com", "words": ["of your/yours"]},
|
|
| 208 |
+ {"language_id": "eng", "type_id": "pos", "case_id": "gen", "count_id": "sin", "person_id": "3rd", "gender_id": "com", "words": []},
|
|
| 209 |
+ {"language_id": "eng", "type_id": "pos", "case_id": "gen", "count_id": "sin", "person_id": "3rd", "gender_id": "mas", "words": ["of his"]},
|
|
| 210 |
+ {"language_id": "eng", "type_id": "pos", "case_id": "gen", "count_id": "sin", "person_id": "3rd", "gender_id": "fem", "words": ["of her/hers"]},
|
|
| 211 |
+ {"language_id": "eng", "type_id": "pos", "case_id": "gen", "count_id": "sin", "person_id": "3rd", "gender_id": "neu", "words": ["of its"]},
|
|
| 212 |
+ {"language_id": "eng", "type_id": "pos", "case_id": "gen", "count_id": "sin", "person_id": "imp", "gender_id": "com", "words": ["of one's","of your/yours"]},
|
|
| 213 |
+ {"language_id": "eng", "type_id": "pos", "case_id": "gen", "count_id": "plu", "person_id": "1st", "gender_id": "com", "words": ["of our/ours"]},
|
|
| 214 |
+ {"language_id": "eng", "type_id": "pos", "case_id": "gen", "count_id": "plu", "person_id": "2nd", "gender_id": "com", "words": ["of your/yours"]},
|
|
| 215 |
+ {"language_id": "eng", "type_id": "pos", "case_id": "gen", "count_id": "plu", "person_id": "3rd", "gender_id": "com", "words": ["of their/theirs"]},
|
|
| 216 |
+ {"language_id": "eng", "type_id": "pos", "case_id": "gen", "count_id": "plu", "person_id": "imp", "gender_id": "com", "words": ["of their/theirs","of your/yours"]},
|
|
| 217 |
+ {"language_id": "deu", "type_id": "nor", "case_id": "nom", "count_id": "sin", "person_id": "1st", "gender_id": "com", "words": ["ich"]},
|
|
| 218 |
+ {"language_id": "deu", "type_id": "nor", "case_id": "nom", "count_id": "sin", "person_id": "2nd", "gender_id": "com", "words": ["du"]},
|
|
| 219 |
+ {"language_id": "deu", "type_id": "nor", "case_id": "nom", "count_id": "sin", "person_id": "3rd", "gender_id": "com", "words": []},
|
|
| 220 |
+ {"language_id": "deu", "type_id": "nor", "case_id": "nom", "count_id": "sin", "person_id": "3rd", "gender_id": "mas", "words": ["er"]},
|
|
| 221 |
+ {"language_id": "deu", "type_id": "nor", "case_id": "nom", "count_id": "sin", "person_id": "3rd", "gender_id": "fem", "words": ["sie"]},
|
|
| 222 |
+ {"language_id": "deu", "type_id": "nor", "case_id": "nom", "count_id": "sin", "person_id": "3rd", "gender_id": "neu", "words": ["es"]},
|
|
| 223 |
+ {"language_id": "deu", "type_id": "nor", "case_id": "nom", "count_id": "sin", "person_id": "imp", "gender_id": "com", "words": ["man"]},
|
|
| 224 |
+ {"language_id": "deu", "type_id": "nor", "case_id": "nom", "count_id": "plu", "person_id": "1st", "gender_id": "com", "words": ["wir"]},
|
|
| 225 |
+ {"language_id": "deu", "type_id": "nor", "case_id": "nom", "count_id": "plu", "person_id": "2nd", "gender_id": "com", "words": ["ihr"]},
|
|
| 226 |
+ {"language_id": "deu", "type_id": "nor", "case_id": "nom", "count_id": "plu", "person_id": "3rd", "gender_id": "com", "words": ["sie"]},
|
|
| 227 |
+ {"language_id": "deu", "type_id": "nor", "case_id": "nom", "count_id": "plu", "person_id": "imp", "gender_id": "com", "words": ["man"]},
|
|
| 228 |
+ {"language_id": "deu", "type_id": "nor", "case_id": "acc", "count_id": "sin", "person_id": "1st", "gender_id": "com", "words": ["mich"]},
|
|
| 229 |
+ {"language_id": "deu", "type_id": "nor", "case_id": "acc", "count_id": "sin", "person_id": "2nd", "gender_id": "com", "words": ["dich"]},
|
|
| 230 |
+ {"language_id": "deu", "type_id": "nor", "case_id": "acc", "count_id": "sin", "person_id": "3rd", "gender_id": "com", "words": []},
|
|
| 231 |
+ {"language_id": "deu", "type_id": "nor", "case_id": "acc", "count_id": "sin", "person_id": "3rd", "gender_id": "mas", "words": ["ihn"]},
|
|
| 232 |
+ {"language_id": "deu", "type_id": "nor", "case_id": "acc", "count_id": "sin", "person_id": "3rd", "gender_id": "fem", "words": ["sie"]},
|
|
| 233 |
+ {"language_id": "deu", "type_id": "nor", "case_id": "acc", "count_id": "sin", "person_id": "3rd", "gender_id": "neu", "words": ["es"]},
|
|
| 234 |
+ {"language_id": "deu", "type_id": "nor", "case_id": "acc", "count_id": "sin", "person_id": "imp", "gender_id": "com", "words": ["einen"]},
|
|
| 235 |
+ {"language_id": "deu", "type_id": "nor", "case_id": "acc", "count_id": "plu", "person_id": "1st", "gender_id": "com", "words": ["uns"]},
|
|
| 236 |
+ {"language_id": "deu", "type_id": "nor", "case_id": "acc", "count_id": "plu", "person_id": "2nd", "gender_id": "com", "words": ["euch"]},
|
|
| 237 |
+ {"language_id": "deu", "type_id": "nor", "case_id": "acc", "count_id": "plu", "person_id": "3rd", "gender_id": "com", "words": ["sie"]},
|
|
| 238 |
+ {"language_id": "deu", "type_id": "nor", "case_id": "acc", "count_id": "plu", "person_id": "imp", "gender_id": "com", "words": []},
|
|
| 239 |
+ {"language_id": "deu", "type_id": "nor", "case_id": "dat", "count_id": "sin", "person_id": "1st", "gender_id": "com", "words": ["mir"]},
|
|
| 240 |
+ {"language_id": "deu", "type_id": "nor", "case_id": "dat", "count_id": "sin", "person_id": "2nd", "gender_id": "com", "words": ["dir"]},
|
|
| 241 |
+ {"language_id": "deu", "type_id": "nor", "case_id": "dat", "count_id": "sin", "person_id": "3rd", "gender_id": "com", "words": []},
|
|
| 242 |
+ {"language_id": "deu", "type_id": "nor", "case_id": "dat", "count_id": "sin", "person_id": "3rd", "gender_id": "mas", "words": ["ihm"]},
|
|
| 243 |
+ {"language_id": "deu", "type_id": "nor", "case_id": "dat", "count_id": "sin", "person_id": "3rd", "gender_id": "fem", "words": ["ihr"]},
|
|
| 244 |
+ {"language_id": "deu", "type_id": "nor", "case_id": "dat", "count_id": "sin", "person_id": "3rd", "gender_id": "neu", "words": ["ihm"]},
|
|
| 245 |
+ {"language_id": "deu", "type_id": "nor", "case_id": "dat", "count_id": "sin", "person_id": "imp", "gender_id": "com", "words": ["einem"]},
|
|
| 246 |
+ {"language_id": "deu", "type_id": "nor", "case_id": "dat", "count_id": "plu", "person_id": "1st", "gender_id": "com", "words": ["uns"]},
|
|
| 247 |
+ {"language_id": "deu", "type_id": "nor", "case_id": "dat", "count_id": "plu", "person_id": "2nd", "gender_id": "com", "words": ["euch"]},
|
|
| 248 |
+ {"language_id": "deu", "type_id": "nor", "case_id": "dat", "count_id": "plu", "person_id": "3rd", "gender_id": "com", "words": ["ihnen"]},
|
|
| 249 |
+ {"language_id": "deu", "type_id": "nor", "case_id": "dat", "count_id": "plu", "person_id": "imp", "gender_id": "com", "words": []},
|
|
| 250 |
+ {"language_id": "deu", "type_id": "ref", "case_id": "acc", "count_id": "sin", "person_id": "1st", "gender_id": "com", "words": ["mich"]},
|
|
| 251 |
+ {"language_id": "deu", "type_id": "ref", "case_id": "acc", "count_id": "sin", "person_id": "2nd", "gender_id": "com", "words": ["dich"]},
|
|
| 252 |
+ {"language_id": "deu", "type_id": "ref", "case_id": "acc", "count_id": "sin", "person_id": "3rd", "gender_id": "com", "words": ["sich"]},
|
|
| 253 |
+ {"language_id": "deu", "type_id": "ref", "case_id": "acc", "count_id": "sin", "person_id": "3rd", "gender_id": "mas", "words": ["sich"]},
|
|
| 254 |
+ {"language_id": "deu", "type_id": "ref", "case_id": "acc", "count_id": "sin", "person_id": "3rd", "gender_id": "fem", "words": ["sich"]},
|
|
| 255 |
+ {"language_id": "deu", "type_id": "ref", "case_id": "acc", "count_id": "sin", "person_id": "3rd", "gender_id": "neu", "words": ["sich"]},
|
|
| 256 |
+ {"language_id": "deu", "type_id": "ref", "case_id": "acc", "count_id": "sin", "person_id": "imp", "gender_id": "com", "words": ["sich"]},
|
|
| 257 |
+ {"language_id": "deu", "type_id": "ref", "case_id": "acc", "count_id": "plu", "person_id": "1st", "gender_id": "com", "words": ["uns"]},
|
|
| 258 |
+ {"language_id": "deu", "type_id": "ref", "case_id": "acc", "count_id": "plu", "person_id": "2nd", "gender_id": "com", "words": ["euch"]},
|
|
| 259 |
+ {"language_id": "deu", "type_id": "ref", "case_id": "acc", "count_id": "plu", "person_id": "3rd", "gender_id": "com", "words": ["sich"]},
|
|
| 260 |
+ {"language_id": "deu", "type_id": "ref", "case_id": "acc", "count_id": "plu", "person_id": "imp", "gender_id": "com", "words": []},
|
|
| 261 |
+ {"language_id": "deu", "type_id": "ref", "case_id": "dat", "count_id": "sin", "person_id": "1st", "gender_id": "com", "words": ["(zu) mir"]},
|
|
| 262 |
+ {"language_id": "deu", "type_id": "ref", "case_id": "dat", "count_id": "sin", "person_id": "2nd", "gender_id": "com", "words": ["(zu) dir"]},
|
|
| 263 |
+ {"language_id": "deu", "type_id": "ref", "case_id": "dat", "count_id": "sin", "person_id": "3rd", "gender_id": "com", "words": []},
|
|
| 264 |
+ {"language_id": "deu", "type_id": "ref", "case_id": "dat", "count_id": "sin", "person_id": "3rd", "gender_id": "mas", "words": ["(zu) sich"]},
|
|
| 265 |
+ {"language_id": "deu", "type_id": "ref", "case_id": "dat", "count_id": "sin", "person_id": "3rd", "gender_id": "fem", "words": ["(zu) sich"]},
|
|
| 266 |
+ {"language_id": "deu", "type_id": "ref", "case_id": "dat", "count_id": "sin", "person_id": "3rd", "gender_id": "neu", "words": ["(zu) sich"]},
|
|
| 267 |
+ {"language_id": "deu", "type_id": "ref", "case_id": "dat", "count_id": "sin", "person_id": "imp", "gender_id": "com", "words": ["(zu) sich"]},
|
|
| 268 |
+ {"language_id": "deu", "type_id": "ref", "case_id": "dat", "count_id": "plu", "person_id": "1st", "gender_id": "com", "words": ["(zu) uns"]},
|
|
| 269 |
+ {"language_id": "deu", "type_id": "ref", "case_id": "dat", "count_id": "plu", "person_id": "2nd", "gender_id": "com", "words": ["(zu) euch"]},
|
|
| 270 |
+ {"language_id": "deu", "type_id": "ref", "case_id": "dat", "count_id": "plu", "person_id": "3rd", "gender_id": "com", "words": ["(zu) sich"]},
|
|
| 271 |
+ {"language_id": "deu", "type_id": "ref", "case_id": "dat", "count_id": "plu", "person_id": "imp", "gender_id": "com", "words": []},
|
|
| 272 |
+ {"language_id": "deu", "type_id": "pos", "case_id": "nom", "count_id": "sin", "person_id": "1st", "gender_id": "com", "words": ["mein"]},
|
|
| 273 |
+ {"language_id": "deu", "type_id": "pos", "case_id": "nom", "count_id": "sin", "person_id": "2nd", "gender_id": "com", "words": ["dein"]},
|
|
| 274 |
+ {"language_id": "deu", "type_id": "pos", "case_id": "nom", "count_id": "sin", "person_id": "3rd", "gender_id": "com", "words": []},
|
|
| 275 |
+ {"language_id": "deu", "type_id": "pos", "case_id": "nom", "count_id": "sin", "person_id": "3rd", "gender_id": "mas", "words": ["sein/seine/sein"]},
|
|
| 276 |
+ {"language_id": "deu", "type_id": "pos", "case_id": "nom", "count_id": "sin", "person_id": "3rd", "gender_id": "fem", "words": ["ihr/ihre/ihr"]},
|
|
| 277 |
+ {"language_id": "deu", "type_id": "pos", "case_id": "nom", "count_id": "sin", "person_id": "3rd", "gender_id": "neu", "words": ["sein/seine/sein"]},
|
|
| 278 |
+ {"language_id": "deu", "type_id": "pos", "case_id": "nom", "count_id": "sin", "person_id": "imp", "gender_id": "com", "words": []},
|
|
| 279 |
+ {"language_id": "deu", "type_id": "pos", "case_id": "nom", "count_id": "plu", "person_id": "1st", "gender_id": "com", "words": ["unser/unser/unser"]},
|
|
| 280 |
+ {"language_id": "deu", "type_id": "pos", "case_id": "nom", "count_id": "plu", "person_id": "2nd", "gender_id": "com", "words": ["euer/eure/euer"]},
|
|
| 281 |
+ {"language_id": "deu", "type_id": "pos", "case_id": "nom", "count_id": "plu", "person_id": "3rd", "gender_id": "com", "words": ["ihr/ihre/ihr","deren"]},
|
|
| 282 |
+ {"language_id": "deu", "type_id": "pos", "case_id": "nom", "count_id": "plu", "person_id": "imp", "gender_id": "com", "words": []},
|
|
| 283 |
+ {"language_id": "deu", "type_id": "pos", "case_id": "acc", "count_id": "sin", "person_id": "1st", "gender_id": "com", "words": ["meinen/meine/mein"]},
|
|
| 284 |
+ {"language_id": "deu", "type_id": "pos", "case_id": "acc", "count_id": "sin", "person_id": "2nd", "gender_id": "com", "words": ["deinen/deine/dein"]},
|
|
| 285 |
+ {"language_id": "deu", "type_id": "pos", "case_id": "acc", "count_id": "sin", "person_id": "3rd", "gender_id": "com", "words": []},
|
|
| 286 |
+ {"language_id": "deu", "type_id": "pos", "case_id": "acc", "count_id": "sin", "person_id": "3rd", "gender_id": "mas", "words": ["seinen/seine/sein"]},
|
|
| 287 |
+ {"language_id": "deu", "type_id": "pos", "case_id": "acc", "count_id": "sin", "person_id": "3rd", "gender_id": "fem", "words": ["ihren/ihre/ihr"]},
|
|
| 288 |
+ {"language_id": "deu", "type_id": "pos", "case_id": "acc", "count_id": "sin", "person_id": "3rd", "gender_id": "neu", "words": ["seinen/seine/sein"]},
|
|
| 289 |
+ {"language_id": "deu", "type_id": "pos", "case_id": "acc", "count_id": "sin", "person_id": "imp", "gender_id": "com", "words": []},
|
|
| 290 |
+ {"language_id": "deu", "type_id": "pos", "case_id": "acc", "count_id": "plu", "person_id": "1st", "gender_id": "com", "words": ["unseren/unsere/unser"]},
|
|
| 291 |
+ {"language_id": "deu", "type_id": "pos", "case_id": "acc", "count_id": "plu", "person_id": "2nd", "gender_id": "com", "words": ["euren/eure/euer"]},
|
|
| 292 |
+ {"language_id": "deu", "type_id": "pos", "case_id": "acc", "count_id": "plu", "person_id": "3rd", "gender_id": "com", "words": ["ihren/ihre/ihr","deren"]},
|
|
| 293 |
+ {"language_id": "deu", "type_id": "pos", "case_id": "acc", "count_id": "plu", "person_id": "imp", "gender_id": "com", "words": []},
|
|
| 294 |
+ {"language_id": "deu", "type_id": "pos", "case_id": "dat", "count_id": "sin", "person_id": "1st", "gender_id": "com", "words": ["(zu) meinem/meiner/meinem"]},
|
|
| 295 |
+ {"language_id": "deu", "type_id": "pos", "case_id": "dat", "count_id": "sin", "person_id": "2nd", "gender_id": "com", "words": ["(zu) deinem/deiner/deinem"]},
|
|
| 296 |
+ {"language_id": "deu", "type_id": "pos", "case_id": "dat", "count_id": "sin", "person_id": "3rd", "gender_id": "com", "words": []},
|
|
| 297 |
+ {"language_id": "deu", "type_id": "pos", "case_id": "dat", "count_id": "sin", "person_id": "3rd", "gender_id": "mas", "words": ["(zu) seinem/seiner/seinem"]},
|
|
| 298 |
+ {"language_id": "deu", "type_id": "pos", "case_id": "dat", "count_id": "sin", "person_id": "3rd", "gender_id": "fem", "words": ["(zu) ihrem/ihrer/ihrem"]},
|
|
| 299 |
+ {"language_id": "deu", "type_id": "pos", "case_id": "dat", "count_id": "sin", "person_id": "3rd", "gender_id": "neu", "words": ["(zu) seinem/seiner/seinem"]},
|
|
| 300 |
+ {"language_id": "deu", "type_id": "pos", "case_id": "dat", "count_id": "sin", "person_id": "imp", "gender_id": "com", "words": []},
|
|
| 301 |
+ {"language_id": "deu", "type_id": "pos", "case_id": "dat", "count_id": "plu", "person_id": "1st", "gender_id": "com", "words": ["(zu) unserem/unserer/unserem"]},
|
|
| 302 |
+ {"language_id": "deu", "type_id": "pos", "case_id": "dat", "count_id": "plu", "person_id": "2nd", "gender_id": "com", "words": ["(zu) eurem/eurer/eurem"]},
|
|
| 303 |
+ {"language_id": "deu", "type_id": "pos", "case_id": "dat", "count_id": "plu", "person_id": "3rd", "gender_id": "com", "words": ["(zu) ihrem/ihrer/ihrem","(zu) deren"]},
|
|
| 304 |
+ {"language_id": "deu", "type_id": "pos", "case_id": "dat", "count_id": "plu", "person_id": "imp", "gender_id": "com", "words": []},
|
|
| 305 |
+ {"language_id": "deu", "type_id": "pos", "case_id": "gen", "count_id": "sin", "person_id": "1st", "gender_id": "com", "words": ["von meinem/meiner/meinem","meines"]},
|
|
| 306 |
+ {"language_id": "deu", "type_id": "pos", "case_id": "gen", "count_id": "sin", "person_id": "2nd", "gender_id": "com", "words": ["von deinem/deiner/deinem","deines"]},
|
|
| 307 |
+ {"language_id": "deu", "type_id": "pos", "case_id": "gen", "count_id": "sin", "person_id": "3rd", "gender_id": "com", "words": []},
|
|
| 308 |
+ {"language_id": "deu", "type_id": "pos", "case_id": "gen", "count_id": "sin", "person_id": "3rd", "gender_id": "mas", "words": ["von seinem/seiner/seinem","seines"]},
|
|
| 309 |
+ {"language_id": "deu", "type_id": "pos", "case_id": "gen", "count_id": "sin", "person_id": "3rd", "gender_id": "fem", "words": ["von ihrem/ihrer/ihrem","ihres"]},
|
|
| 310 |
+ {"language_id": "deu", "type_id": "pos", "case_id": "gen", "count_id": "sin", "person_id": "3rd", "gender_id": "neu", "words": ["von seinem/seiner/seinem","seines"]},
|
|
| 311 |
+ {"language_id": "deu", "type_id": "pos", "case_id": "gen", "count_id": "sin", "person_id": "imp", "gender_id": "com", "words": []},
|
|
| 312 |
+ {"language_id": "deu", "type_id": "pos", "case_id": "gen", "count_id": "plu", "person_id": "1st", "gender_id": "com", "words": ["von unserem/unserer/unserem","unseres"]},
|
|
| 313 |
+ {"language_id": "deu", "type_id": "pos", "case_id": "gen", "count_id": "plu", "person_id": "2nd", "gender_id": "com", "words": ["von eurem/eurer/eurem"]},
|
|
| 314 |
+ {"language_id": "deu", "type_id": "pos", "case_id": "gen", "count_id": "plu", "person_id": "3rd", "gender_id": "com", "words": ["von ihrem/ihrer/ihrem","von deren"]},
|
|
| 315 |
+ {"language_id": "deu", "type_id": "pos", "case_id": "gen", "count_id": "plu", "person_id": "imp", "gender_id": "com", "words": []}
|
|
| 316 | 316 |
] |
| 317 | 317 |
} |
| 318 | 318 |
|
| ... | ... |
@@ -6,9 +6,9 @@ |
| 6 | 6 |
"runic": "'ᛚ'", |
| 7 | 7 |
"remark": null, |
| 8 | 8 |
"examples": {
|
| 9 |
- "fs": "'_l_eve'", |
|
| 10 |
- "en": "'_l_ima'", |
|
| 11 |
- "de": "'_L_auf'" |
|
| 9 |
+ "flk": "'_l_eve'", |
|
| 10 |
+ "eng": "'_l_ima'", |
|
| 11 |
+ "deu": "'_L_auf'" |
|
| 12 | 12 |
} |
| 13 | 13 |
}, |
| 14 | 14 |
{
|
| ... | ... |
@@ -18,9 +18,9 @@ |
| 18 | 18 |
"runic": "'ᛗ'", |
| 19 | 19 |
"remark": null, |
| 20 | 20 |
"examples": {
|
| 21 |
- "fs": "'_m_an'", |
|
| 22 |
- "en": "'_m_ike'", |
|
| 23 |
- "de": "'_M_ast'" |
|
| 21 |
+ "flk": "'_m_an'", |
|
| 22 |
+ "eng": "'_m_ike'", |
|
| 23 |
+ "deu": "'_M_ast'" |
|
| 24 | 24 |
} |
| 25 | 25 |
}, |
| 26 | 26 |
{
|
| ... | ... |
@@ -30,9 +30,9 @@ |
| 30 | 30 |
"runic": "'ᚾ'", |
| 31 | 31 |
"remark": null, |
| 32 | 32 |
"examples": {
|
| 33 |
- "fs": "'_n_it'", |
|
| 34 |
- "en": "'_n_ovember'", |
|
| 35 |
- "de": "'_N_ot'" |
|
| 33 |
+ "flk": "'_n_it'", |
|
| 34 |
+ "eng": "'_n_ovember'", |
|
| 35 |
+ "deu": "'_N_ot'" |
|
| 36 | 36 |
} |
| 37 | 37 |
}, |
| 38 | 38 |
{
|
| ... | ... |
@@ -42,9 +42,9 @@ |
| 42 | 42 |
"runic": "'ᛜ'", |
| 43 | 43 |
"remark": null, |
| 44 | 44 |
"examples": {
|
| 45 |
- "fs": "'la_ng_'", |
|
| 46 |
- "en": "'ri_ng_'", |
|
| 47 |
- "de": "'Ri_ng_'" |
|
| 45 |
+ "flk": "'la_ng_'", |
|
| 46 |
+ "eng": "'ri_ng_'", |
|
| 47 |
+ "deu": "'Ri_ng_'" |
|
| 48 | 48 |
} |
| 49 | 49 |
}, |
| 50 | 50 |
{
|
| ... | ... |
@@ -54,9 +54,9 @@ |
| 54 | 54 |
"runic": "'ᚷ'", |
| 55 | 55 |
"remark": null, |
| 56 | 56 |
"examples": {
|
| 57 |
- "fs": "'_g_ud'", |
|
| 58 |
- "en": "'_g_olf'", |
|
| 59 |
- "de": "'_G_eist'" |
|
| 57 |
+ "flk": "'_g_ud'", |
|
| 58 |
+ "eng": "'_g_olf'", |
|
| 59 |
+ "deu": "'_G_eist'" |
|
| 60 | 60 |
} |
| 61 | 61 |
}, |
| 62 | 62 |
{
|
| ... | ... |
@@ -66,9 +66,9 @@ |
| 66 | 66 |
"runic": "'ᚲ'", |
| 67 | 67 |
"remark": null, |
| 68 | 68 |
"examples": {
|
| 69 |
- "fs": "'_k_ome'", |
|
| 70 |
- "en": "'_k_ilo'", |
|
| 71 |
- "de": "'_K_uss'" |
|
| 69 |
+ "flk": "'_k_ome'", |
|
| 70 |
+ "eng": "'_k_ilo'", |
|
| 71 |
+ "deu": "'_K_uss'" |
|
| 72 | 72 |
} |
| 73 | 73 |
}, |
| 74 | 74 |
{
|
| ... | ... |
@@ -78,9 +78,9 @@ |
| 78 | 78 |
"runic": "'ᛒ'", |
| 79 | 79 |
"remark": null, |
| 80 | 80 |
"examples": {
|
| 81 |
- "fs": "'_b_ue'", |
|
| 82 |
- "en": "'_b_ravo'", |
|
| 83 |
- "de": "'_B_ahn'" |
|
| 81 |
+ "flk": "'_b_ue'", |
|
| 82 |
+ "eng": "'_b_ravo'", |
|
| 83 |
+ "deu": "'_B_ahn'" |
|
| 84 | 84 |
} |
| 85 | 85 |
}, |
| 86 | 86 |
{
|
| ... | ... |
@@ -90,9 +90,9 @@ |
| 90 | 90 |
"runic": "'ᛈ'", |
| 91 | 91 |
"remark": null, |
| 92 | 92 |
"examples": {
|
| 93 |
- "fs": "'ru_p_'", |
|
| 94 |
- "en": "'_p_apa'", |
|
| 95 |
- "de": "'_P_ark'" |
|
| 93 |
+ "flk": "'ru_p_'", |
|
| 94 |
+ "eng": "'_p_apa'", |
|
| 95 |
+ "deu": "'_P_ark'" |
|
| 96 | 96 |
} |
| 97 | 97 |
}, |
| 98 | 98 |
{
|
| ... | ... |
@@ -102,9 +102,9 @@ |
| 102 | 102 |
"runic": "'ᛞ'", |
| 103 | 103 |
"remark": null, |
| 104 | 104 |
"examples": {
|
| 105 |
- "fs": "'_d_ag'", |
|
| 106 |
- "en": "'_d_elta'", |
|
| 107 |
- "de": "'_D_ieb'" |
|
| 105 |
+ "flk": "'_d_ag'", |
|
| 106 |
+ "eng": "'_d_elta'", |
|
| 107 |
+ "deu": "'_D_ieb'" |
|
| 108 | 108 |
} |
| 109 | 109 |
}, |
| 110 | 110 |
{
|
| ... | ... |
@@ -114,9 +114,9 @@ |
| 114 | 114 |
"runic": "'ᛏ'", |
| 115 | 115 |
"remark": null, |
| 116 | 116 |
"examples": {
|
| 117 |
- "fs": "'_t_id'", |
|
| 118 |
- "en": "'_t_ango'", |
|
| 119 |
- "de": "'_T_on'" |
|
| 117 |
+ "flk": "'_t_id'", |
|
| 118 |
+ "eng": "'_t_ango'", |
|
| 119 |
+ "deu": "'_T_on'" |
|
| 120 | 120 |
} |
| 121 | 121 |
}, |
| 122 | 122 |
{
|
| ... | ... |
@@ -126,9 +126,9 @@ |
| 126 | 126 |
"runic": "'ᚹ'", |
| 127 | 127 |
"remark": null, |
| 128 | 128 |
"examples": {
|
| 129 |
- "fs": "'_v_ind'", |
|
| 130 |
- "en": "'_v_ictor'", |
|
| 131 |
- "de": "'_V_ase'" |
|
| 129 |
+ "flk": "'_v_ind'", |
|
| 130 |
+ "eng": "'_v_ictor'", |
|
| 131 |
+ "deu": "'_V_ase'" |
|
| 132 | 132 |
} |
| 133 | 133 |
}, |
| 134 | 134 |
{
|
| ... | ... |
@@ -138,9 +138,9 @@ |
| 138 | 138 |
"runic": "'ᚠ'", |
| 139 | 139 |
"remark": null, |
| 140 | 140 |
"examples": {
|
| 141 |
- "fs": "'_f_ut'", |
|
| 142 |
- "en": "'_f_oxtrot'", |
|
| 143 |
- "de": "'_F_all'" |
|
| 141 |
+ "flk": "'_f_ut'", |
|
| 142 |
+ "eng": "'_f_oxtrot'", |
|
| 143 |
+ "deu": "'_F_all'" |
|
| 144 | 144 |
} |
| 145 | 145 |
}, |
| 146 | 146 |
{
|
| ... | ... |
@@ -150,9 +150,9 @@ |
| 150 | 150 |
"runic": "'ᛊ'", |
| 151 | 151 |
"remark": null, |
| 152 | 152 |
"examples": {
|
| 153 |
- "fs": "'_s_mal'", |
|
| 154 |
- "en": "'_s_ierra'", |
|
| 155 |
- "de": "'Ma_ß_'" |
|
| 153 |
+ "flk": "'_s_mal'", |
|
| 154 |
+ "eng": "'_s_ierra'", |
|
| 155 |
+ "deu": "'Ma_ß_'" |
|
| 156 | 156 |
} |
| 157 | 157 |
}, |
| 158 | 158 |
{
|
| ... | ... |
@@ -162,9 +162,9 @@ |
| 162 | 162 |
"runic": "'ᚺ'", |
| 163 | 163 |
"remark": null, |
| 164 | 164 |
"examples": {
|
| 165 |
- "fs": "'_h_us'", |
|
| 166 |
- "en": "'_h_otel'", |
|
| 167 |
- "de": "'_H_and'" |
|
| 165 |
+ "flk": "'_h_us'", |
|
| 166 |
+ "eng": "'_h_otel'", |
|
| 167 |
+ "deu": "'_H_and'" |
|
| 168 | 168 |
} |
| 169 | 169 |
}, |
| 170 | 170 |
{
|
| ... | ... |
@@ -174,9 +174,9 @@ |
| 174 | 174 |
"runic": "'ᚱ'", |
| 175 | 175 |
"remark": null, |
| 176 | 176 |
"examples": {
|
| 177 |
- "fs": "'_r_od'", |
|
| 178 |
- "en": null, |
|
| 179 |
- "de": null |
|
| 177 |
+ "flk": "'_r_od'", |
|
| 178 |
+ "eng": null, |
|
| 179 |
+ "deu": null |
|
| 180 | 180 |
} |
| 181 | 181 |
}, |
| 182 | 182 |
{
|
| ... | ... |
@@ -186,9 +186,9 @@ |
| 186 | 186 |
"runic": "'ᛃ'", |
| 187 | 187 |
"remark": null, |
| 188 | 188 |
"examples": {
|
| 189 |
- "fs": "'_j_ar'", |
|
| 190 |
- "en": "'_y_ankee'", |
|
| 191 |
- "de": "'_j_ung'" |
|
| 189 |
+ "flk": "'_j_ar'", |
|
| 190 |
+ "eng": "'_y_ankee'", |
|
| 191 |
+ "deu": "'_j_ung'" |
|
| 192 | 192 |
} |
| 193 | 193 |
}, |
| 194 | 194 |
{
|
| ... | ... |
@@ -198,9 +198,9 @@ |
| 198 | 198 |
"runic": "'ᛁ'", |
| 199 | 199 |
"remark": null, |
| 200 | 200 |
"examples": {
|
| 201 |
- "fs": "'gr_i_d'", |
|
| 202 |
- "en": "'n_ee_dle'", |
|
| 203 |
- "de": "'sch_ie_f'" |
|
| 201 |
+ "flk": "'gr_i_d'", |
|
| 202 |
+ "eng": "'n_ee_dle'", |
|
| 203 |
+ "deu": "'sch_ie_f'" |
|
| 204 | 204 |
} |
| 205 | 205 |
}, |
| 206 | 206 |
{
|
| ... | ... |
@@ -210,9 +210,9 @@ |
| 210 | 210 |
"runic": "'ᛖ'", |
| 211 | 211 |
"remark": "only a few variations of English have that sound; it is somehow similar to the vowel in 'air'", |
| 212 | 212 |
"examples": {
|
| 213 |
- "fs": "'st_e_d'", |
|
| 214 |
- "en": "~ 'b_e_t'", |
|
| 215 |
- "de": "'_E_sel'" |
|
| 213 |
+ "flk": "'st_e_d'", |
|
| 214 |
+ "eng": "~ 'b_e_t'", |
|
| 215 |
+ "deu": "'_E_sel'" |
|
| 216 | 216 |
} |
| 217 | 217 |
}, |
| 218 | 218 |
{
|
| ... | ... |
@@ -222,9 +222,9 @@ |
| 222 | 222 |
"runic": "'ᚨ'", |
| 223 | 223 |
"remark": null, |
| 224 | 224 |
"examples": {
|
| 225 |
- "fs": "'f_a_der'", |
|
| 226 |
- "en": "~ 'b_a_th'", |
|
| 227 |
- "de": "'Kr_a_m'" |
|
| 225 |
+ "flk": "'f_a_der'", |
|
| 226 |
+ "eng": "~ 'b_a_th'", |
|
| 227 |
+ "deu": "'Kr_a_m'" |
|
| 228 | 228 |
} |
| 229 | 229 |
}, |
| 230 | 230 |
{
|
| ... | ... |
@@ -234,9 +234,9 @@ |
| 234 | 234 |
"runic": "'ᛟ'", |
| 235 | 235 |
"remark": null, |
| 236 | 236 |
"examples": {
|
| 237 |
- "fs": "'f_o_gel'", |
|
| 238 |
- "en": "~ 'f_o_x'", |
|
| 239 |
- "de": "'Sch_o_ß'" |
|
| 237 |
+ "flk": "'f_o_gel'", |
|
| 238 |
+ "eng": "~ 'f_o_x'", |
|
| 239 |
+ "deu": "'Sch_o_ß'" |
|
| 240 | 240 |
} |
| 241 | 241 |
}, |
| 242 | 242 |
{
|
| ... | ... |
@@ -246,9 +246,9 @@ |
| 246 | 246 |
"runic": "'ᚢ'", |
| 247 | 247 |
"remark": null, |
| 248 | 248 |
"examples": {
|
| 249 |
- "fs": "'bl_u_'", |
|
| 250 |
- "en": "'c_oo_l'", |
|
| 251 |
- "de": "'W_u_t'" |
|
| 249 |
+ "flk": "'bl_u_'", |
|
| 250 |
+ "eng": "'c_oo_l'", |
|
| 251 |
+ "deu": "'W_u_t'" |
|
| 252 | 252 |
} |
| 253 | 253 |
}, |
| 254 | 254 |
{
|
| ... | ... |
@@ -258,9 +258,9 @@ |
| 258 | 258 |
"runic": "'ᛟᛇ'", |
| 259 | 259 |
"remark": "similar to vowels used in words like 'earl', 'worry', 'hurt'", |
| 260 | 260 |
"examples": {
|
| 261 |
- "fs": "'sk_ö_n'/'sk_oy_n'", |
|
| 262 |
- "en": "~ 't_u_rn'", |
|
| 263 |
- "de": "'_Ö_l'" |
|
| 261 |
+ "flk": "'sk_ö_n'/'sk_oy_n'", |
|
| 262 |
+ "eng": "~ 't_u_rn'", |
|
| 263 |
+ "deu": "'_Ö_l'" |
|
| 264 | 264 |
} |
| 265 | 265 |
}, |
| 266 | 266 |
{
|
| ... | ... |
@@ -270,9 +270,9 @@ |
| 270 | 270 |
"runic": "'ᚢᛇ'", |
| 271 | 271 |
"remark": "hardly any variation of English has that sound, but it can be learned easily by interpolating between /u/ and /i/", |
| 272 | 272 |
"examples": {
|
| 273 |
- "fs": "'s_ü_d'/'s_uy_d'", |
|
| 274 |
- "en": null, |
|
| 275 |
- "de": "'B_üh_ne'" |
|
| 273 |
+ "flk": "'s_ü_d'/'s_uy_d'", |
|
| 274 |
+ "eng": null, |
|
| 275 |
+ "deu": "'B_üh_ne'" |
|
| 276 | 276 |
} |
| 277 | 277 |
} |
| 278 | 278 |
] |
| ... | ... |
@@ -8,9 +8,9 @@ |
| 8 | 8 |
"example": {
|
| 9 | 9 |
"original": "Ek skriv.", |
| 10 | 10 |
"translations": {
|
| 11 |
- "en": ["I write."], |
|
| 12 |
- "de": ["Ich schreibe."], |
|
| 13 |
- "nb": ["Jeg skriver."] |
|
| 11 |
+ "eng": ["I write."], |
|
| 12 |
+ "deu": ["Ich schreibe."], |
|
| 13 |
+ "nob": ["Jeg skriver."] |
|
| 14 | 14 |
} |
| 15 | 15 |
} |
| 16 | 16 |
}, |
| ... | ... |
@@ -23,9 +23,9 @@ |
| 23 | 23 |
"example": {
|
| 24 | 24 |
"original": "Ek hav skrivt.", |
| 25 | 25 |
"translations": {
|
| 26 |
- "en": ["I have written.", "I wrote."], |
|
| 27 |
- "de": ["Ich habe geschrieben.", "Ich schrieb."], |
|
| 28 |
- "nb": ["Jeg skrev.", "Jeg har skrevet."] |
|
| 26 |
+ "eng": ["I have written.", "I wrote."], |
|
| 27 |
+ "deu": ["Ich habe geschrieben.", "Ich schrieb."], |
|
| 28 |
+ "nob": ["Jeg skrev.", "Jeg har skrevet."] |
|
| 29 | 29 |
} |
| 30 | 30 |
} |
| 31 | 31 |
}, |
| ... | ... |
@@ -38,9 +38,9 @@ |
| 38 | 38 |
"example": {
|
| 39 | 39 |
"original": "Ek skal skrive.", |
| 40 | 40 |
"translations": {
|
| 41 |
- "en": ["I will write.", "I am going to write."], |
|
| 42 |
- "de": ["Ich werde schreiben."], |
|
| 43 |
- "nb": ["Jeg skal skrive.", "Jeg vil skrive."] |
|
| 41 |
+ "eng": ["I will write.", "I am going to write."], |
|
| 42 |
+ "deu": ["Ich werde schreiben."], |
|
| 43 |
+ "nob": ["Jeg skal skrive.", "Jeg vil skrive."] |
|
| 44 | 44 |
} |
| 45 | 45 |
} |
| 46 | 46 |
}, |
| ... | ... |
@@ -53,9 +53,9 @@ |
| 53 | 53 |
"example": {
|
| 54 | 54 |
"original": "Ek verd skrivend.", |
| 55 | 55 |
"translations": {
|
| 56 |
- "en": ["I will write.", "I am going to write."], |
|
| 57 |
- "de": ["Ich werde schreiben."], |
|
| 58 |
- "nb": ["Jeg skal skrive.", "Jeg vil skrive."] |
|
| 56 |
+ "eng": ["I will write.", "I am going to write."], |
|
| 57 |
+ "deu": ["Ich werde schreiben."], |
|
| 58 |
+ "nob": ["Jeg skal skrive.", "Jeg vil skrive."] |
|
| 59 | 59 |
} |
| 60 | 60 |
} |
| 61 | 61 |
} |
| ... | ... |
@@ -1,81 +1,94 @@ |
| 1 | 1 |
{
|
| 2 | 2 |
"data": [ |
| 3 |
- {"transition_id": "t00", "language_id": "pg", "phonemes": ["-au-"], "examples": ["braudą","raudaz","skauniz","augô","draumaz","baumaz"]},
|
|
| 4 |
- {"transition_id": "t00", "language_id": "en", "phonemes": ["-ea-","-e-","-ey-"], "examples": ["bread","red","sheen","eye","dream","beam"]},
|
|
| 5 |
- {"transition_id": "t00", "language_id": "af", "phonemes": ["-oo-","-o-"], "examples": ["brood"]},
|
|
| 6 |
- {"transition_id": "t00", "language_id": "nl", "phonemes": ["-oo-","-o-"], "examples": ["brood"]},
|
|
| 7 |
- {"transition_id": "t00", "language_id": "yi", "phonemes": ["-וי-"], "examples": ["ברויט"]},
|
|
| 8 |
- {"transition_id": "t00", "language_id": "de", "phonemes": ["-au-","-o-","-ö-"], "examples": ["Brot","rot","schön","Auge","Traum","Baum"]},
|
|
| 9 |
- {"transition_id": "t00", "language_id": "da", "phonemes": ["-ø-"], "examples": ["brød"]},
|
|
| 10 |
- {"transition_id": "t00", "language_id": "nb", "phonemes": ["-ø-","-øy-"], "examples": ["brød","rød","skjønn","øye","drøm"]},
|
|
| 11 |
- {"transition_id": "t00", "language_id": "sv", "phonemes": ["-ö-"], "examples": ["bröd","röd","skön","dröm"]},
|
|
| 12 |
- {"transition_id": "t00", "language_id": "nn", "phonemes": ["-au-"], "examples": ["braud"]},
|
|
| 13 |
- {"transition_id": "t00", "language_id": "is", "phonemes": ["-au-"], "examples": ["brauð"]},
|
|
| 14 |
- {"transition_id": "t00", "language_id": "fs", "phonemes": ["-ö-"], "examples": ["bröd","röd","skön","ög","dröm"]},
|
|
| 3 |
+ {"transition_id": "t07", "language_id": "gem", "phones": ["-a-"], "examples": ["dagaz"]},
|
|
| 4 |
+ {"transition_id": "t07", "language_id": "eng", "phones": ["-a-"], "examples": ["day"]},
|
|
| 5 |
+ {"transition_id": "t07", "language_id": "afr", "phones": ["-a-"], "examples": ["dag"]},
|
|
| 6 |
+ {"transition_id": "t07", "language_id": "nld", "phones": ["-a-"], "examples": ["dag"]},
|
|
| 7 |
+ {"transition_id": "t07", "language_id": "yid", "phones": ["-o-"], "examples": ["טאָג"]},
|
|
| 8 |
+ {"transition_id": "t07", "language_id": "deu", "phones": ["-a-"], "examples": ["Tag"]},
|
|
| 9 |
+ {"transition_id": "t07", "language_id": "dan", "phones": ["-a-"], "examples": ["dag"]},
|
|
| 10 |
+ {"transition_id": "t07", "language_id": "nob", "phones": ["-a-"], "examples": ["dag"]},
|
|
| 11 |
+ {"transition_id": "t07", "language_id": "swe", "phones": ["-a-"], "examples": ["dag"]},
|
|
| 12 |
+ {"transition_id": "t07", "language_id": "nno", "phones": ["-a-"], "examples": ["dag"]},
|
|
| 13 |
+ {"transition_id": "t07", "language_id": "isl", "phones": ["-a-"], "examples": ["dagur"]},
|
|
| 14 |
+ {"transition_id": "t07", "language_id": "flk", "phones": ["-a-"], "examples": ["dag"]},
|
|
| 15 | 15 |
|
| 16 |
- {"transition_id": "t01", "language_id": "pg", "phonemes": ["-ō-"], "examples": ["grōniz","fōljaną"]},
|
|
| 17 |
- {"transition_id": "t01", "language_id": "en", "phonemes": ["-ee-"], "examples": ["green","feel"]},
|
|
| 18 |
- {"transition_id": "t01", "language_id": "af", "phonemes": ["-oe-"], "examples": ["groen"]},
|
|
| 19 |
- {"transition_id": "t01", "language_id": "nl", "phonemes": ["-oe"], "examples": ["groen"]},
|
|
| 20 |
- {"transition_id": "t01", "language_id": "yi", "phonemes": ["-ין-"], "examples": ["גרין"]},
|
|
| 21 |
- {"transition_id": "t01", "language_id": "de", "phonemes": ["-ü-","-üh-"], "examples": ["grün","fühlen"]},
|
|
| 22 |
- {"transition_id": "t01", "language_id": "da", "phonemes": ["-ø-"], "examples": ["grøn"]},
|
|
| 23 |
- {"transition_id": "t01", "language_id": "nb", "phonemes": ["-ø-"], "examples": ["grønn"]},
|
|
| 24 |
- {"transition_id": "t01", "language_id": "sv", "phonemes": ["-ö-"], "examples": ["grön"]},
|
|
| 25 |
- {"transition_id": "t01", "language_id": "nn", "phonemes": ["-ø-"], "examples": ["grøn"]},
|
|
| 26 |
- {"transition_id": "t01", "language_id": "is", "phonemes": ["-æ-"], "examples": ["grænn"]},
|
|
| 27 |
- {"transition_id": "t01", "language_id": "fs", "phonemes": ["-ö-"], "examples": ["föl","grön"]},
|
|
| 16 |
+ {"transition_id": "t00", "language_id": "gem", "phones": ["-au-"], "examples": ["braudą","raudaz","skauniz","augô","draumaz","baumaz"]},
|
|
| 17 |
+ {"transition_id": "t00", "language_id": "eng", "phones": ["-ea-","-e-","-ey-"], "examples": ["bread","red","sheen","eye","dream","beam"]},
|
|
| 18 |
+ {"transition_id": "t00", "language_id": "afr", "phones": ["-oo-","-o-"], "examples": ["brood"]},
|
|
| 19 |
+ {"transition_id": "t00", "language_id": "nld", "phones": ["-oo-","-o-"], "examples": ["brood"]},
|
|
| 20 |
+ {"transition_id": "t00", "language_id": "yid", "phones": ["-וי-"], "examples": ["ברויט"]},
|
|
| 21 |
+ {"transition_id": "t00", "language_id": "deu", "phones": ["-au-","-o-","-ö-"], "examples": ["Brot","rot","schön","Auge","Traum","Baum"]},
|
|
| 22 |
+ {"transition_id": "t00", "language_id": "dan", "phones": ["-ø-"], "examples": ["brød"]},
|
|
| 23 |
+ {"transition_id": "t00", "language_id": "nob", "phones": ["-ø-","-øy-"], "examples": ["brød","rød","skjønn","øye","drøm"]},
|
|
| 24 |
+ {"transition_id": "t00", "language_id": "swe", "phones": ["-ö-"], "examples": ["bröd","röd","skön","dröm"]},
|
|
| 25 |
+ {"transition_id": "t00", "language_id": "nno", "phones": ["-au-"], "examples": ["braud"]},
|
|
| 26 |
+ {"transition_id": "t00", "language_id": "isl", "phones": ["-au-"], "examples": ["brauð"]},
|
|
| 27 |
+ {"transition_id": "t00", "language_id": "flk", "phones": ["-ö-"], "examples": ["bröd","röd","skön","ög","dröm"]},
|
|
| 28 | 28 |
|
| 29 |
- {"transition_id": "t02", "language_id": "pg", "phonemes": ["-eu-"], "examples": ["deupaz","steuraz","leuþa","leuhtą","reukaną","teuhaną","fleuhaną","leuganą"]},
|
|
| 30 |
- {"transition_id": "t02", "language_id": "en", "phonemes": ["-ee-","-i-","-ie-"], "examples": ["deep","steer","leed","tee","flee","lie"]},
|
|
| 31 |
- {"transition_id": "t02", "language_id": "af", "phonemes": ["-ie-"], "examples": ["diep"]},
|
|
| 32 |
- {"transition_id": "t02", "language_id": "nl", "phonemes": ["-ie-","-i-","-ui-","-ij-"], "examples": ["diep"]},
|
|
| 33 |
- {"transition_id": "t02", "language_id": "yi", "phonemes": ["-י-"], "examples": ["טיף"]},
|
|
| 34 |
- {"transition_id": "t02", "language_id": "de", "phonemes": ["-ie-","-i-","-ü-"], "examples": ["tief","steuern","Lied","Licht","riechen","ziehen","fliehen","lügen"]},
|
|
| 35 |
- {"transition_id": "t02", "language_id": "da", "phonemes": ["-y-"], "examples": ["dyb"]},
|
|
| 36 |
- {"transition_id": "t02", "language_id": "nb", "phonemes": ["-y-","-ju-"], "examples": ["dyp","styre"]},
|
|
| 37 |
- {"transition_id": "t02", "language_id": "sv", "phonemes": ["-ju-","-y-"], "examples": ["djup"]},
|
|
| 38 |
- {"transition_id": "t02", "language_id": "is", "phonemes": ["-jú-","-jó-"], "examples": ["djúpur"]},
|
|
| 39 |
- {"transition_id": "t02", "language_id": "fs", "phonemes": ["-ü-"], "examples": ["düp","stüre","lüt","rüke","tüe","flüe","lüge"]},
|
|
| 29 |
+ {"transition_id": "t01", "language_id": "gem", "phones": ["-ō-"], "examples": ["grōniz","fōljaną"]},
|
|
| 30 |
+ {"transition_id": "t01", "language_id": "eng", "phones": ["-ee-"], "examples": ["green","feel"]},
|
|
| 31 |
+ {"transition_id": "t01", "language_id": "afr", "phones": ["-oe-"], "examples": ["groen"]},
|
|
| 32 |
+ {"transition_id": "t01", "language_id": "nld", "phones": ["-oe-"], "examples": ["groen"]},
|
|
| 33 |
+ {"transition_id": "t01", "language_id": "yid", "phones": ["-ין-"], "examples": ["גרין"]},
|
|
| 34 |
+ {"transition_id": "t01", "language_id": "deu", "phones": ["-ü-","-üh-"], "examples": ["grün","fühlen"]},
|
|
| 35 |
+ {"transition_id": "t01", "language_id": "dan", "phones": ["-ø-"], "examples": ["grøn"]},
|
|
| 36 |
+ {"transition_id": "t01", "language_id": "nob", "phones": ["-ø-"], "examples": ["grønn"]},
|
|
| 37 |
+ {"transition_id": "t01", "language_id": "swe", "phones": ["-ö-"], "examples": ["grön"]},
|
|
| 38 |
+ {"transition_id": "t01", "language_id": "nno", "phones": ["-ø-"], "examples": ["grøn"]},
|
|
| 39 |
+ {"transition_id": "t01", "language_id": "isl", "phones": ["-æ-"], "examples": ["grænn"]},
|
|
| 40 |
+ {"transition_id": "t01", "language_id": "flk", "phones": ["-ö-"], "examples": ["föl","grön"]},
|
|
| 40 | 41 |
|
| 41 |
- {"transition_id": "t04", "language_id": "pg", "phonemes": ["-iu-"], "examples": ["diurijaz","liudiz","tiugiją"]},
|
|
| 42 |
- {"transition_id": "t04", "language_id": "en", "phonemes": ["-ea-","-eu-"], "examples": ["dear","lede","toy"]},
|
|
| 43 |
- {"transition_id": "t04", "language_id": "af", "phonemes": [], "examples": []},
|
|
| 44 |
- {"transition_id": "t04", "language_id": "nl", "phonemes": ["-uu-","-ie"], "examples": ["duur"]},
|
|
| 45 |
- {"transition_id": "t04", "language_id": "yi", "phonemes": [], "examples": []},
|
|
| 46 |
- {"transition_id": "t04", "language_id": "de", "phonemes": ["-eu-"], "examples": ["teuer","Zeug","Leute"]},
|
|
| 47 |
- {"transition_id": "t04", "language_id": "da", "phonemes": ["-y-"], "examples": ["dyr"]},
|
|
| 48 |
- {"transition_id": "t04", "language_id": "nb", "phonemes": ["-y-"], "examples": ["dyr"]},
|
|
| 49 |
- {"transition_id": "t04", "language_id": "sv", "phonemes": ["-y-"], "examples": ["dyr"]},
|
|
| 50 |
- {"transition_id": "t04", "language_id": "nn", "phonemes": ["-y-"], "examples": ["dyr"]},
|
|
| 51 |
- {"transition_id": "t04", "language_id": "is", "phonemes": ["-ý-"], "examples": ["dýr"]},
|
|
| 52 |
- {"transition_id": "t04", "language_id": "fs", "phonemes": ["-ü-"], "examples": ["dür","tüg","lüd"]},
|
|
| 42 |
+ {"transition_id": "t02", "language_id": "gem", "phones": ["-eu-"], "examples": ["deupaz","steuraz","leuþa","leuhtą","reukaną","teuhaną","fleuhaną","leuganą"]},
|
|
| 43 |
+ {"transition_id": "t02", "language_id": "eng", "phones": ["-ee-","-i-","-ie-"], "examples": ["deep","steer","leed","tee","flee","lie"]},
|
|
| 44 |
+ {"transition_id": "t02", "language_id": "afr", "phones": ["-ie-"], "examples": ["diep"]},
|
|
| 45 |
+ {"transition_id": "t02", "language_id": "nld", "phones": ["-ie-","-i-","-ui-","-ij-"], "examples": ["diep"]},
|
|
| 46 |
+ {"transition_id": "t02", "language_id": "yid", "phones": ["-י-"], "examples": ["טיף"]},
|
|
| 47 |
+ {"transition_id": "t02", "language_id": "deu", "phones": ["-ie-","-i-","-ü-"], "examples": ["tief","steuern","Lied","Licht","riechen","ziehen","fliehen","lügen"]},
|
|
| 48 |
+ {"transition_id": "t02", "language_id": "dan", "phones": ["-y-"], "examples": ["dyb"]},
|
|
| 49 |
+ {"transition_id": "t02", "language_id": "nob", "phones": ["-y-","-ju-"], "examples": ["dyp","styre"]},
|
|
| 50 |
+ {"transition_id": "t02", "language_id": "swe", "phones": ["-ju-","-y-"], "examples": ["djup"]},
|
|
| 51 |
+ {"transition_id": "t02", "language_id": "isl", "phones": ["-jú-","-jó-"], "examples": ["djúpur"]},
|
|
| 52 |
+ {"transition_id": "t02", "language_id": "flk", "phones": ["-ü-"], "examples": ["düp","stüre","lüt","rüke","tüe","flüe","lüge"]},
|
|
| 53 | 53 |
|
| 54 |
- {"transition_id": "t05", "language_id": "pg", "phonemes": ["-sk-"], "examples": ["waskaną","skauniz"]},
|
|
| 55 |
- {"transition_id": "t05", "language_id": "en", "phonemes": ["-sh-"], "examples": ["wash","sheen"]},
|
|
| 56 |
- {"transition_id": "t05", "language_id": "af", "phonemes": [], "examples": ["was"]},
|
|
| 57 |
- {"transition_id": "t05", "language_id": "nl", "phonemes": [], "examples": ["wassen"]},
|
|
| 58 |
- {"transition_id": "t05", "language_id": "yi", "phonemes": [], "examples": []},
|
|
| 59 |
- {"transition_id": "t05", "language_id": "de", "phonemes": ["-sch-"], "examples": ["waschen"]},
|
|
| 60 |
- {"transition_id": "t05", "language_id": "da", "phonemes": ["-sk-"], "examples": ["vaske"]},
|
|
| 61 |
- {"transition_id": "t05", "language_id": "nb", "phonemes": ["-sk-"], "examples": ["vaske"]},
|
|
| 62 |
- {"transition_id": "t05", "language_id": "sv", "phonemes": ["-sk-"], "examples": ["vaska"]},
|
|
| 63 |
- {"transition_id": "t05", "language_id": "nn", "phonemes": ["-sk-"], "examples": ["vaske"]},
|
|
| 64 |
- {"transition_id": "t05", "language_id": "is", "phonemes": ["-sk-"], "examples": ["vaska"]},
|
|
| 65 |
- {"transition_id": "t05", "language_id": "fs", "phonemes": ["-sk-"], "examples": ["vaske"]},
|
|
| 54 |
+ {"transition_id": "t04", "language_id": "gem", "phones": ["-iu-"], "examples": ["diurijaz","liudiz","tiugiją"]},
|
|
| 55 |
+ {"transition_id": "t04", "language_id": "eng", "phones": ["-ea-","-eu-"], "examples": ["dear","lede","toy"]},
|
|
| 56 |
+ {"transition_id": "t04", "language_id": "afr", "phones": [], "examples": []},
|
|
| 57 |
+ {"transition_id": "t04", "language_id": "nld", "phones": ["-uu-","-ie"], "examples": ["duur"]},
|
|
| 58 |
+ {"transition_id": "t04", "language_id": "yid", "phones": [], "examples": []},
|
|
| 59 |
+ {"transition_id": "t04", "language_id": "deu", "phones": ["-eu-"], "examples": ["teuer","Zeug","Leute"]},
|
|
| 60 |
+ {"transition_id": "t04", "language_id": "dan", "phones": ["-y-"], "examples": ["dyr"]},
|
|
| 61 |
+ {"transition_id": "t04", "language_id": "nob", "phones": ["-y-"], "examples": ["dyr"]},
|
|
| 62 |
+ {"transition_id": "t04", "language_id": "swe", "phones": ["-y-"], "examples": ["dyr"]},
|
|
| 63 |
+ {"transition_id": "t04", "language_id": "nno", "phones": ["-y-"], "examples": ["dyr"]},
|
|
| 64 |
+ {"transition_id": "t04", "language_id": "isl", "phones": ["-ý-"], "examples": ["dýr"]},
|
|
| 65 |
+ {"transition_id": "t04", "language_id": "flk", "phones": ["-ü-"], "examples": ["dür","tüg","lüd"]},
|
|
| 66 | 66 |
|
| 67 |
- {"transition_id": "t06", "language_id": "pg", "phonemes": ["s-"], "examples": ["swiną"]},
|
|
| 68 |
- {"transition_id": "t06", "language_id": "en", "phonemes": ["s-"], "examples": ["swine"]},
|
|
| 69 |
- {"transition_id": "t06", "language_id": "af", "phonemes": ["s-"], "examples": ["swyn"]},
|
|
| 70 |
- {"transition_id": "t06", "language_id": "nl", "phonemes": ["z-"], "examples": ["zwijn"]},
|
|
| 71 |
- {"transition_id": "t06", "language_id": "yi", "phonemes": [], "examples": []},
|
|
| 72 |
- {"transition_id": "t06", "language_id": "de", "phonemes": ["sch-"], "examples": ["Schwein"]},
|
|
| 73 |
- {"transition_id": "t06", "language_id": "da", "phonemes": ["s-"], "examples": ["svin"]},
|
|
| 74 |
- {"transition_id": "t06", "language_id": "nb", "phonemes": ["s-"], "examples": ["svin"]},
|
|
| 75 |
- {"transition_id": "t06", "language_id": "sv", "phonemes": ["s-"], "examples": ["svin"]},
|
|
| 76 |
- {"transition_id": "t06", "language_id": "nn", "phonemes": ["s-"], "examples": ["svin"]},
|
|
| 77 |
- {"transition_id": "t06", "language_id": "is", "phonemes": ["s-"], "examples": ["svínx"]},
|
|
| 78 |
- {"transition_id": "t06", "language_id": "fs", "phonemes": ["s-"], "examples": ["svin"]}
|
|
| 67 |
+ {"transition_id": "t05", "language_id": "gem", "phones": ["-sk-"], "examples": ["waskaną","skauniz"]},
|
|
| 68 |
+ {"transition_id": "t05", "language_id": "eng", "phones": ["-sh-"], "examples": ["wash","sheen"]},
|
|
| 69 |
+ {"transition_id": "t05", "language_id": "afr", "phones": ["-s-"], "examples": ["was"]},
|
|
| 70 |
+ {"transition_id": "t05", "language_id": "nld", "phones": ["-s-"], "examples": ["wassen"]},
|
|
| 71 |
+ {"transition_id": "t05", "language_id": "yid", "phones": [], "examples": []},
|
|
| 72 |
+ {"transition_id": "t05", "language_id": "deu", "phones": ["-sch-"], "examples": ["waschen"]},
|
|
| 73 |
+ {"transition_id": "t05", "language_id": "dan", "phones": ["-sk-"], "examples": ["vaske"]},
|
|
| 74 |
+ {"transition_id": "t05", "language_id": "nob", "phones": ["-sk-"], "examples": ["vaske"]},
|
|
| 75 |
+ {"transition_id": "t05", "language_id": "swe", "phones": ["-sk-"], "examples": ["vaska"]},
|
|
| 76 |
+ {"transition_id": "t05", "language_id": "nno", "phones": ["-sk-"], "examples": ["vaske"]},
|
|
| 77 |
+ {"transition_id": "t05", "language_id": "isl", "phones": ["-sk-"], "examples": ["vaska"]},
|
|
| 78 |
+ {"transition_id": "t05", "language_id": "flk", "phones": ["-sk-"], "examples": ["vaske"]},
|
|
| 79 |
+ |
|
| 80 |
+ {"transition_id": "t06", "language_id": "gem", "phones": ["s-"], "examples": ["swiną"]},
|
|
| 81 |
+ {"transition_id": "t06", "language_id": "eng", "phones": ["s-"], "examples": ["swine"]},
|
|
| 82 |
+ {"transition_id": "t06", "language_id": "afr", "phones": ["s-"], "examples": ["swyn"]},
|
|
| 83 |
+ {"transition_id": "t06", "language_id": "nld", "phones": ["z-"], "examples": ["zwijn"]},
|
|
| 84 |
+ {"transition_id": "t06", "language_id": "yid", "phones": [], "examples": []},
|
|
| 85 |
+ {"transition_id": "t06", "language_id": "deu", "phones": ["sch-"], "examples": ["Schwein"]},
|
|
| 86 |
+ {"transition_id": "t06", "language_id": "dan", "phones": ["s-"], "examples": ["svin"]},
|
|
| 87 |
+ {"transition_id": "t06", "language_id": "nob", "phones": ["s-"], "examples": ["svin"]},
|
|
| 88 |
+ {"transition_id": "t06", "language_id": "swe", "phones": ["s-"], "examples": ["svin"]},
|
|
| 89 |
+ {"transition_id": "t06", "language_id": "nno", "phones": ["s-"], "examples": ["svin"]},
|
|
| 90 |
+ {"transition_id": "t06", "language_id": "isl", "phones": ["s-"], "examples": ["svín"]},
|
|
| 91 |
+ {"transition_id": "t06", "language_id": "flk", "phones": ["s-"], "examples": ["svin"]}
|
|
| 79 | 92 |
] |
| 80 | 93 |
} |
| 81 | 94 |
|
| ... | ... |
@@ -7,22 +7,22 @@ |
| 7 | 7 |
"description": "Alters the meaning of the verb to a somehow negative version (difficult to explain :))", |
| 8 | 8 |
"cognates": [ |
| 9 | 9 |
{
|
| 10 |
- "language": "en", |
|
| 10 |
+ "language": "eng", |
|
| 11 | 11 |
"affix": "for-" |
| 12 | 12 |
}, |
| 13 | 13 |
{
|
| 14 |
- "language": "nb", |
|
| 14 |
+ "language": "nob", |
|
| 15 | 15 |
"affix": "for-" |
| 16 | 16 |
}, |
| 17 | 17 |
{
|
| 18 |
- "language": "de", |
|
| 18 |
+ "language": "deu", |
|
| 19 | 19 |
"affix": "ver-" |
| 20 | 20 |
} |
| 21 | 21 |
], |
| 22 | 22 |
"example": {
|
| 23 | 23 |
"word": "fargive", |
| 24 | 24 |
"translations": {
|
| 25 |
- "en": ["forgive"] |
|
| 25 |
+ "eng": ["forgive"] |
|
| 26 | 26 |
} |
| 27 | 27 |
} |
| 28 | 28 |
}, |
| ... | ... |
@@ -34,26 +34,26 @@ |
| 34 | 34 |
"description": "A person, that does what is described in the referred verb", |
| 35 | 35 |
"cognates": [ |
| 36 | 36 |
{
|
| 37 |
- "language": "en", |
|
| 37 |
+ "language": "eng", |
|
| 38 | 38 |
"affix": "-er" |
| 39 | 39 |
}, |
| 40 | 40 |
{
|
| 41 |
- "language": "nn", |
|
| 41 |
+ "language": "nno", |
|
| 42 | 42 |
"affix": "-ar" |
| 43 | 43 |
}, |
| 44 | 44 |
{
|
| 45 |
- "language": "sv", |
|
| 45 |
+ "language": "swe", |
|
| 46 | 46 |
"affix": "-ar" |
| 47 | 47 |
}, |
| 48 | 48 |
{
|
| 49 |
- "language": "de", |
|
| 49 |
+ "language": "deu", |
|
| 50 | 50 |
"affix": "-er" |
| 51 | 51 |
} |
| 52 | 52 |
], |
| 53 | 53 |
"example": {
|
| 54 | 54 |
"word": "sprekar", |
| 55 | 55 |
"translations": {
|
| 56 |
- "en": ["speaker"] |
|
| 56 |
+ "eng": ["speaker"] |
|
| 57 | 57 |
} |
| 58 | 58 |
} |
| 59 | 59 |
}, |
| ... | ... |
@@ -65,22 +65,22 @@ |
| 65 | 65 |
"description": "Something that arises from the referred verb", |
| 66 | 66 |
"cognates": [ |
| 67 | 67 |
{
|
| 68 |
- "language": "en", |
|
| 68 |
+ "language": "eng", |
|
| 69 | 69 |
"affix": "-ing" |
| 70 | 70 |
}, |
| 71 | 71 |
{
|
| 72 |
- "language": "nb", |
|
| 72 |
+ "language": "nob", |
|
| 73 | 73 |
"affix": "-ing" |
| 74 | 74 |
}, |
| 75 | 75 |
{
|
| 76 |
- "language": "de", |
|
| 76 |
+ "language": "deu", |
|
| 77 | 77 |
"affix": "-ung" |
| 78 | 78 |
} |
| 79 | 79 |
], |
| 80 | 80 |
"example": {
|
| 81 | 81 |
"word": "giving", |
| 82 | 82 |
"translations": {
|
| 83 |
- "en": ["gift"] |
|
| 83 |
+ "eng": ["gift"] |
|
| 84 | 84 |
} |
| 85 | 85 |
} |
| 86 | 86 |
}, |
| ... | ... |
@@ -92,18 +92,18 @@ |
| 92 | 92 |
"description": "The act described by the referred verb", |
| 93 | 93 |
"cognates": [ |
| 94 | 94 |
{
|
| 95 |
- "language": "en", |
|
| 95 |
+ "language": "eng", |
|
| 96 | 96 |
"affix": "-red" |
| 97 | 97 |
}, |
| 98 | 98 |
{
|
| 99 |
- "language": "is", |
|
| 99 |
+ "language": "isl", |
|
| 100 | 100 |
"affix": "-ri" |
| 101 | 101 |
} |
| 102 | 102 |
], |
| 103 | 103 |
"example": {
|
| 104 | 104 |
"word": "hatrid", |
| 105 | 105 |
"translations": {
|
| 106 |
- "en": ["hatred", "hating"] |
|
| 106 |
+ "eng": ["hatred", "hating"] |
|
| 107 | 107 |
} |
| 108 | 108 |
} |
| 109 | 109 |
}, |
| ... | ... |
@@ -115,18 +115,18 @@ |
| 115 | 115 |
"description": "The attribute to have done a certain action", |
| 116 | 116 |
"cognates": [ |
| 117 | 117 |
{
|
| 118 |
- "language": "en", |
|
| 118 |
+ "language": "eng", |
|
| 119 | 119 |
"affix": "-d" |
| 120 | 120 |
}, |
| 121 | 121 |
{
|
| 122 |
- "language": "de", |
|
| 122 |
+ "language": "deu", |
|
| 123 | 123 |
"affix": "-t" |
| 124 | 124 |
} |
| 125 | 125 |
], |
| 126 | 126 |
"example": {
|
| 127 | 127 |
"word": "hört", |
| 128 | 128 |
"translations": {
|
| 129 |
- "en": ["heard"] |
|
| 129 |
+ "eng": ["heard"] |
|
| 130 | 130 |
} |
| 131 | 131 |
} |
| 132 | 132 |
}, |
| ... | ... |
@@ -138,14 +138,14 @@ |
| 138 | 138 |
"description": "The attribute to be doing a certain action", |
| 139 | 139 |
"cognates": [ |
| 140 | 140 |
{
|
| 141 |
- "language": "de", |
|
| 141 |
+ "language": "deu", |
|
| 142 | 142 |
"affix": "-end" |
| 143 | 143 |
} |
| 144 | 144 |
], |
| 145 | 145 |
"example": {
|
| 146 | 146 |
"word": "singend", |
| 147 | 147 |
"translations": {
|
| 148 |
- "en": ["singing"] |
|
| 148 |
+ "eng": ["singing"] |
|
| 149 | 149 |
} |
| 150 | 150 |
} |
| 151 | 151 |
}, |
| ... | ... |
@@ -157,18 +157,18 @@ |
| 157 | 157 |
"description": "The possibility to do, what the referred verb describes", |
| 158 | 158 |
"cognates": [ |
| 159 | 159 |
{
|
| 160 |
- "language": "de", |
|
| 160 |
+ "language": "deu", |
|
| 161 | 161 |
"affix": "-bar" |
| 162 | 162 |
}, |
| 163 | 163 |
{
|
| 164 |
- "language": "nb", |
|
| 164 |
+ "language": "nob", |
|
| 165 | 165 |
"affix": "-bar" |
| 166 | 166 |
} |
| 167 | 167 |
], |
| 168 | 168 |
"example": {
|
| 169 | 169 |
"word": "denkber", |
| 170 | 170 |
"translations": {
|
| 171 |
- "en": ["thinkable"] |
|
| 171 |
+ "eng": ["thinkable"] |
|
| 172 | 172 |
} |
| 173 | 173 |
} |
| 174 | 174 |
}, |
| ... | ... |
@@ -180,22 +180,22 @@ |
| 180 | 180 |
"description": "Belonging to the referred object", |
| 181 | 181 |
"cognates": [ |
| 182 | 182 |
{
|
| 183 |
- "language": "en", |
|
| 183 |
+ "language": "eng", |
|
| 184 | 184 |
"affix": "-ish" |
| 185 | 185 |
}, |
| 186 | 186 |
{
|
| 187 |
- "language": "de", |
|
| 187 |
+ "language": "deu", |
|
| 188 | 188 |
"affix": "-isch" |
| 189 | 189 |
}, |
| 190 | 190 |
{
|
| 191 |
- "language": "nb", |
|
| 191 |
+ "language": "nob", |
|
| 192 | 192 |
"affix": "-isk" |
| 193 | 193 |
} |
| 194 | 194 |
], |
| 195 | 195 |
"example": {
|
| 196 | 196 |
"word": "svedisk", |
| 197 | 197 |
"translations": {
|
| 198 |
- "en": ["swedish"] |
|
| 198 |
+ "eng": ["swedish"] |
|
| 199 | 199 |
} |
| 200 | 200 |
} |
| 201 | 201 |
}, |
| ... | ... |
@@ -207,18 +207,18 @@ |
| 207 | 207 |
"description": "With the referred object", |
| 208 | 208 |
"cognates": [ |
| 209 | 209 |
{
|
| 210 |
- "language": "en", |
|
| 210 |
+ "language": "eng", |
|
| 211 | 211 |
"affix": "-y" |
| 212 | 212 |
}, |
| 213 | 213 |
{
|
| 214 |
- "language": "de", |
|
| 214 |
+ "language": "deu", |
|
| 215 | 215 |
"affix": "-ig" |
| 216 | 216 |
} |
| 217 | 217 |
], |
| 218 | 218 |
"example": {
|
| 219 | 219 |
"word": "bludig", |
| 220 | 220 |
"translations": {
|
| 221 |
- "en": ["bloody"] |
|
| 221 |
+ "eng": ["bloody"] |
|
| 222 | 222 |
} |
| 223 | 223 |
} |
| 224 | 224 |
}, |
| ... | ... |
@@ -230,22 +230,22 @@ |
| 230 | 230 |
"description": "Having the abilities of the referred object", |
| 231 | 231 |
"cognates": [ |
| 232 | 232 |
{
|
| 233 |
- "language": "en", |
|
| 233 |
+ "language": "eng", |
|
| 234 | 234 |
"affix": "-ly" |
| 235 | 235 |
}, |
| 236 | 236 |
{
|
| 237 |
- "language": "de", |
|
| 237 |
+ "language": "deu", |
|
| 238 | 238 |
"affix": "-lich" |
| 239 | 239 |
}, |
| 240 | 240 |
{
|
| 241 |
- "language": "nb", |
|
| 241 |
+ "language": "nob", |
|
| 242 | 242 |
"affix": "-lig" |
| 243 | 243 |
} |
| 244 | 244 |
], |
| 245 | 245 |
"example": {
|
| 246 | 246 |
"word": "bruderlik", |
| 247 | 247 |
"translations": {
|
| 248 |
- "en": ["brotherly"] |
|
| 248 |
+ "eng": ["brotherly"] |
|
| 249 | 249 |
} |
| 250 | 250 |
} |
| 251 | 251 |
}, |
| ... | ... |
@@ -257,18 +257,18 @@ |
| 257 | 257 |
"description": "To make something have the referred ability", |
| 258 | 258 |
"cognates": [ |
| 259 | 259 |
{
|
| 260 |
- "language": "en", |
|
| 260 |
+ "language": "eng", |
|
| 261 | 261 |
"affix": "-en" |
| 262 | 262 |
}, |
| 263 | 263 |
{
|
| 264 |
- "language": "de", |
|
| 264 |
+ "language": "deu", |
|
| 265 | 265 |
"affix": "-en" |
| 266 | 266 |
} |
| 267 | 267 |
], |
| 268 | 268 |
"example": {
|
| 269 | 269 |
"word": "harden", |
| 270 | 270 |
"translations": {
|
| 271 |
- "en": ["harden", "make hard"] |
|
| 271 |
+ "eng": ["harden", "make hard"] |
|
| 272 | 272 |
} |
| 273 | 273 |
} |
| 274 | 274 |
}, |
| ... | ... |
@@ -280,18 +280,18 @@ |
| 280 | 280 |
"description": "The abstract attribute described by the referred property", |
| 281 | 281 |
"cognates": [ |
| 282 | 282 |
{
|
| 283 |
- "language": "de", |
|
| 283 |
+ "language": "deu", |
|
| 284 | 284 |
"affix": "-heit" |
| 285 | 285 |
}, |
| 286 | 286 |
{
|
| 287 |
- "language": "nb", |
|
| 287 |
+ "language": "nob", |
|
| 288 | 288 |
"affix": "-het" |
| 289 | 289 |
} |
| 290 | 290 |
], |
| 291 | 291 |
"example": {
|
| 292 | 292 |
"word": "frihed", |
| 293 | 293 |
"translations": {
|
| 294 |
- "en": ["freedom"] |
|
| 294 |
+ "eng": ["freedom"] |
|
| 295 | 295 |
} |
| 296 | 296 |
} |
| 297 | 297 |
}, |
| ... | ... |
@@ -303,22 +303,22 @@ |
| 303 | 303 |
"description": "Negation of the referred attribute", |
| 304 | 304 |
"cognates": [ |
| 305 | 305 |
{
|
| 306 |
- "language": "en", |
|
| 306 |
+ "language": "eng", |
|
| 307 | 307 |
"affix": "un-" |
| 308 | 308 |
}, |
| 309 | 309 |
{
|
| 310 |
- "language": "de", |
|
| 310 |
+ "language": "deu", |
|
| 311 | 311 |
"affix": "un-" |
| 312 | 312 |
}, |
| 313 | 313 |
{
|
| 314 |
- "language": "nb", |
|
| 314 |
+ "language": "nob", |
|
| 315 | 315 |
"affix": "u-" |
| 316 | 316 |
} |
| 317 | 317 |
], |
| 318 | 318 |
"example": {
|
| 319 | 319 |
"word": "unfri", |
| 320 | 320 |
"translations": {
|
| 321 |
- "en": ["unfree"] |
|
| 321 |
+ "eng": ["unfree"] |
|
| 322 | 322 |
} |
| 323 | 323 |
} |
| 324 | 324 |
} |
| ... | ... |
@@ -159,7 +159,7 @@ |
| 159 | 159 |
function ($row) use (&$fieldname) |
| 160 | 160 |
{
|
| 161 | 161 |
global $configuration; |
| 162 |
- return ["original" => $row[$fieldname]["fs"], "translated" => $row[$fieldname][$configuration["target"]]]; |
|
| 162 |
+ return ["original" => $row[$fieldname]["flk"], "translated" => $row[$fieldname][$configuration["target"]]]; |
|
| 163 | 163 |
} |
| 164 | 164 |
); |
| 165 | 165 |
} |
| ... | ... |
@@ -176,7 +176,7 @@ |
| 176 | 176 |
{
|
| 177 | 177 |
global $configuration; |
| 178 | 178 |
$output = ""; |
| 179 |
- $output .= _baz($value["original"], $type, "fs"); |
|
| 179 |
+ $output .= _baz($value["original"], $type, "flk"); |
|
| 180 | 180 |
$output .= " ~ "; |
| 181 | 181 |
$output .= _baz($value["translated"], $type, $configuration["target"]); |
| 182 | 182 |
return $output; |
| ... | ... |
@@ -204,7 +204,7 @@ |
| 204 | 204 |
); |
| 205 | 205 |
} |
| 206 | 206 |
|
| 207 |
- function format_correlation($type, $language_from = "fs", $language_to = null) |
|
| 207 |
+ function format_correlation($type, $language_from = "flk", $language_to = null) |
|
| 208 | 208 |
{
|
| 209 | 209 |
global $configuration; |
| 210 | 210 |
if ($language_to == null) $language_to = $configuration["target"]; |
| ... | ... |
@@ -1,12 +1,12 @@ |
| 1 | 1 |
<?php |
| 2 | 2 |
$configuration = [ |
| 3 |
- "target" => "en", |
|
| 3 |
+ "target" => "eng", |
|
| 4 | 4 |
"languagemap" => [ |
| 5 |
- "fs" => "Folksprak", |
|
| 6 |
- "en" => "English", |
|
| 7 |
- "de" => "Deutsch", |
|
| 5 |
+ "flk" => "Folksprak", |
|
| 6 |
+ "eng" => "English", |
|
| 7 |
+ "deu" => "Deutsch", |
|
| 8 | 8 |
"eo" => "Esperanto", |
| 9 |
- "nb" => "Norsk (Bokmål)", |
|
| 9 |
+ "nob" => "Norsk (Bokmål)", |
|
| 10 | 10 |
], |
| 11 | 11 |
"replace_fs_umlauts" => false, |
| 12 | 12 |
]; |
| ... | ... |
@@ -199,7 +199,6 @@ class class_table |
| 199 | 199 |
} |
| 200 | 200 |
} |
| 201 | 201 |
$groups = sql_groups($rows_source, "_vertical"); |
| 202 |
-// echo("<!-- " . json_encode($groups, JSON_PRETTY_PRINT) . " -->" . "\n");
|
|
| 203 | 202 |
$rows_result = array_map |
| 204 | 203 |
( |
| 205 | 204 |
function ($group) use (&$columns_vertical,&$columns_horizontal,&$columns_data,&$columns_source,&$columns_result,&$values) |
| ... | ... |
@@ -166,7 +166,7 @@ a |
| 166 | 166 |
|
| 167 | 167 |
.type_letter |
| 168 | 168 |
{
|
| 169 |
- &.lang_fs |
|
| 169 |
+ &.lang_flk |
|
| 170 | 170 |
{
|
| 171 | 171 |
font-weight: bold; |
| 172 | 172 |
/* |
| ... | ... |
@@ -176,32 +176,35 @@ a |
| 176 | 176 |
*/ |
| 177 | 177 |
} |
| 178 | 178 |
|
| 179 |
- &.lang_pg |
|
| 179 |
+ &.lang_gem |
|
| 180 | 180 |
{
|
| 181 |
- text-decoration: underline; |
|
| 181 |
+ &:before |
|
| 182 |
+ {
|
|
| 183 |
+ // content: "*"; |
|
| 184 |
+ } |
|
| 182 | 185 |
} |
| 183 | 186 |
|
| 184 |
- &.lang_en, |
|
| 185 |
- &.lang_af, |
|
| 186 |
- &.lang_nl, |
|
| 187 |
- &.lang_de, |
|
| 188 |
- &.lang_da, |
|
| 189 |
- &.lang_nb, |
|
| 190 |
- &.lang_sv, |
|
| 191 |
- &.lang_nn, |
|
| 192 |
- &.lang_is |
|
| 187 |
+ &.lang_eng, |
|
| 188 |
+ &.lang_afr, |
|
| 189 |
+ &.lang_nld, |
|
| 190 |
+ &.lang_deu, |
|
| 191 |
+ &.lang_dan, |
|
| 192 |
+ &.lang_nob, |
|
| 193 |
+ &.lang_swe, |
|
| 194 |
+ &.lang_nno, |
|
| 195 |
+ &.lang_isl |
|
| 193 | 196 |
{
|
| 194 | 197 |
font-style: italic; |
| 195 | 198 |
} |
| 196 | 199 |
|
| 197 |
- &.lang_yi |
|
| 200 |
+ &.lang_yid |
|
| 198 | 201 |
{
|
| 199 | 202 |
} |
| 200 | 203 |
} |
| 201 | 204 |
|
| 202 | 205 |
.type_word |
| 203 | 206 |
{
|
| 204 |
- &.lang_fs |
|
| 207 |
+ &.lang_flk |
|
| 205 | 208 |
{
|
| 206 | 209 |
font-weight: bold; |
| 207 | 210 |
/* |
| ... | ... |
@@ -211,25 +214,28 @@ a |
| 211 | 214 |
*/ |
| 212 | 215 |
} |
| 213 | 216 |
|
| 214 |
- &.lang_pg |
|
| 217 |
+ &.lang_gem |
|
| 215 | 218 |
{
|
| 216 |
- text-decoration: underline; |
|
| 219 |
+ &:before |
|
| 220 |
+ {
|
|
| 221 |
+ content: "*"; |
|
| 222 |
+ } |
|
| 217 | 223 |
} |
| 218 | 224 |
|
| 219 |
- &.lang_en, |
|
| 220 |
- &.lang_af, |
|
| 221 |
- &.lang_nl, |
|
| 222 |
- &.lang_de, |
|
| 223 |
- &.lang_da, |
|
| 224 |
- &.lang_nb, |
|
| 225 |
- &.lang_sv, |
|
| 226 |
- &.lang_nn, |
|
| 227 |
- &.lang_is |
|
| 225 |
+ &.lang_eng, |
|
| 226 |
+ &.lang_afr, |
|
| 227 |
+ &.lang_nld, |
|
| 228 |
+ &.lang_deu, |
|
| 229 |
+ &.lang_dan, |
|
| 230 |
+ &.lang_nob, |
|
| 231 |
+ &.lang_swe, |
|
| 232 |
+ &.lang_nno, |
|
| 233 |
+ &.lang_isl |
|
| 228 | 234 |
{
|
| 229 | 235 |
font-style: italic; |
| 230 | 236 |
} |
| 231 | 237 |
|
| 232 |
- &.lang_yi |
|
| 238 |
+ &.lang_yid |
|
| 233 | 239 |
{
|
| 234 | 240 |
} |
| 235 | 241 |
} |
| ... | ... |
@@ -239,7 +245,7 @@ a |
| 239 | 245 |
&:before {content: "\"";}
|
| 240 | 246 |
&:after {content: "\"";}
|
| 241 | 247 |
|
| 242 |
- &.lang_fs |
|
| 248 |
+ &.lang_flk |
|
| 243 | 249 |
{
|
| 244 | 250 |
font-weight: bold; |
| 245 | 251 |
/* |
| ... | ... |
@@ -249,25 +255,28 @@ a |
| 249 | 255 |
*/ |
| 250 | 256 |
} |
| 251 | 257 |
|
| 252 |
- &.lang_pg |
|
| 258 |
+ &.lang_gem |
|
| 253 | 259 |
{
|
| 254 |
- text-decoration: underline; |
|
| 260 |
+ &:before |
|
| 261 |
+ {
|
|
| 262 |
+ // content: "*"; |
|
| 263 |
+ } |
|
| 255 | 264 |
} |
| 256 | 265 |
|
| 257 |
- &.lang_en, |
|
| 258 |
- &.lang_af, |
|
| 259 |
- &.lang_nl, |
|
| 260 |
- &.lang_de, |
|
| 261 |
- &.lang_da, |
|
| 262 |
- &.lang_nb, |
|
| 263 |
- &.lang_sv, |
|
| 264 |
- &.lang_nn, |
|
| 265 |
- &.lang_is |
|
| 266 |
+ &.lang_eng, |
|
| 267 |
+ &.lang_afr, |
|
| 268 |
+ &.lang_nld, |
|
| 269 |
+ &.lang_deu, |
|
| 270 |
+ &.lang_dan, |
|
| 271 |
+ &.lang_nob, |
|
| 272 |
+ &.lang_swe, |
|
| 273 |
+ &.lang_nno, |
|
| 274 |
+ &.lang_isl |
|
| 266 | 275 |
{
|
| 267 | 276 |
font-style: italic; |
| 268 | 277 |
} |
| 269 | 278 |
|
| 270 |
- &.lang_yi |
|
| 279 |
+ &.lang_yid |
|
| 271 | 280 |
{
|
| 272 | 281 |
} |
| 273 | 282 |
} |
| ... | ... |
@@ -277,7 +286,7 @@ a |
| 277 | 286 |
&:before {content: "„";}
|
| 278 | 287 |
&:after {content: "“";}
|
| 279 | 288 |
|
| 280 |
- &.lang_fs |
|
| 289 |
+ &.lang_flk |
|
| 281 | 290 |
{
|
| 282 | 291 |
font-style: italic; |
| 283 | 292 |
/* |
| ... | ... |
@@ -287,25 +296,28 @@ a |
| 287 | 296 |
*/ |
| 288 | 297 |
} |
| 289 | 298 |
|
| 290 |
- &.lang_pg |
|
| 299 |
+ &.lang_gem |
|
| 291 | 300 |
{
|
| 292 |
- text-decoration: underline; |
|
| 301 |
+ &:before |
|
| 302 |
+ {
|
|
| 303 |
+ // content: "*"; |
|
| 304 |
+ } |
|
| 293 | 305 |
} |
| 294 | 306 |
|
| 295 |
- &.lang_en, |
|
| 296 |
- &.lang_af, |
|
| 297 |
- &.lang_nl, |
|
| 298 |
- &.lang_de, |
|
| 299 |
- &.lang_da, |
|
| 300 |
- &.lang_nb, |
|
| 301 |
- &.lang_sv, |
|
| 302 |
- &.lang_nn, |
|
| 303 |
- &.lang_is |
|
| 307 |
+ &.lang_eng, |
|
| 308 |
+ &.lang_afr, |
|
| 309 |
+ &.lang_nld, |
|
| 310 |
+ &.lang_deu, |
|
| 311 |
+ &.lang_dan, |
|
| 312 |
+ &.lang_nob, |
|
| 313 |
+ &.lang_swe, |
|
| 314 |
+ &.lang_nno, |
|
| 315 |
+ &.lang_isl |
|
| 304 | 316 |
{
|
| 305 | 317 |
font-style: italic; |
| 306 | 318 |
} |
| 307 | 319 |
|
| 308 |
- &.lang_yi |
|
| 320 |
+ &.lang_yid |
|
| 309 | 321 |
{
|
| 310 | 322 |
} |
| 311 | 323 |
} |
| 312 | 324 |