lil-lab / amr

Cornell AMR Semantic Parser (Artzi et al., EMNLP 2015)
http://yoavartzi.com/amr
GNU General Public License v2.0
23 stars 10 forks source link

AMR v.s SPF #3

Closed matanox closed 7 years ago

matanox commented 7 years ago

Hi,

Not really an issue, but how does this repo relate to https://github.com/cornell-lic/spf ?

Thanks!

yoavartzi commented 7 years ago

Great question. The AMR parser is based on SPF. It also includes code that is specific to AMR, including for learning and representation. It's quite challenging to keep the different projects in sync, so we separated them.

matanox commented 7 years ago

Thanks! I understand. I shall read through "Broad-coverage CCG Semantic Parsing with AMR" to get a better sense of it then. Thanks again.

yoavartzi commented 7 years ago

Happy to answer any questions that come up!