text-hyphen 1.4.1 → 1.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.standard.yml +5 -0
- data/Code-of-Conduct.md +73 -0
- data/Contributing.md +68 -0
- data/History.md +139 -0
- data/Licence.md +159 -0
- data/Manifest.txt +12 -5
- data/README.md +81 -0
- data/Rakefile +68 -19
- data/bin/ruby-hyphen +0 -0
- data/lib/text/hyphen/language/1.8/de1.rb +1307 -571
- data/lib/text/hyphen/language/1.8/en_us.rb +412 -453
- data/lib/text/hyphen/language/1.8/fr.rb +128 -334
- data/lib/text/hyphen/language/1.8/la.rb +1 -0
- data/lib/text/hyphen/language/1.8/lt.rb +115 -0
- data/lib/text/hyphen/language/1.8/pt.rb +2 -1
- data/lib/text/hyphen/language/1.8/sk.rb +277 -0
- data/lib/text/hyphen/language/1.9/ca.rb +2 -1
- data/lib/text/hyphen/language/1.9/cs.rb +2 -1
- data/lib/text/hyphen/language/1.9/da.rb +2 -1
- data/lib/text/hyphen/language/1.9/de1.rb +1382 -646
- data/lib/text/hyphen/language/1.9/de2.rb +110 -109
- data/lib/text/hyphen/language/1.9/en_uk.rb +2 -1
- data/lib/text/hyphen/language/1.9/en_us.rb +412 -454
- data/lib/text/hyphen/language/1.9/es.rb +2 -1
- data/lib/text/hyphen/language/1.9/et.rb +6 -5
- data/lib/text/hyphen/language/1.9/eu.rb +4 -3
- data/lib/text/hyphen/language/1.9/fi.rb +3 -2
- data/lib/text/hyphen/language/1.9/fr.rb +136 -343
- data/lib/text/hyphen/language/1.9/ga.rb +27 -26
- data/lib/text/hyphen/language/1.9/hr.rb +6 -5
- data/lib/text/hyphen/language/1.9/hsb.rb +3 -2
- data/lib/text/hyphen/language/1.9/hu1.rb +3 -2
- data/lib/text/hyphen/language/1.9/hu2.rb +5 -4
- data/lib/text/hyphen/language/1.9/ia.rb +2 -1
- data/lib/text/hyphen/language/1.9/id.rb +8 -7
- data/lib/text/hyphen/language/1.9/is.rb +2 -1
- data/lib/text/hyphen/language/1.9/it.rb +74 -74
- data/lib/text/hyphen/language/1.9/la.rb +54 -53
- data/lib/text/hyphen/language/1.9/lt.rb +116 -0
- data/lib/text/hyphen/language/1.9/mn.rb +7 -6
- data/lib/text/hyphen/language/1.9/nl.rb +2 -1
- data/lib/text/hyphen/language/1.9/no1.rb +3 -2
- data/lib/text/hyphen/language/1.9/no2.rb +3 -2
- data/lib/text/hyphen/language/1.9/pl.rb +2 -1
- data/lib/text/hyphen/language/1.9/pt.rb +3 -2
- data/lib/text/hyphen/language/1.9/ru.rb +2 -1
- data/lib/text/hyphen/language/1.9/sk.rb +280 -0
- data/lib/text/hyphen/language/1.9/sv.rb +4 -3
- data/lib/text/hyphen/language/cs.rb +1 -1
- data/lib/text/hyphen/language/de.rb +2 -1
- data/lib/text/hyphen/language/de1.rb +1 -1
- data/lib/text/hyphen/language/de2.rb +1 -1
- data/lib/text/hyphen/language/en_us.rb +1 -1
- data/lib/text/hyphen/language/eu.rb +1 -1
- data/lib/text/hyphen/language/fr.rb +1 -1
- data/lib/text/hyphen/language/hu.rb +1 -1
- data/lib/text/hyphen/language/hu1.rb +1 -1
- data/lib/text/hyphen/language/hu2.rb +1 -1
- data/lib/text/hyphen/language/is.rb +1 -1
- data/lib/text/hyphen/language/lt.rb +4 -0
- data/lib/text/hyphen/language/ms.rb +3 -3
- data/lib/text/hyphen/language/nl.rb +1 -1
- data/lib/text/hyphen/language/no.rb +1 -1
- data/lib/text/hyphen/language/sk.rb +4 -0
- data/lib/text/hyphen/language.rb +45 -45
- data/lib/text/hyphen.rb +139 -97
- data/lib/text-hyphen.rb +1 -1
- data/test/data/bug_9807_latin1.rb +2 -2
- data/test/data/bug_9807_utf-8.rb +1 -1
- data/test/test_bugs.rb +14 -13
- data/test/test_text_hyphen.rb +31 -21
- metadata +146 -96
- data/.autotest +0 -23
- data/.gemtest +0 -0
- data/History.rdoc +0 -99
- data/License.rdoc +0 -159
- data/README.rdoc +0 -95
- data/text-hyphen.gemspec +0 -51
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
|
2
|
+
|
|
2
3
|
# Hyphenation patterns for Text::Hyphen in Ruby: Spanish
|
|
3
4
|
# Converted from the TeX hyphenation/eshyph.tex file, based on the work by
|
|
4
5
|
# Javier Bezos in 1993, 1997, and 2001 - 2003.
|
|
@@ -55,7 +56,7 @@
|
|
|
55
56
|
# .............................................................
|
|
56
57
|
# TeX y tipografia | http://perso.wanadoo.es/jbezos/
|
|
57
58
|
#++
|
|
58
|
-
require
|
|
59
|
+
require "text/hyphen/language"
|
|
59
60
|
|
|
60
61
|
Text::Hyphen::Language::ES = Text::Hyphen::Language.new do |lang|
|
|
61
62
|
lang.encoding "UTF-8"
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
|
2
|
+
|
|
2
3
|
# Hyphenation patterns for Text::Hyphen in Ruby: Estonian
|
|
3
4
|
# Converted from the TeX hyphenation/eehyph.tex file, by E. Saar (2003).
|
|
4
5
|
#
|
|
@@ -13,16 +14,16 @@
|
|
|
13
14
|
# license or (at your option) any later version. The latest version
|
|
14
15
|
# of this license is in http://www.latex-project.org/lppl.txt and
|
|
15
16
|
# version 1.3 or later is part of all distributions of LaTeX
|
|
16
|
-
# version 2003/12/01 or later.
|
|
17
|
-
#
|
|
17
|
+
# version 2003/12/01 or later.
|
|
18
|
+
#
|
|
18
19
|
# This work has the LPPL maintenance status "author-maintained".
|
|
19
20
|
# This work consists of this file only (eehyph.tex).
|
|
20
21
|
#
|
|
21
22
|
# The patterns were generated long ago by applying patgen to
|
|
22
|
-
# an Estonian dictionary; a few patterns were added later manually
|
|
23
|
-
# to prohibit aa-bits type cases.
|
|
23
|
+
# an Estonian dictionary; a few patterns were added later manually
|
|
24
|
+
# to prohibit aa-bits type cases.
|
|
24
25
|
#++
|
|
25
|
-
require
|
|
26
|
+
require "text/hyphen/language"
|
|
26
27
|
|
|
27
28
|
Text::Hyphen::Language::ET = Text::Hyphen::Language.new do |lang|
|
|
28
29
|
lang.encoding "UTF-8"
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
|
2
|
+
|
|
2
3
|
# Hyphenation patterns for Text::Hyphen in Ruby: Basque
|
|
3
4
|
# Converted from the TeX hyphenation/bahyph.tex file, by Juan M.
|
|
4
5
|
# Aguirregabiria (wtpagagj@lg.ehu.es) in 1997 based on work by Julio
|
|
@@ -50,8 +51,8 @@
|
|
|
50
51
|
# this software nor for any damages derived from its use, even in case any
|
|
51
52
|
# of the above has been notified of the possibility of such damages. If any
|
|
52
53
|
# such situation arises, you responsible for repair. Use of this software is
|
|
53
|
-
# an explicit acceptance of these conditions.
|
|
54
|
-
#
|
|
54
|
+
# an explicit acceptance of these conditions.
|
|
55
|
+
#
|
|
55
56
|
# You can use this software for any purpose. You cannot delete this
|
|
56
57
|
# copyright notice. If you change this software, you must include comments
|
|
57
58
|
# explaining who, when and why. You are kindly requested to send any changes
|
|
@@ -79,7 +80,7 @@
|
|
|
79
80
|
# be established as the current language. See the babel docs if you don't
|
|
80
81
|
# understand this.
|
|
81
82
|
#++
|
|
82
|
-
require
|
|
83
|
+
require "text/hyphen/language"
|
|
83
84
|
|
|
84
85
|
Text::Hyphen::Language::EU = Text::Hyphen::Language.new do |lang|
|
|
85
86
|
lang.encoding "UTF-8"
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
|
2
|
+
|
|
2
3
|
# Hyphenation patterns for Text::Hyphen in Ruby: Finnish
|
|
3
4
|
# Converted from the TeX hyphenation/fihyph.tex file, Kauko Saarinen,
|
|
4
5
|
# Computing Centre, University of Jyvaskyla, Finland, 1986 - 1989.
|
|
@@ -20,7 +21,7 @@
|
|
|
20
21
|
#
|
|
21
22
|
# ********* Patterns may be freely distributed **********
|
|
22
23
|
#++
|
|
23
|
-
require
|
|
24
|
+
require "text/hyphen/language"
|
|
24
25
|
|
|
25
26
|
Text::Hyphen::Language::FI = Text::Hyphen::Language.new do |lang|
|
|
26
27
|
lang.encoding "UTF-8"
|
|
@@ -38,7 +39,7 @@ Text::Hyphen::Language::FI = Text::Hyphen::Language.new do |lang|
|
|
|
38
39
|
1st2r % -stressi, -strategia etc.
|
|
39
40
|
|
|
40
41
|
% ------ Some special cases occuring with compound words only ----
|
|
41
|
-
% ------ There still remains well known problem as 'kaivos
|
|
42
|
+
% ------ There still remains well known problem as 'kaivos-aukko' etc.
|
|
42
43
|
%a1y (common in borrowed words)
|
|
43
44
|
ä2y y1a2 y1o2 o1y ö2y u1y2 y1u2 ö3a2 ö3o2 ä3a2 ä3o2 ä1u2 ö1u2
|
|
44
45
|
a1ä % (a1ä2 ei mahdollinen!)
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
|
2
|
+
|
|
2
3
|
# Hyphenation patterns for Text::Hyphen in Ruby: French
|
|
3
4
|
# Converted from the TeX hyphenation/frhyph.tex file, by Jacques
|
|
4
5
|
# Desarmenien (1984 - 1986), Norman Buckle, Michael Ferguson (1988),
|
|
@@ -8,22 +9,22 @@
|
|
|
8
9
|
# The Ruby version of these patterns are copyright 2004 Austin Ziegler.
|
|
9
10
|
#--
|
|
10
11
|
# frhyph.tex % French hyphenation patterns
|
|
11
|
-
|
|
12
|
+
# %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
12
13
|
# This file is available for free and can used and redistributed
|
|
13
14
|
# asis for free. Modified versions should have another name.
|
|
14
|
-
|
|
15
|
-
#message{frhyph.tex - French hyphenation patterns (V2.11) <2002/01/16>}
|
|
15
|
+
# %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
16
|
+
# message{frhyph.tex - French hyphenation patterns (V2.11) <2002/01/16>}
|
|
16
17
|
#
|
|
17
|
-
|
|
18
|
+
# %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
18
19
|
# *BEFORE* using this file *PLEASE* run checksum on it:
|
|
19
20
|
# checksum -v frhyph.tex
|
|
20
21
|
# to make sure that it hasn't been damaged.
|
|
21
22
|
# Then if you notice anything wrong in french hyphenation please report to
|
|
22
23
|
# D. Flipo and B. Gaulle at the email address: cesure-l@gutenberg.eu.org
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
24
|
+
# %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
25
|
+
# % checksum = "37094 1457 3075 34744"
|
|
26
|
+
# %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
27
|
+
# %%%%%%% The most famous good guys who worked hard to obtain something usable.
|
|
27
28
|
# Jacques Desarmenien, Universite de Strasbourg :
|
|
28
29
|
# - << how to run TeX in a French environment: hyphenation, fonts,
|
|
29
30
|
# typography. >> in Tugboat, 5 (1984) 91-102. and TeX85 conference
|
|
@@ -48,344 +49,136 @@
|
|
|
48
49
|
# (An adaption for the old MLTeX 2.x exists but can not be
|
|
49
50
|
# tested in lack of an executable.)
|
|
50
51
|
#++
|
|
51
|
-
require
|
|
52
|
+
require "text/hyphen/language"
|
|
52
53
|
|
|
53
54
|
Text::Hyphen::Language::FR = Text::Hyphen::Language.new do |lang|
|
|
54
55
|
lang.encoding "UTF-8"
|
|
55
56
|
lang.patterns <<-PATTERNS
|
|
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
|
-
1
|
|
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
|
-
.dé
|
|
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
|
-
% h, phonetic
|
|
184
|
-
1ha 1hâ 1he 1hé 1hè 1hê 4he. 4hes. 1hi 1hî 1ho 1hô 1hu 1hû 1hy
|
|
185
|
-
% h, etymological
|
|
186
|
-
hémi1é hémo1p2t hypera2 hypere2 hyperé2 hyperi2 hypero2 hypers2 hype4r1
|
|
187
|
-
hyperu2 hypo1a2 hypo1e2 % missing from nb list
|
|
188
|
-
hypo1é2 hypo1i2 hypo1o2 hypo1s2 hypo1u2
|
|
189
|
-
|
|
190
|
-
% i, phonetic
|
|
191
|
-
.i4 'i4 .î4 'î4
|
|
192
|
-
% ill patterns missing from nb list
|
|
193
|
-
il2l cil3l rcil4l ucil4l vacil4l gil3l hil3l lil3l l3lion mil3l mil4let
|
|
194
|
-
émil4l semil4l rmil4l armil5l capil3l papil3la papil3le papil3li papil3lom
|
|
195
|
-
pupil3l piril3l thril3l cyril3l ibril3l pusil3l .stil3l distil3l instil3l
|
|
196
|
-
fritil3l boutil3l vanil3lin vanil3lis vil3l avil4l chevil4l uevil4l uvil4l
|
|
197
|
-
xil3l
|
|
198
|
-
% end of ill patterns
|
|
199
|
-
|
|
200
|
-
% i, etymological
|
|
201
|
-
i1algi i1arthr i1è2dre 1informat % missing from nb list
|
|
202
|
-
.in1a2 'in1a2 .in2a3nit 'in2a3nit .in2augur 'in2augur .in1e2 'in1e2 .in1é2
|
|
203
|
-
'in1é2 .in2effab % missing from nb list
|
|
204
|
-
'in2effab .in2é3lucta 'in2é3lucta .in2é3narra 'in2é3narra .in2ept 'in2ept
|
|
205
|
-
.in2er 'in2er .in2exora % missing from nb list
|
|
206
|
-
'in2exora .in1i2 'in1i2 .in2i3miti 'in2i3miti .in2i3q 'in2i3q .in2i3t
|
|
207
|
-
'in2i3t .in1o2 'in1o2 .in2o3cul 'in2o3cul .in2ond 'in2ond .in1s2tab
|
|
208
|
-
'in1s2tab 'inte4r3 .intera2 'intera2 .intere2 'intere2 .interé2 'interé2
|
|
209
|
-
.interi2 'interi2 .intero2 'intero2 .inte4r3 .interu2 'interu2 .inters2
|
|
210
|
-
'inters2 .in1u2 'in1u2 .in2uit 'in2uit .in2u3l 'in2u3l io1a2ct i1oxy i1s2tat
|
|
211
|
-
|
|
212
|
-
% j, phonetic
|
|
213
|
-
1j 2jk 4je. 4jes. 2jent. % mute syllable: galèjent (df) 22/02/94
|
|
214
|
-
|
|
215
|
-
% k, phonetic
|
|
216
|
-
1ka 1kâ 1ke 1ké 1kè 1kê 4ke. 4kes.
|
|
217
|
-
2kent. % mute syllable: jerkent (df) 22/02/94
|
|
218
|
-
1k2h 4kh. .kh4 1ki 1kî 1ko 1kô 1k2r 1ku 1kû 1ky
|
|
219
|
-
|
|
220
|
-
% l, phonetic
|
|
221
|
-
1la 1lâ 1là 1le 1lé 1lè 1lê 4le. 4les. 1li 1lî 1lo 1lô l1s2t 1lu 1lû 1ly
|
|
222
|
-
|
|
223
|
-
% l, etymological
|
|
224
|
-
la2w3re
|
|
225
|
-
% words ending with -lent (df) 22/02/94
|
|
226
|
-
2lent. .ta3lent. iva3lent. équiva4lent. monova3lent. polyva3lent. re3lent.
|
|
227
|
-
.do3lent. indo3lent. inso3lent. turbu3lent. succu3lent. fécu3lent.
|
|
228
|
-
trucu3lent. opu3lent. corpu3lent. ru3lent. sporu4lent.
|
|
229
|
-
|
|
230
|
-
% m, phonetic
|
|
231
|
-
1ma 1mâ 1me 1mé 1mè 1mê 4me. 4mes. 1mi 1mî 1mo 1mô
|
|
232
|
-
1m0 % final zero essential to terminate cs
|
|
233
|
-
m1s2 1mu 1mû 1my
|
|
234
|
-
% m, etymological
|
|
235
|
-
.ma2c3k .macro1s2c .ma2l1a2dres .ma2l1a2dro .ma2l1aisé .ma2l1ap .ma2l1a2v
|
|
236
|
-
.ma2l1en .ma2l1int .ma2l1oc .ma2l1o2d .ma2r1x % nb (jbb: ?)
|
|
237
|
-
.mé2g1oh .mé2sa % missing from nb list
|
|
238
|
-
.mé3san % missing from nb list
|
|
239
|
-
.mé2s1es .mé2s1i .mé2s1u2s .méta1s2ta
|
|
240
|
-
% words ending with -ment (df) 22/02/94
|
|
241
|
-
â2ment. da2ment. fa2ment. amalga2ment. cla2ment. ra2ment. tempéra3ment.
|
|
242
|
-
ta2ment. testa3ment. qua2ment. è2ment. carê2ment. diaphrag2ment. ryth2ment.
|
|
243
|
-
ai2ment. rai3ment. abî2ment. éci2ment. vidi2ment. subli2ment. éli2ment.
|
|
244
|
-
reli2ment. mi2ment. ani2ment. veni2ment. ri2ment. détri3ment. nutri3ment.
|
|
245
|
-
inti2ment. esti2ment. l2ment. flam2ment. gram2ment. .gem2ment. om2ment.
|
|
246
|
-
.com3ment. ô2ment. slalo2ment. chro2ment. to2ment. ar2ment. .sar3ment.
|
|
247
|
-
er2ment. antifer3ment. .ser3ment. fir2ment. or2ment. as2ment. au2ment.
|
|
248
|
-
écu2ment. fu2ment. hu2ment. fichu3ment. llu2ment. plu2ment. bou2ment.
|
|
249
|
-
bru2ment. su2ment. tu2ment. .milli1am 1m2némo 1m2nès 1m2nési .mono1a2
|
|
250
|
-
.mono1e2 .mono1é2 .mono1i2 .mono1ï2dé .mono1o2 .mono1u2 .mono1s2
|
|
251
|
-
mon2t3réal % missing from nb list
|
|
252
|
-
moye2n1â2g
|
|
253
|
-
|
|
254
|
-
% n, phonetic
|
|
255
|
-
1na 1nâ 1ne 1né 1nè 1nê 4ne. 4nes. 1ni 1nî 1no 1nô
|
|
256
|
-
1n0 % final zero essential to terminate cs
|
|
257
|
-
1nu 1nû n1x 1ny
|
|
258
|
-
% n, etymological
|
|
259
|
-
% words ending with -nent (df) 22/02/94
|
|
260
|
-
2nent. % fric-tionnent - syllable muette - bg 27/12/93
|
|
261
|
-
réma3nent. imma3nent. perma3nent. .émi3nent. préémi3nent. proémi3nent.
|
|
262
|
-
surémi3nent. immi3nent. conti3nent. perti3nent. absti3nent. .no2n1obs
|
|
263
|
-
n3s2at. n3s2ats.
|
|
264
|
-
|
|
265
|
-
% o, phonetic
|
|
266
|
-
.o4 'o4 'ô4 .ô4 %'ö2 % mjf % deleted 3/1/94 df-bg
|
|
267
|
-
% o, etymological
|
|
268
|
-
o2b3long 1octet % missing from nb list
|
|
269
|
-
o1d2l o1è2dre o1ioni ombud2s3 omni1s2 o1s2tas o1s2tat o1s2téro o1s2tim
|
|
270
|
-
o1s2tom o1s2trad o1s2tratu o1s2triction .oua1ou 'oua1ou .ovi1s2c 'ovi1s2c
|
|
271
|
-
oxy1a2
|
|
272
|
-
|
|
273
|
-
% p, phonetic
|
|
274
|
-
1pa 1pâ 1pe 1pé 1pè 1pê 4pe. 4pes. 1p2h .ph4 4ph. 4phe. 4phes.
|
|
275
|
-
2phent. % mute syllable: triomphent (df) 22/02/94
|
|
276
|
-
ph2l 4phle. 4phles. 2phn ph2r 4phre. 4phres. 2phs 2pht 1pi 1pî 1p2l 4ple.
|
|
277
|
-
4ples. 2plent. % mute syllable: accouplent (df) 28/02/94
|
|
278
|
-
1po 1pô 1p2r 4pre. 4pres. 2prent. % mute syllable: empourprent (df) 28/02/94
|
|
279
|
-
1pu 1pû 1py
|
|
280
|
-
% p, etymological
|
|
281
|
-
paléo1é2 .pa2n1a2f .pa2n1a2mé .pa2n1a2ra .pa2n1is .pa2n1o2ph .pa2n1opt
|
|
282
|
-
.pa2r1a2che .pa2r1a2chè .para1s2 .pa2r3hé
|
|
283
|
-
% words ending with -pent (df) 22/02/94
|
|
284
|
-
2pent. re3pent. .ar3pent. 'ar3pent. ser3pent.
|
|
285
|
-
.pen2ta % pent- or penta- but never pen-ta bg 12/27/93
|
|
286
|
-
per3h pé2nul % pé2n1ul moved back 09/17/92 to JD def.
|
|
287
|
-
.pe4r .per1a2 .per1e2 .per1é2 .per1i2 .per1o2 .per1u2
|
|
288
|
-
pé1r2é2q % 2r1 moved 09/17/92 to 1r2(it was a typo)
|
|
289
|
-
.péri1os .péri1s2 .péri2s3s .péri2s3ta .péri1u2 .phalan3s2t photo1s2
|
|
290
|
-
3ph2talé 3ph2tis
|
|
291
|
-
% Here is an example of a pb involving phonetic and etymologic patterns 5/94
|
|
292
|
-
% .phyto3ph2 % originaly, but wrong for phy-toph-thora 9/92
|
|
293
|
-
% .phy2topha % for -pharmacie but wrong for phyto-biol.. 5/94
|
|
294
|
-
.pluri1a 1p2né 1p2neu po1astre poly1a2 poly1e2 poly1é2 poly1è2 poly1i2
|
|
295
|
-
poly1o2 poly1s2 poly1u2 .pon2tet % JD hypenated it asis 09/17/92, exception
|
|
296
|
-
.pos2t3h .pos2t1in .pos2t1o2 .pos2t3r .post1s2 .pré1a2
|
|
297
|
-
.pré2a3la % missing from nb list
|
|
298
|
-
.pré2au .pré1é2 .pré1e2 .pré1i2 .pré1o2 .pré1u2 .pré1s2 .pro1é2 .pro1s2cé
|
|
299
|
-
pro2s3tat .prou3d2h 1p2sych .psycho1a2n 1p2tèr 1p2tér .pud1d2l
|
|
300
|
-
|
|
301
|
-
% q
|
|
302
|
-
1q 4que. 4ques.
|
|
303
|
-
% words ending with -quent (df) 22/02/94
|
|
304
|
-
2quent. é3quent. élo3quent. grandilo3quent.
|
|
305
|
-
|
|
306
|
-
% r, phonetic
|
|
307
|
-
1ra 1râ 1re 1ré 1rè 1rê 1r2h 4rhe. 4rhes. 1ri 1rî 1ro 1rô 1ru 1rû 1ry
|
|
308
|
-
% r, etymological
|
|
309
|
-
radio1a2 % missing from nb list
|
|
310
|
-
.ré1a2 .ré2a3le .ré2a3lis .ré2a3lit .ré2aux .ré1é2 .ré1e2 .ré2el .ré2er
|
|
311
|
-
.ré2èr .ré1i2 .ré2i3fi .ré1o2 .re1s2 .re2s3cap
|
|
312
|
-
.re2s3cisi % for res-cision 09/17/92 (missing from nb)
|
|
313
|
-
.re2s3ciso % for res-cisoire 09/17/92(missing from nb)
|
|
314
|
-
.re2s3cou .re2s3cri .re2s3pect .re2s3pir .re2s3plend .re2s3pons .re2s3quil
|
|
315
|
-
.re2s3s .re2s3t .re3s4tab .re3s4tag .re3s4tand .re3s4tat .re3s4tén .re3s4tér
|
|
316
|
-
.re3s4tim .re3s4tip .re3s4toc .re3s4top .re3s4tr .re4s5trein .re4s5trict
|
|
317
|
-
.re4s5trin .re3s4tu .re3s4ty
|
|
318
|
-
.réu2 %.ré1u2 % pattern rejected 12/2/92
|
|
319
|
-
% (don't hyphenate as ré-union nor réu-nion)
|
|
320
|
-
.ré2uss .rétro1a2 4re. 4res.
|
|
321
|
-
% words ending with -rent (df) 22/02/94
|
|
322
|
-
2rent. % es-pèrent - syllable muette - bg 27/12/93
|
|
323
|
-
.pa3rent. appa3rent. transpa3rent. é3rent. tor3rent. cur3rent. 2r3heur
|
|
324
|
-
2r3hydr
|
|
325
|
-
|
|
326
|
-
% s, phonetic
|
|
327
|
-
1sa 1sâ .sch4 1s2ch e2s3ch i2s3ché i2s3chia i2s3chio 4sch. 4sche. 4sches.
|
|
328
|
-
2schs 1se 1sé 1sè 1sê 4se. 4ses. .seu2le % jbb
|
|
329
|
-
.sh4 1s2h 4sh. 4she. 4shes. 2shent. % mute syllable: smashent (df) 22/02/94
|
|
330
|
-
2shm 2shr 2shs 1si 1sî 1so 1sô 1s0 % final zero essential to terminate cs
|
|
331
|
-
1su 1sû 1sy
|
|
332
|
-
% s, etymological
|
|
333
|
-
1s2caph 1s2clér 1s2cop sesqui1a2
|
|
334
|
-
% words ending with -sent (df) 22/02/94
|
|
335
|
-
2sent. % massent - syllable muette - bg 27/12/93
|
|
336
|
-
ab3sent. pré3sent. .res3sent. 2s3hom 1s2lav 1s2lov 1s2patia 1s2perm 1s2por
|
|
337
|
-
1s2phèr 1s2phér 1s2piel 1s2piros 1s2tandard 1s2tein stéréo1s2 1s2tigm
|
|
338
|
-
1s2tock 1s2tomos 1s2troph 1s2tructu 1s2tyle .su2b1a2 .su3b2alt .su2b1é2
|
|
339
|
-
.su3b2é3r .su2b1in .su2b3limin .su2b3lin .su2b3lu sub1s2 .su2b1ur supero2
|
|
340
|
-
supe4r1 supers2 .su2r1a2 su3r2ah .su3r2a3t .su2r1e2 .su3r2eau .su3r2ell
|
|
341
|
-
.su3r2et .su2r1é2 .su2r3h .su2r1i2m .su2r1inf .su2r1int .su2r1of .su2r1ox
|
|
342
|
-
|
|
343
|
-
% t, phonetic
|
|
344
|
-
1ta 1tâ 1tà 1te 1té 1tè 1tê 4te. 4tes. .th4 1t2h 4th. 4the. 4thes.
|
|
345
|
-
2thl % th2l was wrong for ...ath-lon (jd said 2thl) df 12/27/93
|
|
346
|
-
2thm 2thn th2r 4thre. 4thres. 2ths 1ti 1tî 1to 1tô 1t2r 4tre. 4tres.
|
|
347
|
-
2trent. % mute syllable: infiltrent (df) 28/02/94
|
|
348
|
-
1tu 1tû tung2s3 1ty
|
|
349
|
-
% t, etymological
|
|
350
|
-
tachy1a2 tchin3t2 télé1e2 télé1i2 télé1o2b télé1o2p télé1s2
|
|
351
|
-
% words ending with -tent (df) 22/02/94
|
|
352
|
-
2tent. % mentent - syllable muette - bg 27/12/93
|
|
353
|
-
.la3tent. .pa3tent. compé3tent. éni3tent. mécon3tent. omnipo3tent.
|
|
354
|
-
ventripo3tent. équipo3tent. impo3tent. mit3tent.
|
|
355
|
-
thermo1s2 2t3heur tran2s1a2 tran3s2act tran3s2ats tran2s3h tran2s1o2
|
|
356
|
-
tran2s3p tran2s1u2 .tri1a2c .tri1a2n .tri1a2t .tri1o2n t1t2l
|
|
357
|
-
|
|
358
|
-
% u, phonetic
|
|
359
|
-
.u4 'u4 .û4 'û4
|
|
360
|
-
% u, etymological
|
|
361
|
-
uni1o2v uni1a2x u2s3tr
|
|
362
|
-
|
|
363
|
-
% v, phonetic
|
|
364
|
-
1va 1vâ 1ve 1vé 1vè 1vê 4ve. 4ves. 1vi 1vî 1vo 1vô 1v2r 4vre. 4vres.
|
|
365
|
-
2vrent. % mute syllable: recouvrent (df) 28/02/94
|
|
366
|
-
1vu 1vû 1vy
|
|
367
|
-
|
|
368
|
-
% v, etymological
|
|
369
|
-
vélo1s2ki
|
|
370
|
-
% words ending with -vent (df) 22/02/94
|
|
371
|
-
2vent. conni3vent. .sou3vent. vol2t1amp
|
|
372
|
-
|
|
373
|
-
% w, phonetic
|
|
374
|
-
1wa 1we 4we. 4wes. 2went. % mute syllable: interviewent (df) 22/02/94
|
|
375
|
-
1wi 1wo 1wu 1w2r
|
|
376
|
-
|
|
377
|
-
% x
|
|
378
|
-
2xent. % mute syllable: malaxent (df) 22/02/94
|
|
379
|
-
|
|
380
|
-
% y, phonetic
|
|
381
|
-
.y4 'y4
|
|
382
|
-
% y, etymological
|
|
383
|
-
y1asth y1s2tom y1algi
|
|
384
|
-
|
|
385
|
-
% z, phonetic
|
|
386
|
-
1za 1ze 1zé 1zè 4ze. 4zes. 1zi 1zo 1zu 1zy
|
|
387
|
-
% z, etymological
|
|
388
|
-
% words ending with -zent (df) 22/02/94
|
|
389
|
-
2zent. privatdo3zent.
|
|
57
|
+
2'2 2’2 .a4 'a4 ’a4 .â4 'â4 ’â4 ab2h .ab3réa 'ab3réa ’ab3réa ad2h a1è2dre
|
|
58
|
+
.ae3s4ch 'ae3s4ch ’ae3s4ch 1alcool a2l1algi .amino1a2c 'amino1a2c ’amino1a2c
|
|
59
|
+
.ana3s4tr 'ana3s4tr ’ana3s4tr 1a2nesthési .anti1a2 'anti1a2 ’anti1a2 .anti1e2
|
|
60
|
+
'anti1e2 ’anti1e2 .anti1é2 .anti2enne 'anti2enne ’anti2enne 'anti1é2 ’anti1é2
|
|
61
|
+
.anti1s2 'anti1s2 ’anti1s2 .apo2s3ta 'apo2s3ta ’apo2s3ta apo2s3tr archi1é2pis
|
|
62
|
+
.as2ta 'as2ta ’as2ta a2s3tro 1ba 1bâ .bai2se3main 1be 1bé 1bè 1bê 4be. 4bes.
|
|
63
|
+
2bent. 1bi 1bî .bi1a2c .bi1a2t .bi1au .bio1a2 .bi2s1a2 .bi1u2 1b2l 4ble.
|
|
64
|
+
4bles. 2blent. 1bo 1bô 1b2r 4bre. 4bres. 2brent. 1bu 1bû 1by 1ç 1ca 1câ
|
|
65
|
+
ca3ou3t2 1ce 1cé 1cè 1cê 4ce. 4ces. 2cent. ja3cent. ac3cent. é3cent.
|
|
66
|
+
munifi3cent. réti3cent. privatdo3cent. inno3cent. es3cent. acquies4cent.
|
|
67
|
+
is3cent. immis4cent. .ch4 1c2h 4ch. 2chb 4che. 4ches. 2chent.
|
|
68
|
+
.chè2vre3feuille 2chg ch2l 4chle. 4chles. chlo2r3a2c chlo2r3é2t 2chm 2chn
|
|
69
|
+
2chp ch2r 4chre. 4chres. 2chs 2cht 2chw 1ci 1cî .ci2s1alp 1c2k 4ck. 2ckb
|
|
70
|
+
4cke. 4ckes. 2ckent. 2ckf 2ckg 2ck3h 2ckp 2cks 2ckt 1c2l 4cle. 4cles.
|
|
71
|
+
2clent. 1co 1cô co1acc co1acq co1a2d co1ap co1ar co1assoc co1assur co1au co1ax
|
|
72
|
+
1cœ co1é2 co1ef co1en co1ex .con4 .cons4 .contre1s2c .contre3maître co2nurb
|
|
73
|
+
.co1o2 .co2o3lie 1c2r 4cre. 4cres. 2crent. 1cu 1cû 1cy .cul4 1d' 1d’ 1da 1dâ
|
|
74
|
+
.dacryo1a2 d1d2h 1de 1dé 1dè 1dê 4de. 4des. 2dent. déca3dent. é3dent.
|
|
75
|
+
cci3dent. inci3dent. confi3dent. tri3dent. dissi3dent. chien3dent.
|
|
76
|
+
.ar3dent. impu3dent. pru3dent. .dé1a2 .dé1io .dé1o2 .dé2s .dé3s2a3cr
|
|
77
|
+
.dés2a3m .dé3s2a3tell .dé3s2astr .dé3s2c .dé2s1é2 .dé3s2é3gr .dé3s2ensib
|
|
78
|
+
.dé3s2ert .dé3s2exu .dé2s1i2 .dé3s2i3d .dé3s2i3gn .dé3s2i3li .dé3s2i3nen
|
|
79
|
+
.dé3s2invo .dé3s2i3r .dé3s2ist .dé3s2o3dé .dé2s1œ .dé3s2o3l .dé3s2o3pil
|
|
80
|
+
.dé3s2orm .dé3s2orp .dé3s2oufr .dé3s2p .dé3s2t .dé2s1u2n 3d2hal 3d2houd 1di 1dî
|
|
81
|
+
di2s3cop .di1a2cé .di1a2cid .di1ald .di1a2mi .di1a2tom .di1e2n .di2s3h 2dlent.
|
|
82
|
+
1do 1dô 1d2r 4dre. 4dres. 2drent. d1s2 1du 1dû 1dy .dy2s3 .dy2s1a2 .dy2s1i2
|
|
83
|
+
.dy2s1o2 .dy2s1u2 .e4 'e4 ’e4 .ê4 'ê4 ’ê4 .é4 'é4 ’é4 .è4 'è4 ’è4 éd2hi 1é2drie
|
|
84
|
+
1é2drique 1é2lectr 1é2lément .en1a2 'en1a2 ’en1a2 1é2nerg e2n1i2vr .en1o2
|
|
85
|
+
'en1o2 ’en1o2 épi2s3cop épi3s4cope e2s3cop .eu2r1a2 'eu2r1a2 ’eu2r1a2 eu1s2tat
|
|
86
|
+
extra1 extra2c extra2i 1fa 1fâ 1fe 1fé 1fè 1fê 4fe. 4fes. 2fent. 1fi 1fî
|
|
87
|
+
1f2l 4fle. 4fles. 2flent. 1fo 1fô 1f2r 4fre. 4fres. 2frent. f1s2 1fu 1fû
|
|
88
|
+
1fy 1ga 1gâ 1ge 1gé 1gè 1gê 4ge. 4ges. 2gent. ré3gent. entre3gent.
|
|
89
|
+
indi3gent. dili3gent. intelli3gent. indul3gent. tan3gent. rin3gent.
|
|
90
|
+
contin3gent. .ar3gent. 'ar3gent. ’ar3gent. ser3gent. ter3gent.
|
|
91
|
+
résur3gent. 1g2ha 1g2he 1g2hi 1g2ho 1g2hy 1gi 1gî 1g2l 4gle. 4gles. 2glent.
|
|
92
|
+
1g2n 'a2g3nat ’a2g3nat .a2g3nat a2g3nos co2g3niti 'i2g3né ’i2g3né .i2g3né
|
|
93
|
+
'i2g3ni ’i2g3ni .i2g3ni .ma2g3nicide .ma2g3nificat .ma2g3num o2g3nomoni
|
|
94
|
+
o2g3nosi .pro2g3nath pu2g3nable pu2g3nac .sta2g3n .syn2g3nath wa2g3n 4gne.
|
|
95
|
+
4gnes. 2gnent. 1go 1gô 1g2r 4gre. 4gres. 2grent. 1gu 1gû g1s2 4gue.
|
|
96
|
+
4gues. 2guent. .on3guent. 'on3guent. ’on3guent. 1gy 1ha 1hâ 1he 1hé 1hè
|
|
97
|
+
1hê hémi1é hémo1p2t 4he. 4hes. 1hi 1hî 1ho 1hô 1hu 1hû 1hy hypera2 hypere2
|
|
98
|
+
hyperé2 hyperi2 hypero2 hypers2 hype4r1 hyperu2 hypo1a2 hypo1e2 hypo1é2 hypo1i2
|
|
99
|
+
hypo1o2 hypo1s2 hypo1u2 .i4 'i4 ’i4 .î4 'î4 ’î4 i1algi i1arthr i1è2dre il2l
|
|
100
|
+
cil3l rcil4l ucil4l vacil4l gil3l hil3l lil3l l3lion mil3l mil4let émil4l
|
|
101
|
+
semil4l rmil4l armil5l capil3l papil3la papil3le papil3li papil3lom pupil3l
|
|
102
|
+
piril3l thril3l cyril3l ibril3l pusil3l .stil3l distil3l instil3l fritil3l
|
|
103
|
+
boutil3l vanil3lin vanil3lis vil3l avil4l chevil4l uevil4l uvil4l xil3l
|
|
104
|
+
1informat .in1a2 'in1a2 ’in1a2 .in2a3nit 'in2a3nit ’in2a3nit .in2augur
|
|
105
|
+
'in2augur ’in2augur .in1e2 'in1e2 ’in1e2 .in1é2 'in1é2 ’in1é2 .in2effab
|
|
106
|
+
'in2effab ’in2effab .in2é3lucta 'in2é3lucta ’in2é3lucta .in2é3narra 'in2é3narra
|
|
107
|
+
’in2é3narra .in2ept 'in2ept ’in2ept .in2er 'in2er ’in2er .in2exora 'in2exora
|
|
108
|
+
’in2exora .in1i2 'in1i2 ’in1i2 .in2i3miti 'in2i3miti ’in2i3miti .in2i3q 'in2i3q
|
|
109
|
+
’in2i3q .in2i3t 'in2i3t ’in2i3t .in1o2 'in1o2 ’in1o2 .in2o3cul 'in2o3cul
|
|
110
|
+
’in2o3cul .in2ond 'in2ond ’in2ond .in1s2tab 'in1s2tab ’in1s2tab 'inte4r3
|
|
111
|
+
’inte4r3 .intera2 'intera2 ’intera2 .intere2 'intere2 ’intere2 .interé2
|
|
112
|
+
'interé2 ’interé2 .interi2 'interi2 ’interi2 .intero2 'intero2 ’intero2
|
|
113
|
+
.inte4r3 .interu2 'interu2 ’interu2 .inters2 'inters2 ’inters2 .in1u2 'in1u2
|
|
114
|
+
’in1u2 .in2uit 'in2uit ’in2uit .in2u3l 'in2u3l ’in2u3l io1a2ct i1oxy i1s2tat 1j
|
|
115
|
+
2jk 4je. 4jes. 2jent. 1ka 1kâ 1ke 1ké 1kè 1kê 4ke. 4kes. 2kent. 1k2h 4kh.
|
|
116
|
+
.kh4 1ki 1kî 1ko 1kô 1k2r 1ku 1kû 1ky 1la 1lâ 1là la2w3re 1le 1lé 1lè 1lê 4le.
|
|
117
|
+
4les. 2lent. .ta3lent. iva3lent. équiva4lent. monova3lent. polyva3lent.
|
|
118
|
+
re3lent. .do3lent. indo3lent. inso3lent. turbu3lent. succu3lent.
|
|
119
|
+
fécu3lent. trucu3lent. opu3lent. corpu3lent. ru3lent. sporu4lent. 1li 1lî
|
|
120
|
+
1lo 1lô l1s2t 1lu 1lû 1ly 1ma 1mâ .ma2c3k .macro1s2c .ma2l1a2dres .ma2l1a2dro
|
|
121
|
+
.ma2l1aisé .ma2l1ap .ma2l1a2v .ma2l1en .ma2l1int .ma2l1oc .ma2l1o2d .ma2r1x 1me
|
|
122
|
+
1mé 1mè 1mê .mé2g1oh .mé2sa .mé3san .mé2s1es .mé2s1i .mé2s1u2s .méta1s2ta 4me.
|
|
123
|
+
4mes. â2ment. da2ment. fa2ment. amalga2ment. cla2ment. ra2ment.
|
|
124
|
+
tempéra3ment. ta2ment. testa3ment. qua2ment. è2ment. carê2ment.
|
|
125
|
+
diaphrag2ment. ryth2ment. ai2ment. rai3ment. abî2ment. éci2ment.
|
|
126
|
+
vidi2ment. subli2ment. éli2ment. reli2ment. mi2ment. ani2ment. veni2ment.
|
|
127
|
+
ri2ment. détri3ment. nutri3ment. inti2ment. esti2ment. l2ment. flam2ment.
|
|
128
|
+
gram2ment. .gem2ment. om2ment. .com3ment. ô2ment. slalo2ment. chro2ment.
|
|
129
|
+
to2ment. ar2ment. .sar3ment. er2ment. antifer3ment. .ser3ment. fir2ment.
|
|
130
|
+
or2ment. as2ment. au2ment. écu2ment. fu2ment. hu2ment. fichu3ment.
|
|
131
|
+
llu2ment. plu2ment. bou2ment. bru2ment. su2ment. tu2ment. 1mi 1mî
|
|
132
|
+
.milli1am 1m2némo 1m2nès 1m2nési 1mo 1mô 1mœ .mono1a2 .mono1e2 .mono1é2
|
|
133
|
+
.mono1i2 .mono1ï2dé .mono1o2 .mono1u2 .mono1s2 mon2t3réal m1s2 1mu 1mû 1my
|
|
134
|
+
moye2n1â2g 1na 1nâ 1ne 1né 1nè 1nê 4ne. 4nes. 2nent. réma3nent. imma3nent.
|
|
135
|
+
perma3nent. .émi3nent. préémi3nent. proémi3nent. surémi3nent. immi3nent.
|
|
136
|
+
conti3nent. perti3nent. absti3nent. 1ni 1nî 1no 1nô 1nœ .no2n1obs 1nu 1nû
|
|
137
|
+
n3s2at. n3s2ats. n1x 1ny .o4 'o4 ’o4 'ô4 ’ô4 .ô4 o2b3long 1octet o1d2l
|
|
138
|
+
o1è2dre o1ioni ombud2s3 omni1s2 o1s2tas o1s2tat o1s2téro o1s2tim o1s2tom
|
|
139
|
+
o1s2trad o1s2tratu o1s2triction .oua1ou 'oua1ou ’oua1ou .ovi1s2c 'ovi1s2c
|
|
140
|
+
’ovi1s2c oxy1a2 1pa 1pâ paléo1é2 .pa2n1a2f .pa2n1a2mé .pa2n1a2ra .pa2n1is
|
|
141
|
+
.pa2n1o2ph .pa2n1opt .pa2r1a2che .pa2r1a2chè .para1s2 .pa2r3hé 1pe 1pé 1pè 1pê
|
|
142
|
+
4pe. 4pes. 2pent. re3pent. .ar3pent. 'ar3pent. ’ar3pent. ser3pent.
|
|
143
|
+
.pen2ta per3h pé2nul .pe4r .per1a2 .per1e2 .per1é2 .per1i2 .per1o2 .per1u2
|
|
144
|
+
pé1r2é2q .péri1os .péri1s2 .péri2s3s .péri2s3ta .péri1u2 1p2h .ph4 4ph.
|
|
145
|
+
.phalan3s2t 4phe. 4phes. 2phent. ph2l 4phle. 4phles. 2phn photo1s2 ph2r
|
|
146
|
+
4phre. 4phres. 2phs 2pht 3ph2talé 3ph2tis 1pi 1pî 1p2l 4ple. 4ples. 2plent.
|
|
147
|
+
.pluri1a 1p2né 1p2neu 1po 1pô po1astre poly1a2 poly1e2 poly1é2 poly1è2 poly1i2
|
|
148
|
+
poly1o2 poly1s2 poly1u2 .pon2tet .pos2t3h .pos2t1in .pos2t1o2 .pos2t3r .post1s2
|
|
149
|
+
1p2r 4pre. 4pres. 2prent. .pré1a2 .pré2a3la .pré2au .pré1é2 .pré1e2 .pré1i2
|
|
150
|
+
.pré1o2 .pré1u2 .pré1s2 .pro1é2 .pro1s2cé pro2s3tat .prou3d2h 1p2sych
|
|
151
|
+
.psycho1a2n 1p2tèr 1p2tér 1pu .pud1d2l 1pû 1py 1q 4que. 4ques. 2quent.
|
|
152
|
+
é3quent. élo3quent. grandilo3quent. 1ra 1râ radio1a2 1re 1ré 1rè 1rê .ré1a2
|
|
153
|
+
.ré2a3le .ré2a3lis .ré2a3lit .ré2aux .ré1é2 .ré1e2 .ré2el .ré2er .ré2èr .ré1i2
|
|
154
|
+
.ré2i3fi .ré1o2 .re1s2 .re2s3cap .re2s3cisi .re2s3ciso .re2s3cou .re2s3cri
|
|
155
|
+
.re2s3pect .re2s3pir .re2s3plend .re2s3pons .re2s3quil .re2s3s .re2s3t
|
|
156
|
+
.re3s4tab .re3s4tag .re3s4tand .re3s4tat .re3s4tén .re3s4tér .re3s4tim
|
|
157
|
+
.re3s4tip .re3s4toc .re3s4top .re3s4tr .re4s5trein .re4s5trict .re4s5trin
|
|
158
|
+
.re3s4tu .re3s4ty .réu2 .ré2uss .rétro1a2 4re. 4res. 2rent. .pa3rent.
|
|
159
|
+
appa3rent. transpa3rent. é3rent. tor3rent. cur3rent. 1r2h 4rhe. 4rhes.
|
|
160
|
+
2r3heur 2r3hydr 1ri 1rî 1ro 1rô 1ru 1rû 1ry 1sa 1sâ .sch4 1s2caph 1s2clér
|
|
161
|
+
1s2cop 1s2ch e2s3ch i2s3ché i2s3chia i2s3chio 4sch. 4sche. 4sches. 2schs 1se
|
|
162
|
+
1sé 1sè 1sê sesqui1a2 4se. 4ses. 2sent. ab3sent. pré3sent. .res3sent.
|
|
163
|
+
.seu2le
|
|
164
|
+
.sh4
|
|
165
|
+
1s2h 4sh. 4she. 4shes. 2shent. 2shm 2s3hom 2shr 2shs 1si 1sî 1s2lav 1s2lov
|
|
166
|
+
1so 1sô 1sœ 1s2patia 1s2perm 1s2por 1s2phèr 1s2phér 1s2piel 1s2piros 1s2tandard
|
|
167
|
+
1s2tein stéréo1s2 1s2tigm 1s2tock 1s2tomos 1s2troph 1s2tructu 1s2tyle 1su 1sû
|
|
168
|
+
.su2b1a2 .su3b2alt .su2b1é2 .su3b2é3r .su2b1in .su2b3limin .su2b3lin .su2b3lu
|
|
169
|
+
sub1s2 .su2b1ur supero2 supe4r1 supers2 .su2r1a2 su3r2ah .su3r2a3t .su2r1e2
|
|
170
|
+
.su3r2eau .su3r2ell .su3r2et .su2r1é2 .su2r3h .su2r1i2m .su2r1inf .su2r1int
|
|
171
|
+
.su2r1of .su2r1ox 1sy 1ta 1tâ 1tà tachy1a2 tchin3t2 1te 1té 1tè 1tê télé1e2
|
|
172
|
+
télé1i2 télé1o2b télé1o2p télé1s2 4te. 4tes. 2tent. .la3tent. .pa3tent.
|
|
173
|
+
compé3tent. éni3tent. mécon3tent. omnipo3tent. ventripo3tent. équipo3tent.
|
|
174
|
+
impo3tent. mit3tent. .th4 1t2h 4th. 4the. 4thes. thermo1s2 2t3heur 2thl
|
|
175
|
+
2thm 2thn th2r 4thre. 4thres. 2ths 1ti 1tî 1to 1tô 1t2r tran2s1a2 tran3s2act
|
|
176
|
+
tran3s2ats tran2s3h tran2s1o2 tran2s3p tran2s1u2 4tre. 4tres. 2trent.
|
|
177
|
+
.tri1a2c .tri1a2n .tri1a2t .tri1o2n t1t2l 1tu 1tû tung2s3 1ty .u4 'u4 ’u4 .û4
|
|
178
|
+
'û4 ’û4 uni1o2v uni1a2x u2s3tr 1va 1vâ 1ve 1vé 1vè 1vê vélo1s2ki 4ve. 4ves.
|
|
179
|
+
2vent. conni3vent. .sou3vent. 1vi 1vî 1vo 1vô vol2t1amp 1v2r 4vre. 4vres.
|
|
180
|
+
2vrent. 1vu 1vû 1vy 1wa 1we 4we. 4wes. 2went. 1wi 1wo 1wu 1w2r 2xent. .y4
|
|
181
|
+
'y4 ’y4 y1asth y1s2tom y1algi 1za 1ze 1zé 1zè 4ze. 4zes. 2zent.
|
|
182
|
+
privatdo3zent. 1zi 1zo 1zu 1zy
|
|
390
183
|
PATTERNS
|
|
391
184
|
end
|