Regular Verbs | |
---|---|
-AR Ending (see list) | ganar |
-ER Ending (see list) | beber |
-IR Ending (see list) | vivir |
Irregular -zar Verbs (See a list here) | |
-ZAR Ending | analizar |
-ZAR with O => UE | almorzar |
-ZAR with E => IE | comenzar |
Irregular -zco Verbs (See a list here) | |
CER ==> ZCO | abastecer |
CIR ==> ZCO | deslucir |
CIR ==> ZCO with C ==> J | conducir |
Irregular -car Verbs (See a list here) | |
-CAR Ending | acercar |
-CAR with O ==> UE | revolcar |
Irregular -gar Verbs (See a list here) | |
-GAR | delegar |
-GAR with E ==> IE | negar |
-GAR with O ==> UE | colgar |
-GAR with U ==> UE | jugar |
Irregular -iar Verbs (See a list here) | |
-IAR (changed accented í) | aliar |
-IAR (conjugated like an -AR verb) | denunciar |
VERB | DEFINITION |
---|---|
costar | to cost |
resolver | to solve |
romper | to break |
surgir | to arise, emerge, spring up, come out |
actuar | to act, perform, operate |
preferir | to prefer |
andar | to walk, to go |
construir | to build, to construct |
reunir | to gather |
proponer | to propose |
soler | to be used to, be accustomed to |
elegir | to choose |
demonstrar | to demonstrate, to prove |
cerrar | to close |
continuar | to continue |
mover | to move |
mostrar | to show |
valer | to be worth, to cost |
repetir | to do again, to repeat |
dirigir | to manage, to run |
descubrir | to discover, to uncover |
conseguir | to get |
recordar | to remember |
suponer | to suppose |
caer | to fall |
pedir | to ask for, to order |
morir | to die |
convertir | to convert, to change |
seguir | to follow |
abrir | to open |
entender | to understand |
perder | to lose |
escribir | to write |
encontrar | to find, encounter |
llegar | to arrive, to come |
contar | to count, tell, relate |
sentir | to feel |
volver | to return |
pensar | to think |
querer | to want, to love |
saber | to know, to taste |
dar | to give, to have |
traer | to bring |
huir | to escape, to flee |
creer | to believe |
poder | to be able to |
poner | to put |
oir | to hear |
ir | to go |
ver | to see |
estar | to be |
venir | to come |
ser | to be |
tener | to have |
denunciar | to denounce |
aliar | to ally (with) |
NOTES:
RegEx for parsing: SpanishDict.com is:
REGEXP: (<a [^>]*>)|(<\/a>)|( class="[^"]*")|( data-[^"]*="[^"]*")|(title="")|(<span [^>]*><\/span>)
REPLACE: Leave Empty!
REGEXP1: <td style="border[^>]*>
REPLACE1: <td class="C1">
REGEXP2: <td style="font[^>]*>
REPLACE2: <td class="C2">
REGEXP3: <td style="padding[^>]*>
REPLACE3: <td class="C3">
REGEXP: <div style="-webkit-box-align[^>]*>\n<div style="cursor: default;">\n(.*)\n?<\/div>\n?<\/div>
REPLACE: $1
REGEXP: <div .*\n.*\n?Present Participle: (.*)<\/div>\n<\/div>\n<div .*\n.*\n?Past Participle: (.*)<\/div>\n<\/div>\n
REPLACE: <B>Present Participle: </B>$1<BR />\n<B>Past Participle: </B>$2<BR />\n
Good One: Clears away everything!
REGEXP: (<a [^>]*>)|(<\/a>)|( class="[^"]*")|( data-[^"]*="[^"]*")|(title="")|(<span [^>]*><\/span>)|(<div [^>]*>)|(<\/div>)|( style="(?!color)[^"]*")
REPLACE: Empty!
Continuing of previous (empty <span> elements)
REGEXP: <span\s*>([^\/]*)<\/span>
REPLACE: $1
<STYLE> TD.C1 { font-size: 13px; padding: 7px 6px; width: 120px; } TD.C2 { border-color: rgb(237, 237, 237); border-style: none none none solid; border-width: 1px; font-size: 13px; padding: 7px 6px; width: 220px; } TD.C3 { padding: 0px; } </STYLE>