writefile ml-get-abstract-general (SPEC)
to "ARTICLES" using stdout;
writefile
{(#muid:x.#muid, #sentence:x.#sentence,
#matched:x.#matched, #interaction:y)
| \x <- process
(BioNLP, ["ARTICLES.val"], "")
using syscall-co,
\y <- x.#interactions }
to "INTERACTIONS" using stdout;