blob: 10bb17282e570f84757891b9275fd19b81014086 (
plain)
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
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
|
<inflection_template>
<inflection>
<cat>N</cat>
<cat>N2</cat>
<tag>n</tag>
<template>
<h1>Nom</h1>
<i><lin form="s Nom ton">DetCN (DetQuant IndefArt NumSg) (UseN (<lemma/>))</lin></i>
<p>
<table class="forms-table" rules="all" border="yes">
<tr>
<th>singulier</th>
<td><form>s Sg</form></td>
</tr>
<tr>
<th>pluriel</th>
<td><form>s Pl</form></td>
</tr>
</table>
</p>
</template>
</inflection>
<inflection>
<cat>A</cat>
<cat>A2</cat>
<tag>a</tag>
<template>
<h1>Adjectif</h1>
<table class="forms-table" rules="all" border="yes">
<tr>
<th></th>
<th>singulier</th>
<th>pluriel</th>
</tr>
<tr>
<th>masculin</th>
<td><form>s Posit (AF Masc Sg)</form></td><td><form>s Posit (AF Masc Pl)</form></td>
</tr>
<tr>
<th>féminin</th>
<td><form>s Posit (AF Fem Sg)</form></td><td><form>s Posit (AF Fem Pl)</form></td>
</tr>
</table>
</template>
</inflection>
<inflection>
<cat>Adv</cat>
<tag>adv</tag>
<template>
<h1>Adverb</h1>
<p><form>s</form></p>
</template>
</inflection>
<inflection>
<cat>Prep</cat>
<tag>prep</tag>
<template>
<h1>Preposition</h1>
<p><form>s</form></p>
</template>
</inflection>
<inflection>
<cat>V</cat>
<cat>V2</cat>
<cat>V3</cat>
<cat>V2V</cat>
<cat>V2S</cat>
<cat>V2Q</cat>
<cat>V2A</cat>
<cat>VV</cat>
<cat>VS</cat>
<cat>VQ</cat>
<cat>VA</cat>
<tag>v</tag>
<template>
<h1>Verbe</h1>
<i><form>s (VInfin False)</form></i>
<p>
<table class="forms-table" rules="all" border="yes">
<tr>
<th colspan="2">présent</th>
<th>indicatif</th>
<th>subjonctif</th>
</tr>
<tr>
<th rowspan="3">singulier</th>
<th>1.p</th>
<td><form>s (VFin (VPres Indic) Sg P1)</form></td><td><form>s (VFin (VPres Conjunct) Sg P1)</form></td>
</tr>
<tr>
<th>2.p</th>
<td><form>s (VFin (VPres Indic) Sg P2)</form></td><td><form>s (VFin (VPres Conjunct) Sg P2)</form></td>
</tr>
<tr>
<th>3.p</th>
<td><form>s (VFin (VPres Indic) Sg P3)</form></td><td><form>s (VFin (VPres Conjunct) Sg P3)</form></td>
</tr>
<tr>
<th rowspan="3">pluriel</th>
<th>1.p</th>
<td><form>s (VFin (VPres Indic) Pl P1)</form></td><td><form>s (VFin (VPres Conjunct) Pl P1)</form></td>
</tr>
<tr>
<th>2.p</th>
<td><form>s (VFin (VPres Indic) Pl P2)</form></td><td><form>s (VFin (VPres Conjunct) Pl P2)</form></td>
</tr>
<tr>
<th>3.p</th>
<td><form>s (VFin (VPres Indic) Pl P3)</form></td><td><form>s (VFin (VPres Conjunct) Pl P3)</form></td>
</tr>
</table>
</p>
<p>
<table class="forms-table" rules="all" border="yes">
<tr>
<th colspan="2">imparfait</th>
<th>indicatif</th>
<th>subjonctif</th>
</tr>
<tr>
<th rowspan="3">singulier</th>
<th>1.p</th>
<td><form>s (VFin (VImperf Indic) Sg P1)</form></td><td><form>s (VFin (VImperf Conjunct) Sg P1)</form></td>
</tr>
<tr>
<th>2.p</th>
<td><form>s (VFin (VImperf Indic) Sg P2)</form></td><td><form>s (VFin (VImperf Conjunct) Sg P2)</form></td>
</tr>
<tr>
<th>3.p</th>
<td><form>s (VFin (VImperf Indic) Sg P3)</form></td><td><form>s (VFin (VImperf Conjunct) Sg P3)</form></td>
</tr>
<tr>
<th rowspan="3">pluriel</th>
<th>1.p</th>
<td><form>s (VFin (VImperf Indic) Pl P1)</form></td><td><form>s (VFin (VImperf Conjunct) Pl P1)</form></td>
</tr>
<tr>
<th>2.p</th>
<td><form>s (VFin (VImperf Indic) Pl P2)</form></td><td><form>s (VFin (VImperf Conjunct) Pl P2)</form></td>
</tr>
<tr>
<th>3.p</th>
<td><form>s (VFin (VImperf Indic) Pl P3)</form></td><td><form>s (VFin (VImperf Conjunct) Pl P3)</form></td>
</tr>
</table>
</p>
<p>
<table class="forms-table" rules="all" border="yes">
<tr>
<th colspan="2"></th>
<th>passé simple</th>
<th>futur</th>
<th>conditionnel</th>
</tr>
<tr>
<th rowspan="3">singulier</th>
<th>1.p</th>
<td><form>s (VFin VPasse Sg P1)</form></td><td><form>s (VFin VFut Sg P1)</form></td><td><form>s (VFin VCondit Sg P1)</form></td>
</tr>
<tr>
<th>2.p</th>
<td><form>s (VFin VPasse Sg P2)</form></td><td><form>s (VFin VFut Sg P2)</form></td><td><form>s (VFin VCondit Sg P2)</form></td>
</tr>
<tr>
<th>3.p</th>
<td><form>s (VFin VPasse Sg P3)</form></td><td><form>s (VFin VFut Sg P3)</form></td><td><form>s (VFin VCondit Sg P3)</form></td>
</tr>
<tr>
<th rowspan="3">pluriel</th>
<th>1.p</th>
<td><form>s (VFin VPasse Pl P1)</form></td><td><form>s (VFin VFut Pl P1)</form></td><td><form>s (VFin VCondit Pl P1)</form></td>
</tr>
<tr>
<th>2.p</th>
<td><form>s (VFin VPasse Pl P2)</form></td><td><form>s (VFin VFut Pl P2)</form></td><td><form>s (VFin VCondit Pl P2)</form></td>
</tr>
<tr>
<th>3.p</th>
<td><form>s (VFin VPasse Pl P3)</form></td><td><form>s (VFin VFut Pl P3)</form></td><td><form>s (VFin VCondit Pl P3)</form></td>
</tr>
</table>
</p>
<p>
<table class="forms-table" rules="all" border="yes">
<tr>
<th>infinitif</th>
<td><form>s (VInfin False)</form></td>
</tr>
<tr>
<th>impératif sing.2.p</th>
<td><form>s (VImper SgP2)</form></td>
</tr>
<tr>
<th>impératif plur.1.p</th>
<td><form>s (VImper PlP1)</form></td>
</tr>
<tr>
<th>impératif plur.2.p</th>
<td><form>s (VImper PlP2)</form></td>
</tr>
<tr>
<th>participe passé</th>
<td><form>s (VPart Masc Sg)</form></td>
</tr>
<tr>
<th>participe présent</th>
<td><form>s VGer</form></td>
</tr>
</table>
</p>
</template>
</inflection>
</inflection_template>
|