Skip to content

Instantly share code, notes, and snippets.

@mdemare
Created June 18, 2009 12:35
Show Gist options
  • Save mdemare/131882 to your computer and use it in GitHub Desktop.
Save mdemare/131882 to your computer and use it in GitHub Desktop.
(:verb0 :arrive
(subject_tags :animal :persona :human :organization)
(en "arrive")
(es "llegar" "¿Cómo va a llegar el niño hasta aquí?")
(nl "aan-komen" :zijn true)
(de "an-kommen" :sein true)
(fr "arriver" "Ils furent *arrivés* dans le hall d'entrée." :etre true)
(it "arrivare" :essere true)
)
(:adj :weak
(rejects :place)
(en "weak")
(es "débil")
(es "flojo")
(nl "zwak" "Ik voel me nog erg zwak.")
(de "schwach")
(fr "faible" "Il est trop faible pour continuer.")
(it "debole")
)
(:noun :wood
(usage :ucount)
(tags :thing)
(en :neut "wood" "This table is made of wood.")
(es :fem "madera")
(nl :neut "hout")
(de :neut "Holz" 39)
(fr :masc "bois" "Le premier ministre touchait subrepticement le bois de son bureau.")
(it :masc "legno")
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment