#!/usr/bin/python # -*- coding: iso8859-1 -*- #### WAS: -*- coding: utf8 -*- # # wordref_extract.py -- Simple program to extract some # conjugation information out of pages like: # http://www.wordreference.com/conj/ESverbs.asp?v=arg%FCir # # to be tested against the output of Finite State Tools. # # Usage: # from wordref_extract import * # # extract('*.html') # (for example...) # Written April 11 2008 by Antti Karttunen and placed in Public Domain. # Following lines contains the stuff we are interested about: # # #
| Infinitivo: Gerundio: Participio: |
# argüir arguyendo # argüido |
# Definición | #En Inglés # En Francés # En Portugués |
# # | # |
| Indicativo | #|||||
|---|---|---|---|---|---|
| # | presente | #imperfecto | #pretérito | #futuro | #condicional | #
| yo tú él, ella, Ud. nosotros vosotros ellos, ellas, Uds. |
# arguyo arguyes arguye argüimos argüís arguyen |
# argüía argüías argüía argüíamos argüíais argüían |
# argüí argüiste arguyó argüimos argüisteis arguyeron |
# argüiré argüirás argüirá argüiremos argüiréis argüirán |
# argüiría argüirías argüiría argüiríamos argüiríais argüirían |
#