IBM / transition-amr-parser

SoTA Abstract Meaning Representation (AMR) parsing with word-node alignments in Pytorch. Includes checkpoints and other tools such as statistical significance Smatch.
Apache License 2.0
231 stars 46 forks source link

Fetching multisentence AMR #46

Closed Zoher15 closed 1 year ago

Zoher15 commented 1 year ago

Hi @ramon-astudillo ,

Is the process for fetching multi-sentence amr different from single sentence? Or do you still use

tokens, positions = parser.tokenize('The girl travels and visits places. She like traveling.') annotations, decoding_data = parser.parse_sentence(tokens)

Thanks!