Commit 10f79e1aad2075c0c7235b8687a805a5f387d7b5
1 parent
07bf4e64
Exists in
master
and in
1 other branch
Corrige aspas nos campos 'newtoken' no arquivo de regras
Showing
1 changed file
with
12 additions
and
12 deletions
Show diff stats
data/regras.xml
... | ... | @@ -94,7 +94,7 @@ |
94 | 94 | <title>N</title> |
95 | 95 | <specific>c</specific> |
96 | 96 | <newpos>0</newpos> |
97 | - <newtoken>"homem"</newtoken> | |
97 | + <newtoken>homem</newtoken> | |
98 | 98 | <newtokenpos>1</newtokenpos> |
99 | 99 | </class> |
100 | 100 | </rule> |
... | ... | @@ -109,7 +109,7 @@ |
109 | 109 | <title>NP</title> |
110 | 110 | <specific>c</specific> |
111 | 111 | <newpos>0</newpos> |
112 | - <newtoken>"homem"</newtoken> | |
112 | + <newtoken>homem</newtoken> | |
113 | 113 | <newtokenpos>1</newtokenpos> |
114 | 114 | </class> |
115 | 115 | </rule> |
... | ... | @@ -124,7 +124,7 @@ |
124 | 124 | <title>N</title> |
125 | 125 | <specific>c</specific> |
126 | 126 | <newpos>0</newpos> |
127 | - <newtoken>"homem"</newtoken> | |
127 | + <newtoken>homem</newtoken> | |
128 | 128 | <newtokenpos>1</newtokenpos> |
129 | 129 | </class> |
130 | 130 | </rule> |
... | ... | @@ -139,7 +139,7 @@ |
139 | 139 | <title>NP</title> |
140 | 140 | <specific>c</specific> |
141 | 141 | <newpos>0</newpos> |
142 | - <newtoken>"homem"</newtoken> | |
142 | + <newtoken>homem</newtoken> | |
143 | 143 | <newtokenpos>1</newtokenpos> |
144 | 144 | </class> |
145 | 145 | </rule> |
... | ... | @@ -154,7 +154,7 @@ |
154 | 154 | <title>N</title> |
155 | 155 | <specific>c</specific> |
156 | 156 | <newpos>0</newpos> |
157 | - <newtoken>"mulher"</newtoken> | |
157 | + <newtoken>mulher</newtoken> | |
158 | 158 | <newtokenpos>1</newtokenpos> |
159 | 159 | </class> |
160 | 160 | </rule> |
... | ... | @@ -169,7 +169,7 @@ |
169 | 169 | <title>NP</title> |
170 | 170 | <specific>c</specific> |
171 | 171 | <newpos>0</newpos> |
172 | - <newtoken>"mulher"</newtoken> | |
172 | + <newtoken>mulher</newtoken> | |
173 | 173 | <newtokenpos>1</newtokenpos> |
174 | 174 | </class> |
175 | 175 | </rule> |
... | ... | @@ -184,7 +184,7 @@ |
184 | 184 | <title>N</title> |
185 | 185 | <specific>c</specific> |
186 | 186 | <newpos>0</newpos> |
187 | - <newtoken>"mulher"</newtoken> | |
187 | + <newtoken>mulher</newtoken> | |
188 | 188 | <newtokenpos>1</newtokenpos> |
189 | 189 | </class> |
190 | 190 | </rule> |
... | ... | @@ -199,7 +199,7 @@ |
199 | 199 | <title>NP</title> |
200 | 200 | <specific>c</specific> |
201 | 201 | <newpos>0</newpos> |
202 | - <newtoken>"mulher"</newtoken> | |
202 | + <newtoken>mulher</newtoken> | |
203 | 203 | <newtokenpos>1</newtokenpos> |
204 | 204 | </class> |
205 | 205 | </rule> |
... | ... | @@ -354,7 +354,7 @@ |
354 | 354 | <title>VB-R</title> |
355 | 355 | <specific>v</specific> |
356 | 356 | <newprop>VB</newprop> |
357 | - <newtoken>"futuro"</newtoken> | |
357 | + <newtoken>futuro</newtoken> | |
358 | 358 | <newtokenpos>1</newtokenpos> |
359 | 359 | |
360 | 360 | </class> |
... | ... | @@ -366,7 +366,7 @@ |
366 | 366 | <title>VB-SR</title> |
367 | 367 | <specific>v</specific> |
368 | 368 | <newprop>VB</newprop>4 |
369 | - <newtoken>"futuro"</newtoken> | |
369 | + <newtoken>futuro</newtoken> | |
370 | 370 | <newtokenpos>1</newtokenpos> |
371 | 371 | </class> |
372 | 372 | </rule> |
... | ... | @@ -377,7 +377,7 @@ |
377 | 377 | <title>VB-D</title> |
378 | 378 | <specific>v</specific> |
379 | 379 | <newprop>VB</newprop> |
380 | - <newtoken>"passado"</newtoken> | |
380 | + <newtoken>passado</newtoken> | |
381 | 381 | <newtokenpos>1</newtokenpos> |
382 | 382 | </class> |
383 | 383 | </rule> |
... | ... | @@ -388,7 +388,7 @@ |
388 | 388 | <title>VB-SD</title> |
389 | 389 | <specific>v</specific> |
390 | 390 | <newprop>VB</newprop> |
391 | - <newtoken>"passado"</newtoken> | |
391 | + <newtoken>passado</newtoken> | |
392 | 392 | <newtokenpos>1</newtokenpos> |
393 | 393 | </class> |
394 | 394 | </rule> | ... | ... |