forked from apertium/apertium-jpn-eng
-
Notifications
You must be signed in to change notification settings - Fork 0
/
apertium-jpn-eng.jpn-eng.dix
165 lines (147 loc) · 7.64 KB
/
apertium-jpn-eng.jpn-eng.dix
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
<?xml version="1.0" encoding="UTF-8"?>
<dictionary>
<!-- Define the alphabet below. -->
<alphabet/>
<sdefs>
<!-- Define symbol definitions within <sdef> here. -->
<sdef n="n" c="Noun"/>
<sdef n="np" c="Proper noun"/>
<sdef n="vblex" c="Verb, lexical"/>
<sdef n="vbmod" c="Modal verb"/>
<sdef n="vaux" c="Auxiliary verb"/>
<sdef n="vbser" c="'To be' verb"/>
<sdef n="vbhaver" c="'To have' verb"/>
<sdef n="cnjsub" c="Subordinating conjunction"/>
<sdef n="cnjcoo" c="Co-ordinating conjunction"/>
<sdef n="cnjadv" c="Adverbial conjunction"/>
<sdef n="pr" c="Preposition"/>
<sdef n="adv" c="Adverb"/>
<sdef n="ij" c="Interjection"/>
<sdef n="adj" c="Adjective"/>
<sdef n="prn" c="Pronoun"/>
<sdef n="attr" c="Attributive"/>
<sdef n="top" c="Toponym"/>
<sdef n="ant" c="Anthroponym"/>
<sdef n="cog" c="Cognomen"/>
<sdef n="org" c="Organisation"/>
<sdef n="al" c="Altres / misc proper nouns"/>
<sdef n="pers" c="Personal pronoun"/>
<sdef n="ref" c="Reflexive pronoun"/>
<sdef n="res" c="Reciprocal pronoun"/>
<sdef n="det" c="Determiner"/>
<sdef n="pos" c="Possessive"/>
<sdef n="p1" c="1st person"/>
<sdef n="p2" c="2nd person"/>
<sdef n="p3" c="3rd person"/>
<sdef n="nt" c="Neuter"/>
<sdef n="ut" c="Utrum"/>
<sdef n="f" c="Feminine"/>
<sdef n="m" c="Masculine"/>
<sdef n="un" c="No gender"/>
<sdef n="sg" c="Singular"/>
<sdef n="du" c="Dual"/>
<sdef n="pl" c="Plural"/>
<sdef n="sp" c="Singular / plural"/>
<sdef n="ind" c="Indefinite"/>
<sdef n="def" c="Definite"/>
<sdef n="nom" c="Nominative"/>
<sdef n="acc" c="Accusative"/>
<sdef n="gen" c="Genitive"/>
<sdef n="dem" c="Demonstrative"/>
<sdef n="itg" c="Question word / interrogative"/>
<sdef n="qnt" c="Quantifier"/>
<sdef n="neg" c="Negative"/>
<sdef n="emph" c="Emphatic"/>
<sdef n="inf" c="Infinitive"/>
<sdef n="pres" c="Present"/>
<sdef n="imp" c="Imperative"/>
<sdef n="pret" c="Preterite"/>
<sdef n="pp" c="Perfect participle"/>
<sdef n="pprs" c="Present participle"/>
<sdef n="pasv" c="Passive"/>
<sdef n="actv" c="Active voice"/>
<sdef n="sint" c="Synthetic (of adjectives)"/>
<sdef n="pst" c="Positive"/>
<sdef n="comp" c="Comparative"/>
<sdef n="sup" c="Superlative"/>
<sdef n="ord" c="Ordinal"/>
<sdef n="acr" c="Acronym"/>
<sdef n="unc" c="Uncountable"/>
<sdef n="num" c="Numeral"/>
<sdef n="sent" c="Sentence end"/>
<sdef n="cm" c="Comma"/>
<sdef n="apos" c="Apostrophe"/>
<sdef n="guio" c="Dash"/>
<sdef n="lpar" c="Left parenthesis"/>
<sdef n="rpar" c="Right parenthesis"/>
<sdef n="lquot" c="Left quote"/>
<sdef n="rquot" c="Right quote"/>
<sdef n="compound-only-L" c="May only be the left-side of a compound"/>
<sdef n="compound-R" c="May be the right-side of a compound, or a full word"/>
<sdef n="abs" c="For things that don't have postpositions"/>
<sdef n="post" c="Postposition"/>
</sdefs>
<section id="main" type="standard">
<!-- Define entries within <e> here. -->
<!-- example:
<e><p><l>house<s n="n"/></l><r>casa<s n="n"/><s n="f"/></r></p></e>
-->
<!--SECTION: Conjunctions-->
<e><p><l>and<s n="cnjcoo"/></l><r>そして<s n="cnjcoo"/></r></p></e>
<e><p><l>but<s n="cnjcoo"/></l><r>しかし<s n="cnjcoo"/></r></p></e>
<e><p><l>but<s n="cnjcoo"/></l><r>だが<s n="cnjcoo"/></r></p></e>
<e><p><l>or<s n="cnjcoo"/></l><r>または<s n="cnjcoo"/></r></p></e>
<!--SECTION: Adverbial Conjunctions-->
<e><p><l>if<s n="cnjadv"/></l><r>もしも<s n="cnjcoo"/></r></p></e>
<e><p><l>because<s n="cnjadv"/></l><r>なぜなら<s n="cnjcoo"/></r></p></e>
<e><p><l>although<s n="cnjadv"/></l><r>けれども<s n="cnjcoo"/></r></p></e>
<!--SECTION: Postpositions-->
<e><p><l>according<s n="pr"/></l><r>ので<s n="post"/></r></p></e>
<e><p><l>by<s n="pr"/></l><r>で<s n="post"/></r></p></e>
<e><p><l>of<s n="pr"/></l><r>の<s n="post"/></r></p></e>
<e><p><l>in<s n="pr"/></l><r>に<s n="post"/></r></p></e>
<e><p><l>around<s n="pr"/></l><r>周りに<s n="post"/></r></p></e>
<e><p><l>above<s n="pr"/></l><r>上に<s n="post"/></r></p></e>
<e><p><l>by<s n="pr"/></l><r>よって<s n="post"/></r></p></e>
<e><p><l>to<s n="pr"/></l><r>へ<s n="post"/></r></p></e>
<e><p><l>for<s n="pr"/></l><r>ために<s n="post"/></r></p></e>
<e><p><l>on<s n="pr"/></l><r>ついて<s n="post"/></r></p></e>
<e><p><l>on<s n="pr"/></l><r>に<s n="post"/></r></p></e>
<e><p><l>from<s n="pr"/></l><r>から<s n="post"/></r></p></e>
<e><p><l>with<s n="pr"/></l><r>ともに<s n="post"/></r></p></e> <!-- with love , with care-->
<e><p><l>towards<s n="pr"/></l><r>向かって<s n="pr"/></r></p></e>
<e><p><l>for<s n="pr"/></l><r>の間<s n="post"/></r></p></e>
<e><p><l>about<s n="pr"/></l><r>ぐらい<s n="post"/></r></p></e>
<e><p><l>with<s n="pr"/></l><r>と<s n="post"/></r></p></e>
<e><p><l>after<s n="pr"/></l><r>後に<s n="post"/></r></p></e>
<e><p><l>against<s n="pr"/></l><r>反対に<s n="post"/></r></p></e>
<e><p><l>within<s n="pr"/></l><r>以内<s n="post"/></r></p></e>
<e><p><l>as<s n="pr"/></l><r>として<s n="post"/></r></p></e>
<e><p><l>behind<s n="pr"/></l><r>後ろに<s n="post"/></r></p></e>
<e><p><l>under<s n="pr"/></l><r>下に<s n="post"/></r></p></e>
<e><p><l>near<s n="pr"/></l><r>近くに<s n="post"/></r></p></e>
<e><p><l>during<s n="pr"/></l><r>の間<s n="post"/></r></p></e>
<e><p><l>before<s n="pr"/></l><r>前に<s n="post"/></r></p></e>
<!--SECTION: Numerals-->
<e><p><l>0<s n="num"/></l><r>0<s n="num"/></r></p></e>
<e><p><l>1<s n="num"/></l><r>1<s n="num"/></r></p></e>
<e><p><l>2<s n="num"/></l><r>2<s n="num"/></r></p></e>
<e><p><l>3<s n="num"/></l><r>3<s n="num"/></r></p></e>
<e><p><l>4<s n="num"/></l><r>4<s n="num"/></r></p></e>
<e><p><l>5<s n="num"/></l><r>5<s n="num"/></r></p></e>
<e><p><l>6<s n="num"/></l><r>6<s n="num"/></r></p></e>
<e><p><l>7<s n="num"/></l><r>7<s n="num"/></r></p></e>
<e><p><l>8<s n="num"/></l><r>8<s n="num"/></r></p></e>
<e><p><l>9<s n="num"/></l><r>9<s n="num"/></r></p></e>
<!--SECTION: Nouns-->
<e><p><l>House<s n="n"/></l><r>家<s n="n"/><s n="sg"/><s n="abs"/></r></p></e>
<e><re>[.\?;:!…¿¶]</re><p><l><s n="sent"/></l><r><s n="sent"/></r></p></e>
<e><re>,</re> <p><l><s n="cm"/></l> <r><s n="cm"/></r></p></e>
</section>
</dictionary>
<!--
Resources:
https://wiki.apertium.org/wiki/Bilingual_dictionary
https://wiki.apertium.org/wiki/Apertium_New_Language_Pair_HOWTO#Bilingual_dictionary
https://wiki.apertium.org/wiki/List_of_symbols
-->