# Term Compounds ### Description Produces a list of two-word compounds, constructed from the given term list. ### Input - `SOURCE [STRING]`: a list of strings (single-token strings are expected) ### Output - `COMPOUNDS [STRING]`: the compound tokens. - `RESULT [STRING]`: the original + compound tokens.